﻿/* Layout Begin */

body {
	background-image:		url('site-images/background.gif');
	background-repeat:		repeat-x;
	background-color:		#FFFFFF;
	color:					#4D4D4D;
	font-size:				12px;
	font-family:			Arial;
}

#layout {
	top: 					0px;
	position: 				absolute;
	width:					790px;
	left:					50%;
	margin-left: 			-395px;
}

/* Layout End */

/* Navigation Begin */

#navigation {
	background-image:		url('site-images/navigation-bg.gif');
	background-repeat:		no-repeat;
	width:					790px;
	height:					50px;
	margin:					0px;
	margin-top:				5px;
	padding:				0px;
	padding-left:			5px;
	padding-top:			7px;
	margin-bottom:			-2px;
}

#navigation  ul {
	width:					790px;
	display:				inline;
	margin:					0px;
	padding:				0px;
	float:					left;
}

#navigation  li {
	display:				inline;
	list-style:				none;
	border-right:			1px #FF3333 solid;
	margin-left:			8px;
	padding-right:			10px;
	margin-bottom:			0px;
}

#navigation .end {
	border-right:			0px;
}

#navigation  a {
	color:					#FFFFFF;
	font-size:				12px;
	text-decoration:		none;
}

/* Navigation End */

/* Body Begin */

#body {
	margin-top:				-5px;
	width:					781px;
	background-color:		#FFFFFF;
	padding-top:			10px;
	padding-left:			9px;
	float:					left;
}

#body img {
	border:					0px;
}

.main {
	margin-bottom:			25px;
}

/* Left Begin */

#left {
	width:					502px;
	float:					left;
}

#left ol {
	font-size:				11px;
}

#left h1 {
	margin-top:				0px;
	color:					#872D32;
	font-size:				16px;
}

#left h2 {
	margin-top:				0px;
	color:					#872D32;
	font-size:				16px;
	margin-bottom:			0px;
}

#left ul li {
	color:					#872D32;
}

#left li span {
	color:					#4D4D4D;
}

#left a {
	color:					#872D32;
	font-weight:			bold;
	text-decoration:		none;
}

.vehicle {
	margin-top:				15px;
	border-top:				1px #872D32 solid;
	padding-top:			10px;
}

.vehicle img {
	float:					right;
	margin-top:				5px;
	margin-left:			10px;
}

.vehicle p {
	margin-top:				5px;
	margin-bottom:			5px;
}

#left hr {
	border:					0px;
	border-top:				1px #872D32 solid;
	height:					1px;
	margin-top:				10px;
}

#left address {
	width:					240px;
	float:					left;
	font-style:				normal;
}

/* Left End */

/* Right Begin */

#right {
	width:					251px;
	float:					left;
	margin-left:			20px;
}

#right img {
	margin-bottom:			10px;
}

/* Right End */

/* Body End */

/* Footer Begin */

#footer {
	background-image:		url('site-images/footer.gif');
	background-repeat:		no-repeat;
	width:					790px;
	height:					93px;
	float:					left;
	margin-top:				10px;
}

#footer a {
	font-size:				10px;
	color:					#A39A99;
	text-align:				center;
	margin-top:				20px;
	display:				block;
}

#footer p {
	font-size:				10px;
	color:					#A39A99;
	text-align:				center;
}

#address {
	width:					479px;
	text-align:				center;
	font-size:				10px;
	padding-top:			25px;
	margin-right:			175px;
}

#address address {
	font-size:				10px;
	color:					#A39A99;
	font-style:				normal;
}

.rights {
	color:					#A39A99;
}

#seo {
	width:					790px;
	text-align:				center;
	display:				none;
}

/* Footer End */

/* Classes Begin */

.testimonials {
	float:					right;
	color: 					#872D32
}

hr {
	float:					left;
	width:					500px;
	margin-bottom:			10px;
}

/* Classes End */

/* Contact Page Begin */

.contact-form {
	background-color:		#FFFFFF;
	width:					560px;
	margin-top:				10px;
	margin-bottom:			20px;
}

.contact-form label {
	float:					left;
	color:					#4D4D4D;
	font-weight:			bold;
	font-size:				12px;
}

.contact-form label input {
	width:					240px;
	margin-right:			10px;
	margin-top:				10px;
	margin-bottom:			20px;
	border:					1px #872D32 solid;
	
}

.contact-form textarea {
	width:					490px;
	height:					125px;
	margin-top:				10px;
	margin-bottom:			20px;
	border:					1px #872D32 solid;
}

.contact-form input {
	margin-left:			0px;
}

.contact-form address {
	font-style:				normal;
}

#left .button {
	float:					none;
}

/* Form End */

