body{
	min-width:990px;
	margin:0;
  	color:#000;
	font:11px Arial, Helvetica, sans-serif;
	background:#0930b0;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#fff;
}

a:hover{text-decoration:underline;}
a:focus{outline:none;}

input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
a.opacity img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
a.opacity:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a.opacity span{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a.opacity:hover span {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}


#main-container{
	width:990px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	
	background:#0930b0 url(../image/body-bg.jpg) repeat-x;

}
#main-container1{
	width:990px;
	overflow:hidden;
	background:url(../image/main-bg.jpg) no-repeat 100% 0;
}
#header{
	width:100%;
	height:190px;
	overflow:hidden;
	position:relative;
}
#logo{
	position:absolute;
	left:34px;
	top:0px;
	z-index:9;
	width:94px;
	height:86px;
	background:#f00;
	margin:0;
	padding:78px 0 0 4px;
}
#logo a{
	display:block;
	width:89px;
	height:84px;
	background:url(../image/logo.gif) no-repeat;
	text-indent:-9999px;
	font-size:0;
}
#crumbs{
	position:absolute;
	left:132px;
	top:140px;
	margin:0;
	padding:6px 0 0 40px;
	list-style:none;
	width:824px;
	height:18px;
	background:#f00;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}
#crumbs li{
	float:left;
	padding:0 3px 0 0;
	color:#fff;
}
#crumbs li a{
	color:#fff;
}
#top-banner{
	position:absolute;
	left:194px;
	top:23px;
	z-index:0;
	width:586px;
	height:96px;
	overflow:hidden;
	background:#5878cb;
}
#top-banner img,#top-banner div{
	display:block;
	margin:11px 0 0 15px;
}

#contacts-top{
	position:absolute;
	right:43px;
	top:0;
	z-index:1;
	width:134px;
	height:130px;
	background:url(../image/contacts-top.png) no-repeat;
	margin:0;
	padding:10px 0 0;
	list-style:none;
	font-size:11px;
	color:#fff;
	
}


#contacts-top li{
	display: block;
	overflow: hidden;
	padding:5px 0 5px;
}
#contacts-top li p{
	margin:0;
	padding:0 0 0 20px;
}
#contacts-top li em{
	display:block;
	padding:0 0 0 20px;
	font-style:normal;
}


#lang{
	position:absolute;
	right:23px;
	top:31px;
	z-index:9;
	margin:0;
	padding:0;
	list-style:none;
}
#lang li{
	background:url(../image/lang-ua.png) no-repeat;
	padding-bottom:16px;
}
#lang li a{
	margin:0 0 0 3px;
	display:block;
	width:27px;
	height:15px;
	text-indent:-9999px;
	font-size:0;
}
#lang li.ru a{
	background:url(../image/lang-ru.gif) no-repeat;
}
#lang li.en a{
	background:url(../image/lang-ua.gif) no-repeat;
}
#lang li.active a, #lang li a:hover{
	background-position:0 -15px !important;
}
#content{
	width:100%;
	overflow:hidden;
	background:url(../image/right-bg.gif) repeat-y 100% 0;
}
#left-column{
	width:211px;
	float:left;
	padding-top:47px;
}
#left-nav{
	margin:0;
	padding:0;
	list-style:none;
}
#left-nav li{
	float:left;
	display:block;
	height:92px;
	overflow:hidden;
}
#left-nav li a{
	float:left;
	display:block;
	width:211px;
	height:92px;
	background:url(../image/menu_button_over.png) no-repeat;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-size:14px;
	line-height:100px;	
}
* html #left-nav li a{
	background: none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='../image/menu_button_over.png', sizingmethod='none');
}
#left-nav li.active a,#left-nav li a:hover{
	background:url(../image/menu_button.png) no-repeat;
	text-decoration:none;
}
* html #left-nav li.active a{
	background: none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='../image/menu_button.png', sizingmethod='none');
}
* html #left-nav li a:hover{
	background: none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='../image/menu_button.png', sizingmethod='none');
}

