/*html {height: 100%}*/
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	width: 100%;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	background: #1a3b47 url(../images/body_bg.gif) repeat-y top center;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 994px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.links{
	float: left;
	height: 17px;
	margin: 60px 0 0 73px;
	_display: inline;
}
.links a{
	float: left;
	display: block;
	width: 19px;
	height: 17px;
}
.links a span{
	display: none;
}
.links img{
	float: left;
	margin: 0 16px;
}
.links a.home{
	background: url(../images/home.gif) no-repeat;
}
.links a.home:hover{
	background: url(../images/home_hover.gif) no-repeat;
}
.links a.contact{
	background: url(../images/contact.gif) no-repeat;
}
.links a.contact:hover{
	background: url(../images/contact_hover.gif) no-repeat;
}
.links a.map{
	background: url(../images/map.gif) no-repeat;
}
.links a.map:hover{
	background: url(../images/map_hover.gif) no-repeat;
}
.links a.catalog{
	background: url(../images/catalog.gif) no-repeat;
}
.links a.catalog:hover{
	background: url(../images/catalog_hover.gif) no-repeat;
}
.button{
	float: right;
	display: block;
	background: url(../images/button_left.gif) no-repeat left;
	text-decoration: none;
	color: #626060;
	_width: 1%;
	_position: relative;
	white-space: nowrap;
}
.button span{
	display: block;
	background: url(../images/button_right.gif) no-repeat right;
	height: 19px;
	line-height: 18px;
	padding: 0 15px;
	cursor: pointer;
	text-align: center;
}
.button:hover{
	background: url(../images/button_left_hover.gif) no-repeat left;
}
.button:hover span{
	background: url(../images/button_right_hover.gif) no-repeat right;
}
.pager{
	overflow: hidden;
	_height: 1%;
	text-align: center;
}
.pager a{
	display: -moz-inline-stack;
	display: inline-block;
	background: url(../images/pager_left.gif) no-repeat left;
	color: #fff;
	text-decoration: none;
	margin: 0 3px;
	height: 22px;
	min-height: 22px;
}
.pager a span{
	display: -moz-inline-stack;
	display: inline-block;
	background: url(../images/pager_right.gif) no-repeat right;
	height: 19px;
	padding: 3px 8px 0 8px;
	cursor: pointer;
}
.pager a:hover{
	background: url(../images/pager_left_hover.gif) no-repeat left;
}
.pager a:hover span{
	background: url(../images/pager_right_hover.gif) no-repeat right;
}
.h-line{
	float: left;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 994px;
	height: 220px;
	background: url(../images/head_bg.jpg) no-repeat;
}
#header .reg{
	clear: both;
	display: block;
	font-size: 11px;
	color: #fff;
	padding: 100px 0 0 102px;
}
#header .reg a{
	color: #fff;
}

