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, fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
html {
	height: 100%;
	background:url(../img/content_bg.png) repeat-y center;
}
body {
	font: 12px/18px Arial, "Trebuchet MS", Verdana, sans-serif;
	width: 100%;
        min-height: 100%;
	height: 100%;
	background:url(../img/top_bg.png) repeat-x;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 977px;
	margin: 0 auto 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 126px;
	width:977px;
	float:left;
	clear:both;
	background-color:transparent;
	background:url(../img/header.jpg) no-repeat 0 0;
	position:relative;
	z-index:50;
}
#header #hed{
	width:977px;
	height:71px;
	float:left;
}
#header #hed #logo{
	float:left;
	width:225px;
	height:71px;
}
#header #hed #lang{
	float:right;
	min-width:180px;
	height:59px;
	padding-top:12px;
}
#header #hed #lang > div{
	float:right;
	min-width:77px;
	height:24px;
	margin-right:10px;
}
#header #hed #lang a{
	float:left;
	min-width:69px;
	height:14px;
	font:10px Arial, Helvetica, sans-serif;
	color:#ededed;
	text-decoration:none;
	padding:5px 8px 5px 6px;
}
#header #hed #lang a img{
	vertical-align:middle;
	padding-right:4px;
}

#header #hed #lang .active {
	_background:url(../img/lang_active_bg.png) no-repeat;
        background: #23314B;
        border-radius: 5px;
}

#wrapper #header #menu ul{
    display:none ;
}

#menu{
	padding:0;
	margin:0;
	list-style:none;	
}
#menu ul, #menu li{
	padding:0;
	margin:0;
	list-style:none;
}
#header #menu{
	width:959px;
	height:48px;
	float:left;
	padding-top:7px;
	position:relative;
	z-index:10;
	margin-left:3px;
        padding-left: 6px;
	/*background:url(../img/menu_bg.png) no-repeat;
	outline:1px solid #FF0;*/
}
#header #menu > li{
	width:130px;
	height:48px;
	float:left;
	display:block;
	/*padding-left:6px;*/
}
#header #menu > li > a{
	width:100%;
	height:35px;
	display:block;
	font:15px Verdana, Geneva, sans-serif;
	color:#fff;
	text-align:center;
	padding-top:13px;
	text-decoration:none;
	text-shadow: #000 1px 1px 2px;
}
#header #menu > li:hover > a{
	background:url(../img/active_menu_line.png) repeat-x;
	color:#222121;
	text-shadow: #FFF 1px 1px 2px;
}
#header #menu > li:first-child:hover > a{
	border-top-left-radius:6px;
	color:#222121;
}

#header #menu > li:first-child.active > a {
    border-top-left-radius: 6px;
}

#header #menu > li.active > a {
	background:url(../img/active_menu_line.png) repeat-x;
	color:#222121;
	-webkit-box-shadow:0px 1px 1px rgba(200, 200, 200, 0.3);
	-moz-box-shadow:0px 1px 1px rgba(200, 200, 200, 0.3);
	box-shadow:0px 1px 1px rgba(200, 200, 200, 0.3);
	text-shadow: #FFF 1px 1px 2px;
}
#header #menu li ul{
	width:180px;
	height:1px;
	display:block;
	background:#e9e9e9;
	float:left;
}
#header #menu li ul li{
	width:180px;
	height:48px;
	display:block;
	border-right:1px solid #CCC;
	background:#e9e9e9 url(../img/menu_border.png) repeat-x bottom;
}
#header #menu li ul .last{
	border-bottom:1px solid #CCC;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	background:#e9e9e9;
}
#header #menu li ul li a{
	width:150px;
	height:21px;
	display:block;
	font:14px Verdana, Geneva, sans-serif;
	color:#2a2a2a;
	text-align:left;
	padding:14px 10px 13px 20px;
	text-decoration:none;
}
#header #menu li ul li a:hover{
	background:#aec9e9 url(../img/menu_border.png) repeat-x bottom;
}
#header #menu li ul .last a:hover{
	background:#aec9e9;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}

/* Middle
-----------------------------------------------------------------------------*/
.btn{
	float:left;
	display:block;
	min-width:10px;
	text-decoration:none;
	height:20px;
	margin-top:10px;
	text-align:center;
}
.btn > span:first-child {
	background:url(../img/btn_bg_left.png) no-repeat;
	width:9px;
	height:24px;
	float:left;
}
.btn > span:first-child + span {
	background:url(../img/btn_bg_middle.png) repeat-x;
	padding:0 0 0;
	height:20px;
	padding:4px 4px 0;
	text-shadow: #000000 1px 1px 2px;
	font:12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	float:left;
}
.btn > span:first-child + span + span {
	background:url(../img/btn_bg_right.png) no-repeat;
	width:9px;
	height:24px;
	float:left;
}
/*---------------------------------------------*/
#content {
	float:left;
	clear:both;
	width:930px;
	min-height:550px;
	padding: 0 24px 0;
	font:13px Arial, Helvetica, sans-serif;
	color:#333333;
}
.page_top_menu{
	float:left;
	clear:both;
	width:100%;
	margin:25px 0 -3px 0;	
}
.page_top_menu_menu{
	float:left;
	clear:both;
	width:929px;
	margin: 0 0 20px -15px;
	height:27px;
	background:#f0f0f0;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	padding:11px 15px 0 15px;
}
.page_top_menu_menu a{
	font:12px Arial, Helvetica, sans-serif;
	color:#0559ae;
}
.page_top_menu_empty{
	float:left;
	clear:both;
	width:100%;
	margin:30px 0 0 0;
}
.menu_top{
	float:right;
	height:31px;
	min-width:50px;
	padding-left:4px;
	background:url(../img/top_menu_h_left.png) no-repeat center left;	
}
.menu_top > div{
	min-width:50px;
	height:31px;
	padding-right:4px;
	background:url(../img/top_menu_h_right.png) no-repeat center right;
}
.menu_top > div > div{
	min-width:50px;
	height:31px;
	text-align:center;
	background:url(../img/top_menu_h_middle.png) repeat-x;
}
.menu_top > div > div a{
	display:inline-block;
	min-width:50px;
	height:25px;
	padding:6px 20px 0;
	background:url(../img/top_menu_h_razd.png) no-repeat center left;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#002c73;
	text-shadow: #ffffff 1px 1px 2px;
	text-decoration:none;
}
.menu_top > div > div .active{
	color:#222121;
}
.menu_top > div > div a:first-child{
	background:none;
}
._h1{
	padding:0;
	margin:0;
	font:bold 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	width:930px;
	margin-bottom:10px;
}
.page_about h2{
	padding:0;
	margin:0;
	font:bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	clear:both;
	width:930px;
	margin:20px 0 13px;
}
/*page about us*/
.page_about{
	width:930px;
	line-height:1.5;
	text-align:justify;
	padding-bottom:60px;
	min-height:550px;
	float:left;	
}
.page_about  img,
.page_index .index_about img, 
.page_index .materials img, 
.page_aplication .materials img, 
.top_block_product img{
	_float:left;
	border:1px solid #a9a9a9;
	padding:5px;
	margin:5px 15px 5px 0;	
}

.page_about  img,
.page_index .index_about img {
    margin-left : 15px;
}

.page_about .bl_map img {
    margin-left : 0;
}
/*0000000000000000000000000000000000000000000000000000000000000000000000000*/
.images img{
	float:left;
	border:1px solid #a9a9a9;
	padding:5px;
	margin:5px 10px 5px 0;	
}

.top_block_product img{
	
}
.ramka{
	float:left;
	border:1px solid #a9a9a9;
	padding:4px;
}
.karta{
	float:left;
	display:block;
	border:none !important;
	margin-left:-4px !important;
}




/*page download*/

._download{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	width:930px;
	margin-top:7px;
}
._download li{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	width:880px;
	height:25px;
	border:none !important;
	background:url(../img/download.png) no-repeat 10px 10px;
	padding:11px 10px 4px 40px;
}
._download li > img{
	float:left;
	margin:-3px 10px 0 12px;
	border:none !important;
}
._download .bg{
	background:#eeeeee url(../img/download.png) no-repeat 10px 10px;
}

._download li a{
	font:13px Arial, Helvetica, sans-serif;
	color:#0559ae;
	float:left;
}
._download li span {
	font:11px Arial, Helvetica, sans-serif;
	float:left;
        margin: 2px 0 0 10px;
        font-style: italic;
}
/*page contacts*/
.bl_map{
	width:930px;
	min-height:100px;
	float:left;
	padding:27px 0 27px;
	background:url(../img/contacts_border_line.png) repeat-x bottom;
	font:13px Arial, Helvetica, sans-serif;
	color:#333333;
}
.last_contact{
	background:none;
}
.bl_map > div:first-child{
	width:375px;
	min-height:100px;
	float:left;
	padding-left:15px;
	line-height:1.6;
}
.bl_map > div:first-child a{
	color:#0559ae;
	font:13px Arial, Helvetica, sans-serif;
}
.bl_map > div:first-child > div.title{
	color:#000;
	width:370px;
	height:20px;
	margin:0 0 10px -15px;
	background:#e4e4e4;
	padding:5px 5px 5px 15px;
}
.bl_map > div:first-child + div{
	width:520px;
	min-height:100px;
	float:right;
}
/*page news*/
.block_news{
	width:930px;
	float:left;
	clear:both;
	font:13px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:1.5;
	margin:16px 0 0;
	padding-bottom:17px;	
}
.block_news .date{
	width:930px;
	float:left;
	clear:both;
	font:11px Arial, Helvetica, sans-serif;
	color:#686868;
	margin-bottom:5px;	
}
.block_news .title{
	width:930px;
	float:left;
	clear:both;
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 0 15px;	
}
.block_news a{
	font:13px Arial, Helvetica, sans-serif;
	color:#0559ae;
}
.block_news .images{
	float:left;
	width:945px;
	clear:both;
	margin:30px 0 0 -10px;
	padding-left:10px;
}
.images a{
	float:left;
}

.block_news .btn_news{
	float:left;
	clear:both;
	width:87px;
	height:20px;
	background:url(../img/btn_block_news.png) no-repeat;
	text-align:center;
	padding-top:4px;
	text-decoration:none;
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow: #000000 1px 1px 2px;

}
.line_news{
	width:930px;
	margin:23px 0 0px;
	float:left;
	clear:both;
	border-bottom:4px solid #e6e6e6;
}
.btn_prev_news{
	width:143px;
	height:22px;
	float:left;
	margin:10px 0 0 395px;
	background:url(../img/main_btn_news_prev.png) no-repeat;
	font:12px Arial, Helvetica, sans-serif;
	color:#191919;
	text-align:center;
	text-decoration:none;
	text-shadow: #ffffff 1px 1px 2px;
	padding-top:6px;	
}
/*page portfolio*/
.page_portfolio{
	width:960px;
	line-height:1.5;
	text-align:justify;
	padding-bottom:60px;
	float:left;
	min-height:550px;
	margin-left:-19px;
	padding-left:20px;
}
.page_portfolio > div{
	float:left;
	width:216px;
	height:261px;
	background:url(../img/block_portfolio.png) no-repeat;
	line-height:1.5;
	margin:5px 21px 15px 0 ;
	
}
.page_portfolio > div img{
	margin:24px 0 0 30px;
}
.page_portfolio > div > div{
	width:196px;
	height:30px;
	margin:30px 10px 0;
	text-align:center;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#222222;
	overflow:hidden;
}
/*page portfolio_album*/
.page_portfolio_album{
	width:965px;
	line-height:1.5;
	padding-bottom:60px;
	float:left;
	min-height:550px;
	margin-left:-20px;
	
}
.page_portfolio_album > div{
	width:209px;
	line-height:1.5;
	display:inline-block;
	margin:5px  0 15px 20px;
	vertical-align:text-top;

}
.page_portfolio_album > div > div:first-child{
	width:200px;
	float:left;

}
.page_portfolio_album > div > div:first-child + div{
	width:206px;
	margin-top:5px;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	color:#222222;
	text-align:center;

}
/*page index*/
.page_index{
	width:923px;
	padding:10px 0 60px 0;
	min-height:550px;
	float:left;
}
.gallery_block{
	float:right;
	width:220px;
	height:250px;
	margin-top:-290px;
	background:url(../img/bg_alpha_dark.png) repeat;
	position:relative;
	z-index:10000;	
	padding:20px;
	font:14px Arial, Helvetica, sans-serif;
	color:#aaaaaa;
	display:none;
}
.gallery_block .title{
	font:23px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fffefe;
	margin-bottom:20px;	
}
.gallery_block .txt{
	font:14px Arial, Helvetica, sans-serif;
	color:#aaaaaa;
	height:175px;
	float:right;
	margin-bottom:15px;
	overflow:hidden;
        width:100%;
}
.gallery_block a{
	font:14px Arial, Helvetica, sans-serif;
	color:#e9e9e9;
	display:block;
        position:absolute;
        bottom:15px;
}
.shadow{
	float:left;
	width:929px;
	height:12px;
	margin:-1px 0 17px 1px;
	background:url(../img/shadow.png) no-repeat;
	position:relative;
	z-index:5;
}
.page_index .index_infa{
	width:930px;
	float:left;
	clear:both;
}
.page_index .index_left{
	float:left;
	width:610px;
	margin-top:5px;
	font:13px Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:1.5;
}
.page_index .index_left .index_about{
	width:610px;
	float:left;
	padding-bottom:20px;
	background:url(../img/contacts_border_line.png) repeat-x bottom;
}
.page_index .index_left h2{
	padding:0;
	margin:0 0 5px 0;
	font:bold 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.pd1{
	margin-top:12px;	
}
.pd2{
	margin:15px 0 0 20px;	
}
.pd3{
	margin:5px 8px 0 0;	
}
.page_index .index_left .materials, .page_aplication .materials{
	float:left;
	width:620px;
	margin:10px 0 10px 0;
}
.page_index .index_left .materials > a, .page_aplication .materials > a{
	float:left;
	width:292px;
	height:126px;
	margin:5px 15px 20px 2px;
	position:relative;
}
.page_index .index_left .materials > a > img, .page_aplication .materials > a > img{
	float:left;
}
.page_index .index_left .materials > a span, .page_aplication .materials > a span{
	float:left;
	width:284px;
	height:45px;
	display:none;
	margin:-65px 0 0 4px;
	padding:10px 0 0 10px;
	text-decoration:none;
	background:url(../img/bg_alpha_white.png) repeat;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#787878;
	position:relative;
	z-index:20;
}
.page_index .index_left .materials > a:hover span, .page_aplication .materials > a:hover span{
	display:block;
}

.page_index .index_right{
	float:right;
	width:266px;
	min-height:200px;
	padding:15px;
	background:url(../img/index_right_block_bg.png) repeat-y;
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
}
.page_index .index_right .title_news{
	float:left;
	width:266px;
	font:22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#0559ae;	
}
.page_index .index_right ul{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	width:266px;
}
.page_index .index_right ul li{
	padding:0;
	margin:0;
	float:left;
	width:246px;
	padding:10px 0 0 20px;
	background:url(../img/index_right_block_arrow.png) no-repeat 5px 15px;
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
}
.page_index .index_right ul li a{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	width:180px;
	font:13px Arial, Helvetica, sans-serif;
	color:#0559ae;
}
.page_index .index_right .line_index_right{
	float:left;
	width:266px;
	height:2px;
	margin:25px 0 25px;
	background:url(../img/menu_border.png) repeat-x;
}
.page_index .index_right ._baner{
	float:left;
	width:258px;
	border:1px solid #000;
	text-align:center;
	padding:4px;
	margin:10px 0 15px;
	background:#FFF;
}
.page_index .index_right ._baner a{
	float:left;

	border:4px;
}
/*page catalog aplication*/
.page_aplication{
	width:930px;
	line-height:1.5;
	text-align:justify;
	padding-bottom:60px;
	min-height:550px;
	margin-top:-10px;
	float:left;
}
.filters {
    float: right;
    width: 298px;
    margin-bottom: 30px;
}
.block_filter{
	float:right;
	width:298px;
	min-height:20px;
	font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding-bottom:9px;
	margin-top:13px;
	background:url(../img/block_1_bottom.png) no-repeat bottom;
}
.block_filter .block_title{
	float:right;
	width:283px;
	height:27px;
	text-shadow: #000000 1px 1px 2px;
	padding:9px 5px 0 10px;
	background:url(../img/block_1_top.png) no-repeat;
}
.block_filter .block_content{
	float:right;
	width:298px;
	min-height:20px;
	background:url(../img/block_1_middle.png) repeat-y;
}
.block_filter .block_content .filter_1{
	float:right;
	width:288px;
	min-height:20px;
	padding:12px 0 0 10px;
}
.block_filter .block_content .filter_1 > a{
	float:left;
	width:107px;
	height:105px;
	padding:13px 0 0 11px;
	margin:0 12px 8px 5px;
	background:url(../img/application_filter_passive_bg.png) no-repeat;
}
.block_filter .block_content .filter_1 > a:hover{
	background:url(../img/application_filter_hover_bg.png) no-repeat;
}
.block_filter .block_content .filter_1 > .active{
	background:url(../img/application_filter_active_bg.png) no-repeat !important;
}
.block_filter .block_content .filter_1 > a img{
	border:1px solid #bcbcbc;
}
.block_filter .block_content .filter_1 > .active img{
	border:1px solid #464646;
}
.line_border_app{
	float:left;
	background:url(../img/block1_content_border.png) repeat-x top;
	width:254px;
	height:2px;
	margin:3px 0 0 14px;
}
.block_helper{
	float:left;
	clear:both;
	width:271px;
	margin:3px 0 0 14px;
	padding:6px 0 10px 4px;
	font:13px Arial, Helvetica, sans-serif;
	color:#2a2a2a;
	text-shadow: #eee 1px 1px 1px;
}
.block_helper img{
	vertical-align:text-bottom;
}
/*page catalog aplication*/

.block_filter .block_content .filter_2{
	float:right;
	width:293px;
	min-height:10px;
	padding:6px 0 0 5px;
}
.block_filter .block_content .filter_2 > a{
	float:left;
	width:86px;
	height:51px;
	padding:7px 0 0 6px;
	margin:4px 2px 0 2px;
	background:url(../img/application_filter_passive_small_bg.png) no-repeat;
}
.block_filter .block_content .filter_2 > a:hover{
	background:url(../img/application_filter_hover_small_bg.png) no-repeat;
}
.block_filter .block_content .filter_2 > .active{
	background:url(../img/application_filter_active_small_bg.png) no-repeat !important;
}
.block_filter .block_content .filter_2 > a img{
	border:1px solid #4b4b4b;
}
.block_filter .block_content .filter_2 > .active img{
	border:1px solid #464646;
}
.block_filter .block_content .filter_2 .hed, .block_filter .block_content .filter_3 .hed {
	float:left;
	clear:both;
	width:290px;
	height:30px;
	font:13px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:left;
	margin:5px 0 -5px 5px;
}
.block_filter .block_content .filter_2 .hed input, .block_filter .block_content .filter_3 .hed input{
	display:inline-block;
}
.block_filter .block_content .filter_3{
	float:left;
	width:293px;
	min-height:10px;
	padding:6px 0 0 5px;
}
.block_filter .block_content .filter_3 .check{
	float:left;
	width:270px;
	padding:0 10px 5px 5px;
}
.block_filter .block_content .filter_3 .check > div{
	display:inline-block;
        vertical-align:text-top;
        width:130px;
        font:13px Arial, Helvetica, sans-serif;
        color:#FFF;
        margin:3px 0 3px;
}
.block_filter .block_content .filter_3 .check > div > label{
        width:100px;
        float:right;
        padding-right:5px;
        text-align:left;
}

/*ie 7*/
*+html .block_filter .block_content .filter_3 .check > div {
        display:inline;
        vertical-align:top;
        line-height:1.5;
}
*+html .block_filter .block_content .filter_3 .check > div input {
        float:left;
}
/*page catalog*/
.construct{
	width:931px;
	min-height:200px;
	float:left;
	margin:15px 0 25px;
	padding-bottom:12px;
	background:url(../img/catalog_bg_bottom.png) repeat-x bottom;
}
.page_aplication .last{
	background:none;
}
.construct .panel{
	width:901px;
	height:88px;
	float:left;
	background:url(../img/catalog_panel.png) no-repeat;
	padding:15px;
	margin-bottom:20px;
	
}
.construct .panel .type_t{
	width:130px;
	height:88px;
	float:left;
	background:url(../img/catalog_panel_goriz_border.png) repeat-y right;
}
.construct .panel .type_t > div:first-child{
	width:130px;
	min-height:20px;
	margin-bottom:4px;
	float:left;
}
.construct .panel .type_t > div:first-child div{
	min-width:5px;
	background:#c1d9ff;
	border-top:1px solid #566072;
	border-left:1px solid #566072;
	text-shadow: #ffffff 1px 1px 2px;
	border-radius:10px;
	float:left;
	padding:2px 10px 2px;
        color: #333;
}
.construct .panel .type_t > div:first-child div span,
.construct .panel .type_t > div:first-child div a{
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#b80c45;
}
.construct .panel .type_t > div:first-child + div{
	width:130px;
	margin:0 0 0 0;
	float:left;
	text-align:left;
	color:#fff;
	text-shadow: #000000 1px 1px 2px;
	font:bold 13px Arial, Helvetica, sans-serif;
}
.construct .panel .type_w{
	width:110px;
	height:88px;
	float:left;
	padding-left:20px;
	background:url(../img/catalog_panel_goriz_border.png) repeat-y right;
}
.construct .panel .type_w > div:first-child{
	width:130px;
	float:left;
	margin-bottom:15px;
	text-align:left;
	color:#fff;
	text-shadow: #000000 1px 1px 2px;
	font:bold 13px Arial, Helvetica, sans-serif;
}
.construct .panel .type_w > div:first-child + div{
	width:150px;
	float:left;
}
.construct .panel .type_w > div:first-child + div img{
	border:1px solid #1c3f65;
}
.construct .panel .type_a{
	width:640px;
	height:88px;
	float:left;
}
.construct .panel .type_a > div:first-child{
	width:610px;
	height:20px;
	float:left;
	color:#fff;
	text-shadow: #000000 1px 1px 2px;
	font:bold 13px Arial, Helvetica, sans-serif;
	margin-bottom:3px;
	padding:0 10px 0 20px;
}
.construct .panel .type_a > div:first-child > div{
	height:30px;
	float:right;
	color:#fff;
	text-shadow: #000000 1px 1px 2px;
	font:normal 12px Arial, Helvetica, sans-serif;
}
.construct .panel .type_a > div:first-child > div img{
	vertical-align:text-bottom;
}
.construct .panel .type_a > div:first-child + div{
	width:625px;
	height:20px;
	float:left;
	margin-left:7px;
}
.construct .panel .type_a > div:first-child + div img{
	border:1px solid #464646;
	margin-left:6px;
}

.construct .catalog{
	width:951px;
	min-height:50px;
	float:left;
}
.construct .catalog a img{
	float:left;
	border:1px solid #a9a9a9;
	padding:5px;
	margin:5px 15px 5px 0;	
}
.construct .catalog a{
	float:left;
	width:292px;
	height:126px;
	margin:5px 15px 20px 2px;
	position:relative;
}
.construct .catalog a > img{
	float:left;
}
.construct .catalog a span{
	float:left;
	width:284px;
	height:45px;
	display:none;
	margin:-65px 0 0 4px;
	padding:10px 0 0 10px;
	text-decoration:none;
	background:url(../img/bg_alpha_white.png) repeat;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#787878;
	position:relative;
	z-index:20;
}
.construct .catalog a:hover span{
	display:block;
}
.btn_more_catalog{
	margin:0 0 0 410px;	
}

#scroll{
    position:fixed;
    z-index:20000;
    top:170px;
    right:20px;
    width:30px;
    height:63px;
}
#scroll a:first-child{
    width:30px;
    height:19px;
    float:left;
    background:url(../img/scroll.png) no-repeat center 0;
}
#scroll a:first-child + a{
    width:30px;
    height:19px;
    float:left;
    background:url(../img/scroll.png) no-repeat center -16px;
}
#scroll a:first-child:hover{
    background:url(../img/scroll.png) no-repeat center -28px;
}
#scroll a:first-child + a:hover{
    background:url(../img/scroll.png) no-repeat center -44px;
}

