/*$Id: home.css 35881 2010-08-23 07:34:09Z mganev $*/

#home{
	float: left;
	list-style: none;	
	width:940px;
	height:549px;
	/*margin: 10px 0 5px 0;*/
	margin-top:10px;
	margin-bottom:125px;
}
#home a{
	clear:left;
}
#home li{
	float:left;
	list-style: none;
}
#home ul{
	float: left;
	padding: 7px 25px 7px 15px;
	margin: 450px 0 0 40px;	
	text-transform: uppercase;
	background: url(../img/arrow_white.gif) #000000 no-repeat;
	background-position: 90% 50%;
}	

#home ul:hover{
	background: #56A5EC ;
}
#contents{
	overflow:hidden;
}
/*banner promo home*/
#promo-content-wrp{
	background-color : #000;
	height: 178px;
	display:none;
}

#banner-promo-home{
	position:absolute;
	clear:left;	
	width:940px;	
	/*bottom:-65px;*/
	bottom: 36px;
	border-top: 7px solid #FFF;
	/*border: solid thin red;*/
}
#banner-promo-home .promo-links{
	float: left;		
	/*background-repeat:no-repeat;*/
	width:282px;
	height:32px;
	padding:0 0 0 20px;
	/*height:60px;*/
	border-right:1px solid #5c5c5c;
	/*background:url(../img/bar.gif);*/
	/*padding-top:10px;*/
}

#banner-promo-home .last {
	border-right:none;
}
#banner-promo-home .promo-links span{
	color: #3ab8d5;
	display:block;
	float:left;
	margin:0 7px 0 0;
}
#banner-promo-home .promo-links a{
	clear: left;
	color:#ffffff;
	padding-right:15px;
	background:url(../img/arrow_white.gif) no-repeat right 3px;
}
#banner-promo-home .promo-links a:hover, #banner-promo-home .promo-links a.active {
	color:#3AB8D5;
	background:url(../img/arrow_blue.gif) no-repeat right 3px;
	text-decoration:none;
}
#banner-promo-home .promo-links h2{
	text-transform: uppercase;
	color:#ffffff;	
}
#banner-promo-home .promo-links div{
	float:left;
}
#banner-promo-home .banner-product-wrp{
	clear:left;
	background:url(../img/promo-home-bg.jpg) #000;
	color: #999a9d;
	text-transform: uppercase;
	font-weight:bold;
	height:178px;
	width:940px;
	display:none;
	z-index:7;
}
#banner-promo-home .banner-product-wrp ul {
	z-index:8;
}
#banner-promo-home .banner-product-wrp li{
	float:left;
	list-style: none;	
	margin:0;
}
#promo-links-wrp {
	/*overflow:auto;*/
	height:32px;
	padding:25px 0;
	background-color:#000;
	/*display:none;*/
}
.disabled{
	opacity:0.4;
	filter:alpha(opacity=40);
}