/* ~~~~~~~~~~ REDEFINED ~~~~~~~~~~ */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;	
}
body, input {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.3;	
}
img, fieldset {
	border: 0;
}
body {
	width: 572px;
	margin: 0 auto;
	position: relative;
}
p {
	margin: 1em 0;	
}

/* ~~~~~~~~~~ LAYOUT ~~~~~~~~~~ */

#container {
	font-size: 0.7em;	
}

/* ~~~~~~~~~~ LOGOS ~~~~~~~~~~ */

#logo-container {
	margin: 30px 20px;
	overflow: hidden;
	height: 72px;
}
#logo-container a {
	float: left;
}
#logo-container .logo-astley {
	margin: 0 30px;
}

/* ~~~~~~~~~~ NAVIGATION ~~~~~~~~~~ */

#navigation {
	overflow: hidden;
	width: 100%;
	text-transform: uppercase;
	list-style: none;	
	width: 350px;
	margin: 20px auto;
}
#navigation li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #777;
}
#navigation li.last {
	border: 0;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #777;
}
#navigation a:hover {
	color: #000;
}

/* ~~~~~~~~~~ MAIN CONTENT ~~~~~~~~~~ */

#main-content {
	overflow: hidden;
	width: 100%;	
}
#main-content .main-image {
	float: left;
	width: 312px;
	height: 509px;
	margin: 0;
	display: inline;
}
h1 {
	margin-top: 15px;	
}
h1, h1 span {
	width: 201px;
	height: 76px;
	background: url(../images/indulge_yourself.jpg);
	font-size: 100%;
}
h1.thanks{
	margin-top:94px;
}
h1.thanks, h1.thanks span {
	width: 223px !important;
	height: 49px !important;
	background: url(../images/thank_you.jpg);
	background-repeat:no-repeat;
	font-size: 100%;
}
h1 span, h1.thanks span {
	display: block;
	position: relative;
	z-index: 1;
	margin-bottom: -48px;
}
#content {
	float: right;
	width: 250px;
	color: #666;
}
#main-content h1, #main-content p {
	margin-right: 15px;
}
#main-content ol {
	margin: 1em 15px 1em 0;
	list-style-position: inside;
}
#main-content ol li {
	margin: 1em 0;
}
#main-content img {
	float: right;
	margin-right: 45px;	
}

/* ~~~~~~~~~~ FORM ~~~~~~~~~~ */

#sub-content {
	overflow: hidden;
	background: #f5f6fa;
	width: 100%;
	margin: 10px 0 20px;
}
.form-item {
	margin: 0.8em 0;
	overflow: hidden;
	width: 100%;	
}
.form-item label {
	float: left;
	width: 90px;
	font-weight: bold;
	margin-left: 10px;
	display: inline;
	margin-top: 5px;
}
.form-item input {
	width: 155px;
	float: left;
	margin-left: 5px;
	display: inline;
	margin-top: 5px;
}
.form-item .error {
	padding: 0 0 0 10px;
	clear: both;
	font-size: 0.9em;
}
.friends .form-item .error {
	padding-left: 10px;	
}
#checkboxes .form-item .error {
	padding: 5px 0 0 30px;	
}
#personal-details, #contact-details {
	float: left;
	width: 270px;
}
#sub-content .input {
	width: 535px;
	text-align: right;	
}
#title {
	width: 5em;	
}
#terms {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}
#checkboxes {
	float: right;
	width: 360px;
}
#terms img {
	width: 571px;
	height: 153px;
}
#checkboxes input {
	width: auto;	
}
#checkboxes label {
	width: 300px;
	font-weight: normal;
	font-size: 0.9em;
	padding-top: 2px;
}
#checkboxes .form-item {
	margin: 0.3em 0;	
}
#footer {
	width: 572px;
	height: 40px;
	overflow: hidden;
}

/* ~~~~~~~~~~ FRIENDS PAGE ~~~~~~~~~~ */

/*.friends h1, .friends h1 span {
	width: 235px;
	height: 46px;
	background: url(../images/increase-your-chance.gif);
	font-size: 100%;
}
.friends h1 span {
	display: block;
	position: relative;
	z-index: 1;
	margin-bottom: -46px;
}*/
.friends #main-content {
	margin-bottom: 20px;	
}
.friends #main-content b {
	font-size: 1.2em;	
}
.friends #form {
	float: right;
	margin-left: 10px;
	display: inline;
	width: 245px;	
}
* html .friends #form {
	height: 1%;	
}
.friends .form-item {
	float: none;
	width: auto;
	margin: 2em 0;
	overflow: hidden;
}
* html .friends .form-item {
	height: 1%;	
}
.friends .form-item label {
	width: 5em;
	float: left;
	margin-left: 0;
}
.friends .form-item input {
	float: right;
	margin-right: 20px;
	display: inline;
}
.friends .input {
	text-align: right;	
	margin-right: 20px;
}

/* ~~~~~~~~~~ THANKS PAGE ~~~~~~~~~~ */

.thanks #content {
	text-align: center;
	width: 572px;
}
.thanks .shop-now img {
	display: block;
	margin: 10px auto 0 auto;
}
