* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a { color:#fdda4a; }
a img { border:0px; }
.low_menu {
	color: #FFFFFF;
	text-align: center;
}
.disclaimer {
	font-size: 11px;
}
.low_menu a {
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
.low_menu p {
	padding-top: 8px;
	padding-bottom: 8px;
}
.container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-image: url(../images/header_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 302px;
}
.content {
	background-image: url(../images/content_bg.gif);
	width: 754px;
	margin-right: auto;
	margin-left: auto;
	background-color: #363636;
	background-repeat: no-repeat;
}
img.centerlogo {
	position: absolute;
	top: 125px;
	margin-left: 257px;
}
ul.menu li {
	height: 31px;
	float: left;
	list-style-type: none;
}
ul.menu {
	position: absolute;
	top: 258px;
}
ul.menu li a {
	
	display: block;
	color: #555555;
	text-decoration: none;
	text-align: center;
	font-size: 0px;
}
.header_img {
	padding-top: 50px;
	padding-bottom: 20px;
}
.content p {
	color: #FFFFFF;
	margin-right: 65px;
	margin-left: 65px;
}
.imgfix { margin-left:-65px; }
a.our_story {
	background-image: url(../images/our-story.gif);
	width: 127px;
	height: 31px;
}
a.our_team {
	background-image: url(../images/our-team.gif);
	width: 256px;
	height: 31px;
}
a.used_cars {
	background-image: url(../images/used-cars.gif);
	width: 260px;
	height: 31px;
}
a.new_cars {
	background-image: url(../images/new-cars.gif);
	width: 127px;
	height: 31px;
}
a.contact_us {
	background-image:url(../images/contact-us.gif);
	display:block;
	width:102px;
	height:27px;
	position:absolute;
	top:8px;
	color:#000000;
	font-size:1px;
	text-align:center;
	text-decoration:none;
}
a.our_story:hover, a.our_team:hover, a.used_cars:hover, a.new_cars:hover, a.contact_us:hover {
	background-position:center bottom;
	
}
/* Used Car List */
.used_car_list { 
background-color:#000000;
width:640px;
margin:5px auto;
padding:8px;
}
.used_car_list p { margin-left:250px; margin-bottom:12px; margin-right:0px; width:385px;}
span.year { display:block; color:#fdda4a; font-size:72px; width:130px; float:right; font-weight:bold; margin-top:-12px;}
span.make { text-transform:uppercase; color:#fff; font-size:24px; display:block; font-weight:bold;}
span.model { color:#fdda4a; font-size:20px; font-weight:bold; } 
.uc_pics { list-style-type:none; margin-left:-2px; }
.uc_pics li { float:left; padding:5px; }
.uc_pics li img { border:solid 1px #fdda4a;}
.uc_main {  border:solid 1px #fdda4a; }
.uc_contain { width:250px; float:left;}
.makewindow, .modelwindow, .yearwindow {  border:solid 2px #fdda4a;  background-repeat:no-repeat; padding:30px 0px 0px 0px; margin:8px;}
.makewindow {background-image:url(../images/make-drop.gif);width:112px; }
.modelwindow { background-image:url(../images/model-drop.gif); width:120px; }
.yearwindow { background-image:url(../images/year-drop.gif); width:95px; }
.highlight { background-color:#f00; }
.used_search { width:250px; float:left; }
.used_search input {  border:solid 2px #fdda4a; color:#fdda4a; background-color:#000; font-size:15px; }
input.mag_glass { border: solid 0px #000; }
.other_holder { width:390px; float:right; }
.other_holder img { display:block; }
p.name_phone { font-size:20px; font-weight:bold; color:#fdda4a;}
p.name_phone span { font-size:26px; color:#fff; }

/*contact page*/
.contact_form { width:500px; margin:0px auto; }
.contact_form td { color:#fff; height:51px; vertical-align:top;}
.contact_form label { display:block; }
.contact_form input, .contact_form textarea { width:220px; background-color:#000000;border:solid 2px #fdda4a; color:#fff; padding:3px;}
.contact_form textarea { height:120px; }
.sendit { text-align:right; }
.sendit input { width:60px; margin-right:18px; background-color: #fdda4a; color:#000;}

/*pagination*/
a.pagenums { display:inline-block; border:solid 1px #1e1e1e; text-align:center; padding:3px; margin:2px; font-size:10px; text-decoration: none; }
a.pagenums:hover, a.selected {
	background-color: #1e1e1e;
}
.pagepara { text-align:center; margin-bottom:0px; padding-bottom:0px; font-size:10px;}

p.reset {
	text-align: right;
	padding: 0;
	margin: 0 15px 0 0;
	float: right;
}
p.reset a {
	 text-decoration: none;
}