#body {       
	width: 100%;
	height: 530px;
	background: transparent url(../images/body_bg.jpg) 0 0 repeat-y;
}

#container {
	background-color: transparent !important;
	background-image: none !important;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 970px;
	height: 155px;
	display: block;
	background: transparent url(../images/header_front.jpg) 0 0 no-repeat;
}

.clearboth, .clearleft, .clearright { 
	height: 0; font-size: 1%;
}

.clearboth {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

#header img {
	display: block;
}

#inventory_wrapper {
	width: 918px;
	margin: 0 auto;
}

#inventory, #inventory_image {
	float: left;
	display: inline;
}


#carlist {
  padding: 13px 0 0 15px;
	width: 350px;
	height: 515px;
	background: transparent url(../images/car_list_bck2.gif) 0 0 no-repeat;
  float: left;
}

#carlist img {
  margin: 0;
  padding: 0;
  display:block;
}

.price {
  padding: 0 0 0 4px;
  width: 100px;
  height: 80px;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: red;
  float: left;
}

.car_desc {
 padding: 8px 0 0 0;
 height: 80px; 
}

.car_desc, a {
 color: #666;
 font-size: 14px;
 font-weight: 600; 
}

.carlist_wrap {
  width: 327px;
	height: 82px;  
}

.make_model_year {
  padding: 0 0 0 4px;
  width: 180px;
  font-size: 16px;
  font-weight: 600;
  color: blue;
  float: left;    
}

.start_at {
  font-size: 12px;
  color: #000;
}

#inventory_image {
	width: 547px;
	height: 356px;
	background: transparent url(../images/front_img.gif) 0 0 no-repeat;
}

#inventory ul {
	margin: 15px 0 0 10px;
}

#inventory ul li {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.inv_list_light {
  margin: 0;
  padding: 0;
  width: 328px;
  height: 45px;
  background-color: #e6e6e6;
}

.inv_list_light_img {
  width: 65px;
  height: 49px;
  float: left;
  display: inline;
}

.inv_list_light p {
  margin: 0;
  padding: 4px 4px 0 0;
  width: 200px;
  color: #032f7f;
  font-size: 16px;
  font-weight: 600;
  float: right;
  text-align: right;
  display: inline; 
}

.inv_list_dark {
  margin: 0;
  padding: 0;
  width: 328px;
  height: 45px;
  background-color: #cccccc;
}

.inv_list_dark_img {
  float: left; 
}

.inv_right {

 float: right;
}

.inv_left {
 float: right;
}

.inv_list_dark p {
  margin: 0;
  padding: 0;
  width: 200px;  
  padding: 4px 4px 0 0;
  color: #032f7f;
  font-size: 16px;
  font-weight: 600;  
  float: right;
  text-align: right;   
}

#carlist .rebate {
  margin:  0 0 ;
  padding: 0;
  width: 200px;   
  color: red;
  font-size: 12px;
}

#inventory_button {
	margin: 400px 5em 0 0;
	float: right;
	display: inline;
}

#bottom_front {
  width: 970px;
  height: 104px;
  display: block;
	background: transparent url(../images/bottom.jpg) 0 0 no-repeat;
}

/*#footer {
	margin-top: 1.75em !important;
	background: transparent url(../images/footer_front.jpg) 0 -5px no-repeat !important;
	height: 45px !important;
} */


#seo_text {
	width: 940px;
	height: 150px;
	margin: 0.5em auto;
	overflow:auto;
}

#seo_text p {
	margin: 0.5em 1.3em;
	font-size:12px;
	color:#777;
}

#seo_text a {
	font-size:12px;
	color:#3399CC;
	font-weight:300;
}

#seo_text a:hover {
	color:#ddd;
}