@charset "utf-8";
body {
	font-size: 62.5%;
	padding: 0px;
	background-image: url(assets/csd_bg.png);
	background-repeat: repeat-x;
	background-color: #13181E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}





* {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3 {
	font-size: 100%;
	text-transform: capitalize;
}
#page {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	height: 61px;
	width: 950px;
}
#top_nav {
	height: 42px;
	width: 950px;
}
#top_nav a {
	display: block;
	height: 22px;
	width: 156px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: lighter;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-top: 12px;
}
#top_nav a:hover {
	text-decoration: underline;
}
#top_l {
	float: left;
	height: 45px;
	width: 450px;
	background-image: url(assets/logo_left.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	text-decoration: none;
	color: #FFFF99;
}
#top_l a {
	color: #CCCCCC;
	text-decoration: none;
}

#top_search {
	height: 42px;
	width: 478px;
	float: right;
	margin-top: 17px;
	text-align: right;
	background-color: #98001E;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A50635;
	border-right-color: #A50635;
	border-left-color: #A50635;
}


.go_button {
	padding-top: 2px;
}



#logo {
	height: 203px;
	width: 950px;
}


#logo_pic {
	float: right;
	height: 204px;
	width: 700px;
	background-image: url(assets/logo_bg.png);
	background-repeat: no-repeat;
}
#logo_pic p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-left: 450px;
	font-weight: bold;
}

#log_in {
	float: left;
	height: 182px;
	width: 220px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#log_in    button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000099;
}

#break_top {
	clear: both;
}
#left_nav {
	float: left;
	width: 153px;
	background-color: #242C38;
	height: 770px;
}
#left_nav h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 30px;
	font-weight: lighter;
	padding-top: 7px;
	background-image: url(assets/left_nav_h2.png);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	font-size: 14px;
}
#left_nav ul {
	list-style-type: none;
}
#left_nav li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	line-height: 22px;
	color: #CCCCCC;
	width: 130px;
	display: block;
	text-decoration: none;
	margin-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #13181E;
}
#left_nav  li  a:hover {
	color: #FFFFFF;
}
#left_nav p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
}

#content {
	float: left;
	width: 640px;
	background-color: #FFFFFF;
	height: 770px;
}
.highlite {
	background-color: #E9EEF5;
}

#content h2 {
	background-color: #e9eef5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 6px;
	font-size: 14px;
	color: #9C0023;
}
.date {
	font-size: 10px;
}

#content p {
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.home_page_cars_top {
	background-color: #13181E;
	color: #FFFFFF;
}



#right_nav {
	float: left;
	width: 157px;
	background-color: #FFF;
	height: 770px;
}
#right_nav h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 30px;
	font-weight: lighter;
	padding-top: 7px;
	background-image: url(assets/right_nav_h2.png);
	background-repeat: no-repeat;
	padding-bottom: 6px;
	font-size: 14px;
}

#right_nav p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
}
#break_bottom {
	clear: both;
}


#footer {
	background-color: #505667;
	height: 40px;
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
}
a {
	text-decoration: none;
	color: #9D0026;
}
.car_list  {
	line-height: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
.img_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
select, input, textarea     {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
.hp_padd_pic {
	padding: 2px;
}
.img_r {
	padding: 5px;
	float: right;
}
