


#top{
	float: left;	
	width: 100%;
	height: 125px;
	background: url(../images/top_bg.jpg) repeat-x top center transparent;
}

#top .inner, #menu .inner{
	position: relative;
    margin: 0 auto 0 auto;
    padding: 0px 0px 0px 0px;
    width: 956px;    
}

#top .left{
	float: left;
	width: 370px;
}

#top .right{
	float: right;
	width: 366px;
	padding: 10px 8px 0 0;
}


#top .basket-box{
	float: left;
	width: 250px;
	color: #ffffff;
}

#top .button-box{
	float: right;
	width: 112px;
	color: #ffffff;
	padding-top: 10px;
}

#top .button-box a, #top .basket-box a{
	color: #ffffff;
	text-decoration: underline;
}

#top .button-box a:hover, #top .basket-box a:hover{
	text-decoration: none;
}

#top .basket-box .basket-icon{
	float: left;
}

#top .basket-box .basket-info{
	float: right;
	width: 150px;
	padding-top: 20px;
}

.login-button{
	background: url(../images/belepes_button_bg.jpg) no-repeat top left transparent;
	width: 80px;
	height: 29px;
	font-size: 12px;
}

.reg-button{
	background: url(../images/reg_button_bg.jpg) no-repeat top left transparent;
	width: 111px;
	height: 29px;
	font-size: 12px;
}

#forbg{
	float: left;
	width: 100%;
	background: url(../images/vertical_bg.jpg) repeat-x top center transparent;	
}




#wrapper{
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0px 0px 0px 0px;
    width: 956px;
}


#loginDiv{
	position:absolute;
	clear: both;
	z-index:3010;
	top:10px; 
	right:135px;
	padding:10px 10px 0 10px;
	width:220px;
	height:75px;
	background:#f4f4f4;
	color:#747474;
	display:none;
	-moz-box-shadow: 3px 5px 5px #000;
	-webkit-box-shadow: 3px 5px 5px #000;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}



#header{
	position: relative;
	float: left;
	height: 370px;
	background: url(../images/header_bg.jpg) no-repeat top left transparent;
	width: 936px;
	padding: 29px 0 0 20px;
	margin: 0;	
}

#header_links{
	position: absolute;
	bottom: 35px;
	left: 20px;
	width: 914px;
	height: 72px;
	background: #ffffff;
	filter: alpha(opacity=65); 
	opacity: 0.65;	
	z-index: 100;
}

#header_links_inner{
	float: left;
	width: 865px;
	padding: 25px 25px 0 25px;	
}

#header_links_inner a{
	font-size: 26px;
	line-height: 28px;
	color: #a82241;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}

#header_links_inner a:hover{
	text-decoration: none;
}

#header_links_inner img{
	top: -4px;
	padding-left: 10px;
}

#myPagHolder{
	position: absolute;
	z-index: 100;
	top: 35px;
	right: 25px;
}

#carousel_hugger{
	position: relative;
	float:left;
	width: 921px;
	height: 346px;
	overflow: hidden;
}

#carousel_holder{
	height: 346px;
}

#container{
	float: left;
	width: 100%;
	padding: 30px 0 20px 0px;
	margin: 0;	
}


#container_left{
	float: left;
	width: 264px;
	padding: 0 0 0 0;
	margin: 0;	
}	

#container_right{
	float: right;
	width: 692px;
	padding: 32px 0 0px 0;
	margin: 0;	
}	

#h1Div{
	float: left;
	width: 100%;
	padding: 0px 0 0px 0px;
	margin: 0;	
}

#content{
	float: left;
	width: 100%;
	padding: 0px 0 0px 0px;
	margin: 0;	
}


.box{
	float: left;
	width: 247px;
}

.box .title{
	float: left;
	width: 217px;
	padding: 36px 0 0 30px;
	height: 27px;
	background: url(../images/box_top_bg2.jpg) no-repeat top left transparent;
	color: #0a0a0a;
	font-size: 16px;
}


.box .inner{
	float: left;
	width: 222px;
	padding: 7px 0 20px 25px;
	background: url(../images/box_bg_2.jpg) repeat-y bottom left transparent;
}

.box .bottom{
	float: left;
	width: 100%;
	height: 17px;
	background: url(../images/box_bottom_bg2.jpg) no-repeat top left transparent;
}