/* Under head block
-----------------------------------------------------------------------------*/
#under-head-block {
	width: 980px;
	height: 40px;
	background: url(../images/under_head_block_bg.gif) no-repeat left;
	margin: -6px 0 3px -18px;
	_margin: -6px 0 3px -17px;
	position: relative;
	padding: 6px 6px 0 25px;
	color: #fff;
	font-size: 11px;
}
#under-head-block a{
	color: #fff;
}
#under-head-block .path{
	line-height: 40px;
	float: left;
}
#under-head-block .path a{
	text-decoration: none;
}
#under-head-block .path span{
	text-decoration: underline;
}
#under-head-block .search{
	margin: 9px 0 0 6px;
	padding: 0;
	float: right;
}
#under-head-block .search div{
	background: url(../images/search_input_bg.gif) no-repeat;
	width: 219px;
	height: 18px;
	text-align: right;
	padding: 2px 1px 0 0;
}
#under-head-block .search div input{
	border: 0;
	font-size: 11px;
	width: 195px;
	color: #818181;
	background: none;
}
#under-head-block .v-line{
	float: right;
}
#under-head-block .rss{
	float: right;
	line-height: 40px;
	background: url(../images/rss.gif) no-repeat left;
	padding: 0 0 0 21px;
	margin: 0 10px;
}
#under-head-block .skype{
	float: right;
	line-height: 40px;
	background: url(../images/skype.gif) no-repeat left;
	padding: 0 0 0 25px;
	margin: 0 10px;
}
#under-head-block .langs{
	float: right;
	margin: 0 15px;
	overflow: hidden;
	height: 40px;
}
#under-head-block .langs a{
	line-height: 40px;
	padding: 2px 28px 2px 0;
}
#under-head-block .langs a.china{
	background: url(../images/china.gif) no-repeat right;
}
#under-head-block .langs a.korea{
	background: url(../images/korea.gif) no-repeat right;
}
#under-head-block .langs a.eng{
	background: url(../images/eng.gif) no-repeat right;
}
#under-head-block .langs a.rus{
	background: url(../images/rus.gif) no-repeat right;
}
#under-head-block .langs img{
	margin: 0 6px;
	vertical-align: middle;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 80px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 228px;
}
#content .button span{
	background: url(../images/button_right_white.gif) no-repeat right;
}
#content .banner{
	margin: 0 0 8px 0;
}
#content .article_block{
	background: url(../images/article_block_top.gif) no-repeat top;
	width: 538px;
	margin: 0 0 15px 0;
	font-size: 11px;
	color: #717171;
	line-height: 18px;
}
#content .article_block .bot{
	background: url(../images/article_block_bot.gif) no-repeat bottom;
	padding: 10px 13px;
}
#content .article_block .bot .content{
	
	min-height: 110px;
	_height: 1%;
	padding: 0 0 0 109px;
}
#content .article_block .bot .content a{
	color: #575757;
}
#content .article_block .bot .content .title{
	display: block;
	color: #5c5c5c;
	font-weight: bold;
	font-size: 12px;
}
#content .article_block .bot .content .short-text{
	display: block;
	margin: 0 0 20px 0;
	text-align:justify
}
#content .article_block .bot .content .article-info{
	overflow: hidden;
	_height: 1%;
}
#content .article_block .bot .content .article-views{
	float: left;
	padding: 0 30px 0 0;
}
#content .article_block .bot .content .comments{
	float: left;
	background: url(../images/comments_icon.gif) no-repeat right;
	padding: 0 20px 0 0;
}
#content .article_block .bot .content .more{
	float: right;
}
#content .article_block:hover{
	background: url(../images/article_block_top_hover.gif) no-repeat top;
}
#content .article_block:hover .bot{
	background: url(../images/article_block_bot_hover.gif) no-repeat bottom;
}

#content .article-navigation{
	overflow: hidden;
	_height: 1%;
	padding: 0 0 0 100px;
}
#content .article-navigation .pager{
	float: left;
}
#content .content-links{
	clear: both;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 11px;
	color: #505050;
	line-height: 18px;
}
#content .content-links a{
	color: #505050;
	margin: 0 5px;
}
#content .grey-block{
	background: #e2e2e2;
	width: 538px;
	margin: 0 0 10px 0;
}
#content .grey-block .bot{
	background: url(../images/grey_block_bot.gif) no-repeat bottom;
	overflow: hidden;
	_height: 1%;
	padding: 0 0 10px 0;
}
#content .grey-block .block-title{
	background: #e9e9e9 url(../images/title_bg.gif) no-repeat;
	display: block;
	width: 518px;
	padding: 13px 10px 10px 10px;
	font-size: 15px;
	color: #6b6b6b;
	font-weight: bold;
}
#content .grey-block .button{
	margin: 0 6px 0 0;
}
#content .grey-block .button span{
	background: url(../images/button_right.gif) no-repeat right;
}
#content .gallery{
	overflow: hidden;
	_height: 1%;
	clear: both;
	padding: 10px 6px;
}
#content .gallery ul{
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
	clear: both;
	overflow: hidden;
	_height: 1%;
}
#content .gallery ul li{
	background: url(../images/gallery_image_shadow.gif) no-repeat left top;
	float: left;
	width: 245px;
	margin: 0 32px 0 0;
	padding: 2px 2px 0 0;
	text-align: center;
	color: #5b5b5b;
}
#content .gallery ul li.no-margin{
	margin: 0;
}
#content .gallery ul li a{
	display: block;
	margin: 0 0 5px 0;
	font-size: 11px;
	color: #000;
}
#content .gallery ul li a.text-link{
	display: inline;
}
#content .video{
	padding: 15px 0 10px 0;
	_padding: 0;
	font-size: 11px;
	color: #5b5b5b;
}

