html, body {margin: 0px; padding: 0px;}
body {
	background: url(../img/bg.png);
	font: 18px/140% 'Open Sans', sans-serif;
	color: #000;
}

a {
	color: #00a54f;
}
a:hover {
	text-decoration: none;
}


header {
	height: 230px;
	border-bottom: 2px solid #00a54f;
	background: url(../img/header.png) center top no-repeat;
	
}

header .dmitrov {
	float: right;
	height: 200px;
	width: 150px;
	background: #fff url(../img/dmitrov.png) 50% 23px no-repeat;
	border-radius: 0px 0px 15px 15px;
}

header .logo {
	width: 229px;
	height: 200px;
	background: url(../img/logo.png) no-repeat;
	float: left;
	margin-top: 13px;
}

header .w960 {
	position: relative;
}

header .desc {
	width: 230px;
	position: absolute;
	top: 0px;
	left: 250px;
	text-align: center;
	color: #fff;
}
header .desc .title {
	font-weight: bold;
	font-size: 22px;
	margin-top: 25px;
	text-transform: uppercase;
}
header .desc .text {
	font-size: 17px;
	font-weight: 600;
	line-height: 130%;
	padding: 20px 0px;
}
header .desc a{
	margin-top: 5px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	font-weight: bold;
	background: url(../img/button-bg.png) top center repeat-x;
	padding: 0px 20px;
	color: #064022;
	text-decoration: none;
	border-radius: 20px;
}
header .desc a:hover {
	color: #067c3e;
}

nav {
	height: 49px;
	background: #008e44;
	margin-bottom: 25px;
}
nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-transform: uppercase;
	font-size: 18px;
	height: 49px;
	border-right: 2px solid #067c3e;
}
nav ul li {
	float: left;
	height: 49px;
}
nav ul li a {
	font-weight: bold;
	color: #fee351;
	display: block;
	height: 49px;
	line-height: 49px;
	text-decoration: none;
	padding: 0px 14px 0px 14px;
	border-left: 2px solid #067c3e;
}
nav ul li a:hover, nav ul li.active a {
	color: #fff;
}
nav ul li:last-child a {
	padding-right: 0px !important;
}

.main {
	overflow: hidden;
	padding-bottom: 30px;
}

.left {
	width: 250px;
	float: left;
}
.left>ul{
	background: #f7eec5;
	margin: 20px 0px;
	list-style: none;
	padding: 0px;
}
.left>ul>li {
	padding: 15px 0px 15px 40px;
	border-bottom: 2px solid #fff;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	background: url('../img/left-bullet.png') 16px 20px no-repeat;
}
.left>ul>li>a {
	color: #00a54f;
}
.left>ul>li>a:hover, .left>ul>li.active>a  {
	text-decoration: none;
}

.left>ul ul {
	margin: 15px 0px -5px 0px;
	padding: 0px;
	list-style: none;
}
.left>ul ul li {
	font-size: 18px;
	font-weight: 600;
	text-transform: none;
	margin-bottom: 15px;
}
.left>ul ul li a{
	color: #000;
}
.left>ul ul li a:hover, .left>ul ul li.active a {
	text-decoration: none;
}

.content {
	width: 680px;
	float: right;
}
.content h1 {
	font-size: 24px;
	text-align: center;
}
.content h2 {
	font-size: 18px;
	text-align: center;
}

footer {
	background: #00a54f;
	color: #fff;
}
footer .counter {
	float: right;
	margin-top: 45px;
}
footer .logo {
	width: 101px;
	height: 89px;
	background: url(../img/footer-logo.png) no-repeat;
	float: left;
	margin: 13px 0px 15px 0px;
}
footer .title {
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin: 32px 0px 0px 15px;
}
footer .license {
	font-size: 12px;
	font-weight: bold;
	line-height: 138%;
	float: left;
	margin: 32px 0px 0px 50px;
}
footer .phone {
	font-size: 21px;
	font-weight: bold;
	float: left;
	margin: 40px 0px 0px 35px;
}
footer .feedback {
	float: left;
	font-weight: bold;
	font-size: 18px;
	color: #fdde40;
	margin: 40px 0px 0px 20px;
}
footer .feedback:hover {
	text-decoration: none;
}

