/* FIX IE TRANSPARENT PNG ======================== */
img, div { behavior: url(/styles/iepngfix.htc) }



html, body {
	font-family: "Trebuchet MS";
	text-align: left;
	font-size: 12px;
	line-height: 19px;
	height: 100%;
	margin: 0;
	padding: 0px;
}


a { 

	color: #666666; 
}

a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: none;
}


img {
	border:0;
}




#wrapper, #container {
      /*border: 1px solid red;*/
        height: 100%;
        width: 1272px;
		margin: 0 auto;
		padding: 0px;
}
    
#wrapper {
        bottom: 0;
        right: 50%;
        position: absolute;
		top:0;
    }
    
    #container {
        /*background: yellow;*/
        left: 50%;
        padding: 0px;
        position: relative;
        top: 0;
    }
    
  #header{
	background:url(/images/header_bkgd.jpg) no-repeat;
	text-align:center;
	height:389px;
	margin:0px;
	z-index:1;
	
}

#logo{
float:left;
position:relative;
z-index:6;
padding: 30px 0px 0px 170px;
margin:0;
}

#contactinfo{
position:relative;
z-index:5;
padding: 20px 0 0 500px;
margin:0;
}

#modelsimages{
/*width:1272px;
height:193px;
float:left;*/
position:relative;
z-index:2;
/*margin: 95px 0 0 460px;*/
padding: 0px 0 0 460px;
margin:0;
}

#hnav{
text-align:left;
height:47px;
margin: -217px 0 0 182px;
position:relative;
z-index:4;
padding: 0;

}

#hnav ul {
	height:47px;
	margin: 0;
	list-style-type: none;
	padding: 0;
	bottom:0;
	vertical-align: bottom;
	border: 0;
}


#hnav ul li {
	height:47px;
	margin:  0 -2px 0 -2px;
	display: inline;
	padding: 0;
	bottom:0;
	border: 0;
}


#hnav a:link, #hnav a:visited {
	height: 47px;
	/*float: left;*/
	margin: 0;
	padding:0;
}

#hnav a:hover {
	height: 47px;
	/*float: left;*/
	margin: 0;
	padding:0;
}



#headerbtm{
background-image:url(/images/header_btmArc.png);
	/*background-image:url(/images/header_btmArc.png) bottom no-repeat;*/
	width:1272px;
	/*height:200px;*/
	position:relative;
	z-index:3;
	text-align:right;
	padding: 0px 0px 0 0;
	margin: 18px 0 0 0px;
}

#hQuoteBtn{
	padding: 117px 180px 0 0;
}


#pgContentContatiner{
	
	margin: -5px 175px 0 168px;
	z-index: 10;
	position:relative;
	
}

#pgContent{
	padding:0;
	margin:0;
	
}

#pgTitle{
	margin:0 0 0 30px;
	padding:0;
	position:relative;
	z-index:15;
}


/*===========================================
Services
=========================================*/


#servicesNav { /*CSS class for menu headers in general (expanding or not!)*/
	
	width:170px; 
	height:270px; 
	background:url(/images/hp_textBkgd.jpg) no-repeat; 
	padding: 30px 15px 0 15px; 
	margin:20px 0 0 0; 
	float:left;

}


#servicesNav ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	width:170px; 
}

#servicesNav ul li{
	vertical-align: middle;
	margin: 0px;
	/*height: 25px;*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	
}


#servicesNav ul li a{
	display: block;
	padding-left: 5px;

	color: #666666;
	text-decoration: none;
}

#servicesNav a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

#servicesNav a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a0c5a2;
	
}


/*===========================================
Footer
=========================================*/

#brandlogos{
	margin: 20px 0 20px 0;
	text-align: center;
	}

#footerNav{
	text-align: center;
	padding-top: 0;
	height: 38px; 
	background: url(/images/footer_right_bkgd.gif) right no-repeat;
	}

#footerNav ul{
	text-align: center;
	margin-left: 0;
	padding-left: 0;
	padding-top: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	}

#footerNav li{
	color: #999999;
	font-size: 11px;
	letter-spacing: 1px;
	display: inline;
	padding: 0px 5px 0px 5px;
	list-style-type: none;
	}

#footerNav a{ 
	color: #ffffff;
	padding: 3px 0px; 
	}

#footerNav a:link, #footerNav a:visited{
	color: #ffffff;
	text-decoration: none;
	}

#footerNav a:hover{
	color: #fff000;
	text-decoration: none;
	}


.copyright{
	color: #939292;
	font-size: 10px;
	}
	

