@charset "UTF-8";
/* CSS Document */
/* 
   STRUCTURE.CSS
   ---
   SZOLDIER CLOTHING
   ---
   DESIGN: SOBULEDESIGN.COM
   ---
   LOGISTICS: CRAZYHORSECODING.COM
*/
   

/* FRAMEWORK */

* {
	padding: 0px;
	margin: 0px;
	border: none;
}

body {
	margin: 0px;
	text-align: center;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	background-color: #000;
}

#wrapper {
	height: 100px;
	width: 828px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
}

/* HEADER */


#header {
	height: 60px;
}

#header img {
	border: none;
}



#headerImg {
	float: left;
	width: 173px;
}

div#menu {
	z-index: 500;
}

#menu {
	padding-top: 22px;
	vertical-align: bottom;
	width: 655px;
	text-align: right;
	float: left;
	color: #981E33;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	list-style-position: outside;

}

#menu li{
	
	text-indent: 0px;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #981E33;

}

#menu li a {
	display: inline;
}

#menu li a:hover {
	color: #981E33;
}

.nav {
}

.navOutside {
}

/* CONTENT */

#content {
	height: 472px;
	z-index: 1;
	/*
	background-color: #333;
	*/
}

#words {
}


/* FOOTER */

#footer {
	padding-top: 20px;
	height: 30px;
	text-align: right;
	vertical-align: bottom;
}

#footer img {
	vertical-align: bottom;}

#footer p {	
	padding-bottom: 3px;
	font-size: 9px;
	color: #981E33;
}
/* FRAMEWORK END */


/* GENERAL CLASSES */

.clearer {
	padding: 0px;
	margin: 0px;
	color: #000;
	border: none;
	height: 1px;
	clear: both;
}

.postloader {
	display: none;
}

.aboutimg {
	float: left;
	padding-right: 15px;
}

.fullwidth {
	width: 350px;
}

form input, form textarea {
	font-family: Verdana;
	font-size: 10px;
}

a:active { outline: none; }
a:focus  { -moz-outline-style: none; }