@import "forms.css";
@import url('forms.css');

body {
	margin: 0;
	padding: 0;
	background: url('../images/bgtile.gif') repeat-x top;
}

td {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul#headWrap {
	margin: 10px 0 0 20px;
	padding: 0;
	float: left;
	width: 500px;
	height: 30px;
	background: url('../images/topnav_bg.gif') repeat-x top;
}

#headWrap li {
	background: 0;
	display: inline;
	margin: 8px 0 0 23px;
	float: left;
	padding: 0;
	text-decoration: none;
	color: #627169; 
	line-height: 1.7em;
}

#headWrap a {
	font-size: 1.1em;
	color: #74a42c;
	font-weight: bold;
	text-decoration: none;
}


#headWrap li a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	color: #B51E21;
}

h2 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #B51E21;
}

h3 {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #B51E21;
}

td#nav {
	width: 154px;
	margin: 2px 5px 0 7px;
	background: url('../images/nav_bg.jpg');	
	border-bottom: solid 1px white;
}

#nav ul {
	padding: 10px 0 3px 0;
	margin: 0 0 0 5px;
	text-align: left;
}


#nav li {
	margin: 12px 0 13px 0;
	padding: 0 0 0 8px;
	list-style: none;
	line-height: 1.2em;
	background: url(../images/navitem_bg.gif) no-repeat;
}

#nav a {
	font-size: 1.1em;
	color: #fff ;
	text-decoration: none;
	font-weight: bold;
}

#nav ul li a:hover {
	text-decoration: none;
	color: #008c00;
}

a {
	color: #bf1d20;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#searchTitle {
	background-color: #b51e21;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
}

#searchTitle h1 {
	color: #fff;
	margin: 0;
	font-size: 13px;
}

.field_med {
	line-height: 1.7em;
	margin: 0 6px 0 0;
	font-size: 11px;
	width: 150px;
}

h1#modelrange {
	font-size: 14px;
	color: #bc1d20;
	margin: 10px 0 5px;
}

.car {
	font-weight: bold;
	color: #8bb34f;
}

.offer2 {
	background: url('../images/bg_offers2.gif');
	padding: 5px;
	color: #fff;
	font-weight: bold;
	border-top: 10px #fff solid;
}

.offer2 h1 {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.offer1 {
	background: #afd27b url('../images/bg_offers.gif') no-repeat bottom left;
	padding: 5px 5px 8px;
	color: #000;
	border-top: 10px #fff solid;
	font-weight: bold;
	height: 100px;
}

.offer1 h1 {
	font-size: 14px;
	color: #bf1d20;
	font-weight: bold; 
}

.footer {
	height: 25px;
	background-color: #ccc;
	padding: 0 5px;
	color: #999999;
}

ul {
	padding: 4px 0 3px 0;
	margin: 0 0 0 12px;
	text-align: left;
}

li {
	margin: 4px 0 4px 0;
	padding: 0 0 0 14px;
	list-style: none;
	line-height: 1.2em;
	background: url(../images/dot.gif) no-repeat;
}

.soffer {
	border: 1px solid #E5E5E5;
	clear: both;
	width: 550px;
	padding: 10px;
	margin: 5px 0;
}

.price {
	font-size: 19px;
	color: #AFD17A;
}

.offer {
	margin: 0;
	padding: 0;
	font: 16px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
}

.soffer3 {
	border: 1px solid #E5E5E5;
	width: 720px;
	margin: 5px;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
	height: 0;                  /* ensure the period is not visible */
	clear: both;               /* make the container clear the period */
	visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */