/* CSS for supermarketdash - Simon Pollard for deckchair.co.uk 2008 */
/* Style for index page */
/* FIRST SECTION (HEADER) */
div#header {
	height: 450px;
	position: relative;
	background-image: url(../images/index/top-section.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#logo {
	height: 112px;
	width: 267px;
	background-image: url(../images/supermarketdash.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 309px;
	top: 15px;
}
a#addtofavs {
	position: absolute;
	right: 5px;
	top: 10px;
	background-image: url(../images/add-favs.gif);
	background-repeat: no-repeat;
	width: 138px;
	height: 57px;
}
a#enter-now {
	background-image: url(../images/index/enter-now.jpg);
	background-repeat: no-repeat;
	width: 248px;
	height: 82px;
	display: block;
	position: absolute;
	right: 80px;
	top: 195px;
}
span#here-is {
	position: absolute;
	left: 265px;
	top: 150px;
	font-size: 20px;
	font-weight: bold;
}
span#just-imagine {
	position: absolute;
	left: 55px;
	top: 380px;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
}

/* SUPERMAEKETS */
div#supermarkets {
	text-align: center;
	margin-top: 20px;
	font-size: 10px;
	margin-bottom: 25px;
}
div#supermarkets h2 {
	font-size: 16px;
	font-weight: bold;
}

/* trollys */
div#trolleys {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	height: 140px;
}
div#trolleys span.trolleyitem, div#trolleys span.trolleyitem-single {
	float: left;
	width: 300px;
	height: 40px;
	padding-left: 60px;
	background-image: url(../images/index/trolly.jpg);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-right: 15px;
}
div#trolleys span.trolleyitem-single {
	padding-top: 10px;
	height: 30px;
	width: 350px;
}
p#exclusions {
	font-size: 9px;
	position: absolute;
	right: 88px;
	top: 90px;
}
div#free {
	background-color: #000000;
	color: #FFFFFF;
	clear: left;
	text-align: center;
	height: 70px;
	background-image: url(../images/index/its-free.jpg);
	background-repeat: no-repeat;
	background-position: center 40px;;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}
div.enter {
	background-color: #fff200;
	color: #000000;
	text-align: center;
	height: 70px;
	background-image: url(../images/index/enter-today.jpg);
	background-repeat: no-repeat;
	background-position: 60px 20px;
	position: relative;
}
a.enter-now-small {
	background-image: url(../images/index/enter-now-small.jpg);
	background-repeat: no-repeat;
	width: 197px;
	height: 65px;
	position: absolute;
	right: 55px;
	top: 5px;
}
div#prizes {
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
div#prizes p {
	margin-bottom: 10px;
}
div#prizes img.small-shop {
	margin-left: 2px;
}
div#prizes p.voucher img {
	margin-bottom: -5px;
}
div#the-big-one {
	float: left;
	background-image: url(../images/index/the-big-one.gif);
	background-repeat: no-repeat;
	width: 421px;
	height: 293px;
	margin-top: 15px;
	text-align: center;
	position: relative;
}
div#the-big-one p.big-one {
	font-size: 14px;
	position: absolute;
	top: 60px;
	left: 50px;
} 
div#the-big-one p.bursting-point {
	font-size: 17px;
	font-weight: bold;
	position: absolute;
	top: 246px;
	left: 30px;
}
div#weekend-bonanza {
	float: right;
	background-image: url(../images/index/weekend-bonanza.gif);
	background-repeat: no-repeat;
	width: 420px;
	height: 293px;
	margin-top: 15px;
	text-align: center;
	clear: right;
	color: #FFFFFF;
	font-size: 14px;
	position: relative;
}
div#weekend-bonanza p.every-fourth {
	position: absolute;
	top: 60px;
	left: 10px;
	width: 400px;
}
div#weekend-bonanza p.two-trolleys {
	position: absolute;
	top: 170px;
	left: 50px;
	font-size: 15px;
	font-weight: bold;
}
div#weekend-bonanza p.bursting-point-yellow {
	position: absolute;
	top: 190px;
	left: 130px;
	font-size: 15px;
	font-weight: bold;
	color: #fff200;
}
div#weekend-bonanza p.weekend {
	position: absolute;
	top: 220px;
	left: 110px;
	width: 200px;
}
div#increase-chances {
	padding-left: 15px;
	position: relative;
	text-align: left;
	clear: both;
	height: 120px;
}
div#increase-chances img {
	margin-top: 15px;
	margin-bottom: 15px;
}
div#increase-chances p {
	width: 550px;
	font-size: 15px;
}
a#increase-chances-button {
	background-image: url(../images/index/increase-chances-button.gif);
	background-repeat: no-repeat;
	width: 250px;
	height: 85px;
	display: block;
	position: absolute;
	right: 20px;
	top: 50px;
}
div#charities {
	margin-top: 35px;
	clear: both;
	text-align: center;
	font-size: 16px;
	position: relative;
	height: 100px;
}
div#charities img {
	margin-bottom: 10px;
}
img#macmillan {
	position: absolute;
	top: -10px;
	left: 10px;
}
img#marie-curie {
	position: absolute;
	top: -10px;
	right: 10px;
}