html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
    min-width: 1260px;
    background: #94D2E7;
    height: 100%;
	
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 13px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
    color:#4a4a4a;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.fl{float: left;}
.fr{float: right;}

/* Layout
-----------------------------------------------------------------------------*/
body {
	background-color: #fdfdfd;
}
.layout {	
	margin: auto;
	min-height: 100%;
	//opacity: 0.5;	
	width: 100%;
    position: relative;
    overflow: hidden;
    background: url(img/line.png) repeat-y right top;
} 
.wrapper {
	/*width:1263px;*/
    margin: 0 auto;
}
#wrapper{
    /*min-height: 820px; */
    background: #fff;
}


/* Header
-----------------------------------------------------------------------------*/
#header{
    /*position: relative;
    z-index: 1;*/
    background: url("img/top_b2_l.png") repeat-x;
    height: 422px;
}
#header_in{
    background: url("img/top_b_r.png") repeat-x;
    float: right;
    height: 422px;
    width: 50%;
    position: absolute;
    right: 0;
}
#header_in span{
    background-image: url("img/top_b2_r.png");
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 220px;
    position: relative;
    top: 70px;
    width: 370px;
    z-index: 1;
    
}
#header div.wrapper {
	height: 430px;
    background: url("img/header_b3.jpg") no-repeat scroll 0 0 transparent;
    position: relative;
    top:0;
    width: 1343px;
    /*width: 1423px; */
}
.wrapper .head_r{
    background: url("img/head_back_r.jpg") repeat-x scroll 0 0 transparent;
    display: block;
    float: left;
    height: 266px;
    left: 332px;
    position: relative;
    top: -218px;
    width: 16px;
    border-left: 1px solid #e3e3e3;
}
.bor{
    float: left;
    height: 430px;
}
h1.logo {
	
}
.contact {
    position: relative;
    position: absolute;
    display: block;
    float: right;
    background: url(img/contacts.png) no-repeat;
    height: 63px;
    width: 290px;
    right: -370px;
    right: 0px;
    top: 0;
}
.contact span.gen{
    color: #132337;
    font-size: 17px;
}
.contact a {
	color: #a86b48;
}
.contact .code {
	color: #fff;
	font: 12px/22px Arial, Helvetica, sans-serif;
    font-weight: bold;
	
}
#search{
    float: right;
    position: relative;
    right: 15px;
    top: 172px;
}
#search input{
    border: none;
    float: left;
}
#search .s_text{
    background: url(img/search_l.png) no-repeat;
    height: 33px;
    width: 176px;
    display: block;
    padding-left: 10px;
    font:12px Arial;
    color: #929292;
}
#search .s_sub{
    background: url(img/search_r.png) no-repeat;
    height: 33px;
    width: 36px;
    display: block;
    text-indent: -999em;
    cursor: pointer;
}
.menu {
    left: 610px;
    overflow: visible;
    padding: 9px 0 0;
    position: absolute;
    text-align: center;
    top: 76px;
    width: 280px;
	}
