/*Begin container commands*/

html, body
{
	margin: 0;
	height: 100%;
	text-align: center;
	font-family: verdana, arial, sans-serif;
}

body
{
	background: #D9EBE1 url(images/bg.gif) repeat-y top;
}

#wrapper
{
	margin: 0px auto;
	width: 750px;
	height: 100%;
	text-align: left;
}

/* Begin font declaration and navigation */

h1, h2, h3, h4, h5
{
	color: #FFFFFF;
	margin: 0px;
}

h3
{
	font-size: 1.3em;
}

p
{
	font: 90%;
}

div ul li
{
	list-style-type: none;
}

#nav_list li, #car_list li, #car_list_2 li
{
	display: inline;
}

#car_list , #car_list_2 
{
	text-align: center;
	padding: 0px 0px 0px 85px;
	float: left;
}

#nav_list
{
	text-align: right;
   font-size: 80%;
	padding: 71px 25px 0px 0px;
}

#nav ul, #nav li
{
	margin: 0px;
	padding: 0px;
}

#nav ul li a
{
   padding: 3px 7px 4px 7px;
	font: 80%;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#nav ul li a:hover
{
  background-color: #017E3A;
}

/* Begin layout declaration */

#header
{
	float: left;
	margin-left: 2px;
	width: 746px;
	height: 190px;
	background: url(images/header.jpg) no-repeat top left;
}

*html #header
{
	margin-left: 1px;
}

#right_head
{
	float: right;
	font-size: 60%;
	padding-right: 20px;
	text-align: right;
	color: #FFFFFF;
	padding: 15px 25px 0px 0px;
}

#body_cont
{
	float: left;
	margin-left: 2px;
	width: 746px;
	background: url(images/body.jpg) no-repeat top;
}

*html #body_cont
{
	margin-left: 1px;
}

#body_text
{
	width: 475px;
	padding: 0px 0px 0px 25px; 
	font-size: 80%;
	color: #FFFFFF;
}

#body_text_full
{
	padding: 20px 25px 0px 25px; 
	font-size: 80%;
	color: #FFFFFF;
}

img.left
{
	border: 1px solid #111111;
	margin: 0px 17px 12px 0px;
}

img.right
{
	border: 1px solid #111111;
	margin: 0px 0px 12px 17px;
}

table#faders
{
	border: 0px;
	width: 475px;
	font-size: 0.7em;
	margin: 20px 0px 0px 25px;
}

table#faders td
{
	vertical-align: top;
	padding-bottom: 10px;
	width: 100px;
	text-align: center;
}

table#faders img
{
	border: 0px;
	width: 64px;
	height: 64px;
	display: block;
	margin: 0px auto;
	margin-bottom: 6px;
}

table#faders a
{
	text-decoration: none;
	color: #FFFFFF;
}

table.cartable
{
	background-color: #FFFFFF;
	margin-bottom: 12px;
	width: 100%;
}

table.cartable img
{
	border: 1px solid #000000;
}

table.cartable a
{
	color: #000000;
}

table.cartable a:hover
{
	text-decoration: none;
}

td.cartitle
{
	background-color: #005325;
	padding: 6px 13px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
}

td.carimage
{
	padding: 4px;
	vertical-align: top;
	width: 250px;
}

td.carlisting
{
	padding: 4px 4px 10px 10px;
	vertical-align: top;
	color: #000000;
}

td.lcartitle
{
	background-color: #005325;
	padding: 6px 13px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}

td.lcarimage
{
	padding: 4px;
	vertical-align: top;
	text-align: center;
}

td.lcarlisting
{
	width: 100%;
	padding: 4px 4px 10px 10px;
	vertical-align: top;
	color: #000000;
	text-align: center;
}

table.contact td
{
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
}

/* Footer */

#footer
{
	float: left;
	width: 750px;
	height: 58px;
	background: url(images/footer.jpg) no-repeat top;
	margin: 12px auto;
	font-size: 70%;
}

#footer_left
{   
	float: left;
	text-align: left;
	color: #FFFFFF;
	padding: 15px 0px 0px 30px;
}

div#footer_left a
{
	color: #FFFFFF;
}

div#right_head a
{
   color: #FFFFFF;
	text-decoration: none;
}

#footer_right
{
	float: right;
	text-align: right;
	color: #FFFFFF;
	padding: 15px 30px 0px 0px;
}

/*--- [Form on contact page] ---*/

#form_lay
{
	width: 400px;
}

form.contact, form.contact * {
	margin: 0px 0px 0px 10px;; 
	padding: 5px 0px 0px 0px;
}

form.contact br {
	display: none;
}

form.contact fieldset {border: 0; width: 90%;}

form.contact label { font-size: 12px; font-weight: bold; display: block; color: #ffffff; clear: left; margin: 8px 0 2px 0 !important; width: 400px;}

input.inputBody, textarea.inputBody, select.inputBody, option {
	padding: 2px;
	background: #CDE4D7;
	border: 1px solid #000000;
	margin: 0;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 100%;
	font-weight: bold;
}

input.inputBody:focus, textarea.inputBody:focus, select.inputBody:focus {
	/* IE doesn't get this at all! */
	border: 1px solid #FFFFFF;
	color: #000000 !important;
}

.php>body textarea.inputBody {
	height: 75px;
}

option { border: none; color: #000 !important; padding-right: 5px; }

input.submit {font-size: 12px; margin-top: 10px; padding: 2px;}



address {
	font-style: normal;
	margin-bottom: 20px;
}

/*--- [END Form on contact page] ---*/

#offers
{
	float: right;
	display: inline;
	position: relative;
	background: url(images/offers_bg.gif) repeat-y;
	width: 204px;
	margin: -30px 18px 0px 0px;
	z-index: +1;
}

#offers .offershead
{
	float: left;
	width: 204px;
	height: 43px;
	background: url(images/offers_header.gif) no-repeat top;
}

#offers .offersend
{
	float: left;
	background: url(images/offers_footer.gif) no-repeat;
	width: 204px;
	height: 12px;
	font-size: 1px;
}

#offers a
{
	color: #00532C;
	text-decoration: none;
	display: block;
}

#offers a:hover
{
	cursor: hand;
	text-decoration: underline;
}

#offers .offer
{
	float: left;
	color: #00532C;
	font-size: 0.7em;
	font-weight: bold;
	padding: 10px 14px;
}

#offers .offertitle
{
	text-transform: uppercase;
}

/* End */
