body {
	font: small /*Verdana, */Arial, Helvetica, sans-serif;
	color: #555;
	margin: 0 auto 15px auto;
	text-align: center;
\\	background: #fff;
	background: #333 url(../images/bg-body.gif) repeat-x 0 0;
}
p {
	margin: 15px 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
}
h1 {
	font-weight: normal;
	font-size: 240%;
	letter-spacing: -1px;
}
h2 {
	font-weight: normal;
	font-size: 140%;
}
h3 {
	font-size: 140%;
	font-weight: normal;
	padding-left: 22px;
}
#vehiclesearch h3 {
	font-size: 120%;
	font-weight: bold;
	color: #3B75C1;
	border-bottom: 3px solid #ddd;
	padding-left: 0;
	text-transform: uppercase;
}
a:link {
	color: #69866A;
	text-decoration: none;
}
a:hover {
	color: #1F582E;
	text-decoration: none;
}
a:visited {
	color: #69866A;
	text-decoration: none;
}
img {
	border: 0;
}
.address {
	background: url(../images/icons/home.png) no-repeat left center;
}
.contact {
	background: url(../images/icons/phone.png) no-repeat left center;
}
.time {
	background: url(../images/icons/time.png) no-repeat left center;
}
.map {
	background: url(../images/icons/map.png) no-repeat left center;
}
.email {
	background: url(../images/icons/email.png) no-repeat left center;
}
.clear {
	clear: both;
	height: 0;
}
.small {
	font-size: 85%;
	color: #999;
}
.left {
	float: left;
}
.right {
	float: right;
}
.box {
	width: 49%;
}
.padding {
	padding: 0 10px;
}
#vehiclesearch img.noborder {
	border: 0;
}
#vehiclesearch img, #sidebar img {
	padding: 2px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#footer p, #slideshow-wrapper p {
	padding: 0;
	margin: 0;
}
#sidebar p, #vehiclesearch p  {
	margin: 0 0 15px 0;
}

/* LAYOUT
----------------------------------------*/

#layout {
	text-align: left;
	font-size: 90%;
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
	background: #fff;
}
#header {
	height: 110px;
	position: relative;
	background: #fff url(../images/bg-header.gif) repeat-x 50% 100%;
	border-bottom: 1px solid #fff;
}
#content-wrapper {
	padding: 20px 20px 10px 10px;
	background: #fff;
}
#content {
	float: right;
	width: 740px;
}
#vehiclesearch {
	width: 180px;
	float: left;
}
#sidebar {
	width: 180px;
	float: right;
	text-align: left;
}
#footer-wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	clear: both;
	font-size: 90%;
	color: #999;
	background: #484848 url(../images/bg-footer.gif) no-repeat 0 0;
}
#footer {
	padding: 15px;
	text-align: center;
	background: url(../images/bg-footer-bottom.gif) no-repeat 0 100%;
}
#slideshow-wrapper {
	height: 245px;
	background: #000;
}

/* HEADER
----------------------------------------*/

#logo {
	position: absolute;
	top: 20px;
	left: 20px;
}
#callusnow {
	position: absolute;
	top: 23px;
	right: 25px;
}
#callusnow img {
	margin-left: 0;
}

/* CONTENT
----------------------------------------*/

.picture {
	padding: 5px;
	border: 1px dashed #ddd;
}
ul.list {
	padding: 0;
	margin: 0 20px 20px 20px;
	border-top: 1px dashed #ddd;
}
ul.list li {
	list-style: none;
	background: url(../images/icons/arrow.gif) no-repeat 0 9px;
	margin: 0;
	padding: 6px 0 6px 15px;
	border-bottom: 1px dashed #ddd;
}
a.top {
	font-size: 85%;
	display: block;
	text-transform: uppercase;
	display: block;
	padding: 5px 10px 5px 0;
	margin: 0;
	text-align: right;
	background: url(../images/icons/arrow-top.gif) no-repeat right center;
	border-top: 1px solid #eee;
}

/* THUMBNAIL
----------------------------------------*/

.thumbnail {
	width: 245px;
	padding: 20px 5px 5px 39px;
	background: #fff url(../images/thumbnail-container.png) no-repeat 50% 0;
}
.thumbnail img {
	width: 235px;
	height: 175px;
	padding: 5px;
	margin-bottom: 20px;
	border: 0;
}
.thumbnail p {
	font-style: italic;
	margin: 0;
	padding: 0;
	color: #999;
}

/* FORM
----------------------------------------*/

form.feedback {
	padding: 0;
	margin-top: 20px;
}
.feedback fieldset {
	padding: 0 20px 20px 20px;
	margin: 0 0 20px;
	border: 1px solid #ddd;
}
.feedback legend {
	font-weight: bold;
	font-size: 120%;
	margin: 0;
	padding: 0 5px 0 20px;
	background:  url(../images/icons/arrow-grey.gif) no-repeat left center;
	text-transform: capitalize;
}
.feedback label {
	padding: 15px 0 0;
	margin: 0;
	display: block;
}
.feedback .required {
	color: #999;
	font-style: italic;
}
.feedback input, .feedback textarea, .feedback select {
	padding: 1px 2px;
	width: 98%;
	color: #333;
	margin: 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #ddd;
}
.feedback textarea {
	height: 150px;
}
.feedback .radio {
	width: 15px;
	height: 15px;
	border: none;
}
.feedback .checkbox {
	border: none;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	float: left;
	display: block;
}
.feedback input.button, #carsearch input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ddd;
	text-transform: uppercase;
	width: 70px;
	border: none;
	font-size: 75%;
	text-align: center;
	padding: 6px 0 25px 0;
	background: url(../images/icons/btn_form.png) no-repeat left 0;
	cursor: pointer;
}
.feedback input.button:hover, .feedback input.button:active, #carsearch input.button:hover, #carsearch input.button:active {
	color: #fff;
\\	background: url(../images/icons/btn_form.png) no-repeat left -31px;
}

/* SELF CLEARING FLOATS
----------------------------------------*/

#content-wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content-wrapper {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #content-wrapper {
	height: 1%;
}
#content-wrapper {
	display: block;
}
/* End hide from IE-mac */
