/* CSS Document */
#header{
	float:left;
	width:960px;
	margin:0;
	padding:24px 12px 0px 12px;
	background:url(../imgs/bg_header.jpg) top center no-repeat;
	height:289px;
	z-index:10;
}
@media screen and (-webkit-min-device-pixel-ratio:2) {
	#header{
	margin-left:0px;
	}
}

#headerBlocksLeft{
	float:left;
	width:601px;
}
#headerBlocksRight{
	float:right;
	width:110px;
}

/*LOGO*/
#logo{
	float:left;
	margin:11px 0 0 10px;
	width:240px;
	z-index:2;
	height:102px;
	
}
#logo a{
	width:129px;
	height:102px;
	display:block;
}
/*LOGO*/

/*CART*/
#cartInfoContainer{
	float:left;
	margin:20px 0 20px 16px;
	height:16px;
	width:100%;
}
#cartInfo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FCA311;
	background:url(../imgs/cart_topicon.gif) top left no-repeat;
	padding:0 0 0 33px;
}
#cartInfo a,
#cartInfo a:visited{
	margin-left:6px;
	color:#BA96D6;
	text-decoration:none;
}
#cartInfo a:hover{
	margin-left:6px;
	color:#8E4ABB;
}
/*CART*/

/*RESERVEDAREA*/
#reservedAreaMenu{
	float:right;
}
#reservedAreaMenu a,
#reservedAreaMenu a:visited{
	font-family:'NewJuneRegular',Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#E4E3E9;
	text-decoration:none;
	background:url(../imgs/resArea_arrow.gif) center left no-repeat;
	padding-left:14px;
}
#reservedAreaMenu a:hover{
	text-decoration:underline;
}
/*RESERVEDAREA*/

/*LANG*/
#langSelect{
	width:100%;
	clear:right;
	float:right;
	margin-top:43px;
}
#langSelect ul{
	float:right;
	margin:0;
	padding:0;
}
#langSelect ul li{
	float:left;
	margin:0 1px;
	padding:0;
	list-style:none;
	font-family:'NewJuneRegular',Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#BA96D6;
}
#langSelect ul li.on{
	color:#8E4ABB;
}
#langSelect ul li a,#langSelect ul li a:visited{
	color:#BA96D6;
	text-decoration:none;
}
#langSelect ul li a:hover{
	color:#8E4ABB;
	text-decoration:none;
}
/*LANG*/

/*TOPBANNER*/
#topBanner{
	position:relative;
	float:left;
	width:100%;
	height:130px;
	padding-top:70px;
	background:url(../imgs/header_banner.jpg) top left no-repeat;
	margin-top:-18px;
	z-index:-1;
}
#topBanner p{
	background:url(../imgs/header_banner_text_bg.png) top left;
	font-family:'NewJuneRegular',Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:1em;
	color:#FFFFFF;
	clear:both;
	float:left;
	padding:2px 22px 4px 11px;
	margin:0;
}
/*TOPBANNER*/

/*Search*/
#searchTop{
	width:140px;
	height:22px;
	background:url(../imgs/searchTop_bg.gif) top left no-repeat;
	margin-left:10px;
}
#searchTop input{
	background:none;
	border:none;
	color:#8E4ABB;
	width:100px;
	padding:3px 5px 2px 11px;
	font-size:12px;
}