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

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #716f6f url('images/bg.png') repeat;
	text-align: center;
	font-size: 12px;
	color: #333333;
}

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: #2e6d0c;
}

.header .top {
	height: 72px;
	background: #2e6d0c url('images/header.png');
	background-repeat:no-repeat;
}

.header .menu {
	text-align: left;
	padding: 4px 0 0 14px;
	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;

}
.banner
{
	width:420px;
	overflow:hidden;
	float:left;
}
.content2
{
	width:400px;
	height:378px;
	float:left;
	background-color:#b3d593;
	margin: 0 0 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
}
.content2_margin
{
	margin:10px;
}

.container .content {
	
}

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

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

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

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

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

.box .top {
	height: 115px;
}

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

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

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

.box .footer {
	background: #79aa4b;
	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: #2e6d0c;
	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;
}
.picborder {
	border: 1px solid #000000;
}
h2
{
	margin-bottom:10px;
}
.menu .highlightLink a{
	color:#F99E0E;
}