.video a{
	font-weight: bold;
	color: #5b5b5b;
}

#content .video .block{
	overflow: hidden;
	_height: 1%;
	line-height: 15px;
	margin: 0 0 20px 0;
	padding: 0 6px;
}
#content .video .block .image-shadow{
	float: left;
	margin: 0 12px 0 0;
	background: url(../images/video_image_shadow.gif) no-repeat;
	width: 197px;
	height: 155px;
	padding: 3px 0 0 2px;
}
#content .video .block span{
	display: block;
}
#content .video .block span.title{
	font-weight: bold;
	margin: 0 0 20px 0;
}
#content .video .block .more{
	float: right;
	margin: 5px 0 0 0;
}
#content .video .block .more a{
	font-weight: bold;
	color: #5b5b5b;
}
#content .page-text{
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	padding: 15px 6px 10px 6px;
	color: #6b6b6b;
}
#content .page-text .image-shadow{
	background: url(../images/gallery_image_shadow.gif) no-repeat;
	float: left;
	margin: 0 14px 0 0;
	width: 245px;
	height: 155px;
	padding: 2px 0 0 2px;
}
#content .page-text p{
	margin: 0;
	text-indent: 30px;
}
#content .page-text p.no-indent{
	text-indent: 0;
}

.page-text a{
	font-weight: bold;
	color: #5b5b5b;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 225px;
	margin-left: -100%;
	position: relative;
	padding: 0 0 10px 0;
}
/*
.sl .order-rf{
	display: block;
	background: url(../images/order_rf_button.gif) no-repeat;
	width: 222px;
	height: 35px;
}
.sl .order-rf:hover{
	background: url(../images/order_rf_button_hover.gif) no-repeat;
}
*/
.sl .menu-title{
	background: url(../images/left_menu_title.gif) no-repeat left;
	width: 213px;
	height: 40px;
	margin: -2px 0 0 -19px;
	_margin: -2px 0 0 -18px;
	padding: 5px 0 0 29px;
	line-height: 40px;
	font-family: "Arial Narrow";
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
.sl .menu-bg{
	background: url(../images/menu_bg.gif) repeat-y;
	width: 224px;
	margin: 0 0 0 -1px;
	_margin: 0;
	font-size: 11px;
}
.sl .menu-bg ul{
	margin: 0;
	padding: 5px 30px 20px 18px;
	list-style: none;
	background: url(../images/menu_bot_coners.gif) no-repeat bottom;
}
.sl .menu-bg ul li{
	padding: 9px 0;
	background: url(../images/menu_li_border.gif) repeat-x bottom;
}
.sl .menu-bg ul li a{
	display: block;
	background: url(../images/arrow.gif) no-repeat 170px 5px;
	padding: 0 10px 0 0;
	color: #fff;
	text-decoration: none;
}
.sl .menu-bg ul li a:hover{
	text-decoration: underline;
}
.sl .login-title{
	background: url(../images/login_title_bg.gif) no-repeat left;
	width: 213px;
	height: 40px;
	margin: -2px 0 0 -18px;
	_margin: -2px 0 0 -17px;
	padding: 5px 0 0 29px;
	line-height: 40px;
	font-family: "Arial Narrow";
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
.sl .login-bg{
	background: url(../images/login_bg.gif) repeat-y;
	width: 223px;
	_margin: 0 0 0 1px;
}
.sl .login-bg .login{
	background: url(../images/login_bot_conners.gif) no-repeat bottom;
	padding: 6px 11px 11px 9px;
	_padding: 6px 11px 0 9px;
	font-size: 11px;
	overflow: hidden;
	margin: 0;
	_height: 1%;
}
.sl .login-bg .login .inputs{
	overflow: hidden;
	_height: 1%;
}
.sl .login-bg .login .inputs label{
	float: left;
	width: 39px;
	text-align: right;
	padding: 0 6px 0 0;
	color: #878787;
}
.sl .login-bg .login .inputs div{
	background: url(../images/login_input.gif) no-repeat;
	float: left;
	width: 155px;
	height: 22px;
	margin: 0 0 10px 0;
	padding: 3px 0 0 3px;
}
.sl .login-bg .login .inputs div input{
	font-size: 11px;
	border: 0;
	width: 151px;
	background: none;
	color: #666;
}
.sl .login-bg .login .forgot-and-help{
	text-align: right;
	font-size: 10px;
	color: #626060;
	margin: 0 0 15px;
}
.sl .login-bg .login .forgot-and-help a{
	color: #626060;
}
.sl .login-bg .login .forgot-and-help a.help{
	color: #787878;
}
.sl .login-bg .login .remember{
	float: left;
	color: #6c6969;
}
.sl .login-bg .login .submit{
	float: right;
	display: block;
	background: url(../images/login_enter.gif) no-repeat;
	width: 59px;
	height: 19px;
}
.sl .login-bg .login .submit:hover{
	background: url(../images/login_enter_hover.gif) no-repeat;
}
.sl .video-title{
	background: url(../images/left_video_title.gif) no-repeat left;
	width: 213px;
	height: 40px;
	margin: -2px 0 0 -19px;
	_margin: -2px 0 0 -18px;
	padding: 5px 0 0 29px;
	line-height: 40px;
	font-family: "Arial Narrow";
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
.sl .video-bg{
	background: url(../images/login_bg.gif) repeat-y;
	width: 223px;
	_margin: 0 0 0 1px;
}
.sl .video-bg .video{
	background: url(../images/login_bot_conners.gif) no-repeat bottom;
	padding: 6px 11px 11px 9px;
	font-size: 11px;
	overflow: hidden;
	margin: 0;
	_height: 1%;
	text-align: center;
}
.sl .video-bg .video a{
	font-size: 11px;
	color: #4f4f4f;
}
.sl .video-bg .video .button{
	margin: 5px 0 0 0;
}
.sl .photo-title{
	background: url(../images/left_photo_title.gif) no-repeat left;
	width: 213px;
	height: 40px;
	margin: -2px 0 0 -18px;
	_margin: -2px 0 0 -17px;
	padding: 5px 0 0 29px;
	line-height: 40px;
	font-family: "Arial Narrow";
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
.sl .photo-bg{
	background: url(../images/login_bg.gif) repeat-y;
	width: 223px;
	_margin: 0 0 0 1px;
}
.sl .photo-bg .photo{
	background: url(../images/login_bot_conners.gif) no-repeat bottom;
	padding: 6px 11px 11px 9px;
	font-size: 11px;
	overflow: hidden;
	margin: 0;
	_height: 1%;
	text-align: center;
}
.sl .photo-bg .photo a{
	font-size: 11px;
	color: #4f4f4f;
}
.sl .photo-bg .photo .button{
	margin: 5px 0 0 0;
}
.sl .photo-bg .photo ul{
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	height: 64px;
}
.sl .photo-bg .photo .photo-last{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 64px;
}
.sl .photo-bg .photo ul li, .sl .photo-bg .photo ul .photo-last li{
	float: left;
}
.sl .photo-bg .photo ul li.left, .sl .photo-bg .photo ul .photo-last li.left{
	padding: 0 15px 0 0;
}
.sl .photo-bg .photo ul li img, .sl .photo-bg .photo ul .photo-last li img{
	padding: 1px;
	border: 1px solid #b7b8ba;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 223px;
	margin-left: -223px;
	position: relative;
}
.sr .right-block{
	background: url(../images/right_block_top.gif) no-repeat top;
	width: 223px;
	margin: 0 0 10px 0;
}
.sr .right-block .bot{
	background: url(../images/right_block_bot.gif) no-repeat bottom;
	padding: 10px 5px 10px 10px;
}
.sr .right-block .documents{
	font-size: 11px;
	color: #6c6969;
	overflow: hidden;
	_height: 1%;
}
.sr .right-block .documents .title{
	background: url(../images/arrow_2.gif) no-repeat left;
	font-family: "Arial Narrow";
	color: #545453;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 20px;
}
.sr .right-block .documents .small-text{
	display: block;
	padding: 5px 0 10px;
}
.sr .right-block .documents img{
	padding: 2px;
	border: 1px solid #cbcbcb;
	margin: 0 0 0 3px;
}
.sr .right-block .documents .button{
	margin: 10px 7px 0 0;
}
.sr .right-block .razsilka{
	overflow: hidden;
	_height: 1%;
}
.sr .right-block .razsilka .title{
	font-family: "Arial Narrow";
	color: #545453;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.sr .right-block .razsilka .forma{
	overflow: hidden;
	margin: 0;
	padding: 0;
	_height: 1%;
}
.sr .right-block .razsilka .forma .inputs{
	overflow: hidden;
	_height: 1%;
}
.sr .right-block .razsilka .forma .inputs div{
	background: url(../images/razsilka_input.gif) no-repeat;
	float: left;
	width: 200px;
	height: 25px;
	margin: 10px 0 5px;
	padding: 3px 0 0 3px;
}
.sr .right-block .razsilka .forma .inputs div input{
	font-size: 11px;
	border: 0;
	width: 192px;
	background: none;
	color: #666;
}
.sr .right-block .razsilka .forma .button{
	margin: 0 7px 0 0;
}
.sr .vote-block{
	background: url(../images/block_vote_top_coners.gif) no-repeat top;
	width: 223px;
	margin: 0 0 10px 0;
	font-size: 11px;
}
.sr .vote-block .bot{
	background: url(../images/block_vote_bot_coners.gif) no-repeat bottom;
	padding: 10px 5px 10px 10px;
}
.sr .vote-block .title{
	display: block;
	font-family: "Arial Narrow";
	color: #2c4a78;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 9px 0;
	margin: 0 5px 3px 0;
	border-bottom: 1px dotted #4d80ca;
}
.sr .vote-block .vopros{
	color: #4b4b4b;
}
.sr .vote-block .forma{
	margin: 15px 0 0 0;
	padding: 0;
	overflow: hidden;
	_height: 1%;
}
.sr .vote-block .forma div{
	padding: 3px 0;
	font-size: 11px;
	color: #636363;
	overflow: hidden;
	_height: 1%;
}
.sr .vote-block .forma div .all-votes{
	float: left;
	font-size: 10px;
	margin: 15px 0 0 0;
}
.sr .vote-block .forma div .all-votes a{
	color: #636363;
}
.sr .vote-block .forma div .button{
	margin: 18px 5px 0 0;
}
.sr .banner{
	margin: 0 0 10px;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: url(../images/footer_bg.gif) no-repeat;
	width: 959px;
	margin: -80px auto 0;
	height: 78px;
	padding: 0 24px 2px 11px;
	color: #fff;
}
#footer .address{
	float: left;
	text-align: right;
	padding: 6px 7px 14px;
	margin: 10px 7px 0 0;
	border-right: 1px solid #3f3736;
}
#footer .phones{
	float: left;
	padding: 6px 0 0 0;
	margin: 10px 33px 0 0;
}
#footer .phones a{
	color: #fff;
}
#footer .copy{
	float: right;
	font-size: 10px;
	height:25px;
	padding-top:27px;
}



.iput{border:solid 1px #CCCCCC;}
.textarea{border:solid 1px #CCCCCC;}
.btn{border:solid 1px #999999; background:#CCCCCC; color:#3e3e3e;}




.loader{
	width: 0px;
	height: 0px;
	display: none;
	clip: rect(0 0 0 0);
	background:no-repeat;
	margin-left:-1000px;
	background-image: none;
}



#down_menu{
	color:#FFFFFF;
	width:425px;
	float:left;
	text-align:center;
	padding-top:15px;
}


#down_menu a{
	color:#FFFFFF;
}










