html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    font: 14px arial;
    background: #ffffff url('/images/body_bg.jpg') repeat-x;
}

div, span, a, td, li, input, textarea, label, p {
	font: 14px arial;
}

div, span, td, li, input, textarea, label, p {
	color: #000000;
}

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.push {
    padding: 38px 0 68px 0;
    zoom: 1;
}

.push .inner {
    padding: 0 20px;
    zoom: 1;
}

.container {
	width: 1003px;
	margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.top {
	height: 245px;
}

.top .logo {
	float: left;
	margin-top: 6px;
}

.top .lang {
	padding-left:6px;
}

.top .lang a {
	display: block;
 	float: left;
 	line-height: 25px;
 	height: 29px;
 	padding: 0 5px;
 	font-family: Times New Roman;
 	font-size: 22px;
 	font-weight: normal;
 	color: #000000;
 	text-decoration: none;
}

.top .lang a.active {
	font-weight: bold;
 	color: #FFFFFF;
 	background-color: #8dbf3a;
}

.top .slogan {
 	float: right;
}

.top .slogan h1,
.top .slogan h2,
.top .slogan h3 {
 	font-size: 30px;
 	line-height: 36px;
 	text-align: right;
}

.top .slogan h1 {
	color: #42210B;
}

.top .slogan h2 {
	color: #603813;
}

.top .slogan h3 {
	color: #754C24;
}

.top .nav {
	height: 51px;
	margin-top: 20px;
}

.top .nav ul {
	list-style-type: none;
	margin: 0;
	padding: 6px 0 0 0;
}

.top .nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.top .nav ul li a {
	display: block;
 	font-family: Times New Roman;
 	font-size: 20px;
 	font-weight: normal;
 	color: #000000;
 	text-decoration: none;
 	line-height: 34px;
 	padding: 0 22px;
}

.top .nav ul li.active a,
.top .nav ul li a:hover {
 	color: #ffffff;
 	text-decoration: none;
 	background-color: #8DBF3A;
}

.main {
	padding: 0 0 25px 0;
	height: 100%;
}

.main .content .main_img {
	float: left;
	margin-right: 30px;
}

.main .content span.main_span {
/*	font: 50px tahoma;*/
 	color: #8dbf3a;
}

.main .content .main_nav {
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #42210B;
	font-size: 12px;
}

.main .content .main_nav a {
	color: #42210B;
	font-size: 12px;
}

.main .content .main_nav span {
	color: #754C24;
	font-size: 12px;
	font-weight: bold;
}

.main .content .line {
	background:#2E1E1F;
	height: 55px;
	margin: 14px 0 39px 0;
}

.main .content .line a, .main .content .line table.links_seo_p4 center {
	font-size:11px;
	color:#FFD6AF;
	line-height:1.5em;
}

.main .content .line a:hover {
	border-bottom:1px dashed #fff;
	color:#fff;
}

.main .content .small_line {
	background-color: #2E1E1F;
	height: 8px;
	margin: 20px 0;
}

.main .content ul.info_blocks {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.main .content ul.info_blocks li {
	float: left;
	margin: 0;
	padding: 0;
	width: 240px;
}

.main .content ul.info_blocks li a {
	display: block;
	padding: 0 0 0 67px;
	height: 52px;
	color: #2e1e1f;
	font: 22px tahoma;
	line-height: 22px;
	text-decoration: none;
}

.main .content ul.info_blocks li a:hover {
	text-decoration: underline;
}

.main .content ul.info_blocks li.block_1 a {
	background: url('/images/info_block_1.jpg') no-repeat;
}

.main .content ul.info_blocks li.block_2 a {
	background: url('/images/info_block_2.jpg') no-repeat;
}

.main .content ul.info_blocks li.block_3 a {
	background: url('/images/info_block_3.jpg') no-repeat;
}

.main .content ul.info_blocks li.block_4 a {
	background: url('/images/info_block_4.jpg') no-repeat;
}

.main .content ul.info_blocks p {
	color: #666666;
	font: 14px arial;
	line-height: 18px;
	padding: 0 30px 0 10px;
	text-align: left;
}

.main .content .catalog {
	overflow:hidden;
}

.main .content .catalog .column_left {
	float: left;
}

.main .content .catalog .column_left ul {
	margin: 0;
	padding: 0 0 0 20px;
	width: 200px;
	list-style: disc;
}

.main .content .catalog .column_left ul li {
	padding: 2px 0;
}

.main .content .catalog .column_left ul li a {
	font: 22px tahoma;
}
.main .content .catalog .column_left ul li ul {
	display:none;
}
.main .content .catalog .column_left ul li.active ul {
	display:block;
	list-style:none!important;
}
.main .content .catalog .column_left ul li ul li span{
	font-size:16px;
	font-weight:bold!important;
	text-decoration:underline;
	color:#8DBF3A;
	font-family:Arial;
}
.main .content .catalog .column_left ul li ul li a {
	color:#000;
	font-size:16px;
	font-weight:bold;
	font-family:Arial;
}
.main .content .catalog .column_left ul li ul li a:hover {
	text-decoration: underline;
}

.main .content .catalog .column_left ul li.active a {
	font-weight: bold;
	text-decoration: none;
}

.main .content .catalog .column_right {
	float: right;
	width: 725px;
}

.main .content .catalog .column_right .goods_row {
	padding-left: 15px;
}

.main .content .catalog .column_right .goods_row .item {
	width: 148px;
	min-height: 220px;
    height: auto !important;
    height: 220px;
	border: 1px solid #8CC63F;
	float: left;
	margin:	0 13px;
}

.main .content .catalog .column_right .goods_row .item a {
	text-decoration: none;
	line-height: 18px;
}

.main .content .catalog .column_right .goods_row .item a:hover {
	text-decoration: underline;
}

.main .content .catalog .column_right .goods_row .item table {
	margin: 0;
	padding: 0;
}

.main .content .catalog .column_right .goods_row .item table thead td {
	vertical-align: middle;
	text-align: center;
	height: 150px;
	width: 148px;
}

.main .content .catalog .column_right .goods_row .item table tbody td {
	text-align: center;
	padding: 0 5px;
}

.main .content .catalog .column_right .goods_detailed {

}

.main .content .catalog .column_right .goods_detailed .item_img {
 	width: 220px;
 	border: 1px solid #8CC63F;
 	text-align: center;
 	float: left;
}

.main .content .catalog .column_right .goods_detailed img {
	margin: 5px 0;
}

.main .content .catalog .column_right .goods_detailed .item_info {
 	float: right;
 	width: 472px;
 	line-height: 18px;
}

.main .content .catalog .column_right .goods_detailed .table_title {
	font-weight: bold;
	color: #42210B;
	display: block;
	margin: 20px 0 10px 0;
}

.main .content .catalog .column_right .goods_detailed table {
	margin: 0;
	padding: 0;
	border-top: 1px solid #8CC63F;
	border-right: 1px solid #8CC63F;
	width: 100%;
}

.main .content .catalog .column_right .goods_detailed table td {
	border-left: 1px solid #8CC63F;
	border-bottom: 1px solid #8CC63F;
	color: #42210B;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	padding: 0 10px;
}

.main .content .catalog .column_right .goods_detailed table thead td {
	font-weight: bold;
}

.main .content .projects {

}

.main .content .projects .column_left {
	float: left;
}

.main .content .projects .column_left ul {
	margin: 0;
	padding: 0 0 0 10px;
	width: 200px;
}

.main .content .projects .column_left ul li {
	padding: 2px 0;
}

.main .content .projects .column_left ul li a {
	font: 18px tahoma;
}

.main .content .projects .column_left ul li.active a {
	font-weight: bold;
	text-decoration: none;
}

.main .content .catalog .column_left a.catalog_download {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 32px;
	width: 140px;
	font-size: 18px;
	color: #8DBF3A;
	background: url('/images/catalog_download.jpg') no-repeat;
	margin-top: 30px;
}

.main .content .projects .column_right {
	float: right;
	width: 725px;
}

.main .content .projects .column_right h4 {
 	font: bold 18px tahoma;
}

.main .content .projects .column_right p {
 	text-align: left;
}

.main .content .projects .column_right .item {
	width: 180px;
	text-align: center;
	float: left;
	margin-bottom: 15px;
}

.main .content .projects .column_right .item div {
	padding: 3px;
	margin: 0 10px;
	border: 1px solid #8CC63F;
}

.main .content .projects .column_right .items_push {
	height: 35px;
	width: 100%;
}

.main .content .contacts .column_left, .main .content .contacts .column_left p {
	float: left;
	width: 400px;
	text-align: right;
	font-size: 18px;
}

.main .content .contacts .column_left h4 {
	font: bold 20px arial;
}

.main .content .contacts .column_left a {
	font-size: 18px;
	color: #8DBF3A;
}

.main .content .contacts .column_right {
	float: right;
	width: 475px;
}

.main .content .contacts .contact_form {
	width: 420px;
	margin-left: 255px;
}

.main .content .contacts .contact_form h3 {
	font-weight: bold;
	font-size: 30px;
	margin: 20px 0 0px 120px;
	color: #8dbf3a;
}

.main .content .contacts .contact_form .c1 {
	float: left;
	text-align: right;
	width: 110px;
	line-height: 27px;
}

.main .content .contacts .contact_form .c1 span {
	color: #ed1c24;
}

.main .content .contacts .contact_form .c2 {
	float: left;
	line-height: 27px;
	margin: 0 5px 5px 5px;
}

.main .content .contacts .contact_form .c2 input {
	height: 25px;
	width: 205px;
}

.main .content .contacts .contact_form .c2 textarea {
	height: 100px;
	width: 205px;
}

.main .content .contacts .contact_form .c3 {
	float: left;
	line-height: 27px;
	color: #ed1c24;
}
.main .content .contacts .contact_form .human {
	float: left;
	line-height: 27px;
	color: #ed1c24;
	padding:0 10px 0 110px;
}
.main .content .contacts .contact_form .message {
	text-align:center;
	margin: 5px 0 0 20px;
	height: 30px;
}
.main .content .contacts .contact_form .err {
	color:red;
}
.main .content .contacts .contact_form .ok {
	color:green;
}

.main .content .contacts .contact_form .hint {
	font-size: 12px;
	color: #4D4D4D;
	padding-left: 100px;
}

.main .content .contacts .contact_form .hint span {
	color: #ed1c24;
}

.main .content .contacts .contact_form .button {
	display: block;
	width: 79px;
	height: 32px;
	background: url('/images/contact_form_button.jpg') no-repeat;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	margin: 15px 0 0 180px;
	border:none;
	cursor:pointer;
}

.main .content .contacts .contact_form #submit_form {
	display: none;
}

/* Content styles */

.main .content h1 {
 	font: normal 60px Times New Roman;
 	color: #8dbf3a;
}

.main .content h2 {
 	font: bold 28px Times New Roman;
 	color: #000000;
 	margin: 15px 0 15px 0;
}

.main .content h3 {
 	font: normal 24px Times New Roman;
 	color: #759e35;
 	margin-top: 15px;
}

.main .content h4 {
 	font: bold 18px arial;
 	color: #000000;
 	margin-bottom: 18px;
}

.main .content h5 {
 	font: normal 14px arial;
 	color: #000000;
 	height: 40px;
 	display: block;
 	vertical-align: middle;
 	text-align: center;
 	width: 180px;
}

.main .content p {
	margin: 0;
	padding: 0;
	text-align: justify;
}
/******************/

.bottom_goods {
	background-color: #eceee1;
	height: 300px;
}

.bottom_goods ul {
	list-style-type: none;
	margin:  0 0 0 10px;
	padding: 0;
	width: 993px;
}

.bottom_goods ul li {
    float: left;
	margin: 30px 11px 30px 11px;
	padding: 0;
	height: 235px;
	width: 140px;
	border: 1px solid #608c10;
	background-color: #DBE1D5;
	line-height: 10px;
	font: italic 10px Times New Roman;
	overflow: hidden;
	display: inline;
	zoom: 1;
}
.bottom_goods ul li span {
	line-height: 20px;
	height: 90px;
	text-align: center;
	display: block;
	font: italic 18px Times New Roman;
	color: #608c10;
	padding-top:5px;
}

.bottom_goods ul li a {
 	text-decoration: none;
}
.bottom_goods ul li a img {
	width:140px;
	height:135px;
}

.bottom_goods ul li a:hover span {
 	text-decoration: underline;
 	cursor: pointer;
}

.footer {
	width: 100%;
    height: 68px;
    margin: -68px auto 0;
    background-color: #2E1E1F;
}

.footer .wrap {
	width: 1003px;
    height: 68px;
    margin: 0 auto;
}

.footer .wrap span {
 	font: 14px tahoma;
 	color: #ffffff;
}

.footer .wrap span a {
	color: #ffffff;
}

.footer .wrap .copyright {
	display: block;
	line-height: 38px;
	float: left;
	padding-left: 22px;
}

.footer .wrap .development {
	display: block;
	line-height: 38px;
	float: right;
	padding-right: 22px;
}

.pages-list {
	text-align:center;
}

.admin {
	text-align:center;
}
.admin a {
	color:#fff;
}

.footer .wrap ul.bottom-nav {
	padding:5px 0 0 20px;
	margin:0 ;
}

.footer .wrap .bottom-nav li {
	float:left;
	list-style:none!important;
	height:14px;
	padding: 0px 10px 0px 0px;
	
}
.footer .wrap .bottom-nav li a{
	font-size:12px;
	color:#fff;
}

.footer .wrap .bottom-nav li.last {
	border:none;
}
.links_seo_p4, .links_seo_p4 a 
{
 font-size: 9px;
 Color:#2E1E1F;
 text-decoration:none;
}
