/*globals*/
*{margin:0; padding:0;border:0;font-size:10px;font-family:Arial, Helvetica, sans-serif;}
body{background:#323232;}
.clear{clear:both;}
.bold{font-weight:bold;}

#Container{width:960px;  margin:auto; background:#FFF;}

/* ELements */
#Header{ background:url('../images/bg_header.gif') top right no-repeat #191919; height:93px; width:960px;}
	#Header #Logo{float:left; padding-top:20px; padding-left:25px;}
	#Header #TopNav{float:right; margin-right:65px; text-align:right;}
	#Header #TopNav p{ color:#FFF;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:1.1em; padding-top:20px;}
			#Header #TopNav p a{font-family:Verdana, Arial, Helvetica, sans-serif;padding-top:0px; font-size:1em;text-decoration:none; color:#EEE;background:url('../images/arrow_top_nav.gif') 0% 50% no-repeat;padding-left:12px; margin-right:15px;}
			#Header #TopNav p a:hover{text-decoration:underline;}
	
#Menu{height:33px; width:960px;background:url('../images/bg_menu.gif') top left repeat-x;}
	#Menu ul{list-style-type:none;}
	#Menu ul li{display:block; float:left;}
	#Menu ul li a{display:block; float:left; color:#191919;border-right:1px solid #B1B1B1;font-family:Verdana; font-size:1.3em; line-height:33px; padding:0px 15px 0px 15px; text-decoration:none;}
	/*#Menu ul li a:hover{text-decoration:underline;}*/
	#Menu ul li a:hover{color:#8C392B;}


#Footer {background:#191919; height:16px; line-height:9px;height:16px; width:960px; }

#Legals{width:960px;margin:auto; padding-top:30px; padding-bottom:15px; background:url('../images/sponsors.gif') top right no-repeat;}
	#Legals p{padding-bottom:10px; font-size:1.1em;font-family:Verdana; line-height:1.3em; padding-left:13px; color:#C9C9C9;}
		#Legals p a{color:#5D8698; font-size:1em;font-family:Verdana; }
		#Legals p a:hover{text-decoration:none;}


/* Page Core Elements */
/*Core*/
#Content{width:942px;margin:auto; margin-top:8px; background:#f4f4f4;}
	/* Main bloc */
	#Main{ float:left;width:744px;margin-right:9px;}
		#TopContent{width:744px;}
		#BottomContent{ background:url('../images/bg_content.jpg') top left repeat-x;margin-top:4px;}
	/* right col */
	#SideCol{ float:left;width:187px;}
	
	
	
	/* SIDE COL BLOCS */
	/*
	#FeaturedProducts{ width:157px; height:369px; padding:0px 15px;background:url('../images/bg_feat_product_nav_sys.jpg') top left no-repeat;}
		#FeaturedProducts h2{color:#FFF; font-size:1.7em; font-family:Arial; font-weight:normal; padding-top:15px;}
		#FeaturedProducts p{color:#FFF; padding:10px 0px 5px 0px; text-align:justify;font-size:1.2em;line-height:1.4em;}
		#FeaturedProducts ul{list-style-type:none;}	
		#FeaturedProducts a{font-size:1em;font-family:Verdana; color:#5D8698;background:url('../images/arrow_feat_prod.gif') 0% 100% no-repeat; padding-left:10px; line-height:2.2em;}
		#FeaturedProducts a:hover{text-decoration:none;}
*/
	#DealerLogin{margin-top:10px;background:url('../images/bg_dealer_login.gif') top left no-repeat; width:167px; height:113px; padding:0px 10px;}
		#DealerLogin h2{color:#323232; font-size:1.8em; font-family:Arial; font-weight:normal; padding-top:5px;}
		#DealerLogin p.PLabel{margin-top:5px;}
		#DealerLogin label{color:#323232; font-size:1.1em; font-family:Arial; }
		#DealerLogin input{color:#323232; font-size:1.1em; font-family:Arial; height:14px;padding:1px; width:130px; border-color:#A2A2A2 #A2A2A2 #A2A2A2 #A2A2A2; border-width:1px; border-style:solid;}
		#DealerLogin .login_btn{margin-left:2px;background:url('../images/btn_go_dealer_login.gif') top left no-repeat;padding:5px 8px 8px 6px; color:#FFF; text-transform:uppercase; text-decoration:none; }
	
		#BigDealerLogin label{color:#323232; font-size:1.1em; font-family:Arial; }
		#BigDealerLogin input{color:#323232; font-size:1.1em; font-family:Arial; height:14px;padding:1px; width:130px; border-color:#A2A2A2 #A2A2A2 #A2A2A2 #A2A2A2; border-width:1px; border-style:solid;}
		#BigDealerLogin .login_btn{margin-left:2px;background:url('../images/btn_go_dealer_login.gif') top left no-repeat;padding:5px 8px 8px 6px; color:#FFF; text-transform:uppercase; text-decoration:none; }
	
	
