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

body {
	background-color: #eff3f5;
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 20px;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#wrapper #header {
	margin: 25px 0px 0px 0px;
	padding: 0px;
}

#wrapper #header img {
	border: none;
	float: left;
}

#wrapper #header ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#wrapper #header li {
	float: right;
	margin: 0px 10px;
	background-image: url(../images/header-sticker.png);
	background-repeat: no-repeat;
	width: 110px;
	height: 20px;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#wrapper #header a {
	color: #bfe1ed;
	text-decoration: none;
	display: block;
}

#wrapper #header a:hover {
	color: #FFF;
}

#wrapper #header #intro {
	padding: 12px 14px 27px 300px;
	margin: 25px 40px 0 0;
	width: 51px;
	height: 46px;
	float: right;
	background-image: url(../images/phonebg.png);
	background-repeat: no-repeat;
}

#wrapper #header #intro a {
	display: inline;
	color: #09c;
	text-decoration: none;
}

#wrapper #header #intro a:hover {
	color: #000;
}

#wrapper #header #intro #navemail {
	width: 51px;
	height: 46px;
	border: none;
}

#wrapper #content {
	clear: both;
	padding: 25px 0px;
}

#wrapper #content h1 {
	color: #09c;
	font-size: 24px;
	font-weight: normal;
	text-transform: capitalize;
	letter-spacing: -1px;
	margin: 0px 0px 20px 0px;
}

#wrapper #content h2 {
	color: #333;
	font-size: 18px;
}

#wrapper #content p {
	margin: 0px 0px 20px 0px;
}

#wrapper #content a {
	text-decoration: none;
	color:  #09c;
}

#wrapper #content a:hover {
	color: #000;
}

#wrapper #content strong {
	color: #000;
}

/* form elements */

.textfield {
	margin: 5px 2px;
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #09c;
	color: #333;
	width: 260px;
	font-size: 12px;
}

.textarea {
	margin: 5px 2px;
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #09c;
	color: #333;
	width: 260px;
	max-width: 260px;
	height: 75px;
	max-height: 150px;
	font-size: 12px;
}

.submitbutton {
	margin: 5px 2px;
	padding: 2px 15px;
	background-color: #FFF;
	border: 1px solid #09c;
	color: #333;
	font-size: 12px;
	cursor: pointer;
}

/* thumbnails and vehicle pages */

#thumbholder {
	width: 220px;
	margin: 0px 10px 20px 10px;
	height: 220px;
	text-align: center;
	float: left;
}

#thumbholder img {
	padding: 9px;
	margin: 0px 0px 10px 0px;
	background-color: #FFF;
}

#pricebox {
	float: right;
	color: #000;
	width: 150px;
	color: #000;
	font-size: 24px;
	font-weight: normal;
	text-transform: capitalize;
	letter-spacing: -1px;
	margin: 0px;
	text-align: right;
}

#pageimages {
	width: 640px;
	float: left;
	margin: 0px 25px 20px 0px; 
}

#pageimages img {
	padding: 4px;
	border: 1px solid #09c;
	margin: 5px;
	background-color: #FFF;
}

#pagedetails {
	width: 290px;
	float: right;
}

/* footer */

.horizontals {
	margin: 0px;
	border-bottom: 1px solid #bfe1ed;
	border-top: 1px solid #FFF;
	clear: both;
	height: 0px;
}

#wrapper #footer {
	margin: 25px auto 15px auto;
	padding: 0px;
	clear: both;
	text-align: center;
}

#wrapper #footer a {
	text-decoration: none;
	color: #09c;
}

#wrapper #footer a:hover {
	border-bottom: solid 1px #09c;
	color: #000;
}