﻿@import "reset.css";
html,body {
		height:100%;
}
body {
	padding:0;
	margin:0;
	color:#333333;
	font: 12px Tahoma;
	background: url(../images/back.jpg) repeat-x #c1bfbf;	
	} 
a 	{
	color:#13603f;
	text-decoration:underline;
	}
a:hover{
   color: #13603f;
	text-decoration:none;	
}
.cl {
	overflow:hidden;
	clear:both;
	height:0;
	}
.l-block {
    float:left;
}
.r-block {
    float:right;
}

#wrapper {
	min-height:100%;
	width: 1000px;
	margin: 0 auto;
}
#layout{
	padding-bottom:65px;
}
.layout-inner {
	background: url(../images/shadow.png) top right repeat-y;	
	padding-right: 7px;
}
#footer{
   height:65px;
   position:relative;
   margin-top:-65px;
}

.b-shadow-bott {
	background: url(../images/shadow-bott.png) repeat-x;		
	height: 5px;
	margin-right: 5px;
	margin-left: 5px;	
	position: relative;
}
.b-shadow-bott-left {
	position: absolute;
	top: 0; left: -5px;
	width: 5px; height: 11px;
	background: url(../images/shadow-bott-left.png) no-repeat;
}
.b-shadow-bott-right {
	position: absolute;
	top: 0px; right: -5px;
	width: 5px; height: 11px;
	background: url(../images/shadow-bott-right.png) no-repeat;
}
.b-header {
	height: 116px;
	background: url(../images/header-back.gif) #16542d;
	position: relative;
}
.b-logo {
	position: absolute;
	left: 29px; top: 20px;
}
.b-desc {
	color: White;
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	top: 35px; left: 283px;
}
.b-desc p {
	margin-bottom: 5px;
}
.b-desc span {
	color: #f9c70f;
	font-size: 14px;
}
.b-contacts {
	font-size: 14px;
	position: absolute;
	top: 35px; right: 40px;
	color: White;
}
.b-contacts span {
	color: #f9c70f;
}
.b-contacts p {
	margin-bottom: 7px;
}
.phone {
	font-size: 26px;
	vertical-align: top;	
	position: relative;
	left: 0; top: -3px;
}
.b-content {
	background: White;
	padding: 26px 0 28px 0;
}
.b-content-inner {
	width: 100%;
	float: right;
	margin-left: -283px;
}
.b-side {
	width: 283px;
	float: left;
}
.b-main-content {
	margin-left: 283px;
}
.b-side-inner {
	margin: 0 23px 0 33px;
}
.b-lang {
	list-style: none;
}
.b-lang li {
	float: left;
	margin-right: 16px;
	font-size: 14px;
	color: #144d29;
}
.b-lang li a, .b-lang li a:hover {
	color: #f9c70f;
}
.sub-menu {
	list-style: none;
}
.sub-menu li {
	background: url(../images/sqryellow.gif) center left no-repeat;
	margin-bottom: 15px;
}
.sub-menu li span {
	display: inline-block;
	margin-left: 32px;
}
.sub-menu li span a {
	color: #020202;
	font-size: 11px;
}
.sub-menu li.active, .sub-menu li:hover {
	background: url(../images/sqrgreen.gif) center left no-repeat;
	margin-bottom: 15px;
}
.sub-menu li.active span a, .sub-menu li:hover span a {
	color: #020202;
	font-size: 11px;
	font-weight: bold;
}
.b-search {
	height: 23px;
	background: url(../images/search.gif) no-repeat;
	overflow: hidden;
	position: relative;
	margin: 22px 0 40px 0;
}
.inp {
	height: 20px; line-height: 20px;
	width: 160px; border: 0;
	color: #104b26;
	font-style: italic;
	font-size: 12px; font-weight: bold;
	margin: 1px 0 0 10px;
}
.b-news {
	font-size: 12px;	
}
.b-news h2 {
	color: #13603f;
	font-size: 12px;
	margin-bottom: 15px;
}
.b-date {
	background: #dedbdb;
      width: 100%;
	color: #13603f;
	display: inline-block;
	font-weight: bold;
}
.b-date span {
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 4px;
	padding-left: 8px; padding-right: 8px;
}
.news-title {
	color: #13603f;
	font-weight: bold;
}
.news-body {
	font-size: 11px;
	margin-bottom: 6px;
}
.news-more {
	text-align: right;
}
.news-more a {
	color: #13603f;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.news-more a:hover {
	color: #13603f;
	font-size: 12px;
	text-decoration: underline;
}
.b-spacer {
	height: 1px;
	background: url(../images/spacer.gif) repeat-x;
	margin: 4px 0 15px 0;
}
.b-top-panel {
	height: 100px; position: relative;
}
.b-menu {
	width: 554px;
}
.menu {
	list-style: none;
}
.menu li {
	float: left;
	margin-right: 5px;
	background: url(../images/menu-left.gif) #f9c70f no-repeat;
	margin-bottom: 5px;
}
.menu li a {
	display: inline-block;
	height: 35px; line-height: 35px;
	font-size: 12px;
	color: #020202;
	padding-left: 6px;
	text-decoration: none;
}
.menu li span {
	background: url(../images/menu-right.gif) right no-repeat;
	display: inline-block;
	height: 35px;
	min-width: 120px;
	padding-right: 23px;			
	margin-left: 12px;
	cursor: pointer;
}
.menu li a span b {
	text-decoration: underline;
	font-weight: normal;
}
.menu li a:hover span b {
	text-decoration: none;
	font-weight: normal;
}

