@charset "utf-8";
/* CSS Document */
#container {
	background-image:url(/images/shops_bg.jpg);
	background-repeat:no-repeat;
	height:800px;
}
#shop-bag {
	clear:left;
	position:relative;
	top:0px;
	left:40px;
	clear:both;
	float:left;
}
#locations {
	background-image:url(/images/shop-location-bg-trans.gif);
	background-repeat:no-repeat;
	position:relative;
	top:160px;
	left:270px;
	height:455px;
	width:365px;
	
}
#locations select {
	width:260px;
}
#location-txt {
	position:absolute;
	top:40px;
	left:40px;
	display:block;
	width:420px;
}
#location-scroller {
	height:280px;
	overflow:hidden;
	width:300px;
	line-height:1.2em;
}	


#reseller {
	background-image:url(/images/reseller-bg-trans.gif);
	background-repeat:no-repeat;
	height:161px;
	width:305px;
	position:relative;
	margin-left:350px;
	top:30px;
	z-index:999;
}
#reseller span {
	display:block;
	position:relative;
	margin-left:30px;
	width:80%;
	top:-70px;
}
#reseller-promotions {
	position:relative;
	left:400px;
	top:-420px;
}

