/* Copyright © 2010. All rights reserved. Developed by Web Design NY */

body {
	background:#83b631 url(../images/bg.jpg) top repeat-x;
	text-align:left;
	font:.75em Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	color:#222122;
	margin:0;
	padding:0;
}

a {
	color:#5d870f;
	text-decoration:underline;
	outline:none;
}

a:hover {text-decoration:none;}

p {
	margin:0;
	line-height:1.5em;
	padding:0 0 20px;
}

a img {border:0;}

div	{
	margin:0;
	padding:0;
	text-align:left;
}

form {
	border:none;
	margin:0;
	padding:0;
}
				
fieldset {
	border:0;
	margin:0;
	padding:0;
}

label {
	font-size:.9em;
	display:block;
	line-height:1.7em;
	margin:0;
	padding:0;
}

input, textarea {
	border:1px solid #7b7b7b;
	background:#fefffe;
	font:1em Tahoma, Arial, Helvetica, sans-serif;
	line-height:1em;
	padding:1px 3px 2px;
}

input:focus, textarea:focus {border:1px solid #212122;}

.form_text input {width:300px;}

.form_text textarea {
	width:300px;
	height:90px;
	padding:3px;
	overflow:auto;
}

h1 {
	background:url(../images/head_bg.jpg) top repeat-x;
	font:1.5em Tahoma, Arial, Helvetica, sans-serif;
	color:#fefefe;
	height:35px;
	line-height:1em;
	padding:16px 25px 0;
	margin:0 -25px 25px;
}

#container {
	width:887px;
	padding:25px 0 0;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

/* ---------------------------------- Header ----------------------------------------------*/

#header {
	background:url(../images/header_bg.png) top center no-repeat;
	width:887px;
	height:379px;
	position:relative;
	overflow:hidden;
	z-index:10;
}

a.logo {
	display:block;
	width:302px;
	height:294px;
	position:absolute;
	top:0;
	left:0;
}

#header p {
	background:#e3e4c9 url(../images/tel_bg.jpg) top left no-repeat;
	width:568px;
	height:35px;
	text-align:right;
	padding:15px 17px 0 0;
	position:absolute;
	top:0;
	right:0;
}

#header p strong {
	color:#3b5113;
	font-size:1.2em;
}

ul#navigation {
	background:url(../images/nav_bg.jpg) top repeat-x;
	width:579px;
	height:42px;
	list-style:none;
	padding:3px 2px 0 4px;
	margin:0;
	position:absolute;
	top:50px;
	right:0;
}

#navigation li {
	background:url(../images/nav_sep.jpg) top right no-repeat;
	line-height:1em;
	display:block;
	height:42px;
	text-align:center;
	float:left;
	margin:0;
	padding:0 2px 0 0;
	position:relative;
}

#navigation li a {
	color:#fefefe;
	display:block;
	text-decoration:none;
	padding:13px 34px;
}

#navigation li a.select, #navigation li a:hover {color:#ad6;}

#header .slideshow {
	position:absolute;
	bottom:0;
	right:0;
}

#middle {
	background:url(../images/middle_bg.png) center repeat-y;
	width:887px;
	padding:85px 0 0;
	margin:-85px auto 0;
	position:relative;
	overflow:hidden;
	z-index:20;
}

#middle .menu_bot {
	background:#e3e4c9 url(../images/menu_bot.jpg) 0 0 no-repeat;
	color:#4c6326;
	font-size:.9em;
	text-align:center;
	width:585px;
	height:30px;
	padding:11px 0 0;
	margin:53px 0 0;
	position:absolute;
	bottom:0;
	right:0;
}

#middle .menu_bot a {
	color:#4c6326;
	padding:0 10px;
}

/* ---------------------------------- Sidebar ----------------------------------------------*/

#sidebar {
	background:#e3e4c9 url(../images/side_bg.jpg) top left no-repeat;
	width:302px;
	text-align:center;
	float:left;
	padding:33px 0 60px;
	margin:-85px 0 0;
	position:relative;
	overflow:hidden;
}

#sidebar p strong {color:#5d870f;}

/* ---------------------------------- Content ----------------------------------------------*/

#content {
	background:#fff;
	width:535px;
	float:right;
	padding:0 25px 60px;
	margin:0;
	position:relative;
	overflow:hidden;
}

#content img.fl, #content div.fl2 {padding:0 25px 10px 0;}

#content img.fr, #content div.fr2 {padding:0 0 10px 25px;}

#content ul {
	list-style:disc inside;
	padding:0 0 20px;
	margin:0;
}

#content ul li {
	padding:0 0 4px;
	margin:0;
}

#content ul.fl {padding:0 30px 0 0;}

#content .box {
	background:#e8e9d7;
	color:#3e3e3e;
	padding:10px 25px;
	margin:0 -25px -25px;
	position:relative;
	overflow:hidden;
}

#content .lbox {
	width:300px;
	float:left;
	margin:0 0 -25px -5px;
}

#content .rbox {
	background:#e3e4c9;
	width:200px;
	float:right;
	padding:0 20px 10px 15px;
	margin:0 -25px -25px 0;
}

#content .rbox img {padding-bottom:10px;}

#content .rbox h1 {padding-left:10px;}

/* ---------------------------------- Footer ----------------------------------------------*/

#footer {
	color:#eee;
	font-family:Arial;
	width:100%;
	height:28px;
	text-align:center;
	padding:12px 0 0;
	position:relative;
	overflow:hidden;
}

#footer a {color:#222;}

/* ---------------------------------- Other ----------------------------------------------*/

a.button {
	background:url(../images/but.jpg) 0 9px no-repeat;
	color:#232323;
	font-size:1.2em;
	display:block;
	text-decoration:none;
	padding:3px 0 3px 15px;
	cursor:pointer;
}

.form_text {width:auto;}

.form_text.but {padding:8px 0;}

.form_text.but a.button {
	float:right;
	margin:0 0 0 25px;
}

.fl, .fl2 {float:left;}

.fr, .fr2 {float:right;}

