body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 15px auto;
	text-align: center;
	background: #333 url(../images/bg-body1.gif) repeat 0 0;
}
p {
	margin: 15px 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
}
h1 {
	font-weight: normal;
	font-size: 220%;
	letter-spacing: -1px;
	color: #E3F788;
\\	border-bottom: 1px solid #3E743E;
}
h2 {
	font-weight: bold;
	font-size: 130%;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	color: #E3F788;
}
a:link {
	color: #E3F788;
	text-decoration: none;
}
a:hover {
	color: #CEFF00;
	text-decoration: none;
}
a:visited {
	color: #E3F788;
	text-decoration: none;
}
img {
	border: 0;
}
.address {
	background: url(../images/icons/home.png) no-repeat left center;
}
.contact {
	background: url(../images/icons/phone.png) no-repeat left center;
}
.time {
	background: url(../images/icons/time.png) no-repeat left center;
}
.map {
	background: url(../images/icons/map.png) no-repeat left center;
}
.email {
	background: url(../images/icons/email.png) no-repeat left center;
}
.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}
.small {
	font-size: 85%;
	color: #999;
}
.left, div.left {
	float: left;
}
.right, div.right {
	float: right;
}
div.container {
\\	border: 1px solid #3E743E;
	overflow: hidden;
	width: 100%;
}
hr {
	border: 0;
	width: 100%;
	color: #3E743E;
	background-color: #3E743E;
	height: 1px;
}
.box {
	width: 42%;
}
.lightbg {
	background: #487B48;
	padding: 15px;
	border: 1px solid #245A24;
	margin-bottom: 15px;
}
.padding {
	padding: 0 10px 0 10px;
}
#footer p {
	padding: 0;
	margin: 0;
}

/* LAYOUT
----------------------------------------*/

#layout {
	text-align: left;
	font-size: 90%;
	width: 900px;
	margin: 0 auto;
	background: #286428;
	border: 8px solid #000;
	background: #286428 /*url(../images/bg-layout.gif) repeat-x 0 195px*/;
}
#header {
	height: 150px;
	position: relative;
	text-align: center;
	background: #E6E1B7 url(../images/bg-header.gif) no-repeat 50% 50%;
}
#content-wrapper {
	background: url(../images/bg-content.gif) repeat-y 100% 0;
}
#content {
	padding: 25px 0 10px 30px;
	float: left;
	width: 590px;
}
#slogan {
	background: url(../images/bg-slogan.gif) no-repeat 50% 50%;
	text-align: center;
	padding: 15px 0;
}
#sidebar {
	width: 200px;
	float: right;
	padding: 25px 25px 10px 25px;
}
#footer-wrapper {
	clear: both;
	color: #888;
	background: #000;
}
#footer {
	padding: 15px 15px 7px 15px;
	text-align: center;
}

/* HEADER
----------------------------------------*/

#header h1 {
	color: #363;
	padding: 0;
	margin: 5px 0 0;
}
#logo {
	position: absolute;
	left: 0;
	left: 30px;
}
#tel {
	position: absolute;
	right: 30px;
	top: 52px;
}

/* CONTENT
----------------------------------------*/

.picture {
	padding: 5px;
	background: #3E743E;
}
ul.list {
	padding: 0;
	margin: 0 0 15px 15px;
	border-top: 1px dashed #3E743E;
}
ul.list li {
	list-style: none;
	background: url(../images/icons/bullet.gif) no-repeat 0 8px;
	margin: 0;
	padding: 7px 0 7px 18px;
	border-bottom: 1px dashed #3E743E;
}
.lightbg ul.list {
	border-top: 1px dashed #618D61;
	margin: 0;
}
.lightbg ul.list li {
	border-bottom: 1px dashed #618D61;
}
#sidebar ul {
	padding: 0;
	margin: 0 0 15px 0;
	border-top: 1px dashed #3E743E;
	font-size: 120%;
}
#sidebar ul li {
	list-style: none;
	background: url(../images/icons/bullet.gif) no-repeat 0 9px;
	margin: 0;
	padding: 7px 0 7px 18px;
	border-bottom: 1px dashed #3E743E;
}
dl {
	padding: 0;
	margin: 0;
}
dl dt {
	font-weight: bold;
	margin-bottom: 15px;
	background: url(../images/icons/arrow.gif) no-repeat 0 50%;
	padding-left: 15px;
}
dl dd {
	margin: 0 0 15px 15px;
	padding: 0;
}

/* THUMBNAIL
----------------------------------------*/

.thumbnail {
	width: 245px;
	padding: 20px 5px 5px 39px;
	background: url(../images/thumbnail-container.gif) no-repeat 50% 0;
}
.thumbnail img {
	width: 235px;
	height: 175px;
	padding: 5px;
	margin-bottom: 20px;
	border: 0;
}
.thumbnail p {
	font-style: italic;
	margin: 0;
	padding: 0;
}

/* FORM
----------------------------------------*/

form.feedback {
	padding: 0;
	margin-top: 20px;
}
.feedback fieldset {
	padding: 0 20px 20px 20px;
	margin: 0 0 20px;
	border: 1px solid #ddd;
}
.feedback legend {
	font-weight: bold;
	font-size: 120%;
	margin: 0;
	padding: 0 5px 0 20px;
	background:  url(../images/icons/arrow-grey.gif) no-repeat left center;
	text-transform: capitalize;
}
.feedback label {
	padding: 15px 0 0;
	margin: 0;
	display: block;
}
.feedback .required {
	color: #999;
	font-style: italic;
}
.feedback input, .feedback textarea, .feedback select {
	padding: 1px 2px;
	width: 98%;
	color: #333;
	margin: 0 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.feedback textarea {
	height: 150px;
}
.feedback .radio {
	width: 15px;
	height: 15px;
	border: none;
}
.feedback .checkbox {
	border: none;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	float: left;
	display: block;
}
.feedback input.button, #carsearch input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ddd;
	text-transform: uppercase;
	width: 70px;
	border: none;
	font-size: 75%;
	text-align: center;
	padding: 6px 0 25px 0;
	background: url(../images/icons/btn_form.png) no-repeat left 0;
	cursor: pointer;
}
.feedback input.button:hover, .feedback input.button:active, #carsearch input.button:hover, #carsearch input.button:active {
	color: #fff;
\\	background: url(../images/icons/btn_form.png) no-repeat left -31px;
}

/* SELF CLEARING FLOATS
----------------------------------------*/

#content-wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content-wrapper {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #content-wrapper {
	height: 1%;
}
#content-wrapper {
	display: block;
}
/* End hide from IE-mac */