footer .menu {
	clear: both;
	height: 56px;
	background: #008e44;
	font-size: 14px;
}
footer .menu ul {
	float: right;
	list-style: none;
	margin: 0px;
}
footer .menu ul li {
	float: left;
	height: 56px;
	line-height: 56px;
	margin-left: 30px;
}
footer .menu ul li a {
	color: #76eca2;
}
footer .menu ul li a:hover, footer .menu ul li.active a {
	text-decoration: none;
}
footer .seos {
	float: left;
	padding: 0px 0px 0px 90px;
	margin-left: 10px;
	height: 56px;
	line-height: 56px;
	color: #fff;
	background: url(../img/seos.png) left 13px no-repeat;
}
footer .seos:hover {
	text-decoration: none;
}


.form .column {
	float: left;
}
.form input {
	width: 285px;
	padding: 0px 15px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #bcbcbc;
	font: 18px/140% 'Open Sans', sans-serif;
	margin: 0px 15px 15px 0px;
}
.form textarea {
	width: 617px;
	padding: 10px 15px;
	height: 200px;
	border: 1px solid #bcbcbc;
	font: 18px/140% 'Open Sans', sans-serif;
	margin: 0px 0px 15px 0px;
}
.form button {
	float: right;
	height: 40px;
	font: 18px/40px 'Open Sans', sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 0px 20px;
	border-radius: 20px;
	background: #00a54f;
	border: none;
	margin: 5px 31px 0px 0px;
	cursor: pointer;
}
#f-captcha {
	width: 150px;
}
.form img {
	vertical-align: middle;
}

.news-item {
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.news-item .photo {
	float: left;
	width: 200px;
	position: relative;
}
.news-item .photo span {
	height: 22px;
	line-height: 22px;
	padding: 0px 5px;
	background: #fee351;
	font-size: 12px;
	color: #000;
	position: absolute;
	top: 0px;
	right: 0px;
}
.news-item  .text {
	float: right;
	width: 440px;
}
.news-item  .text a{
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.news-item  .text a.more {
	display: inline-block;
	height: 32px;
	font: 14px/32px 'Open Sans', sans-serif;
	font-weight: normal;
	color: #fff;
	padding: 0px 20px;
	border-radius: 16px;
	background: #00a54f;
	border: none;
	margin: 5px 0px 0px 0px;
}
.news-item  .text p {
	margin: 10px 0px;
}

.pagination {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.pagination li {
	float: left;
	margin-right: -1px;
}
.pagination li a, .pagination li span{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #d6d6d6; 
	color: #676767;
	text-decoration: none;
}
.pagination li span {
	font-weight: bold;
}


ul.buttons {
	list-style: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
ul.buttons li {
	width: 323px;
	float: left;
	margin: 8px;
}
ul.buttons li  a{
	display: block;
	position: relative;
	background: #008e44;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 183px 0px 15px 0px;
}
ul.buttons li  a img {
	position: absolute;
	top: 0px;
	left: 0px;
}


.products {
	border-collapse: collapse;
	width: 100%;
}
.products td {
	width: 50%;
	border: 1px solid #dbdbdb;
	padding: 30px 20px 30px 40px;
	vertical-align: top;
	text-align: left;
}
.products td.empty {
	border: none;
}
.products td a{
	font-size: 14px;
	line-height: 138%;
	font-weight: bold;
	color: #000;
}
.products td p {
	font-size: 13px;
	line-height: 138%;
}
.products td img {
	margin: 0px auto;
	display: block;
}
.products td .price {
	font-size: 21px;
	font-weight: bold;
	color: #008e44;
}


.w960 {
	width: 960px;
	margin: 0px auto;
}

.wrapper {
	max-width: 1090px;
	min-width: 960px;
	background: #fff;
	margin: 0px auto;
	overflow: hidden;
}

.clear {
	clear: both;
}
