@charset "UTF-8";


/* Basic site-wide styling */

body {
	background: url(/images/bg.png) repeat-x #b11d12;
	color: #FFFFFA;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px; 
	}

h2 {
	margin-bottom: 5px;
	}
	
a:link, a:visited {
	color: #FFFFFA;
	text-decoration: none;
	}

a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);/* for IE */
	text-decoration: none;
	}
	
a:active {
	color: #FFFFFA;
	text-decoration: none;
	}
	
	
/* Structure of site */

#wrapper {
	background: url(/images/content_bg.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;  
	width: 1004px;
	}

#container {
	height: 670px;
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	}

#header {
	float:left;
	font-size: 17px;
	line-height: 23px;
	padding: 10px 30px 0 30px;
	}

#header img {
	float:left;
	margin-right: 40px;
	}

#header h2 {
	margin: 35px 0 10px 0;
	}
	
#body {
	float: left;	
	font-size:14px;
	height: 248px;
	margin-top: -5px;
	margin-bottom: -10px;
	padding-left: 30px;
	text-align: right; 
	width: 1004px;
	}

.luckybuys {
	font-size:18px;
	float: left;;
	margin-left: 650px;
	width: 233px;
	}
	
#stores {
	font-size: 14px;
	margin: 0 32px 0 32px;
	line-height: 18px;  
	width: 984px;
	}

#stores h2 {
	font-size: 18px;
	font-weight:lighter;
	margin: 0 78px 15px 18px;
	padding-bottom: 3px;
	border-bottom: 1px #FFFFFA solid;
	}

.store {
	background: url(/images/store_bg.png) no-repeat;
	height: 171px;
	float:left;
	margin: 0 10px 0 0;
	width: 300px;
	}

.store h3 {
	font-size: 25px;
	font-weight:lighter;
	margin: 20px 15px 10px 15px;
	padding-bottom: 10px; 
	border-bottom: 1px #FFFFFA solid;
	}

.social {
	margin-top: -45px;
	float: right;
	}

.social img {
	margin: 0 15px 0 -10px;
	}
	
.store p {
	margin: 0 15px 10px 15px;
	}
	
#footer {
	margin: 0 20px 20px 57px;
	}
	
#content_bg {
	position:absolute;
	top: 0;
	width: 1004px;
	z-index: -1;
	}

#content_bg img {
	float:left;
	}