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

body {
   width:100%;
   margin:0px;
   background:url(../imgs/body_bg.gif) repeat-x #FFFFFF;
   font-family:Tahoma;
   font-size:12.5px;
   color:#4c4c4e;
}



a {
	outline:none;
}

/************* HEADER *******************/
#header {
   margin-left:auto;
   margin-right:auto;
   width:821px;
   height:147px;
   background:url(../imgs/header_bg.png) no-repeat;
   font-family:Tahoma;
   font-size:11.81px;
}

#header a{
   position:relative;
   
   text-decoration:none;
   color:#FFFFFF;
}

#header a:hover {
   color:#DCC370;
}

#logo {
   display:block;
   left:0px;
   top:28px;
   width:368px;
   height:100px;
   float:left;
}

#nav_home {
   left:64px;
   top:120px;
}

#nav_about {
	left:119px;
	top:120px;
}

#nav_services {
	left:163px;
	top:120px;
}

#nav_contactus {
	left:202px;
	top:120px;
}
/************* EOF HEADER *************/


#prod_tabs {
	background:url(../imgs/prod_tabs_bg.jpg) no-repeat;
	width:821px;
	height:271px;
	margin-left:auto;
	margin-right:auto; 
	padding-top:16px;  
    padding-bottom:16px;
	border-bottom:solid 4px #DDC471;
}

#prod_tabs a {
	width:128px;
	height:32px;
	padding-top:238px;
	display:block;
	text-align:center;
    font-size:11.81px;
	font-family:Tahoma;
	text-decoration:none;
	color:#001349;
	float:left;
	margin-left:22px;
	margin-right:23px;
}

#prod_tabs a:hover {
    background:url(../imgs/prod_tab_mark.png);
	color:#CC9900;
}

#prod_tabs a[rel~="left-border"] { margin-left:0px; }
#prod_tabs a[rel~="right-border"] { margin-right:0px; }

/* MAIN CONTENT */
#content {
    width:821px;
	margin-left:auto;
	margin-right:auto;

	margin-top:16px;
}



#left_nav {
    width:159px;
	margin-right:17px;
	min-height:246px;
	_height:246px;
	background:url(../imgs/left_nav_bg.png) no-repeat;
	float:left;
}

#left_nav a {
    color:#FFFFFF;
	display:block;
	height:24px;
	padding-top:12px;
	text-decoration:none;
	font-family:Tahoma;
	font-size:11.81px;
	padding-left:33px;
}


#left_nav a:hover {
    color:#DCC370;
}

#left_nav a[rel~="req_quote"] {
    color:#001349;
	margin-top:12px;
	font-weight:bold;
	padding-left:0px;
	text-align:center;
}

#dealers {
   display:block; width:159px; height:26px;
   font-family:Tahoma;
   font-size:12px;
   color:#FFFFFF;
   margin:0;
   padding-top:10px;
   margin-bottom:5px; 
   padding-left:0px;  
   text-align:center;
   background:url(../imgs/dealers.png) no-repeat;
   text-decoration:none;
}

#dealers:hover {
   color:#DCC370;
}

#main_content {
	width:645px;
	min-height:246px;
	_height:246px;	
	float:left;
}

/* EOF MAIN CONTENT */


.page_h1 {
    width:645px;
	height:24px;
	background:url(../imgs/page_h1.png) no-repeat;
	font-size:13.89px;
	font-family:Tahoma;
	color:#dcc370;
	text-align:center;
	padding-top:10px;
	margin:0;
}

.page_h2 {
    width:400px;
	height:24px;
	background:url(../imgs/page_h2.png) no-repeat;
	font-size:13.89px;
	font-family:Tahoma;
	color:#010661;
	text-align:center;
	padding-top:10px;
	margin:0;
}

#main_content p {
	padding-left:10px;
	padding-right:10px;
}

.page_h1 + p {
   padding-top:5px;
}

#bottom_content {
	width:821px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

h1 {
	font-family:Tahoma;
	font-size:11.81px;
	margin:0;
	color:#152355;
}

.blue {
	color:#152355;
}

#footer_wrap {
	background-color:#001349;
	display:block;
	clear:both;
	bottom:0px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	
}

#footer {
    width:821px;
    height:54px;
	margin-left:auto;
	margin-right:auto;
	font-family:Tahoma;
	font-size:11.11px;
	color:#FFFFFF;
}

#footer a {
	color:#DCC370;
}

.faqTitle { 
	font-weight:bold;
	color:#000033;
}



#dropServices {
   background-color:#000033;
   margin-top:9px;
}

#dropServices a {
   color:#FFFFFF;
   display:block;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   padding-left:15px;
   padding-right:15px;
   padding-top:5px;
   padding-bottom:5px;
   text-decoration:none;
}
#dropServices a:hover {
   background-color:#006600;
   color:#dcc370;
}

#dropSolutions {
   background-color:#000033;
   margin-top:-30px;
   margin-left:159px;
}

#dropSolutions a {
   color:#FFFFFF;
   display:block;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   padding-left:15px;
   padding-right:15px;
   padding-top:5px;
   padding-bottom:5px;
   text-decoration:none;
}
#dropSolutions a:hover {
   background-color:#006600;
   color:#dcc370;
}