.menu li{
	display: inline-block;
	zoom: 1;
	padding: 1px 25px 0 0;
	vertical-align: top;
    margin: 0 5px;
    background: url(img/li_b.png) no-repeat scroll center left;
    float:left;
    line-height: 25px;
    position: relative;
    width: 100%;
    text-align: left;
}
.menu li:hover, .menu li.active{
    background: url(img/li_b_a.png) no-repeat scroll center left;
}
.menu li:hover a, .menu li.active a{
    color:#DB6464;
}
.menu li a {
	color: #dc0000;
	font: bold 17px Georgia;
	text-decoration: none;
	padding: 0 2px 0 25px;
	display: inline;
    font-style: italic;
}
.menu li.pm0{
    left: -30px;
}
.menu li.pm1{
    left: -20px;
}
.menu li.pm2{
    left: -10px;
}
.menu li.pm3{
    left: -5px;
}
.menu li.pm4{
    left: 0;
}
.menu li.pm5{
    left: 3px;
}
.menu li.pm7{
    left: -7px;
}
.menu li.pm8{
    left: -14px;
}
.menu li.pm9{
    left: -26px;
}
#top_flash{
    /*float: left;*/
    height: 339px;
    width: 360px;
    left: 99px;
    top:0;
    position: relative;
    z-index: 100;
    overflow: hidden;
    /*clear: both;*/
}
#footer_flash{
    left: -10px;
    position: relative;
    /*z-index: 100;*/
    top: 69px;
    width:300px;
    margin: 0 auto;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	background: url("img/right_big_blue_long.png") no-repeat right -230px;
    height: 1%;
    margin:  0 auto;
    padding: 15px 30px 0 0;
    margin-bottom: 224px;
    position: relative;
    /*width: 1509px;*/
    z-index: 1;
}
.middle_wrap{margin: 0 auto;width: 1230px;position: relative;}
#container {
	left: 40px;
    margin: 0 auto;
    position: relative;
    width: 70%;
}
#content {
	//min-height: 340px;

}
.big_block {
    background: url("img/right_big_blue_long.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: auto;
    margin: 0 auto;
    padding-top: 84px;
    position: absolute;
    right: 0;
    top: -659px;
    width: 233px;
    z-index: 1;
}
.big_block img{
    border: 2px solid #c6edf4;
    margin: 0 0 35px 84px;
}
.big_block img:last-child{
    margin-bottom:0;
}
h2 {
	color: #c04229;
	position: relative;
	font: bold 16px/49px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #fff;
	
}
.oc{
    /*width: 600px;*/
    padding: 0px 10px 54px 160px;/*padding: 45px 10px 54px 160px;*/
}
.oc p img{
    border: 2px solid #cdf0f6;
    display: inline-block;
}
.wg{
    /*margin-left: -285px;*/
    /*width: 900px;*/
    /*margin-bottom: 12px;*/
    text-align:center;
    position: relative;
    /*right: 285px;*/
}
.wg div{
    color: #C50101;
    font: 17px/24px Georgia;
    text-align: justify;
}
.d_block{
    display:block;
    color: #C50101;
    font: bold 18px/24px Georgia;
    text-align: justify;
}
.d_block div{
    display:block;
}
.d_img{
    float:left;
}
.d_descr{
    min-height: 180px;
}
.d_block img{
    clear:both;
    margin: 0 25px 0 0;
}
#content div.wg p{
    /*margin:0 !important;*/
    /*height:10px;*/
    height:100%;
}
#content div.wg p.twophoto{
    padding-bottom: 8px;
}
.cat_tov{
    float:left;
    margin: 10px 0;
    width: 100%;
}
.cat_tov .img_pr img{
    width:120px;
    height:120px;
    border: 5px solid #DEDEDC;
}
.cat_tov h3 a, .cat_tov a{
    font-size: 12px;
}
.search-title{
    color:#02317F;
    font-weight:bold;
    font-size: 16px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
}
.statistik{
    padding: 10px 0;
}
#main_video{
    position: relative;
    left: 25px;
    top:-17px;
}

