/*
CSS 
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #fff;
}

a:link, a:visited { color:#FF9900; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color:#0099CC; text-decoration: underline; }

img {
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

h1 {
	margin: 0 0 0px 0;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_divider {
	clear: both;
	width: 100%;
	height: 15px;
	border-bottom: 1px solid #333;
	margin-bottom: 25px;
	font-size: 1px;	
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 5px;
	background: url(../images/main_bg.jpg) repeat-y;
}


/* header */
#header {
	width: 960px;
	height: 90px;
	padding: 0px 0px 0 0px;
	background-color:#fff;
}

#header #google_ad_placeholder
{
background-color:#fff;
float: right;
color: #fff;
padding: 0px 0 0 0;
width: 728px;
height: 90px;
}

#paddi
{
padding-right:20px;
}
#header #editbtn
{
background-position:top;
background-image:url(../images/button_editad.png);
background-repeat:no-repeat;
float:right;
width:98px;
height:29px;
padding-right:10px;
padding-bottom:10px;
margin-bottom:0px;
}
#header #site_title {
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 60px 0 0px 0;
	width: 230px;
	height: 55px;
	background: url(../images/logo.jpg) no-repeat bottom;
}
/* end of header */
/* menu */
#menu {
	clear: both;
	width: 960px;
	margin: 0;
	height: 45px;
	background: url(../images/menu_bg.jpg) right no-repeat;
}

#menu ul {
	padding: 0 0 0 10px;
	margin: 0 auto;
	height: 45px;
	list-style: none;
}

#menu ul li {
	float:left;
	padding-right: 0px;
}

#menu li a {
	float: left;
	display: block;
	color: #000;
	font-size: 12px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	padding: 0px 0 0 0px;	
	font-family: Arial, Helvetica, sans-serif ;
}
#menu  li a b {
	float: left;
	display: block;
	padding: 0px 24px 0 24px;
	font-family: Arial, Helvetica, sans-serif ;
}
#menu  li.current a, #menu  li a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/menu_hover_right.jpg) right top no-repeat; 
}
#menu  li.current a b, #menu li a:hover b {
	color: #fff;
	text-decoration: none;
	background: url(../images/menu_hover_left.jpg) left top no-repeat;
}
/* end of menu */

/* Sell Car Content */
#sellcar {
	clear: both;
	width: 800px;
	margin: 0;
	height: auto;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
}

#sellcar a{
color:#F98410;
padding-right:50px;
}
#sellcar a:hover
{
color:#018FD9;
text-decoration:none;
}
#sellcar #divider ul {
	padding: 0px;
	margin: 0px;
	height: 25px;
	list-style: none;	
}

#sellcar #divider ul li {
	float:left;
	padding-left : 25px;	
	background-image:url(../images/tickmark.gif);
	background-repeat:no-repeat;
	padding-top:5px;
	padding-right:55px;
}

#sellcar p {
	margin: 0px 0 0px 0px;
	padding-bottom:5px;
	padding-right:10px;	
}
#sellcar h1 {
	 font-size: 26px;
	 padding: 3px 0 0px 0;
	 margin: 0 0 5px 0;
 }
 
 #sellcar_slideshow
 {
 width:210px;
 float:right;
 margin-top:30px;
 }
 #sellcat #maincontent
 {
 width:700px;
 }
 #sellcar #divider
 {
 width:400px;
 float:left;
 }

/* end of Sell Car Content */


/* content */
#content {
	position: relative;
	color: #000;
	width: 940px;
	padding: 0;
	margin-left: 20px;
	background:#FFFFFF;
}


#content #google_ad_right
{
float:right;	
padding: 0px 0px 0px 0px;
width: 120px;
}
#content_left h1 {
	 font-size: 24px;
	 padding: 3px 0 15px 0;
	 margin: 0 0 15px 0;
 }


#content_left p {
	padding-bottom: 10px;
	margin: 0px;
}

#content_left img {
	float: left;
	margin: 3px 15px 0 0;
	border: 5px solid #4b5e1e;
}

#content_right h2 {
	color: #b7bd19;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#find_car_box #leftbox img {
	margin: 45px 0 0 10px;
}

#find_car_box #btn
{
background-image:url(../images/search_btn.gif);
background-repeat:no-repeat;
width:239px;
height:58px;
}


#find_car_box #rightbox p {
	margin: 5px 0 0px 0px;
	padding: 0 25px 5px 20px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

#find_car_box
{
width:750px;
text-align:center;
}
#find_car_box #leftbox
{
float:left;
background-image:url(../images/BOX1_01.gif);
background-repeat:no-repeat;
width:260px;
height:300px;
padding-top:50px;
padding-left:20px;
}
#find_car_box #rightbox
{
float:left;
background-image:url(../images/BOX1_02.gif);
background-repeat:no-repeat;
width:530px;
height:300px;
}

#normal a
{
color:#FF9900;
text-decoration:none;
}

#normal a:hover
{
color:#0099CC;
text-decoration:none;
}

#find_car_box #rightbox h1
{
color: #fff;
font-size: 20px;
height: 30px;
margin: 0px;
padding: 25px 0 3 20px;
/*background: url(../images/header_bg.jpg) no-repeat;*/
}
#content_right .right_column_section {
	clear: both;
	margin: 20px;
}
/* left column */

/* footer */
#footer {
	clear: both;
	color: #333;
	width: 960px;
	margin-top: 0px;
	padding: 10px 0px 25px 0;
	text-align: center;
	background: #ced1c8;
}

#footer a {
	color: #333;
	font-weight: normal;
}
/* end of footer */