@charset "utf-8";
body{
	padding: 0;
	margin: 0;}
a{
font-family:Tahoma;
color:#e7003e;
font-size:15px;}
*{
	outline: none;
}
.wrapper {
	height: auto;
	width: 1260px;
	padding:0px;
	margin:0 auto;
}
.b-search {
   	position: absolute;
   	padding: 2px;
    background-color: white;
    border: 1px #d4d6d3 solid;
    right: 17px;
    bottom: 7px;
}
.search_list {
    margin-bottom: 15px;
}
.search_result {
    margin-bottom: 15px;
}
.b-search__blk{
	display: table-cell;
    vertical-align: middle;
    background: #009460;
    background: -moz-linear-gradient(top, #009460 0%, #028959 52%, #047a52 100%);
    background: -webkit-linear-gradient(top, #009460 0%,#028959 52%,#047a52 100%);
    background: linear-gradient(to bottom, #009460 0%,#028959 52%,#047a52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009460', endColorstr='#047a52',GradientType=0 );
}
.b-search__blk:hover{
	cursor: pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42bf00+0,3aa403+49,348b06+100 */
	background: #42bf00; /* Old browsers */
	background: -moz-linear-gradient(top, #42bf00 0%, #3aa403 49%, #348b06 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #42bf00 0%,#3aa403 49%,#348b06 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #42bf00 0%,#3aa403 49%,#348b06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42bf00', endColorstr='#348b06',GradientType=0 ); /* IE6-9 */
}
.header {
	position: relative;
	float: left;
	height: 281px;
	width: 1260px;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: left;
}
.top_search {
    position: relative;
    display: table;
}
.b-map {
    position: absolute;
    right: 275px;
    top: 10px;
}
.b-map__link {
    color: #019561;
    text-decoration: none;
    font-family: arial;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 15px 0 15px 25px;
    background: url('/img/b-map__img.png') left no-repeat;
}
.b-map__link:hover {
	color: #41bf00;
	background: url('/img/b-map__img--hover.png') left no-repeat;
}
input.input_search {
	padding: 11px 15px 11px 20px;
    font-size: 14px;
    display: table-cell;
    border: none;
	width: 282px;
    color: #8e908f;
    opacity: .7;
    font-style: italic;
}
input.submit_search {
    padding: 11px 24px;
    border: 1px #d4d2d3 solid;
    background: url(../img/search.png) no-repeat center;
}
input.submit_search:hover{
	cursor: pointer;
}
.to_index {
	float: left;
	height: 195px;
	width: 315px;
	padding-top: 40px;
	padding-left: 333px;
}
.top_menu {
	float: left;
	height: 85px;
	width: 1260px;
	clear: left;
}

.top_main_menu {
	background-color: #47c211;
	float: left;
	height: 50px;
	width: 1035px;
	margin: 0; 
	padding: 0px 0px 0px 225px;
	float: left;
	list-style: none;
	position: relative;
}
.hor_menu_item_main{
float: left;
margin: 0px 0px 0px 0px;
padding:13px 20px 10px 20px;
display: block;
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:16px;

}
.hor_menu_item_main a{
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:16px;
}
.hor_menu_item_main a:hover{
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
}

.active{
float: left;
margin: 0; padding:13px 20px 10px 20px;
display: block;
	font-family:Tahoma;
	color:#1e1e1e;
	font-size:16px;
}

.top_sub_menu {
	  float: left;
      padding:0;
      position: absolute;
      left: 285px; top:54px;
      width: 894px;
	  height: 35px;
	  width: 975px;
}
.submenu{
display:block;
list-style:none;
float:left;
}
.submenu a{
color:#960028;
font-family:Tahoma;
padding-right:20px;
font-size:16px;}
.submenu a:hover{
text-decoration:none;
}
.sub_active{
display:block;
list-style:none;
float:left;
padding-right:20px;
color:#960028;
font-family:Tahoma;
font-size:16px;}
.content_body {
	clear: left;
	float: left;
	height: auto;
	width: 1260px;
}
.vert_menu {
	background-image: url(/img/vert_menu_back.png);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 261px;
}
.vert_menu_top {
	background-image: url(/img/vert_menu_top.png);
	background-repeat: no-repeat;
	float: left;
	height: 6px;
	width: 261px;
}
.vert_menu_middle {
	background-image: url(/img/vert_menu_middle.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
	float: left;
	width: 261px;
	padding-bottom:10px;
}
.vert_menu_bottom {
	background-image: url(/img/vert_menu_bottom.png);
	background-repeat: no-repeat;
	clear: left;
	float: left;
	height: 16px;
	width: 261px;
}
.vert_menu_middle ul{
margin:5px 0px 0px 23px;
padding:0px;
}
.vert_menu_item{
list-style:none;
display:block;
width:188px;
padding:2px 7px 2px 7px;
margin: 2px 0px 3px 0px;
float:left;
clear:left;}
.vert_menu_item a{
font-family:Tahoma;
font-size:15px;
color:#960028;
}
.vert_active{
list-style:none;
display:block;
width:188px;
margin: 2px 0px 3px 0px;
padding:2px 7px 2px 7px;
font-family:Tahoma;
font-size:15px;
color:#960028;
float:left;
clear:left;
background-color:#ff4f00;
color:#FFFFFF;}
.sub_vert_menu_item{
list-style:none;
display:block;
width:178px;
padding:2px 7px 2px 17px;
margin: 2px 0px 3px 0px;
float:left;
clear:left;}
.sub_vert_menu_item a{
font-family:Tahoma;
font-size:15px;
color:#960028;
}
.sub_vert_active{
list-style:none;
display:block;
width:178px;
margin: 2px 0px 3px 0px;
padding:2px 7px 2px 17px;
font-family:Tahoma;
font-size:15px;
color:#960028;
float:left;
clear:left;
background-color:#ff4f00;
color:#FFFFFF;}
.middle {
	float: left;
	height: auto;
	width: 735px;
}

.breadcrambs {
	float: left;
	height: 35px;
	width: 745px;
}
.path a{
font-family:Tahoma;
font-size:13px;
color:#1e1e1e;
}
.content {
	float: left;
	height:auto;
	width: 745px;
	clear: left;
	padding:0px;
	margin:0px;
}
.content h1{
font-family:"Times New Roman", Times, serif;
color:#ff4f00;
font-size:20px;
text-transform:uppercase;
margin:0px;
padding:0px;}
.content p, .content li{
color:#1e1e1e;
font-family:Tahoma;
font-size:15px;
}
.news_mod {
	float:right;
	height:auto;
	width: 222px;
}
.news{
float:left;
clear:left;
margin-bottom:7px;
}
.news_block{
height:auto;
}
.news_mod h2{
font-family:"Times New Roman", Times, serif;
font-size:20px;
color:#ff4f00;
text-transform:uppercase;
}
.news_date{
color:#87f03c;
font-family:Calibri;
clear:left;}
.news_name a{
font-family:Tahoma;
font-size:13px;
color:#e7003e;
}
.news_anons p{
font-family:Tahoma;
font-size:12px;
color:#2c2c2c;
}
.show_all{
float:left;
margin-top:7px;
clear:left;}
.show_all a{
font-family:Tahoma;
font-size:13px;
color:#e7003e;
}
.next_link a{
font-family:Tahoma;
font-size:15px;
color:#e7003e;
}
.footer {
	background-color: #a3f06c;
	clear: left;
	float: left;
	height: 65px;
	width: 1260px;
	margin-top: 30px;
}
.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e1e1e;
	float: left;
	margin-top: 18px;
	margin-left: 18px;
}
.creator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e1e1e;
	float: right;
	margin-top: 18px;
	margin-right: 18px;
}
.creator a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e1e1e;

}
