/* CSS Document */

html,body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#222222;
	background-color:#ffffff;
}
a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
td {
	text-align:center;
	vertical-align:top;
}
img {
	margin:0px;
	padding:0px;
	border:0px none;
	display:inline;
}
h1 {
	font-size:20px;
	font-weight:bold;
}
h2 {
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}
li {
	margin:0px 0px 4px 0px;
}

.main {
	margin:0px auto 0px 15px;
	width:659px;
}
.banner {
	margin:0px;
	padding:0px;
	width:100%;
	height:100px;
}
.bannerLeft {
	text-align:left;
	vertical-align:middle;
}
.menu_out {
	margin:0px;
	padding:0px;
	width:100%;
	height:23px;
}
.menu_left {
	background-image:url(images/menu_bar_left.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px;
	padding:0px;
	width:5px;
}
.menu_center {
	background-image:url(images/menu_bar_center.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:2px 0px 0px 0px;
	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;
}
.menu_right {
	background-image:url(images/menu_bar_right.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px;
	padding:0px;
	width:5px;
}
a.menu_links {
	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;
}
.page_body {
	margin:0px auto 0px auto;
	padding:0px;
	width:100%;
	text-align:center;
}
.red_car {
	margin:-6px 20px 0px 0px;
}
.selling_points {
	width:400px;
	margin:8px 0px 0px 20px;
	list-style:circle;
	text-align:left;

}
.order_now {
	margin:40px 0px 0px 0px;
}

.hail_1 {
	margin:12px 60px 0px 0px;
}

.bottom_bar_left {
	width:3px;
	height:6px;
	background-image:url(images/bottom_bat_left.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.bottom_bar_center {
	background-image:url(images/bottom_bat_center.gif);
	height:6px;
	background-repeat:repeat-x;
	background-position:bottom;
}
.bottom_bar_right {
	width:3px;
	height:6px;
	background-image:url(images/bottom_bat_right.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.bottom_links {
	font-size:11px;
	font-weight:normal;
	color:#222222;
}