@charset "utf-8";
@import url("nav.css");

/* CSS Document */

body { margin:0px; padding:0px; background-color:#e9e9e9; background-image: url(../images/bg-main.jpg); background-repeat: repeat-y; background-position: center; font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; }
.main_wrapper { padding: 10px 0px 0px 0px; width: 971px; margin-right: auto; margin-left: auto; }
.clear { clear: both; height:0px; margin:0px; padding:0px;}
.top_ner { margin: 0px 0px 10px 0px; padding: 0px 10px; float: right; width: 728px; height:90px; overflow:hidden; }
h1 { width: 210px; float: left; margin: 0px; padding: 0px 0px 0px 5px; font-weight:normal; color:#ff6600; font-size:1.4em; text-align:center; letter-spacing:-2px; }
h1 span {color:#009900; font-size:1.9em;}
h3 {font-size:1ems; font-weight:normal; margin:4px}
.content_wrap { clear: both; }
.left_col { padding: 20px; float: left; width: 590px; }
.cars_wrap { padding: 10px; font-size: 90%; }
.car-title { font-size: 180%; line-height: 36px; font-weight: normal; margin-bottom: 5px; letter-spacing:-2px; }
.cars_wrap ol li {
	line-height: 24px;
	color: #FF6600;
	list-style-type:none;
}
.cars_wrap ol li a {
	line-height: 24px;
	color: #FF6600;
	text-decoration:none;
}
.featured {
	float: left;
	width: 265px;
	margin: 5px;
	font-size: .8em;
}

.cars_wrap ol li a:hover {
	text-decoration:underline;
	color:#006600;
}
.couple {
	background-image: url(../images/couple.jpg);
	background-repeat: no-repeat;
	height: 262px;
	background-position: right;
	border-bottom: 3px solid #CCCCCC;
}

.cars_wrap img { margin:10px; }
.small {font-size:.6em;}
.right_col { background-color: #dfdfdf; padding: 10px; float: right; width: 310px; border-left-width: 1px; border-left-style: solid; border-left-color: #CCCCCC; font-size: .8em; }
.right-col-content { background-color:#fff; border:1px solid #ccc; padding:5px; font-size:.9em;}
.footer { text-align:center; line-height: 36px; background-color: #E1E1E1; clear: both; margin-top: 0px; padding-top: 10px; border-top-width: 1px; border-top-style: solid; border-top-color: #CCCCCC; font-size:.7em;}
/*COLORS*/
.green {color:#006600;}
.orange {color:#FF6600;}
.blue {color:#0099FF;}
