@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_body.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.main_wrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.header_wrap {
	background-image: url(../images/bg_head.jpg);
	background-repeat: no-repeat;
	height: 136px;
	width: 950px;
}
.logo {
	float: left;
	width: 531px;
	padding-top: 16px;
}
h1 {
	margin: 0px;
	float: right;
	padding-top: 44px;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 12px;
}
.content_wrap {
	margin: 0px;
	clear: both;
}
h2 {
	margin: 0px;
	padding-bottom: 4px;
	color: #008000;
	font-size: 24px;
	font-weight: normal;
}
h4 {
	margin: 0px;
	padding-bottom: 4px;
	color: #008000;
	font-size: 16px;
	font-weight: normal;
}
input {
	border: 1px solid #404040;
	padding: 4px;
	font-weight: bold;
}

.left_col {
	float: left;
	width: 534px;
}
.left_col ol {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.left_col ol li {
	font-size: 12px;
	list-style-position: inside;
}
.right_col {
	float: left;
	width: 416px;
}
.right_col ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.right_col ul li {
	font-size: 12px;
	list-style-type: disc;
	padding-bottom: 8px;
}
.right_col_menu {
	background-image: url(../images/bg_col.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 243px;
	height: 396px;
	background-position: bottom;
}
.right_col_menu_long {
	background-image: url(../images/bg_col.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 243px;
	height: 625px;
	background-position: bottom;
}
#usedcar {
	background-image: url(../images/used_car.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 51px;
}
#usedcar:hover {
	background-image: url(../images/used_car_over.jpg);
	}
#newcar {
	background-image: url(../images/new_car.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 51px;
	margin: 0px;
}
#newcar:hover {
	background-image: url(../images/new_car_over.jpg);
	}
#badcredit {
	background-image: url(../images/bad_credit.jpg);
	display: block;
	height: 51px;
}
#badcredit:hover {
	background-image: url(../images/bad_credit_over.jpg);
	}
#calculator {
	background-image: url(../images/calculator.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 51px;
}
#calculator:hover {
	background-image: url(../images/calculator_over.jpg);
	}
.login_title {
	clear: both;
	padding-right: 26px;
	padding-left: 26px;
}
.login_cola {
	clear: both;
	float: left;
	padding-left: 30px;
	line-height: 42px;
	width: 80px;
}
.login_colb {
	float: left;
	width: 110px;
	clear: none;
	padding-top: 10px;
}

.footer_wrap {
	color: #FFFFFF;
	background-image: url(../images/bg_foot.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 54px;
	padding-top: 6px;
	font-size: 12px;
}
.footer_wrap a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	padding-right: 8px;
	padding-left: 8px;
}
.footer_wrap a:hover {
	text-decoration:underline;
	color:#cccccc;
}
.right_col_image {
	background-image: url(../images/bg_col_right.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	width: 173px;
	height: 396px;
}
.calc_row_head {
	font-weight: bold;
	line-height:34px;
}
.calc_col_a {
	float: left;
	width: 28px;
	line-height: 28px;
	height: 28px;
}
.calc_col_b {
	font-size: 12px;
	float: left;
	width: 130px;
	line-height: 26px;
}
.calc_col_c {
	float: left;
	font-size: 12px;
	line-height: 26px;
}
.clear_both {
	clear: both;
}
#calc_col_title {
	float:left;
	width: 40%;
	font-size: 12px;
	line-height: 26px;
}
#calc_col_input {
	float: right;
	width: 60%;
	line-height: 26px;
	height: 26px;
}
#calc_col_input input {
	font-size:11px;
	width:50px;
	border:1px solid #000000;
	margin-top:4px;
}
.right_col_infobox h4 {
	background-color: #39473C;
	color:#FDE45E;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	line-height: 32px;
}
.right_col_infobox_content {
	padding: 4px;
	text-align: left;
	background-color:#FFFFFF;
}
.right_col_infobox_content ul {
	font-size:14px;
	text-align: left;
	padding-bottom: 16px;
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
}
.right_col_infobox_content ul li {
	margin:0px;
	margin-bottom:14px;
	padding:0px;
	list-style-type: none;
	}
.right_col_image_long {
	background-image: url(../images/bg_col_right.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	width: 173px;
	height: 625px;
}
.clear {
	clear: both;
}
