/* css for main store page */

body {
	background-image:url('/images/home-public-bg-gradient.jpg');
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	/*color:white;*/
}

#store_container {
	width:784px;
	height:860px;
	background-image:url(../images/store_main_bg.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin: 0 auto;
	text-align:left; /* counter the body centre */
}

#in_the_store {
	position:absolute;
	left:100px;
	top:134px;
	width:650px;
	height:55px;
	padding:0;
	margin:0;
	
}


#store_shopping_container {
	position:absolute;
	left:38px;
	margin:0px;
	height:560px;
	top:210px;
	width:707px;
	color:black;
}

