/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin:0;
	padding:0;
	background: url(images/wood-loop.jpg) #944A18;
	}
	
	a {
		color:#06C;
	}
	
	h2{
		margin:0;
		padding:0;
	}
	
	
#wrap {
	width:100%px;
	height:600px;
	padding:0;
	margin:0 auto;
	background:url(images/page-bg.png) no-repeat top center;
	}
	
#header {
	width:854px;
	padding:0;
	margin:0 auto;
	background:url(images/top-panel.png) no-repeat left top;
	height:152px;
	}
	
#header ul{
	display:block; 
	margin:0 auto; 
	padding:128px 0 0 15px;
	margin:0;
	}
	
#header ul li{

	float:left; 
	padding:0;
	margin:0;
	text-align:center;
	list-style:none;
	}

#header ul li a{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:bold;
	color:#003399; 
	text-decoration:none; 
	margin:0; 
	padding:0 5px;
	border-right:1px solid #CC0000;
	}

#header ul li a:hover{ 
	color:#000000;
	}

#header li a.lil {
	border-right:none;
	}
	
	.highlight{
	font-size:1.3em;
	color:#F56C0E;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

	
	
#content-wrap {
	width:854px;
	height:auto;
	background:url(images/contebt-wrap-bg.gif) repeat-y left ;
	padding:0;
	margin:0 auto;
	}
	
#content-left {
	float:left;
	padding:0;
	margin:0 0 0 16px;
	}
	
#content-right{
	float:left;
	padding:0;
	margin:0 0 0 10px;
	width:450px;
	}
	
.content-bottom { 
	width:854px;
	height:33px;
	margin:0 auto;
	padding:0;
	background:url(images/page-bottom.gif) no-repeat left top;
	}
	
	
	
.clear {
	clear:both;
	}
	
/*...........footer_container...........*/	

#footer_container{
	width:100%;
	height:100px;
	margin:0 auto;
	background:url(images/footerbg.png) no-repeat center top;
	text-align: center;
	padding: 10px 0 40px 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#footercopy{
	width:854px;
	margin:auto;
}

#footer_left {
	float:left;
	padding:0;
	visibility:hidden;
	margin:40px 0 0 60px;
	}
	
#footer-right {
	float:right;
	padding:0;
	margin:40px 20px 0 0;
	text-align:right;
	}
	

.footer_links, .footer_links:link, .footer_links:visited, .footer_links:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}

.footer_links:hover{
	color: #333333;
}

.title {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:500;
	color:#CC0000;
	}
	
#header h1 {
	background:url(images/header-bg.gif) no-repeat left bottom;
	padding:130px 0 0 40px;
	margin:0;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	height:20px;
	}
	
	.borderimg{
		border:2px solid #333;
	}
	
	.borderimg:hover{
		border:2px solid #F90;
	}
	
	
.vehicle-image {
	border:1px solid #999;
	background:#FFFFFF;
	padding:2px;
	margin:0 auto;
	}