﻿body {
	background-color: #666;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #666;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 100%;
}

body.vehicleDetails {
	background-color: #fff;
	background-image: none;
}

body.moreInfo {
	background-color: #fff;
	background-image: none;
	padding: 15px;
}

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

img { border: none; }

div#outline {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#header {
	width: 850px;
	height: 90px;
	background-color: #fff;
	padding-bottom: 1px;
}

div#brandLogos {
	width: 849px;
	height: 45px;
	background-color: #fff;
	padding-bottom: 1px;
	padding-right: 1px;
}

div.logo {
	width: 282px;
	padding-left: 1px;
	background-color: #fff;
	text-align: center;
	float: left;
}

div#brandVehicles {
	width: 849px;
	height: 115px;
	background-color: #fff;
	padding-bottom: 1px;
	padding-right: 1px;
}

div.vehicle {
	width: 282px;
	padding-left: 1px;
	background-color: #fff;
	text-align: center;
	float: left;
}

div#contentArea
{
	width: 850px;}



div#menu {
	width: 199px;
	padding-left: 1px;
	float:left;
	line-height: 33px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
	
div#menu ul {
	background-color: #37468b;
	list-style: none;
	margin-bottom: 10px;
}
		
div#menu li { border-bottom: 1px solid #fff; }

div#menu li a {
	background-color: #37468b;
    font-weight: 900;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 100%;
}
				
div#menu li a:hover {
	color: #000;
	background-color: #ccc;	
}

div#menu li a.selected {
    font-weight: 900;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 100%;
	color: #000;
	background-color: #ccc;	
}

div#content {
	width: 520px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 100px;
	text-align: left;
	float: left;
}

div#footer {
	font-size: 9px;
	text-align: left;
	margin-top: 30px;
}

div#newVehicleSubaru {
	width: 520px;
	height: 30px;
	background-color: #cfcfcf;
}

div#newVehiclePeugeot {
	width: 520px;
	height: 30px;
	background-color: #29458f;
}

div#newVehicleSuzuki {
	width: 520px;
	height: 30px;
	background-color: #fff;
}

div.newVehicle {
	width: 520px;
	height: 169px;
	margin-bottom: 20px;
}

div.newImage {
	width: 300px;
	height: 139px;
	float: left;
}

div.newDetails {
	width: 200px;
	height: 139px;
	margin-right: 20px;
	float: left;
}

div.newDetails p { 
	padding-top: 50px;
	padding-left: 15px;
}

div#categories {
	text-align: center;
	margin-bottom: 25px;
}

div#title {
	background-color: #cfcfcf;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

div#image {
	width: 100%;
	background-color: #cfcfcf;
	height: 375px;
	text-align: center;
}

div#imageLink {
	text-align: right;
	padding-right: 10px;
}

div#details {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;
}

div#vow { width: 250px; }

div#vowDetails { text-align: left; }

div.contacts {
	width: 300px;
	text-align: left;
}

a {
	text-decoration: underline;
	color: #666;
}

a.selected {
	text-decoration: none;
	color: #37468b;
}

a:hover { text-decoration: none; }

h1 {
	color: #37468b;
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 20px;
}

h1.details {
	color: #000;
	font-size: 18px;
	text-align: center;
}

h2 {
	color: #666;
	font-size: 18px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

h3 {
	color: #37468b;
	font-size: 15px;
	text-align: left;
	margin-top: 15px;
}

p {
	color: #666;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 14px;
	text-align: left;
}

p.mainParagraph { font-size: 14px; }

td.header {
	background-color: #1b0069;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
}

td.details { 
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

body.moreInfo td { font-size: 11px; }

td.title {
	font-weight: bold;
	text-align: right;
	width: 80px;
}

.reqd { color: #ff0000; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack */	