#center-column{
	width:500px;
	float:left;
	display:inline;
	margin-left:40px;
	overflow:hidden;

}
#right-column{
	float:right;
	width:207px;
	min-height:300px;
	background:url(../image/right-top.jpg) no-repeat;
	padding-top:80px;
}
#right-column h3{
	color:#fff;
	margin:0;
	padding:0 0 20px;
	font-size:14px;
	text-align:center;
}
.box-right{
	width:165px;
	overflow:hidden;
	background:#1a3fb5;
	padding:10px 0 20px;
	margin:0 0 20px 42px;
}
.box-right h4{
	margin:0;
	padding:0 0 10px;
	font-size:12px;
	color:#fff;
	text-align:center;
}
.box-right img{
	display:block;
	margin:0 auto;
}
.box1{
	width:100%;
	overflow:hidden;
	padding:47px 0 0;
}
.center-bg{
	margin:0;
	padding:0;
	list-style:none;
}
.center-bg li{
	float:left;
	padding:0 10px 10px 0;
}
.center-bg li a{
	display:block;
	width:218px;
	height:201px;
	background:url(../image/main-btn.png) no-repeat;
	color:#fff;
	overflow:hidden;
}
.center-bg li a:hover{
	background:url(../image/main-btn.gif) no-repeat;
	text-decoration:none;
}
.center-bg li a strong{
	display:block;
	text-align:center;
	font-size:14px;
	margin:30px 0 10px;
}
.center-bg li a em{
	display:block;
	text-align:center;
	width:160px;
	margin:0 auto;
	padding-bottom:10px;
	font-style:normal;
	font-size:10px;
}

.box2{
	width:485px;
	overflow:hidden;
	background:url(../image/box2-bg.gif) repeat-y;
	margin:47px 0 0;
	color:#fff;
}
.box2.m1{
	margin-top:0 !important;
}

.box2-top{
	width:485px;
	overflow:hidden;
	background:url(../image/box2-top.jpg) no-repeat;
}
.box2-btm{
	width:485px;
	min-height:620px;
	float:left;
	background:url(../image/box2-btm.jpg) no-repeat 0 100%;
}
* html .box2-btm{
	height:620px;
}
.box2 .title1{
	margin:40px 0 20px;
	padding:0;
	font-size:14px;
	text-align:center;
}
.box2 p{
	margin:0 0 10px;
	padding:0 30px;
	text-align:justify;
}
.box2 .list1{
	margin:0 0 0 50px;
	padding:0;
	list-style:none;
}
.box2 .img-btm{
	display:block;
	margin:20px auto 0;
}


#footer{
	width:100%;
	min-width:990px;
	overflow:hidden;	
	margin:0;
}
#footer .inner{
	width:990px;
	height:146px;
	margin:0 auto;
	overflow:hidden;
	background:url(../image/right-btm.gif) no-repeat 783px 0;
}
#footer .banners{
	margin:0 0 0 280px;
	padding:0;
	width:500px;
	overflow:hidden;
	list-style:none;
}
#footer .banners li{
	float:left;
}

.manufact{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	color:#fff;
}
.manufact div{
	float:left;
	width:218px;
	height:201px;
	margin:0 10px 10px 0;
	background:url(../image/main-btn.png) no-repeat;
}
.manufact div:hover{
	background:url(../image/main-btn.gif) no-repeat;
}
* html .manufact div{
	background: none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='/img/main-btn.gif', sizingmethod='none');
}

.manufact div h3{
	margin:0;
	padding:20px 0 10px;
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
	
}
.manufact div a{
	position:relative;
} 

.manufact div ul{
	width:180px;
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
}
.manufact div ul li{
	padding-bottom:1px;
} 
.manufact div p a,.manufact div ul li a{
	display:block;
	width:165px;
	padding:4px 0 4px 5px;
	color:#fdfdfd;
	font-size:10px;	
}
.manufact div p a:hover,.manufact div ul li a:hover{
	background:#0b3cbd url(../image/manufact-over.jpg) no-repeat;
	text-decoration:none;
}

.manufact div p{
	margin:0 0 0 20px; 
	padding:0;
}
.manufact div p a{
	padding-left:10px;
}


.box3{
	width:100%;
	overflow:hidden;
	padding:22px 0 0;
}
.box3 h2{
	margin:0 0 8px;
	padding:0;
	font-size:14px;
	color:#fff;
}
.box3 h2 a{
	color:#fff;
}


