
@charset "utf-8";
/* CSS Structure Document */



body {
	width:			980px;
	background-color: 	#eee777; 
	color: 			#000000; 
	font-family: 		verdana, Arial, Helvetica, sans-serif; 
	font-size:			100%;
	margin: 			10px auto;
	text-align:			center;
	

}



a {text-decoration:none;}
a:hover {text-decoration:underline;}


po {font-weight:bold;color:#ff0000;}


#content {
	width:			980px;
	height:			auto;
	background-color:		#ffffff;
	color: 			#000000; 
	font-family: 		Verdana, Arial, Helvetica, sans-serif; 
	margin: 			0 auto;
	text-align:			center;

}


#khakiBaggers {
	width:			485px;
	height:			auto;
	border-right:		thin solid #888888;
	float:			left;	
	background-color:		#ffffff;
	position:			relative;
	top:				15px;


}

#blueJackets {
	width:			489px;
	height:			auto;
	float:			right;	
	background-color:		#ffffff;
	position:			relative;
	top:				15px;


}

.musterlist {

	font-style:			verdana arial;
	font-size:			78%;
	background-color:		#cccc99;
	margin-top:			2px;
	line-height:		95%;
	vertical-align:		text-middle;
	
}

.musterlistD {

	font-style:			verdana arial;
	font-size:			78%;
	background-color:		#6699ff;
	margin-top:			2px;
	line-height:		95%;
	vertical-align:		text-middle;
	color:			#ffffff;
	
}


.musterlistF {

	font-style:			verdana arial;
	font-size:			78%;
	background-color:		#66ff99;
	margin-top:			2px;
	line-height:		95%;
	vertical-align:		text-middle;
	color:			#000000;
	
}



a {text-decoration:none;}
a:hover {text-decoration:underline;color:red;}
a:visited {text-decoration:none;color:blue;}





/* SECTION NAVIGATION BEGINS */
.nav-container {width:980px;z-index:999; background-color:#000000;line-height:105%;padding:0px;margin:3px 0px 3px 0px;text-align:center;}
.nav-container {background-color:#000000;padding:0px;vertical-align:text-middle;}

#section-nav a.nolink{cursor:default; background:#000000;color:white;font-size:80%;line-height:140%;font-family:verdana;}
#section-nav a {
 		display: 				block;
 		color:				#000000;
 		font-size:				12px;
 		font-weight: 			bold;
 		text-decoration:			none;
 		background: 			#fff ;
 		padding: 				0 5px 0 8px;
 		margin: 				0px;
}
#section-nav a:hover {color:red;}
#section-nav, #section-nav ul{background:#fff;padding:0px;margin:0px;list-style:none;}

#section-nav li{float:left;width:160px;}
#section-nav li.navItem{position:relative;z-index:100}
#section-nav li.navItem ul{position:absolute;z-index:100;background:#fff;width:161px;margin:0;padding:2px 10px;border:1px solid #888; display:none; }
#section-nav li.navItem:hover ul, #section-nav li.sfhover ul {display:block;left:auto;}
#section-nav li.navItem ul.leftdrop  {position:absolute;z-index:1000;background:#fff;width:161px;display:none;margin:0;padding:2px 10px;border:1px solid #666;}
#section-nav li.navItem ul.column1  {border-right:0;}
#section-nav li.navItem ul.column2  {left:161px;border-left:0;}
#section-nav li.navItem ul.column1-leftdrop  {border-right:0;}
#section-nav li.navItem ul.column2-leftdrop  {left:161px;border-left:0;}
#section-nav li ul a  {font-weight:normal;text-align:left;width:161px;background:none;padding:4px 0;border-top:1px solid #ccc;margin:0;}
#section-nav li ul li.emptyItem  {font-size:12px;font-weight:normal;text-align:left;width:161px;background:none;padding:4px 0;border-top:1px solid #ccc;margin:0;}
#section-nav li ul li.first a  {border-top:0;}