/*----------------------------BIG BLOCK NEWS--------------------------*/
.big_block h3.title{
    display: none;
}
.big_block .news{
    padding: 15px 0 0;
    height: auto;
}
.big_block .news h3 a{
    color: #1f5595;
    font: 12px Arial;
}
.big_block .news h3 a:hover{
    color: #9f9f9f;
    text-decoration: underline;
}
.big_block .news a.fl{
    background: none;
    border: 1px solid #9f9f9f;
}
.big_block .news a.fl img{
    width: 120px;
    height: 120px;
}
/* Slider
-----------------------------------------------------------------------------*/
.slider {
	height: 1%;
	width: 824px;	
	margin:auto;
	border: 1px solid #f1f7d7;
	padding: 14px 0px 14px 7px;
	background: #e4f2ad;
	position: relative; 
}
.slider-container_small {	
	padding: 0 0 10px;
} 
.slider-container_small .slider {	
	width: 600px;	
	padding: 14px 0 14px 0px;
}
.slider-container_small .jcarousel-prev, .slider-container_small .jcarousel-next {	
	display: none !important;
} 
.jcarousel-container {
	
}
.jcarousel-clip {	
	overflow: hidden;
}
.jcarousel-prev, .jcarousel-next {
	position: absolute;
	display: block;
	width: 30px;
	height: 40px;
	overflow: hidden;
	top: 60px;
	cursor: pointer;
}
.jcarousel-prev {
	background: url(i/i_arhor.png) 0 0 no-repeat;
	left: -55px;
}
 .jcarousel-next {
	background: url(i/i_arhor.png) -55px 0 no-repeat;
	left: 830px;
}
#content .slider ul {
	height: 1%;
	overflow: hidden;
	list-style: none;
	padding: 0;
}
.slider ul li{
	vertical-align: top;
	padding: 0 7px 0 7px;
	font: 0/0 Arial;
	float: left;
	list-style: none;	
}
#content .slider ul li{
	vertical-align: top;
	padding: 0 23px 0 5px;
	font: 0/0 Arial;
	float: left;
	list-style: none;	
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	background: url("img/video_b.jpg") no-repeat scroll 0 0 transparent;
    left: 10px;
    margin-left: 25px;
    padding: 39px 0 20px;
    position: absolute;
    top: -10px;
    width: 400px;
	
}
.side_menu_wrapper {
	width: 375px;
	position: absolute;
	left: -64px;
}
.side_menu {
	width: 250px;
	margin: auto;
	padding: 0 11px 11px 26px;
}
.side_menu li {	
	vertical-align: top;
	padding:0 0 4px;
}
.side_menu li ul {	
	
}

.side_menu li li {
	padding: 0px;
	vertical-align: top;
}
.side_menu li a.act ul {
	display:block;
}
.side_menu li a {
	color: #026ea8;
	font: bold 13px/20px Arial, Helvetica, sans-serif;	
	text-decoration: none;
	display: block;
	padding: 0 10px 0 18px;
    background: url(img/li_back.png) no-repeat center left;
}
.side_menu li a:hover {
	text-decoration: underline;
}
.side_menu li li a {
	color: #3d3d3d;
	font: 12px/21px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 0 25px;
	height: 21px;
	display: block;
    background: none;
}
.side_menu li li a:hover{
    color: #d70023;
    text-decoration: underline;
}
.side_menu li.active a {
	
}
.side_menu_t {
	position: relative;
	top: -27px;
	left: 37px;
	height: 16px;
	width: 245px;
	margin: 0 0 0 65px;
    color: #89deff;
    font: 16px Arial;
    text-decoration: none;
}
/*------------------------------Side Right------------------------------------------*/
#rightside{
    position: absolute;
    right: 0;
    top: 437px;
}
#sideRight{
    float: right;
    position: relative;
    top: 27px;
    width: 250px;
    margin-left: -100%;
    //margin-left:0;
    //top:-355px;
}
#sideRight .side_menu li{
    background: url(img/feed_r.png) no-repeat scroll center right;
    height: 49px;
    margin-bottom: 5px;
}
#sideRight .side_menu li a{
    text-align: center;
    line-height: 48px;
    background: url(img/feed_l.png) no-repeat scroll 0 2px;
    height: 40px;
    font: 12px Verdana;
    color: #fff;
    font-weight: bold;
    padding: 12px 0 0 90px;
}
#sideRight .side_menu li a:hover{
    text-decoration:none;
}
#sideRight .side_menu li a span{
    font-size: 13px;
    color: #05264e;
}
#sideRight .side_menu li:last-child a{
    font-size:14px;
    padding-top:18px;
}
#company_news{
    float: right;
    margin-left: -100%;
    position: relative;
    top: 205px;
    width: 252px;
}
#company_news div.news{
    margin-left:7px;
    border-bottom: 1px dotted;
    padding: 5px 0;
}
#company_news a{
    color: #358bb9;
    font: 12px Arial;
    font-weight: normal;
}
#company_news a:hover{
    color:#9f9f9f;
    text-decoration: underline;
}
.side_menu_news{
    color:#e83701;
    font:19px Arial;
    text-decoration:none;
    font-weight:narrow bold;
}
#company_news .side_menu{
    padding:0;
}
#company_news .side_menu li{
    border-bottom:1px dotted #000;
    margin: 10px 0;
}
#company_news .side_menu li a{
    background:none;
    font:12px Arial;
    color:#358bb9;
    text-decoration:underline;
    padding:0 0 10px 37px;
}
.allnews{
    float:right;
    margin-right:-5px;
    font:11px Arial;
    color:#358bb9;
}

