@charset "UTF-8";

* {
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666;
	font-family: Times, "Times New Roman", serif;
	font-size: 13px;
	background-color: #67B117;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
}

a {
	color: #fe6601;
	text-decoration: none;
}
a:active, a:visited {
	color: #fe6601;
}
a:hover {
	color: #1b8000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container  {
	width: 889px;
	margin: 0 auto;
	text-align: left; 
}
#header  {
	width: 100%;
	height: 290px;
}
#header #logo{
	background-image: url(../images/logo.png);
	height: 230px;
	width: 100%;
	position: relative; 
}
#header #logo a { 
    display: block; 
    position: absolute; 
    top: 200px; 
    right: 20px; 
}
#header #menu {
	background-color: #FFF;
	height: 60px;
	width: 100%;
}
#header #menu a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	height: 60px;
}
#header #menu a:hover {
	background-position: 0px -60px;
}
#mainContent  {
	height: auto;
	width: 839px;
	background-color: #FFF;
	background-repeat: repeat-y;
	padding-left: 50px;
	float: left;
	background-image: url(../images/content_back.gif);
}
#left  {
	float: left;
	height: auto;
	width: 319px;
	padding-top: 40px;
}
#left .home  {
	height: 50px;
}
#left .h1  {
	font-family: Palatino, Baskerville, Times, "Times New Roman", serif;
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fe6601;
	height: 30px;
	width: 100%;
	letter-spacing: 1px;
	line-height: 26px;
}
#left .h2  {
	font-family: Palatino, Baskerville, Times, "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fe6601;
	background-image: url(../images/h2_back.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
	margin-bottom: 15px;
}
#left .h3  {
	font-size: 13px;
	font-weight: bold;
	color: #1b8000;
}
#left .h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #1b8000;
	line-height: 24px;
}
#left .h5:hover {
	font-size: 13px;
	font-weight: bold;
	color: #FE6601;
}
#left .h5 {
	font-size: 13px;
	font-weight: bold;
	color: #1b8000;
}
#left .text  {
	height: auto;
	width: 100%;
	padding-bottom: 10px;
}
#left .text_padding  {
	height: auto;
	width: auto;
	padding-bottom: 10px;
	padding-left: 19px;
	background-image: url(../images/h3_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#left .address {
	font-size: 14px;
	height: auto;
	width: auto;
	line-height: 18px;
}
#right  {
	height: 100%;
	width: 495px;
	float: right;
	text-align: right;
	padding-right: 25px;
}
#right.cycle { height: 367px; }
#right #contact  {
	height: auto;
	width: 283px;
	padding-right: 116px;
	padding-left: 95px;
	text-align: right;
	padding-top: 70px;
}
#right #contact #frmContact {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#right #contact #frmContact input.text {
	background-image: url(../images/textfield.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-color: transparent;
	height: 20px;
	width: 273px;
	border: none;
	color: #1b8000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 7px;
	font-weight: bold;
	font-family: Palatino, Baskerville, Times, "Times New Roman", serif;
	font-size: 13px;
}
#right #contact #frmContact input.text:focus {
	background-image: url(../images/textfield_focus.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}
#right #contact #frmContact input.submit {
	background-image: url(../images/submit.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 29px;
	width: 77px;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #efd857;
	margin-bottom: 15px;
	padding-bottom: 7px;
}
#right #contact #frmContact textarea {
	background-image: url(../images/textarea.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-color: transparent;
	height: 90px;
	width: 273px;
	border: none;
	color: #1b8000;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-family: Palatino, Baskerville, Times, "Times New Roman", serif;
	font-size: 13px;
}
#right #contact #frmContact textarea:focus {
	background-image: url(../images/textarea_focus.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}
.clear {
	clear: both;
}
#footer  {
	height: 97px;
	background-position: top;
}

