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

body{
	background: #212121 url(../background_pics/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}

.grid {
	background:url(12_col.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
	
.box{
	outline:1px solid #333;
	}
	
.header{
	height: 288px;
	background: #212121 url(../background_pics/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	}
	
.footer{
	border-top: 1px solid #ffffff;
	text-align: center;
	color: #ffffff;
	padding:10px 0px 10px 0px;
	height: 30px;
	font-size:16px;
	}			
	
.menu{
	background: #212121 url(../background_pics/phone_number.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
/* ////////////////////////////////////////////////////////////////////////////  */
/* /////////////////////////   MENU ELEMENTS   ////////////////////////////////  */
/* ////////////////////////////////////////////////////////////////////////////  */

.menu ul {
	float:right;
	margin:0px;
	padding:0px;
	}

.menu ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	}

.menu ul li a{
	height:27px;
	display:block;
	padding-top:8px;
	color:#ffffff;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
	border-bottom:0px;
	}

.menu ul li a:hover{
	background-image:url(../background_pics/top_menu_over.jpg);
	color:#ffffff;
	}

.menu ul li a.active{
	background-image:url(../background_pics/top_menu_over.jpg);
	color:#ffffff;
	}
	
/* ////////////////////////////////////////////////////////////////////////////  */
/* /////////////////////////   WRAPPERS   /////////////////////////////////////  */
/* ////////////////////////////////////////////////////////////////////////////  */	

.outer_wrapper {
	border: 1px solid #ffffff;
	}
	
.inner_wrapper, .inner_wrapper_special_offerBox {
	border: 1px solid #666666;
	background: #f7f7f7 url(../background_pics/box_grad.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 0 0 15px 0;		
	}
	
.inner_wrapper p, h2, h3 {
	padding: 0 10px 0 10px;
	}

.inner_wrapper h3 {
	color: #333333;
	line-height: 20px;
}		
	
.inner_wrapper img {
	margin: 5px 5px 15px 15px;
	border: 1px solid #666666;
	}		


/* ////////////////////////////////////////////////////////////////////////////  */
/* /////////////////////////   Box HEADERS   //////////////////////////////////  */
/* ////////////////////////////////////////////////////////////////////////////  */		

.box_header {
	background: url(../background_pics/box_header.jpg);
	background-repeat: repeat-none;
	background-position: center top;
	text-indent: 30px;
	line-height: 50px;
	height: 59px;
	color: #333333;
	}
	
.vehicle_solutions_header {
	background: url(../background_pics/vehicle_solutions_header.jpg);
	background-repeat: repeat-none;
	background-position: center top;
	text-indent: 30px;
	line-height: 50px;
	height: 60px;
	color: #333333;
	}
	
.offers_header {
	background: url(../background_pics/offers_header.jpg);
	background-repeat: repeat-none;
	background-position: center top;
	text-indent: 30px;
	line-height: 50px;
	height: 60px;
	color: #333333;
	font-size: 20px;
	}		
	
/* ////////////////////////////////////////////////////////////////////////////  */
/* ///////////////////////////////   FORM CLASSES   ///////////////////////////  */
/* ////////////////////////////////////////////////////////////////////////////  */	

form{
	padding: 0 10px 10px 10px;
	}
	
input{
	width:250px;
	display: block;
	margin: 0 0 5px 0;
	}
	
label{
	width: 120px;
	display: block;
	float:left;
	margin: 0 0 5px 0;
	}
	
input.sidebar{
	width:180px;
	display: block;
	margin: 0 0 0 0;
	}
	
label.sidebar{
	width: 120px;
	display: block;
	float:left;
	margin: 0 0 0 0;
	}	
	
.submit_button {
	background: #999999;
	border: 1px solid #666666;
	margin: 3px;
	color: #fff;
	width: 100px;
	font-size: 12px;
}

.submit_button:hover {
	background: #333333;
}	

/* ////////////////////////////////////////////////////////////////////////////  */
/* /////////////////////////   INDIVIDUAL CLASSES   ///////////////////////////  */
/* ////////////////////////////////////////////////////////////////////////////  */	

.special_offer {
	font-size: 15px;
	line-height: 15px;
	color: #333333;
	}
	
.height320{
	min-height: 320px;
	}	
	
.height250{
	min-height: 250px;
	}		
	
.more{
	margin: 10px;
	padding: 5px;
	width: 100px;
	border: 1px solid #666666;
	text-decoration:none;
	background: #999999;
	color: #ffffff;
	}
		
.more:hover{
	background-image:url(../background_pics/top_menu_over.jpg);
	color:#ffffff;
	}	
	
.padbottom{
	padding: 0 0 10px 0;
	}

.sales_pic{
	width: 250px;
	height: 200px;
	border: 1px solid #666;
	margin: 0 10px 10px 10px;
	float: right;
	background: #ccc;
	}
	
.floatRight{ float: right;}