/*page product*/
.page_product{
	width:930px;
	line-height:1.5;
	text-align:justify;
	padding-bottom:60px;
	min-height:550px;
	float:left;
}
.left_product{
	float:left;
	width:620px;
	min-height:600px;
}
.top_block_product{
	float:left;
	width:600px;
	margin-bottom:15px;	
}
.left_product .block_table_1{
	float:left;
	width:598px;
	margin-bottom:15px;
}
.left_product .block_table_1 h2{
	float:left;
	margin:15px 0 0 0;
	padding:0;
	width:598px;
	font:bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}
.left_product .block_table_1 > div{
	float:left;
	width:598px;
	margin-top:12px;
	border:2px solid #7091a5;
}
.left_product .block_table_1 table{
	float:left;
	width:598px;
	border:3px solid #FFF;
}
.left_product .block_table_1 table tr{
	width:598px;
	height:32px;
}
.left_product .block_table_1 table tr td{
	_background:#d8ebf6 url(../img/table_1_bg.png) repeat-x top;
	font:13px Arial, Helvetica, sans-serif;
	color:#333333;
	text-shadow: #ffffff 1px 1px 2px;
	padding-left:10px;
}
.left_product .block_table_1 table .bg td{
	background:#e7e7e8 url(../img/table_1_bg_1.png) repeat-x top;
}
.left_product .block_table_2{
	float:left;
	width:598px;
	margin-bottom:15px;
}
.left_product .block_table_2 h2{
	float:left;
	margin:15px 0 0 0;
	padding:0;
	width:598px;
	font:bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}
