﻿* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #579445 url('images/bg.png') repeat-x;
	text-align: center;
	font-size: 12px;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
}
.style2 {
	font-size: 18
}
.style7 {
	color: #006600
}
label {
	width: 50px;
	display: inline-block;
	text-align: left;
}

a {
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

a img {
	border: 0;
}

p {
	margin-bottom: 10px;
}

ul {
	list-style: disc inside none;
}

.shadow_container {
	background-image: url('images/shadow.png');
	width: 876px;
	margin: 0 auto;
}

.main_container {
	width: 850px;
	background: white;
	margin: 0 auto;
	text-align: left;
}

.header {
	height: 107px;
	background: #118206 url('images/header.png') no-repeat;
}

.header .top {
	height: 72px;

}

.header .menu {
	text-align: right;
	padding: 5px 10px 0 10px;
	color: #bbd584;
	height: 25px;
}

.header .menu a {
	color: #bbd584;
	text-decoration: none;
}

.header .menu a:hover {
	color: #f99e0e;
	text-decoration: none;
}

.header .shadow {
	background: white url('images/menu_shadow.png');
	height: 10px;
}

.container {
	padding: 10px;
}

.container .banner {
	height: 378px;
	background-image: url('images/banner.png');
}

.container .content {
	
}

.container .left {
	width: 620px;
	float: left;
	margin-right: 10px;
}

.container .right {
	width: 200px;
	background: #ffffff;
	float: left;
	text-align: center;
}

.container .right .title {
	text-align: center;
	font-size: 18px;
}

.banner_button {
	padding-top: 211px;
	padding-left: 10px;
}

.banner_button img {
	border: 10px orange solid;
}

.box {
	width: 270px;
	height: 320px;
	margin-top: 10px;
	background: #cdcbcb;
	float: left;
}

.box .top {
	height: 115px;
}

.box .inner {
	padding: 10px;
	height: 181px;
}

.box .inner .title {
	text-align: center;
	font-size: 18px;
}

.box .inner .text {
	text-align: center;
}

.box .footer {
	background: #acaaaa;
	color: black;
	text-align: center;
}

.box .footer a {
	color: black;
	text-decoration: none;
}

.box .footer a:hover {
	color: black;
	text-decoration: none;
}

.clear {
	clear: both;
}

.vehicle {
	width: 300px;
	height: 260px;
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}

.vehicle_thumb {
	width: 300px;
	height: 220px;
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	text-align: center;
}

.vehicle .title {
	text-align: center;
	font-size: 18px;
	height: 20px;

}

.vehicle .info {
	font-size: 14px;
	height: 14px;
	text-align: center;
	margin-bottom: 10px;
}

.vehicle .thumb {
	text-align: center;
}

.footer {
	background: #118206;
	color: #bbd584;
	text-align: right;
	font-size: 11px;
	padding: 5px;
}

.footer a {
	color: #bbd584;
	text-decoration: none;
}

.footer a:hover {
	color: #bbd584;
	text-decoration: none;
}