.menu li.active, .menu li:hover {
	float: left;
	margin-right: 5px;
	background: url(../images/menu-left-act.gif) #13603f no-repeat;
	margin-bottom: 5px;
}
.menu li.active a, .menu li:hover a {
	display: inline-block;
	height: 35px; line-height: 35px;
	font-size: 12px;
	color: #f9c70f;
	padding-left: 6px;
	text-decoration: none;
}
.menu li.active span, .menu li:hover span {
	background: url(../images/menu-right-act.gif) right no-repeat;
}
.menu li.active a span b, .menu li:hover a span b {
	text-decoration: none;
	font-weight: normal;
}
.menu li.active a:hover span b, .menu li:hover a:hover span b {
	text-decoration: none;
	font-weight: normal;
}
.b-block {
	width: 683px; height: 399px;
	background: url(../images/block-back.gif) #ecebec;
	overflow: hidden;
}
.b-block-inner {
	height: 399px;
	background: url(../images/block.png) no-repeat;
	overflow: hidden;
	font-size: 0px;
	position: relative;
}
.b-block-move {
	width: 1500px; height: 1500px;
	position: relative;
	top: 0; left: 0;
}
.b-block-move-inner {
	margin-top: 12px;	margin-left: 12px;
	width: 664px; height: 380px;
	overflow: hidden;
}
.b-items {
	
}
.b-items a {
	display: inline-block;
	width: 160px; height: 160px;
	position: relative;
	margin: 0 3px 3px 0;
	text-decoration: none;
}
.b-items a div{
	position: absolute;
	text-align: left;
	top: 5px; left: 5px;
	color: #13603f;
	font-size: 14px;
	font-weight: bold;
	display: none;
}
#b-corner {
	position: absolute;
	bottom: -1px; right: 1px;
	width: 51px; height: 49px;
	background:url(../images/corner.png) no-repeat;
}
#b-block-up {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 10px;
	cursor: pointer;
}
#b-block-down {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 10px;
	cursor: pointer;
}
#b-block-left {
	position: absolute;
	top: 10px; left: 0;
	width: 10px; height: 379px;
	cursor: pointer;
}
#b-block-right {
	position: absolute;
	top: 10px; right: 0;
	width: 10px; height: 379px;
	cursor: pointer;
}
.b-introtext {
	margin: 30px 15px 0 0;
	line-height: 150%;	
}
.b-introtext strong {
	color: #13603f;
}
.footer-inner {
	position: relative;
	font-size: 11px;
	line-height: 130%;
	width: 1000px;
	margin: 0 auto;	
}
.footer-inner-left {
	position: absolute;
	top: 10px; left: 30px;
}
.footer-inner-left span {
	font-size: 14px;
	color: #144d29;
	vertical-align: top;
}
.footer-inner-right {
	position: absolute;
	top: 10px; right: 40px;
}
.footer-inner-up {
	position: absolute;
	right: 40px; top: -60px;
}
.b-icons {
	position: absolute;
	top: 0; right: 7px;
}
.b-icons ul {
	list-style: none;
}
.b-icons ul li {
	float: left;
	margin-right: 20px;
}
.b-body {
}
.component {
	margin-right: 30px;
}
.subcat, .con_pubdate, .component p {
	margin-bottom: 10px;
}
.component ul, .component ol {
	margin-left: 20px;
	margin-bottom: 10px;
}
.component ul li, .component ol li {
	margin-bottom: 5px;
}
.b-body h1, .con_heading {
	font-size: 18px;
	color: #13603f;
	margin-bottom: 15px;
}
.path {
	margin-bottom: 20px;
	font-size: 11px;
}
.quest {
	font-size: 12px;
	color: #13603f;
	font-weight: bold;
}
.contentlist {
	width: 100%;
}
.cornersmall {
 position:absolute;bottom:0;right:0;width:47px;height:46px;
 background:url(/templates/_default_/images/cornersmall.png);
}