@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#373737;
	font-size:72%; /* Sets base font size to 11pt */
	text-align: center;
}

#wrapper {
	width:950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}




/*  (Header) --------------------------------------------------------------------------- */
		
#header {
	z-index:3;
	margin-top: 0px;
	float: left;
}
	
	#header li {
	float:left;
	position:relative;
	list-style:none;
	margin:0; /* removes base margin set in global.css */
	}
	
	
		#header li.logo {
	position: relative;
			}
	
	
	
		#header li.home a {
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
		}
		
		#header li.login {
	line-height: 1.3em;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
			}
		
		#header li.login a {
	color: #0033CC;
		}
				
		#header li.right {
			float:right;
			padding:0 0 0 0;
		}
			
			#header li.right a {
				padding:6px 0 0 8px;
				border-left:0;
				text-transform:uppercase;
			}
		
		#header li.active {
			border-bottom:4px solid #fbba07;	/* Adds yellow bar for active state */
		}
		
		#header li ul {
			display:none;
			position:absolute;
			top:0;
			left:0;
			margin:0;
			width:12em;
			background-color:#ccc;
			z-index:9;
		}
		
			#header li ul li {
				width:100%;
			}
		
		#header li:hover ul {
			display:block;
		}
			
	#header a {
	display:block;
	font-size:1em;
	color:#A0A0A3;
	text-decoration:none;
	}

		#header a:hover {
	/*color:#fbba07;*/
			color:#112067;
		}
	



/* Main --------------------------------------------------------------------------------------------------- */	
		
#main {
	clear:both;
	z-index:0;
	padding-top: 0px;
	padding-left: 0px;
}





/* Main Navigation ------------------------------------------------------------------------------------- */

#nav_main {
	width:950px;
	height:49px;
	background-image: url(../images/nav_bar.gif);
	background-repeat: repeat;
	clear: left;
	position: relative;
}

	#nav_main li {
	position: relative;
	float:left; /* removes base margin set in global.css */
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 0px;
	}
	
	
		#nav_main .pic {
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 32px;
	}
		
		
		#nav_main .home {	/* This class is used in ie6.css to force 'home' image size for ie6 */
	/*width:150px;*/
			
				width:150px;
	position: absolute;
	left: 15px;

	text-align: center;
		}
		
			#nav_main .home .active {	/* This class is used in ie6.css to force 'home' image size for ie6 */
	/*width:150px;*/
			
				
	color: #CC6600;	
		}
		
		#nav_main .retail {
	width:150px;
	position: absolute;
	left: 145px;
	
	text-align: center;
		}
			#nav_main .retail .active {
	
	color: #CC6600;	
	
	
		}
		
		#nav_main .jobbers {
	width:150px;
	position: absolute;
	left: 290px;
	
	text-align: center;
	}
	#nav_main .jobbers .active {
	
	color: #CC6600;	
	
	}
		
			#nav_main .whats_new {
	width:150px;
	position: absolute;
	left: 450px;
	text-align: center;
		}
		
			#nav_main .whats_new .active {
	
	color: #CC6600;	
		}
		
				#nav_main .contact_us {
	width:150px;
	position: absolute;
	left: 615px;
	text-align: center;
		}
		
			#nav_main .contact_us .active {
	
	color: #CC6600;
		}
		
				#nav_main .check_out {
	width:150px;
	position: absolute;
	left: 770px;
	text-align: center;
		}
		
		#nav_main li:hover {
		}
		
	#nav_main a {
	display:block;
	height:27px;
	text-decoration:none;
	padding-top: 5px;
	
	color: #2B54B4;
	}
	
	#nav_main a:hover {
	display:block;
	height:30px;
	text-decoration:none;
	color: #0066FF;
	padding-top: 5px;
	}
	
		#nav_main a strong {
			visibility:hidden;		/* use strong tag to hide text link from browser */
		}




		
/* Footer Navigation ---------------------------------------------------------------------------------------- */

#footer {
	height: 49px;
	background-image: url(../images/nav_bar.gif);
	background-repeat: repeat;
	width: 948px;
	position: relative;
	margin-top: 20px;
	clear: left;
	float: left;
}

	
	#footer li {
	float:left;
	list-style:none;
	font-weight: bold;
	line-height: 1.2em;
	text-decoration: none;
	color:#336699;
	font-size: 0.9em;
	padding-top: 15px;
	margin-left: 30px;
	}
	
	#footer p {
	color:#777;
	font-size: .6em;
	
	}
		
	#footer a {
	color:#336699;
	margin-left: 5px;
	margin-bottom: 0em;
	padding-top: 0em;
	}

		#footer a:hover {
	color:#233577;
		}
		

.clear {
	clear:both;
}
		
/* Alsett Clearing Method ----------------------------------------------------------------------------------- */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

