/* CSS for supermarketdash - Simon Pollard for deckchair.co.uk 2008 */
/* Style for increase page */
div#content {	
	text-align: center;
}
div#header {
	height: 140px;
	position: relative;
}
div#logo {
	height: 112px;
	width: 267px;
	background-image: url(../images/supermarketdash.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 309px;
	top: 15px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #dc0209;
	margin-top: 10px;
}
div#about {
	margin-top: 30px;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
	height: 260px;
}
div#about p {
	margin-top: 15px;
	margin-bottom: 5px;
}
div#about a {
	color: #194dd0;
}
img#trolley-l {
	position: absolute;
	top: 0px;
	left: 40px;
}
img#trolley-r {
	position: absolute;
	top: 0px;
	right: 40px;
}
div.how-item {
	width: 700px;
	height: 35px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	font-weight: bold;
	margin-top: 25px;
}
div.how-item img {
	float: left;
	margin-right: 10px;
}
div#emails-box {
	background-color: #fffef0;
	margin-top: 20px;
	height: 210px;
	padding-top: 15px;
	text-align: center;
}
div.emails-box-item {
	width: 800px;
	position: relative;
	height: 15px;
	margin-bottom: 20px;
	font-size: 14px;
}
div#emails-box img {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.name-box {
	width: 300px;
	position: absolute;
	left: 80px;
	text-align: left;
}
input.nameinput {
	width: 200px;
}
div.email-box {
	width: 420px;
	position: absolute;
	left: 400px;
	text-align: left;
}
input.emailinput {
	width: 270px;
}
div.emails-box-item img {
	position: absolute;
	right: 50px;
}
div#four-extra {
	background-image: url(../images/increase/recieve-extra.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff200;
	padding-top: 40px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
div#four-extra a {
	color: #194dd0;
}
div#tip {
	width: 766px;
	padding-top: 25px;
	height: 124px;
	background-image: url(../images/increase/tip-bg.gif);
	background-repeat: no-repeat;
	background-color: #d2f2ff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	font-size: 14px;
	position: relative;
}
div#tip p {
	margin-left: 130px;
	margin-right: 25px;
	margin-bottom: 10px;
}
img#busting {
	position: absolute;
	top: 90px;
	left: 250px;
}
img#tip {
	position: absolute;
	top: 30px;
	left: 30px;
}
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;
}