.left_product .block_table_2 > div{
	float:left;
	width:598px;
	margin-top:12px;
	border:2px solid #7091a5;
}
.left_product .block_table_2 table{
	float:left;
	width:598px;
	border:3px solid #FFF;
}
.left_product .block_table_2 table tr{
	width:598px;
	height:45px;
}
.left_product .block_table_2 table tr:first-child{
	width:598px;
	height:30px;
}
.left_product .block_table_2 table tr:first-child td{
	background:#d9dbdc;
	font:13px Arial, Helvetica, sans-serif;
	color:#333333;
	text-shadow: #ffffff 1px 1px 2px;
	padding-left:10px;
}
.left_product .block_table_2 table tr td{
	background:none;
	border-color:#f3f4f4;
	padding-left:10px;
}
.product_color{
	float:left;
	width:633px;
}
.product_color h2{
	float:left;
	margin:15px 0 10px 0;
	padding:0;
	width:598px;
	font:bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}
.product_color > div{
	float:left;
	width:633px;
	margin-left:4px;
}
.product_color > div > div{
	margin:0 18px 18px 0;
	width:94px !important;
	height:44px !important;
	overflow:hidden;
	
}
.product_color > div > div a img{
	float:left;
	width:94px !important;
	height:44px !important;
}
.product_color > div > div a span{
	display:block;
	float:left;
	width:21px;
	height:21px;
	margin:-37px 0 0 67px;
	position:relative;
	background:url(../img/lupa_passive.png) no-repeat;
}
.product_color > div > div a:hover span{
	margin:-36px 0 0 67px;
	background:url(../img/lupa_active.png) no-repeat;
}
#ttl{
	position:absolute;
	float:left
	z-index:4000;
	display:none;
	width:441px;
	height:262px;
	background:url(../img/show__title_bg.png) no-repeat;
	padding:12px 0 0 12px;
}
#ttl img{
	float:left;
	width:429px;
	height:250px;
}
.product_btn{
	float:left;
	clear:both;
	background:url(../img/btn_product_bg.png) no-repeat;
	text-align:center;
	padding-top:6px;
	margin:20px 0 0 230px;
	width:143px;
	height:22px;
	text-decoration:none;
	color:#000;
	text-shadow:#ffffff 1px 1px 2px;	
}




