﻿@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	color:#fff;
}
/*	=CONTAINER
	----------------------------------------------------*/
#container {
	width:600px;
	background:url(../img/background.jpg) center top repeat-y;
	margin:0 auto;
}
/*	=HEADER
	----------------------------------------------------*/
#header {
	width:600px;
}
#header h1 {
	width:600px;
	height:413px;
	outline:none;
	background:url(../img/header-h1_bg-img.jpg) no-repeat;
}

/*	=DETAILS
	----------------------------------------------------*/
#details {
	width:600px;
	height:282px;
	outline:none;

	text-align:center;	
	background:url(../img/details_bg.jpg) no-repeat;
}
#details.terms {
	height:129px;
}
#details h2 {
	font-size:28px;
	line-height:32px;
	padding:20px 0;
}
.terms #details h2 {
	padding:60px 0;
}
#details h3 {
	font-size:20px;
	line-height:28px;
	padding:10px 0;
}
#details h3 span {
	font-size:17px;
}
#details p {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}
.green {
	color:#d7df21;
	padding:0 140px;
}
#details a {
	color:#fff;
	text-decoration:none;
}

/*	=MAIN-CONTENT
	----------------------------------------------------*/
#main-content {
	/*width:570px;*/
	/*background:#249546;*/
	margin:0 auto;
	
}
.terms  #main-content{
	width:510px;
	background:#249546;
	margin:0 auto;
	padding:0 30px 20px;
}
.terms .green {
	padding:20px 10px 10px;
}
#signup-form {
	width:570px;
	margin:0 auto;
	background:#249546;
	padding:20px 0 0;
	line-height:normal;
}
#signup-form form {
	width:510px;
	margin:0 auto;
}
#signup-form p {
	font-size:15px;
	text-align:left;
	clear:both;
	width:510px;
	margin:0;
	padding:4px 0;
}
#signup-form p.submit {
	font-size:22px;
	text-align:center;
	padding:16px 0 0;
}
label, .gender {
	float:left;
	width:207px;
}
p input {
	font-size:14px;
	float:left;
	display:block;
	border:3px solid #fff;
	border:none;
	background-color:#fff;
	width:300px;
	color:#249546;
	margin-bottom:4px;
}
p select {
	font-size:14px;
	color:#249546;
	border:none;
}
input.postcode {
	width:142px;
}
.check input, .check label {
	width:auto;
	background:transparent;
	border:none;
	float:none;
	display:inline;
}
#signup-form .optout {
	float:right;
	width:303px;
}

.optout input {
	float:right;
}
.optout label { font-size:11px; }
.optout a { color:#fff; text-decoration:none;}
.store select {
	width:303px;
	margin:2px 0 0;
}
.submit input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#249546;
	float:none;
	width:400px;
	font-size:22px;
	font-style:italic;
	border:none;
	margin:10px auto;
	padding:2px 0;
}
/*	=VOUCHER
	----------------------------------------------------*/
#voucher {
	width:900px;
	height:643px;
	border:3px solid #249546;
	margin:10px auto;
}
/*	=FOOTER
	----------------------------------------------------*/
#footer {
	width:510px;
	text-align:center;
	background:#249546;
	margin:0 auto;
	padding:0 30px 10px;
}
#footer h4 {
	font-size:14px;
	text-decoration:underline;
	line-height:17px;
	padding:4px 0 2px;
}
#footer p {
	font-size:13px;
	line-height:17px;
	padding:4px 0 6px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer .participating {
	font-size:12px;
	padding-top:0;
}
#footer img {
	margin:10px 0;
}


/*	=MISC
	----------------------------------------------------*/
#signup-form .error {
	text-align:center;
	width:auto;
	color:#fff;
	background:#db2228;
	padding:6px;
}
.hidden {
	position:absolute;
	left:0px;
	top:-4000px;
	width:1px;
	height:1px;
	overflow:hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}