/*-------------------------Online-send form-----------------------------*/
.online{
    padding-top:15px;
    margin: 0 auto;
    width:400px;
}
.online table{
    width:400px !important;
}
.online table td{
    clear:both;
    width:50%;
}
.online table input{
    float: right;
    vertical-align: middle;
    border:1px solid #CDCDCC;
    width:200px;
}
.online table textarea{
    border:1px solid #CDCDCC;
    width:402px;
}
.online table tr{
    margin-bottom:5px;
    float:left;
    width:100%;
}
.button_send{
   background: url("img/manu_back.jpg") repeat-x scroll 0 -12px transparent; 
   height:25px;
   cursor:pointer;
}
#page-events{
    margin-left: 360px;
}
#sideRight .side_menu li.on_line_application i{
    background: url("img/headphones.png") no-repeat;
    height:67px;
    width:63px;
    display:block;
    left: -79px;
    position: relative;
    top: -61px;
}
#sideRight .side_menu li.ask_an_expert i{
    background: url("img/question.png") no-repeat;
    height:48px;
    width:47px;
    display:block;
    left: -69px;
    position: relative;
    top: -45px;
}
#sideRight .side_menu li.leave_a_comment i{
    background: url("img/notes.png") no-repeat;
    height:48px;
    width:46px;
    display:block;
    left: -65px;
    position: relative;
    top: -38px;
}