.left_bar{
	float:right;
	width:300px;	
}
.block_filter_product{
	float:right;
	width:300px;
	min-height:20px;
	font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding-bottom:30px;
}
.block_filter_product .block_title{
	float:left;
	width:285px;
	height:5px;
	font:bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	padding:0px 5px 30px 10px;
	background:url(../img/block_2_top.png) no-repeat bottom;
}
.block_filter_product .block_content{
	float:right;
	width:300px;
	min-height:20px;
	background:url(../img/block_2_middle.png) repeat-y;
}
.block_filter_product .block_bottom{
	float:left;
	width:300px;
	height:5px;
	background:url(../img/block_2_bottom.png) no-repeat top;
}
.block_filter_product .block_content .filter_4{
	float:right;
	width:288px;
	min-height:20px;
	padding:20px 0 0 10px;
}
.block_filter_product .block_content .filter_4 > span {
	float:left;
	width:110px;
	min-height:101px;
	padding:10px 0 0 10px;
	margin:0 12px 4px 10px;
	background:url(../img/block_2_right_product.png) no-repeat;
}
.block_filter_product .block_content .filter_4 img{
	border:1px solid #bcbcbc;
}
.block_filter_product .block_content .filter_5{
	float:right;
	width:293px;
	min-height:20px;
	padding:10px 0 0 5px;
}
.block_filter_product .block_content .filter_5 img{
	border:1px solid #bcbcbc;
	float:left;
        width:131px;
	min-height:20px;
	margin:0 1px 7px 7px;	
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: -300px auto 0;
	height: 300px;
	background:url(../img/footer_bg.jpg) repeat-x;
	position: relative;
	clear:both;
}
#footer_inner {
	width: 961px;
	height:300px;
	margin: 0 auto 0;
	padding:0 8px;
	position: relative;
}
#footer_inner .menu{
	width:961px;
	height:52px;
	padding:23px 0 0 0;
	margin:0;
	list-style:none;
	float:left;
	text-align:center;
	background:url(../img/footer_inner_border.png) repeat-x bottom;
}
#footer_inner .menu li{
	padding:0;
	margin:0;
	float:left;
	text-align:center;
}
#footer_inner .menu li a{
	display:block;
	width:100%;
	height:24px;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:4px;
	text-shadow: #000 1px 1px 3px;
}
#footer_inner .menu li .active {
	background:#e2e2e2;
	border-radius:10px;
	box-shadow: inset 1px 1px 0px 0px #555, 0px 0px;
	color:#000;
	text-shadow: #000 0px 0px 0px;
}
#footer_inner #address{
	width:941px;
	min-height:50px;
	display:inline-block;
	text-align:center;
	padding:15px 5px 25px 15px;
	background:url(../img/footer_inner_border.png) repeat-x bottom;
}
#footer_inner #address > div{
	width:280px;
	text-align:left;
	display:inline-block;
	color:#010101;
	padding-left:30px;
}
*+html #footer_inner #address > div{
	display:inline;
}

