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

body {
	line-height: 1;
	font-size: 1em;
	line-height:1.4em;
	color: #000;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
p {
	line-height:18px;
}
.clear {
	clear: both;
}
#container {
	position:relative;
	width:960px;
	margin: 0 auto;
	text-align:left;
	overflow:hidden;
}
#header {
	position:relative;
	width:960px;
	height:370px;
	background-image: url(../images/header_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header #nav {
	position:absolute;
	width:960px;
	top:320px;
	left:0px;
}
#nav ul {
	list-style:none;
	padding: 0;
	margin: 0;
}
#nav li {
	float:left;
	width:140px;
	margin:0 10px 0 0;
	padding:0;
}
#nav li a {
	display:block;
	width:140px;
	height:60px;
	margin-right:10px;
}
.homeButton {
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.homeButton:hover {
	background-position: center bottom;
}
.newButton {
	background-image: url(../images/newCars.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.newButton:hover {
	background-position: center bottom;
}
.usedButton {
	background-image: url(../images/usedCars.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.usedButton:hover {
	background-position: center bottom;
}
.contactButton {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.contactButton:hover {
	background-position: center bottom;
}
.serviceButton {
	background-image: url(../images/service.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.serviceButton:hover {
	background-position: center bottom;
}

.prevButton {
	display:block;
	height:60px;
	width:140px;
	background-image: url(../images/prev.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.prevButton:hover {
	background-position: center bottom;
}

.nextButton {
	display:block;
	float:right;
	height:60px;
	width:140px;
	background-image: url(../images/next.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.nextButton:hover {
	background-position: right bottom;
}

#nav #search {
	position:absolute;
	right: -1px;
	top:0;
	width:340px;
	height:60px;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	background-position: center top;	
}
#search p {
	display:block;
	padding-top:20px;
	padding-left:20px;
}

#content {
	position:relative;
	width:880px;
	margin-top:10px;
	padding:40px;
	background-color:#003786;
	overflow:hidden;
}
#vehicle_content, #vehicle_details {
	position:relative;
	width:880px;
	margin-top:10px;
	padding:40px;
	background-color:#003786;
	overflow:hidden;
}
#vehicle_content ul {
	width:900px;
}
#vehicle_content li {
	display:block;
	float:left;
	clear:left;
	width:900px;
}

#front_page_left_column {
	float:left;
	margin:0 40px 20px 0;
	width:440px;
	padding:10px;
	background-color:#FFF;
	overflow:hidden;
}

#front_page_right_column {
	float:left;
	width:360px;
	padding:10px;
	background-color:#FFF;
	overflow:hidden;
}
#front_page_right_column li {
	float:left;
	width:340px;
	list-style:none;
	margin-bottom:20px;
}
#front_page_right_column img {
	padding-right:10px;
}
#front_page_right_column a {
	color:#00F;
	text-decoration:none;
}
#vehicle_content img {
	padding-right:10px;
}
#vehicle_content a {
	text-decoration:none;
}


#footer {
	clear:left;
	width:880px;
	position:relative;
	height:50px;
	margin-top:40px;
	padding:10px 40px;
	background-color:#003786;
	text-align:center;
	font-size:12px;
	
}
#footer li {
	display:inline;
	padding: 0 20px;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
	
.imgLeft {
	padding:10px;
}
.imgRight {
	padding:10px;
}
#googleWeb, #address {
	float:left;
	width:460px;
	overflow:hidden;
	margin-right:40px;
}
#address {
	float:left;
	width:380px;
	overflow:hidden;
	padding: 20px 10px;
}
#address h2 {
	margin:5px 0;
}
#address p {
	line-height:20px;
}
#googleMap {
	float:left;
	width:380px;
	height:200px;
}
fieldset { 
	border:1px solid #006;
	padding: 10px;
	text-align:left;
}
legend {
  	padding: 0.2em 0.5em;
	font-size:14px;
  	text-align:center;
}
#content_contact {
	background-color:#E4E4E4;
	padding:20px;
}


#contactForm label {
	float:left;
	display:block;
	width:300px;
	text-align:right;
	color:#000;
	padding-right:10px;
}
#contactForm input {
	float:left;
	display:block;
	width:150px;
}
#contactForm p {
	clear:left;
	display:block;
	padding-bottom:20px;
	text-align:left;
}
.error_message {
	color:#F00;
	font-size:14px;
}
.invalid {
	background-color:#FF0;
	color:#F00;
}
.row {
	background-color:#FFF;
}
.row_alt {
	background-color:#CCC;
}
#vehicle_content table {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
#vehicle_content th {
	padding:10px;
	background-color:#666;
	cursor:pointer;
}
#vehicle_content td {
	margin:0;
	padding:10px;
}
#vehicle_details {
	float:left;
	width:420px;
	padding:10px;
	background-color:#ccc;
	font-size: 18px;
}
#vehicle_details li {
	margin-bottom:10px;
}
#vehicle_images {
	float:left;
	width:400px;
	padding:10px;
}
#pagination_menu a{
	padding:10px 20px;
	background-color:#369;
	line-height: 40px;
	margin-right:10px;
	color:#FFF;
}
#pagination_menu strong {
	padding:10px 20px;
	background-color:#CCC;
	line-height: 40px;
	margin-right:10px;
	color:#999;
}
#pagination_menu a:hover {
	color:#F90;
	background-color:#CCC;
}
.back_to_stock a:link {
	display:block;
	margin-top:20px;
	background-color:#369;
	padding:20px;
	text-align:center;
	text-decoration:none;
	font-size:22px;
	color:#fff;
	border:1px solid #fff;
}
.back_to_stock a:visited {
	display:block;
	margin-top:20px;
	background-color:#369;
	padding:20px;
	text-align:center;
	text-decoration:none;
	font-size:22px;
	color:#fff;
	border:1px solid #fff;
}
.back_to_stock a:hover {
	display:block;
	margin-top:20px;
	background-color:#036;
	padding:20px;
	text-align:center;
	text-decoration:none;
	font-size:22px;
	color:#fff;
	border:1px solid #fff;
}
.back_to_stock a:active {
	display:block;
	margin-top:20px;
	background-color:#369;
	padding:20px;
	text-align:center;
	text-decoration:none;
	font-size:22px;
	color:#fff;
	border:1px solid #fff;
}
.imgLeft {
	float:left;
	vertical-align: top;
}
#content_service {
	text-align:left;
	background-color:#E4E4E4;
	padding:20px;
}
#content_service p {
	line-height:25px;
}