﻿#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/container_bg.jpg);
}
#container-new-range {
	width: 1000px;
	position: relative;
	background-image: url(../images/container_bg.jpg);
}

#header {
	background-image: url(../images/header_bg.jpg);
	height: 109px;
	width: 1000px;
}
#logo {
	height: 90px;
	width: 510px;
	position: absolute;
	left: 235px;
	top: 9px;
}
#menu {
	background-image: url(../images/topmenu_bg.jpg);
	height: 30px;
	width: 1000px;
}
#main {
}
#home_pics {
	height: 320px;
	width: 1000px;
	position: relative;
}
#home_new_spec {
	height: 135px;
	width: 290px;
	position: absolute;
	left: 40px;
	top: 18px;
}
#home_used_spec {
	height: 135px;
	width: 290px;
	position: absolute;
	left: 40px;
	top: 165px;
}
#home_flash {
	height: 280px;
	width: 605px;
	position: absolute;
	left: 355px;
	top: 20px;
}
#main_text {
	text-align: left;
}
#main_spacer_w40px {
	float: left;
	width: 40px;
}
#main_spacer_w25px {
	float: left;
	width: 25px;
}
#main_text_left {
	width: 605px;
	float: left;
	padding-left: 40px;
	padding-right: 15px;
}
#main_text_right {
	width: 280px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 16px;
}
#main_clear_float {
	clear: both;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	height: 65px;
	width: 1000px;
	position: relative;
	margin-top: 30px;
}
#copyright {
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	position: absolute;
	height: 30px;
	width: 920px;
	border-top-style: solid;
	font-size: 10px;
	color: #999999;
	clear: both;
	padding-top: 15px;
	left: 40px;
}
#copyright a {
	color: #999999;
	text-decoration: underline;
}
#copyright a:hover {
	color: #B20000;
}
#used_pics {
	height: 180px;
	width: 1000px;
	position: relative;
}
#used_used_spec {
	height: 135px;
	width: 290px;
	position: absolute;
	left: 665px;
	top: 20px;
}
#used_header {
	height: 135px;
	width: 605px;
	position: absolute;
	left: 37px;
	top: 20px;
}
.hrule {
	background-image: url(../images/hr.png);
	height: 20px;
}
.image_centre {
	background-position: left;
	height: 135px;
}
.image_centre img {
	margin-right: 15px;
}
.new_range {
	height: 120px;
	clear: both;
	width: 590px;
	margin-left: 5px;
}

.new_section_header {
	height: 50px;
	clear: both;
	background-image: url(../images/new_section_header_bg.jpg);
	width: 590px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 5px;
	text-indent: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	color: #FFFFFF;
}
.new_car_info {
	width: 190px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	margin-bottom: 10px;
	height: 300px;
	background-image: url(../images/new_bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
.new_car_info ul {
	margin-top:0;
	margin-bottom:0;
	list-style-type:square;
	list-style-position:outside;
}
.new_car_info li {
	margin-left: -15px;
	line-height: 14px;
	margin-right: 15px;
}
.new_car_info h4 {
	text-align: center;
}
.disclaimer {
	font-size: 9px;
}
.price {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.rollover a {
	text-decoration: none;
	display: block;
	width: 590px;
	height: 100px;
	background-image: url('../../../assets/images/image/new/new-video.png')
}
.rollover a:hover {
	background-position: 0px -100px; }
