/* CSS for supermarketdash - Simon Pollard for deckchair.co.uk 2008 */
/* Style for charities */
/* SECTION (HEADER) */
div#header {
	height: 200px;
	position: relative;
}
div#logo {
	height: 112px;
	width: 267px;
	background-image: url(../images/supermarketdash.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 290px;
	top: 15px;
}
span#odds1 {
	position: absolute;
	left: 40px;
	top: 20px;
	text-align: center;
	font-size: 18px;
}
span#odds2 {
	position: absolute;
	right: 40px;
	top: 20px;
	text-align: center;
	font-size: 18px;
}
span#odds1 h1, span#odds2 h1 {
	font-size: 24px;
	font-weight: bold;
}
span.red {
	color: #ff0000;
}
div#header img {
	position: absolute;
	left: 190px;
	top: 150px;
}
div#charities {
	background-color: #e6f1fb;
	width: 850px;
	height: 236px;
}
div.individual {
	background-image: url(../images/charities/box-border.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 406px;
	height: 201px;
	padding-top: 15px;
	float: left;
	margin-left: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}
div.individual p {
	font-size: 14px;
	text-align: left;
	width: 360px;
	position: absolute;
	top: 120px;
	left: 20px;
}
div#help {
	background-color: #cfe4f8;
	width: 850px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#percent {
	background-color: #e6f1fb;
	width: 850px;
	font-size: 15px;
	text-align: center;
	padding-bottom: 15px;
}
div#percent img {
	margin-top: 15px;
	margin-bottom: 10px;
}
div#percent p {
	margin-top: 5px;
}
div#free {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 21px;
	font-weight: bold;
}
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;
}