.list3{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0 0 30px;
	list-style:none;
}
.list3 li{
	display:block; 
	width:500px;
	height:93px;
	float:left;	
	position:relative;
}
.list3 li a{
	display:block; 
	width:500px;
	height:93px;
	overflow:hidden;
	color:#fff;
}
.list3 li a:hover{
	text-decoration:none;
}
.list3 li a .bgn{
	display:block; 
	width:500px;
	height:93px;
	background:url(../image/list3.jpg) no-repeat;
}
.list3-holder{
	float:left;
	display:block;
	width:290px;
	padding:30px 0 0 20px;
}
.list3-holder strong{
	display:block;
	width:280px;
	overflow:hidden;
	font-size:12px;
	font-weight:normal;
	padding-bottom:4px;
}
.list3-holder strong em{
	font-weight:bold;
	font-style:normal;
}
.list3 .prev{
	float:left;
	display:inline;
	margin:24px 0 0 40px;
}
.list3.panno .prev{
	margin-top:27px;
}
.new-btn{
	position:absolute;
	right:30px;
	top:24px;
	z-index:9;
}
.sale-btn{
	position:absolute;
	right:30px;
	top:24px;
	z-index:9;
}

.holder{
	width:440px;
	overflow:hidden;
	position:relative;
	padding:0 0 0 28px;
}
#panno1{
	padding-bottom:8px !important;
}
#panno2{
	display:block;
	overflow:hidden;
	margin:0 0 5px 30px !important ;
}
#panno3{
	text-align:center;
	margin:12px 0 0 !important ;
}
.holder.block1{
	padding:30px 0 0px 28px;
}
.holder.block2{
	padding-top:0px !important;
}


#zakazat{
	display:block;
	overflow:hidden;

	position:absolute;
	right:10px;
	top:10px;
	z-index:9;
}
#zakazat a{
	color:#fc0;
	text-transform:uppercase;
	font-size:11px;
}
#zakazat a:hover{
	color:#f00;
	text-decoration:none;
}



#zakazat-panno{
	display:block;
	overflow:hidden;
	position:absolute;
	right:5px;
	top:87px;
	z-index:9;
}
#zakazat-panno a{
	color:#fc0;
	text-transform:uppercase;
	font-size:11px;
}
#zakazat-panno a:hover{
	color:#f00;
	text-decoration:none;
}




#placer{
	width:400px;
	overflow:hidden;
	height:265px;
}
#placer1{
	width:400px;
	overflow:hidden;
}

.img-new{
	position:absolute;
	right:5px;
	top:30px;
	z-index:9;
}
.holder .title2{
	margin:0 0 10px;
	padding:0;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
}
.holder .img-full{
	float:left;
}
.holder .box4{
	float:right;
	display:inline;
	padding:40px 24px 10px 0;
	width:180px;
	overflow:hidden;
}
.holder .box4.ispanno{
	padding:10px 24px 10px 0;
	width:415px;
}
.holder .box4 h4{
	margin:0;
	padding:0 0 10px;
	font-size:12px;
	font-weight:normal;
}
.holder .box4 h5{
	margin:0;
	padding:20px 0 0;
	font-size:12px;
	font-weight:normal;
	
}
.holder  p{
	margin:0;
	padding:15px 0 ;
}
.more-color{
	margin:0; 
	padding:10px 0 0;
	width:200px;
	height:215px;
	overflow:auto;
	list-style:none;
}
.more-color.pannocolor{
	width:400px;
	height:auto;
	overflow:hidden;
}
.more-color li{
	float:left;
	display:inline;
	margin-right:4px;
	margin-bottom:4px;
}
.more-color li a{
	display:block;
	width:63px;
	height:103px;
	overflow:hidden;
	position:relative;
}
.more-color li a img{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.more-color li a span{
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
	width:63px;
	height:103px;
	overflow:hidden;
	background:url(../image/hover1.png) no-repeat;
	text-indent:-9999px;
	font-size:0;
}
.more-color li a:hover span{
	display:block;
}

.personal div{
	display:none;
}
.box5{
	width:485px;
	height:89px;
	overflow:hidden;
	background:url(../image/box5.gif) no-repeat 45px 0;
	margin-bottom:-30px;
}
.box5 .bgn-prev{
	float:left;
	width:43px;
	height:89px;
	overflow:hidden;
}
.box5 .bgn-prev img{
	float:left;
}

.box5 ul{
	float:left;
	width:395px;
	overflow:hidden;
	margin:0;
	padding:12px 0 0;
	list-style:none;
}
.box5 ul li{
	float:left;
	display:inline;
}
.box5 ul li#gimg1{
	margin:16px 5px 0 45px;
}
.box5 ul li#gimg4, .box5 ul li#gimg2{
	margin:4px 5px;
}
.box5 ul li#gimg5{
	margin:12px 5px 0 3px;
} 
.box5 ul li#gimg3{
	margin:0 8px;
}
.box5 ul li a{
	position:relative;
	text-decoration:none;
	display:block;
}
.box5 ul li#gimg1 a,.box5 ul li#gimg5 a{
	width:27px;
	height:40px;
}
.box5 ul li#gimg2 a,.box5 ul li#gimg4 a{
	width:62px;
	height:62px;
}
.box5 ul li#gimg3 a{
	width:88px;
	height:70px;
}
.box5 ul li a img{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.box5 ul li a span{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:20px;
	height:20px;
	display:none;
}
.box5 ul li a:hover span{
	display:block !important;
}
.box5 ul li#gimg1 a span{
	width:27px;
	height:40px;
	background:url(../image/gsh1.png) no-repeat;
}
.box5 ul li#gimg2 a span{
	width:62px;
	height:62px;
	background:url(../image/gsh2.png) no-repeat;
}
.box5 ul li#gimg3 a span{
	width:88px;
	height:70px;
}
.box5 ul li#gimg4 a span{
	width:62px;
	height:62px;
	background:url(../image/gsh4.png) no-repeat;
}
.box5 ul li#gimg5 a span{
	width:27px;
	height:40px;
	background:url(../image/gsh5.png) no-repeat;
}
.title6{
	margin:0 0 10px 28px;
	padding:0;
	font-size:13px;
}
.maps{
	width:100%;
	overflow:hidden;
	margin:0 0 20px 28px;
	padding:0;
	list-style:none;
}
.maps li{
	float:left;
	padding-right:10px;
}