#footer_inner #address > div:first-child{
	width:310px;
	padding-left:0;
}
#footer_inner #address > div:first-child + div{
	width:290px;
	padding-left:20px;
}
#footer_inner #address > div span{
	display:block;
	font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:2.3;
	margin-bottom:-3px;
}
#footer_inner #address > div a{
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#7abcff;
	padding-left:3px;
}
#footer_inner #copyright{
	width:931px;
	padding:22px 15px 0;
	text-align:center;
	float:left;
	display:block;
	font:10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#c7c7c7;
}
#footer_inner #copyright > a{
	color: #c7c7c7;
    	text-decoration: none;
}
/*ie7*/
*+html #footer_inner .menu li a{
	display:block;
	width:100px;
	height:28px;
}
*+html #content{
	padding-bottom:300px;
}
*+html .block_news .btn_news{
	margin:15px 0 -10px;
}
*+html .line_border_app{
	margin-top:12px;
}

/*ie8*/

/*ie9*/
:root #footer_inner .menu li a{
    height:23px \0/;
	padding-top:5px \0/;
}

#ie-sorry {
    background: #fff; 
    height: 100%;
}

#ie-sorry #ie-message {
    width: 400px; 
    margin: 20px auto 0 auto; 
    border: 3px solid #003980; 
    padding: 15px; 
    background-color:#0559ae; 
    color: white;
}

#ie-message a {
    color: white;
    font-weight: bold;
}

#ie-message .copyright {
    font-style: italic;
    text-align: center;
}

.index-img {margin-bottom:-5px;}
.index-img > img {width:100%;}
.page_index .materials img.lt-new-pimg {border: 0; margin:0 10px 0 0; padding: 0;}
.page_index .materials img.lt-new-pimg.lt-new-pimg-last {margin-right:0;}
.page_index .index_infa.lt-index .index_left .materials {margin-top:7px;}
.page_index .index_infa.lt-index {margin-bottom:-47px;}
.page_index .index_infa .btn.lt-new-btn {height: auto;margin-top:3px;}

.functional-wall-cloth {}
.functional-wall-cloth .feature-top {list-style:none; padding: 0; }
.flex {
display: -moz-box; /*firefox*/
display: -ms-flexbox; /*IE10*/
display: -webkit-box; /*Safari*/
display: -webkit-flex; /*Chrome*/
display: box;
display: flexbox;
display: flex;
}

