body {
	background: #cccccc;
	margin: 0;
	padding: 0;
} 	 	 
div#container {
   position: relative;
	 margin: auto;
	 background-color: white;
	 height: 659.5px;
	 width: 1024px;
}
.shade_l {
   position: absolute;
	 top: -1px;
	 left: -25px;
	 z-index: 5;
}	
.shade_r {
   position: absolute;
	 top: -1px;
	 right: -25px;
	 z-index: 9;
}	  			 					

.logo {
  position: absolute;
	left: 22.5px;
	top: 32.5px;
	z-index: 3;
}
#nav {
   width:807px;
	 height:31px; 
	 position:absolute; 
	 z-index:100; 
	 font-family: verdana, sans serif;
	 font-variant: small-caps;
	 top:550px;
	 left: 187px;
}
/* hack to correct IE5.5 faulty box model */
* html .nav {
   width:624px; 
	 w\idth:625px;}
/* remove all the bullets, borders and padding from the default list styling */
#nav ul {
   padding:0;
	 margin:1px;
	 list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav li {
   background-image: url(images/but.png);
	 background-repeat:no-repeat;
   background-position: center center;
	 margin-left: -1px;
	 font-weight: bold;
   float:left;
	 width:202px;
	 height: 30px;
	 position:relative;
	 text-align: center;
	 line-height: 25px;
}
#nav li:hover  {
	 background-image: url(images/over-but.png); 
	 background-repeat:no-repeat;
	 background-position: center center;
	 margin-left: -1px;
	 font-weight: bold;
	 width: 202px;
	 height: 30px;
	 z-index:10;
	 text-align: center;
}	  	 
#nav a, #nav a:visited {
   display:block;
	 font-size:11px;
	 text-align: center;
	 text-decoration:none;
	 letter-spacing: 0;
	 color:#999999; 
	 height:57px; 
}	  
#nav a:hover {
   color: #ffffff;
}	
#nav li.current:hover  {
	 background-image: url(images/but.png); 
	 background-repeat:no-repeat;
	 text-align: center;
}	  	 
#nav li.current {
	 margin-left: -1px;
	 background-image: url(images/over-but.png); 
	 background-repeat:no-repeat;
   background-position: center;
   width: 202px;
	 height: 30px; 
}
.ln {
	 margin: 0;
	 padding:0;
	 position: absolute;
	 left: 32px;
	 top: 195px;
	 list-style:none;
}	 	 
.ln a {
   font: 16px verdana, arial, sans-serif;
   text-decoration: none;
	 font-variant: small-caps;
   color: #4a4a4a;
	 letter-spacing: -1px;	 
} 
.ln a:hover. {
   color: #000000;	 
}
a.current {
   color: #000000;
}	 
.dealers {
   position: absolute;
	 top: 150px;
	 left: 32px;
}	   
	 
.header {
   position: absolute;
	 left: 148px;
	 top: 151px;
	 font: 16px verdana, arial, sans-serif;
	 color: #ad8d3d;
	 text-align: left;
	 letter-spacing: -1px; 
} 
.left {
   position: absolute;
	 left: 148px;
	 top: 157px;
	 font: 12px verdana, arial, sans-serif;
	 color: #000000;
	 text-align: left;
	 letter-spacing: -1px;
	 line-height: 18px; 
}
.center {
   position: absolute;
	 left: 500px;
	 top: 157px;
	 font: 12px verdana, arial, sans-serif;
	 color: #000000;
	 text-align: left;
	 letter-spacing: -1px;
	 line-height: 18px;
}
.right {
   position: absolute;
	 right: -1px;
	 top: 157px;
	 font: 12px verdana, arial, sans-serif;
	 color: #000000;
	 text-align: left;
	 letter-spacing: -1px;
	 margin-right: 35px;
	 line-height: 18px;
} 	 	 	
.text {
   font: 12px verdana, arial, sans-serif;
	 color: #ad8d3d;
	 font-weight: thin;
line-height: 25px;

}		   
.link {
   color: #cccccc;
   text-decoration: normal;
}	
.link:hover {
   color: #ad8d3d
}	  
a {
   color: #000000;
}
a:hover {
   color: #ad8d3d;
}	 	 
 