* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background:#77ac1c;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.wrapper {
	width: 1002px;
	margin: 0 auto;
	background:url('../images/background.png');
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.5); 
    box-shadow: 0 0px 20px rgba(0,0,0,0.5); 
	behavior: url(PIE.htc);
	position:relative;
	padding-bottom:9px;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 400px;
	position:relative;
}
.banner {
	background:url('../images/banner.png') no-repeat;
	width:1002px;
	height:374px;
}	
.under-banner-green-line {
	background: url('../images/under-banner-green-line.png') no-repeat;
	width:1017px;
	height:75px;
	position:absolute;
	left:-9px;
	bottom:-38px;
}
.banner h1 {
	font-family:Myriad pro;
	font-size:30px;
	color:#7cbe26;
	display:inline-block;
	position:relative;
	top:40px;
	margin-right:165px;
	left:20px;
}
.month {
	display:inline-block;
	position:relative;
	top:35px;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	height: 1%;
	position: relative;
	top:37px;
}
.middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 0 0 280px;
	width: 705px;
	
}
.text-container {
	/*outline:1px solid #82b744;*/
	border:7px solid #eefeda;
	margin:1px 0px;
	background:#FFF;
	padding:5px;
	min-height:707px;
}
.text-container-bottom-shadow {
	width:707px;
	height:31px;
	background:url('../images/bottom-block-shadow.png') no-repeat;
}
.first-page-txt {
	font-size:22px !important;
	font-family:Arial;
	line-height:26px !important;
}

.text-container  h3{
	color:#6fa332;
	font-size:18px;
	font-weight:normal;
	margin-bottom:15px;
}
.text-container  p{
	font-size:14px;
	font-family:Arial;
	margin-bottom:10px;
}
div.text-container  a{
	color:#77ac1c;
	font-size:14px;
	font-family:Arial;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
.sideLeft {
	float: left;
	width: 266px;
	margin-left: -100%;
	position: relative;
	height:745px;
}
.photo {
	width:210px;
	height:280px;
	position:relative;
	left:30px;
}
.sideLeft  ul{
	list-style:none;
	position:relative;
	top:15px;
	left:10px;
}
.sideLeft  ul li{
	background:url('../images/menu-item-bg.png') no-repeat;
	width:250px;
	height:32px;
	margin:2px 0px;
	padding:6px 10px 0 5px;
}
.sideLeft  ul li.double{
	background:url('../images/menu-item-bg.png') no-repeat;
	width:250px;
	height:39px;
	margin:2px 0px;
	padding:1px 10px 0 5px;
}
.sideLeft  ul li a{
	font-family:Arial, Myriad pro;
	font-size:12pt;
	font-style:italic;
	text-decoration: none;
	color:black;
	/*text-shadow: white 1px 1px 0px;*/
	padding-left:20px;
	display:block;
	background:url('../images/marker.png') center left no-repeat;
}
.sideLeft  ul li a:hover{
	text-decoration:underline;
}
.leaf {
	background:url('../images/leaf.png') no-repeat;
	width:17px;
	height:14px;
	position:absolute;
	left:180px;
	top:284px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 80px;
	position:relative;
	top:7px;
	margin-bottom:-2px;
	background:url('../images/footer-bg.png');
}
.phone {
	background:url('../images/phone-bg.png') no-repeat;
	width:194px;
	height:34px;
	display:block;
	padding:7px 0 0 45px;
	font-size:18px;
	font-weight:bold;
	color:black;
	text-decoration:none;
	position:absolute;
	left:90px;
	top:40px;
}


.develop {
	background:url('../images/site-develop-bg.png') no-repeat;
	width:310px;
	height:29px;
	display:block;
	position:absolute;
	right:96px;
	top:40px;
	font-weight:bold;
	color:black;
	text-decoration:none;
	padding:5px 0 0 7px;
}
.develop:hover {
	text-decoration:underline;
}
.counter {
	width:28px;
	height:27px;
	position:absolute;
	right:15px;
	top:40px;
	display:inline-block ;
}
/* main
------------------------------------------------------*/
ul.shema {
    padding-left: 30px;
}
span#request {
    color: #FF001B;
}
p.message {
    color: #FF001B;
}
span.green {
    color: #00D300;
}
h1{
    line-height: 22px;
}
table.list tr td {
    padding: 5px;
}
div.outline {
    border: 1px solid #82b744;
    background:#FFF;
    /*margin:1px 0px;*/
    /*padding:5px;*/
    min-height:707px;
}
.imageOver{
	background:url(/images/zoom.gif) no-repeat 50% 50%;	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}