.functional-wall-cloth img{width:100%;margin:0; padding:0; border:0; display:block;}
.functional-wall-cloth .feature-top > li {-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.functional-wall-cloth .feature-top > li:nth-child(2) {margin:0 12px;}
.functional-wall-cloth .feature-top p {color:#221815;text-align:center; font-size:16px; background-color:#d3edfb; line-height: 26px; padding:10px 0; letter-spacing:1px; margin-top:6px;}
.functional-wall-cloth .feature-top em {font-style:normal; color:#003c83}

.functional-wall-cloth .lt-products {margin-bottom:45px;}
.functional-wall-cloth .lt-products > h3 {height:29px; line-height:29px; margin-bottom:25px; background-color:#aec9e9; font-size:15px; font-weight:normal; text-indent:1em; letter-spacing:1px;}
.functional-wall-cloth .lt-products > ul {zoom:1;padding:0;list-style:none;}
.functional-wall-cloth .lt-products > ul::after {content:"."; display:block; height:0; visibility:hidden; clear:both;}
.functional-wall-cloth .lt-products li {width:223px; float:left; margin:0 12px 17px 0;}
.functional-wall-cloth .lt-products li:nth-child(4n) {margin-right:0;}

.functional-wall-cloth .features {}
.functional-wall-cloth .features > h2 { background-color: #2b4570; color: #fff; height: 46px; line-height: 46px; text-indent: 1em; font-weight: normal; letter-spacing: 1px; font-size: 20px; margin-bottom:25px;}
.functional-wall-cloth .features > ul {zoom:1;padding:0; list-style:none;}
.functional-wall-cloth .features > ul::after {content:"."; display:block; height:0; visibility:hidden; clear:both;}
.functional-wall-cloth .features > ul > li {width:296px;float:left;margin:0 21px 0 0;}
.functional-wall-cloth .features > ul > li:nth-child(3n) {margin:0;}
.functional-wall-cloth .features > ul > li > h4 {background-color: #5f83ab;height: 37px;line-height: 37px;font-size:21px;text-align: center;font-weight: normal;color: #fff; letter-spacing:1px;}
.functional-wall-cloth .features > ul > li em {color: #fff338;font-style: normal;}
.functional-wall-cloth .features > ul > li > img {}
.functional-wall-cloth .features > ul > li > p {height:125px; font-size: 18px;font-weight: 400;padding: 25px 0 0 0;}
.functional-wall-cloth .features > ul > li > p > em {color:#255594}

.functional-wall-cloth .title2,.thermoplastic-composites .title2 { background-color: #2b4570; color: #fff; height: 46px; line-height: 46px; text-indent: 1em; font-weight: normal; letter-spacing: 1px; font-size: 20px; margin-bottom:25px;}
.functional-wall-cloth .title3,.thermoplastic-composites .title3 { height:29px; line-height:29px; margin-bottom:25px; background-color:#aec9e9; font-size:15px; font-weight:normal; text-indent:1em; letter-spacing:1px;}

.thermoplastic-composites img {margin:0; padding:0; border:0;}
.thermoplastic-composites .intro {background: #4ca0dd url(../img/thermoplastic-composites/top1.jpg) no-repeat right center;background-size: auto 100%;padding-right:47%;color: #fff;font-size: 14px;letter-spacing: 2px;margin-bottom:33px;}
.thermoplastic-composites .intro > div {padding:10px 30px; background-color:#4ca0dd;}
.thermoplastic-composites .intro img {display:block; margin:10px auto 15px; padding:0; border:0}

.cgfrp-bl-desc  {height: 301px;}
.cgfrp-bl-desc > p {padding: 10px;float: right;width: 385px;border: 1px solid #a0cded;margin: 21px 30px 0 0;padding: 40px;box-shadow: 0px 0px 0px 3px #fff, 0px 0px 0px 4px #a0cded;box-sizing: border-box;font-size: 15px;}

.cgfrp-bl-desc > img {display:inline-block; width:auto;}
.cgfrp-img-list {-webkit-justify-content:space-between;justify-content:space-between;-moz-box-pack:space-between;-webkit-moz-box-pack:space-between;box-pack:space-between;margin:33px 0;}
.cgfrp-img-list > img {width:auto;}
.flex-wrap {-webkit-flex-wrap:wrap;-webkit-box-lines:multiple;-moz-flex-wrap:wrap;flex-wrap:wrap;}
.cgfrp-dl .cgfrp-img-list {margin-bottom:0;}
.cgfrp-dl .cgfrp-img-list > img {margin-bottom:16px;}

.yy > p, .cgfrp-dl > p {font-size:15px;}
.yy .yy-img-list {height:302px; overflow:hidden;}
.yy-img-list > img:first-child {margin-left: 0;}
.yy-img-list > img {float:left; margin:0 0 8px 11px;}

#header #menu > li > ul > li {position: relative;}
#header #menu > li > ul ul {position: absolute;left: 100%;top: 0;}
#header #menu > li > ul > li:hover ul {display:block !important;}

.page_index .lt-index .index_left .materials > a {width:196px; height: 108px; margin: 0 10px 0 0;}
.page_index .lt-index .index_left .materials > a > span {width: 100%;margin: -40px 0 0 0;height: 40px;}