/* NEWS
-----------------------------------------------------------------------------*/
.news {
	padding: 0 0 1em;
	clear: both;
	overflow: hidden;
}
.news a.fl {
	float: left;
	margin: 0 15px 0 0;
    background: none repeat scroll 0 0 #E1E1DF;
    border: 1px solid #E1E1DF;
    display: inline-block;
    font: 0pt/0 Arial;
    padding: 5px;

}
#content .news h3 {
	text-align: left;	
	padding: 0 1em 0em 0em;
	float: left;
    width:67%;
}
#content .news h3 a {
	color: #1C3481;
	font: 12px/17px Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration: underline;
	display: block;
	padding: 3px;
}
.news h3 a:hover {
	color: #871600;

}
.news u.date {
	float: left;
	padding: 0 0 1em;
	text-decoration: none;
	font: bold 11px/25px Arial,Helvetica,sans-serif;
	padding: 0 11px 0 4px;
    width: 67%;
}
.news u.cn{
	font-size: 24px;
	color: #828282;
	margin-top: 2px;
}
.news u.cn span{
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	top: -10px;
}
/*.news .cont {
	clear: left;
}*/
#content .news a.more {
	background: url("i/bg_main_menu_a.png") no-repeat scroll -10px 0 transparent;
    color: #02317F;
    display: block;
    font: bold 12px/16px Arial,Helvetica,sans-serif;
    padding: 0 2px 0 0px;
    text-decoration: underline;
    float: right;
    clear: both;
}
.news a.more:hover {
	background: url("i/bg_main_menu_a.png") no-repeat scroll -10px -16px transparent;    
}
/* Pager
-----------------------------------------------------------------------------*/
.pg_body {
	text-align: center !important;
    padding: 10px 0;
}
.pg_body div{
	display: inline-block;
    *display: inline;
    *zoom: 1;
	padding: 0 3px;
    font: 18px Georgia;
    color: #0d97aa;
}
#content .pg_body div a{	
	padding: 0 3px;
	color: #c50101;
	font-weight: bold;
}
#content .item_title {
    color: #02317F;
    display: block;
    font: bold 14px/16px Arial,Helvetica,sans-serif;
    padding: 0 2px 0 2px;
    text-decoration: none;
    text-align:center;
    height:35px;
    overflow:hidden;
    /*float: left;*/
}
.item_title:hover {
    background-position: -12px -16px; 
}
/* typography 
-----------------------------------------------------------------------------*/
#content h1 {
    /*color: #2FA7BF;*/
    font: bold 21px/17px Georgia;
    padding: 0 0 1em;
    text-align: left;    
}
#content h2 {
	color: #1C3481;
    font: bold 16px/17px Verdana,Geneva,Arial,Helvetica,sans-serif;
    padding: 0 0 1em;
}
#content h3 {
	color: #1C3481;
    font: 16px/17px Verdana,Geneva,Arial,Helvetica,sans-serif;
    padding: 0 0 1em;
}
#content  h4 {
	color: #1C3481;
    font: 14px/17px Verdana,Geneva,Arial,Helvetica,sans-serif;
    padding: 0 0 1em;
}
#content  h5 {
	color: #1C3481;
    font: bold 12px/17px Verdana,Geneva,Arial,Helvetica,sans-serif;
    padding: 0 0 1em;
}
#content  h6 {
	color: #1C3481;
    font: bold 11px/17px Verdana,Geneva,Arial,Helvetica,sans-serif;
    padding: 0 0 1em;
}
#content p {	
    /*color: #c50101;
    font: 17px/24px Georgia;*/
    font-weight: normal;
    margin: 5px 0;
    padding: 0 5px 0 5px;
    text-align: justify;   
}
#content a {	
/*    color: #0d97aa;*/
/*    text-decoration: none;   */
}
#content a:hover {	
    text-decoration: underline;   
}
#content ul, #content ol {
	margin-left: 0;
    padding: 0 0 1em 20px;
}
#content ul.incontacts{
    width: 300px;
    float: left;
}
#content ul li {
	list-style: disc;
}
#content ol li {
	list-style: decimal;	
}
#content li {
    /*color: #C50101;*/
    /*font: bold 18px/24px Georgia;*/
    padding: 0 0 4px;		
}
#content dl {	
    color: #606D43;
    font: 13px/19px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    text-align: justify;   
}
#content table {
	padding: 5px;
}
#content table td{
    vertical-align: top;
}
#content table th{
	border: 1px solid #606D43;
	background: #7f9059;
	padding: 2px;
	border-collapse: collapse;
}
/* PhotoGallery
-----------------------------------------------------------------------------*/
.out_container {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.gallery_item {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 5px;
	text-align: center;
	width: auto;
	vertical-align: top;
    padding-bottom: 10px;	
}
.wg div.item_link{
    font-size:13px;
    text-align: center;
}
a.item_image {
	border: 2px solid #C6EDF4;	
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin:0 0 10px;
	font: 0/0 Arial;
}
/* jquery-lightbox
-----------------------------------------------------------------------------*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -225px 0 auto;
	height: 244px;
	background: url(img/footer.jpg) center 0 repeat-x;
	position: relative;
    /*z-index: 0;*/
    bottom: 0;
}
#footer .wrapper{
    background: url(img/bottom.png) no-repeat scroll 0 7px;
    height: 244px;
    width: 1264px;
    position:relative;
    z-index:1;
}
#footer p ,#footer address, #footer p a {
	color: #fff;
	font: 12px/17px Arial, Helvetica, sans-serif;
	padding: 40px 40px 10px 40px;
	float: left;
	margin: 0;
    text-decoration: none;
}
#footer address, #footer p.about{
    background: url(img/separator.jpg) no-repeat top right;
}
#footer address{
    color: #06234c;
    height: 84px;
    padding-bottom: 0;
}
#footer p.about {
	float: left;
    padding-top: 50px;
    padding-bottom: 20px;
}
#footer p.fr {
	float: left;
	padding: 17px 0 0 0;
}
#promo{
    position: relative;
    text-align: center;
    top: 120px;
    color: #3c2000;
    font-size: 11px;
}
#promo a{
    color: #DC0000;
}
#footer .bg_right {background: url(img/line.png) repeat-y right top;}
