﻿/**
 * 
 * fktjif@gmail.com
*/

@import 'reset.css';
@font-face {
    font-family: 'Helvetica'; /* Имя шрифта */
    src: url(../fonts/HelveticaNeueLTCom-Th.ttf); /* Путь к файлу со шрифтом */
}


body {
    font-family: verdana, arial, myriad pro, tahoma, helvetica;
    font-size: 62.5%;
    color: #000;
    position: relative;
    bottom: 0;
    min-width: 990px;
    min-height: 100%;
    background: url("../img/bg-main.jpg") 0 0 no-repeat; 
    background-attachment: fixed;
    background-position: top center;
    background-color: #41a204    
}

.wrap {
    position: relative;
    width: 930px;
    margin: 0 auto;
}

a, a:hover, a:active {
    outline: none;
    text-decoration: none;

}

a, a:visited {
    /*color: #d9d9d9;*/
}

a:hover {
    color: #e68300;
}

ul li {
	list-style: disc;
            
}

ol li {
	list-style: decimal;
}

.no-mrg {
    margin-left: 0 !important;
}
.no-brd{
    border:  none!important;
}
.no-brd-top{
    border-top:  none!important;
}
.no-pl{
    padding-left: 0 !important;
}
/* style for header */
.header .wrap{
    background: url("../img/bg-header3.jpg") 0 0 no-repeat;
    height: 255px;
    width: 960px;
    left: 0px;
}
/* style for logo */
.b-logo{
    background: url("../img/logo.png") 0 0 no-repeat;
    width: 104px;
    height: 119px;
    margin: 5px auto;
    display: block;
}
/* style for search block */
.b-search{
    position: absolute;
    top: 25px;
    right: 20px;

}
.b-search p{
    color: #fff;
    font-size: 11px;
    margin-left: 10px;
    margin-bottom: 5px;
}
.b-search a{
    color: #fff;
    font-size: 11px;
}
.b-lang{
    margin-left: 25px !important;
}
.b-search-text{
    width: 140px;
    height: 19px;
    border: none;
    background: #FFF;
    color: #0054a6;
    font-size: 11px;
}
.b-search-submit{
    background: url("../img/bg-search-submit.png") 0 0 no-repeat;
    width: 16px;
    height: 21px;
    border: none;
    text-indent: -9999px;
}
/* style for main */
.main .wrap{
    background: #fff;
}
/* style for sidebar */
.h-sidebar{
    width: 179px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #0093e3;
    min-height: 500px;
}
/* style for menu */
.b-menu{
    margin-right: 2px;
}
.b-menu-item{
    margin-top: 4px;
    position: relative;
    overflow: hidden;
    width: 179px;
    
}
.b-menu-link,
a.b-menu-link{
    font-size: 15px;
    color: #0054a6;
    display: block;
    padding: 3px 5px 3px 35px;
    position: relative;
}
span.b-menu-link{
    cursor: default;
}
a.b-menu-link.current{
}
.b-menu-item-bg{
    background: url("../img/bg-menu-link1.jpg") 0 0 no-repeat;
    display: block;
    width: 358px;
    height: 25px;
    position: absolute;
    left: 0;
}
.b-submenu{
    display: none;
    margin: 4px 0 0;
}
.current .b-menu-item-bg{
    left: -174px;
}

.current .b-submenu{
    display: block;
}
a.b-submenu-link{
    font-size: 14px;
    color: #0054a6;
    display: block;
    padding: 1px 5px 1px 40px;

}
a.b-submenu-link:hover{
    background-color: #f6ac42;
}
/* style for content */
.b-content{
    width: 690px;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-top: 15px;
	line-height: 3ex;
   font-size: 12px;

}
.b-content h1, .b-content h2{
    font-size: 20px;
    color: #008242;
    font-weight: normal;
    margin-bottom: 10px;
}

.b-content p {
    margin-bottom: 10px;
}

.b-blue{
    font-size: 16px;
    color: #0072bc;
    font-weight: normal;
}
a.b-blue{
    text-decoration: underline;
}
/* style for footer */
.footer{
}
.footer .wrap{
    background: url("../img/bg-footer2.jpg") 0 0 no-repeat;
    height: 42px;
    padding-top: 50px;
    left: 0px;
}
.b-footer-link{
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.b-footer-link a{
    color: #fff;
}
.b-footer-text{
    margin-top: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;

}
.b-lang-ru{
    background: url("../img/bg-ru.png") 0 0 no-repeat;
    display: block;
    width: 16px;
    height: 12px;
    float: left;
    padding-left: 18px;
    margin-right: 4px;
}
.b-lang-en{
    background: url("../img/bg-en.png") 0 0 no-repeat;
    display: block;
    width: 16px;
    float: left;
    height: 12px;
    padding-left: 18px;
}
.b-lang span{
    display: block;
    float: left;
    margin: -1px 5px 3px;
}
.b-tree{
    overflow: hidden;
    margin-top: 55px;
}
.b-tree-branch{
    float: left;
    width: 340px;
}
.b-news{
    margin-top: 55px;
	margin-bottom: 30px;
}
.ie7 .h-sidebar,
.ie7 .b-content{
    float: left;
}
.b-submenu .page_item a{
    font-size: 14px;
    color: #0054A6;
    display: block;
    padding: 1px 5px 1px 40px;
}

.b-submenu .page_item a:hover{
    background-color: #84ccff;
}
.catch {
display: none;
}
.important{
    font-weight: bold;
    color: red;
}

/* style for table */
.b-content table{
	
}
.b-content table td{
padding: 5px;
spacing: 20px;
border: 0px solid #CDCDCD;
}
.b-content table.no-border td{
	border: none;
}