/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#fff;
	font-size:.8em;
	margin:0 0 25px 0;
	background-color:#d81900;
	background-repeat:repeat-x;
	font-family:Arial Black, Helvetica, sans-serif;
	background-image:url(images/bg_body.gif);
}

td {
 font-style: normal;
}

a { color:#fecb00; }

a img { border:0; }

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.7em; text-transform:uppercase; }

h2 { font-size:1.4em; text-transform:uppercase; }

h3 { font-size:1.2em; }

/* ---- class settings ----------------------- */

.logos {
	position:absolute;
	top:95px;
	right:125px;
}

.img-curves {
	position:absolute;
	top:0;
	left:0;
}

.img-top {
	position:absolute;
	top:0;
	left:-4px;
}

.img-top-r {
	position:absolute;
	top:10px;
	right:75px;
}

.img-btm {
	position:absolute;
	left:0;
	bottom:0;
}

.padding { padding:0 5px 0 5px; }

.vehic_cell {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:161px;
	height:253px;
	padding:0 0 0 0;
	text-align:center;
	margin:0 10px 0 10px;
	background-color:#450800;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image:url(images/bg_vehicle-btm.gif);
}

.email-signup {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:520px;
	height:auto; 
	padding:0 15px 0 15px;
}

.content {
	padding:0 15px 15px 15px;
}

.yellow { color:#fecb00; }

.red { color:#d81900; }

.vehicle { color:#fecb00; font-size:10pt; }

.price { font-size:24pt; font-style: normal; }

.price2 { font-size:36pt; font-style: normal; }

.year { font-size:1.7em; text-transform:uppercase; color:#fecb00;}

.vehic_thumb {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:115px;
	height:87px;
	padding:0 0 0 0;
	margin: 0 5px 0 0;
	text-align:center;
	background-color:#450800;
}
.vehic_big-image {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:350px;
	height:264px;
	padding:0 0 0 0;
	margin: 0 0 20px 0;
	text-align:center;
	background-color:#450800;
}

.table_cell { background-color: #3f0b04;}
/* ---- layout settings ----------------------- */

#main_container {
	position:relative;
	margin:0 auto;
	width:938px;
	height:auto;
	background-color:#320600;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.gif);
}

#header {
	position:relative;
	top:0;
	left:0;
	width:938px;
	height:auto;
}

#main {
	position:relative;
	top:0;
	left:0;
	width:930px;
	height:auto;
	padding:7px 4px 0 4px;
	background-repeat:no-repeat;
	background-image:url(images/bg_main-top.gif);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:747px;
	height:auto;
	padding:13px 0 0 0;
}

/* ---- end main content settings ---------------- */

#pics {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:375px;
	height:auto;
	padding:10px 0 0 20px;
}
#car_info {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:330px;
	height:auto;
	padding:13px 0 0 0;
}



/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:153px;
	height:auto;
	background-color:#6A0D00;
	background-repeat:no-repeat;
	padding:13px 15px 20px 15px;
	background-image:url(images/bg_sidebar.gif);
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:930px;
	height:25px;
	clear:both;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
}

#nav a:hover {
}