#zakaz2{
	width:420px;
	overflow:hidden;
	margin:0 0 0 30px;
	padding:20px 0 30px;
}
#zakaz2 .fleft{
	float:right;
	margin:0 0 0 10px;
}
#zakaz2 h3{
	margin:0 0 10px;
	padding:0;
	font-weight:normal;
	font-size:13px;
}
#zakaz2 h3 strong{
	display:block;
}

#zakaz2 p{
	margin:0 !important;
	padding:0 0 10px !important;
	text-align:left !important;
	font-size:13px !important;
	font-weight:bold !important;
}
#zakaz2 p em{
	font-style:normal;
	font-weight:normal !important;
}

.img011{
	float:left;
	overflow:hidden;
	margin:10px 0 0 15px;
	height:400px;
}
.divlb{
	float:right;
	width:320px;
	overflow:hidden;
	padding:20px 0 0 0;
}
.divlb p{
	width:320px !important;
	overflow:hidden;
	color:#fff;
}
	.scrfancy{
	width:627px;
	height:440px;
	overflow:auto;
	position:relative;
	z-index:999;
}

.divlb ul{
	margin:0 0 10px;
	padding:0;
	list-style:none;
	
}


.dropdown{
	position:absolute;
	right:50px;
	top:145px;
	z-index:19;
	width:200px;
	overflow:hidden;
}
.dropdown span{
	color:#fff;
	font-weight:bold;
	display:block;
	overflow:hidden;
	padding:0 0 5px 7px;
	
}

.dropdown .dropper{
	margin:0;
	padding: 10px;
	list-style:none;
	width: 176px;
	overflow:hidden; 
	display:none;
	background:#0930b0; 
	color:#fff;
	border:1px #06217a solid;
}
.dropdown .dropper li a{
	color:#fff;
}
.dropdown .dropper li a:hover{
	color:#fc0;
}

.slide-fade{
	cursor:pointer;
}

.sale{
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}


.subnavblue{
	position:absolute;
	left:35px;
	top:170px;
	z-index:9;
	margin:0;
	padding:0;
	list-style:none;
}
.subnavblue li{
	float:left;
	margin-right:20px;

}
.subnavblue li a{
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#062aa1;
	text-transform:uppercase;
	padding-right:17px;
	background:url(../image/b.gif) no-repeat 100% 0;
}
.subnavblue li a:hover, .subnavblue li.white a:hover{
	color:#f00;
	background:url(../image/bullet1.jpg) no-repeat 100% 0;
}

.israzdel{
	position:absolute;
	right:30px;
	top:10px;
	z-index:9;
	font:italic 12px "Comic Sans MS", arial;
	color:#fff;
	text-transform:uppercase;
}