/* ---------------------------------
Makeup: Dimox
Author URI: http://dimox.name/
--------------------------------- */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/15px Verdana, Tahoma, Arial, sans-serif;
	width: 100%;
	background: #49B454;
}
a {
	color: #6FB566;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 8px 0;
}
img {border: none;}

#wrapper {
	width: 100%;
	width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');
	min-width: 1000px;
}

a.current {
	color: red;
	text-decoration: none;
	outline: none;
}



/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 424px;
	position: relative;
	background: url(tree-left.png) no-repeat;
}
* html #header {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/tree-left.png,sizingMethod='crop');
}
#logo {
	position: absolute;
	top: 24px;
	left: 0;
	font: 17px Arial, Tahoma;
	text-align: center;
	text-transform: uppercase;
	color: #277931;
}
#logo a {
	display: block;
	text-decoration: none;
	width: 408px;
	padding: 54px 20px 0;
	background: url(logo.png) no-repeat;
}
* html #logo a {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/logo.png,sizingMethod='crop');
}
#logo-bottom {
	width: 448px;
	height: 10px;
	background: url(logo-bottom.png) no-repeat;
}
* html #logo-bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/logo-bottom.png,sizingMethod='scale');
}
#phone {
	position: absolute;
	top: 39px;
	right: 0;
	width: 206px;
	height: 32px;
	padding-top: 7px;
	background: url(phone-bg.png) no-repeat;
	font: 22px Arial, Tahoma;
	text-align: center;
	color: #004A4D;
}
* html #phone {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/phone-bg.png,sizingMethod='scale');
}
#tree-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 352px;
	height: 264px;
	background: url(tree-right.png) no-repeat;
}
* html #tree-right {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/tree-right.png,sizingMethod='scale');
}
#top-line {
	height: 5px;
	background: url(top-line.gif) repeat-x;
	position: relative;
}

#advantages {
	margin: 295px 0 0;
	height: 1%;
}
#advantages h1 {
	color: #F6F672;
	font: 24px "Arial Black", Arial, Tahoma;
	margin: -9px 0 0;
	padding-left: 95px;
}
#advantages p {
	padding: 0 0 0 95px;
	line-height: 12px;
}
.advantage {
	width: 32%;
	float: left;
	margin-left: 1%;
	color: #BCDD8A;
	font: bold 11px Arial, Tahoma;
	text-transform: uppercase;
	position: relative;
	background: url(gradient.png) no-repeat;
	min-height: 90px;
	height: auto !important;
	height: 90px;
}
* html .advantage {
	margin-left: 0.5%;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/gradient.png,sizingMethod='crop');
}
.advantage .count {
	position: absolute;
	top: 50px;
	left: 60px;
	font: 30px "Arial Black", Arial, Tahoma;
	color: #BDF2E8;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	background: url(bg.gif) 359px 0 repeat-y;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 100%;
	float: left;
}
#text {
	margin: 0 0 0 359px;
	background: #DCFABB url(content-bg.gif) repeat-x;
	padding: 10px 20px;
}
h1 {
	font: bold 24px Verdana, Tahoma, Arial;
	color: #6FB566;
}

#text ul,
#text ol {
	margin: 7px 0 7px 30px;
}
#text li {
	padding: 2px 0;
}



/* Left
-----------------------------------------------------------------------------*/
#left {
	float: left;
	width: 359px;
	margin-left: -100%;
	color: #FFF;
	background: url(left-bg.gif) 0 251px repeat-x;
	min-height: 900px;
	height: auto !important;
	height: 900px;
}

#menu {
	background: #368340;
	margin: 0 19px 40px 0;
	line-height: 26px;
	overflow: hidden;
	border-top: 4px solid #F6F672;
}
#menu li {
	list-style: none;
	background: url(dash.gif) repeat-x;
	margin-top: -1px;
	padding-left: 42px;
	height: 1%;
}
#menu li ul {
	margin: -5px 0 5px;
}
#menu li li {
	background: none;
	line-height: 18px;
	padding-left: 12px;
}
#menu a {
	color: #FFF;
}
#left h2 {
	font: bold 30px Arial, Tahoma;
	margin: 0 0 4px;
}
#left h3 {
	font: 18px Arial, Tahoma;
	color: #1D4F22;
}

#left .block {
	background: #4AB555;
	border-top: 4px solid #F6F672;
	margin: 0 20px 27px 0;
	padding: 5px;
	font-family: Arial, Tahoma;
	line-height: 14px;
}
.more {
	text-align: right;
	font-size: 10px;
	padding-right: 5px;
}
.more a {
	color: #1D4F22;
}

#left-phone {
	margin: 85px 0 40px;
	text-align: center;
	font: 30px Arial, Tahoma;
	color: #FDFF00;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 61px;
	line-height: 61px;
	background: #206B2A url(footer-bg.gif) repeat-x;
	text-align: center;
	color: #FFF;
	font-family: Arial, Tahoma;
}
#footer a {
	color: #FFF;
	margin: 0 12px;
}

.error {
	color: red; 
	font-weight: bold; 
	padding: 10px;
}

.mess {
	color: green; 
	font-weight: bold; 
	padding: 10px;
} 

.btn {
	background-color: #338D3D;
	color: White;
}

input, select, textarea {
	border: 1px solid #1D4F22;
}

h2 {
font-size: 20px;
line-height: 25px;
margin: 0 0 10px;
}