/* @override http://spearlondon.org/snooze/stylesheets/main.css */

@import url('../stylesheets/reset.css');

/* CSS Document */

/* 2010 Soda Art Ltd */

/* Styling */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
	background: #a4af2e;
	color: #fff;
}

/* @group Layout */

#wrapper {
	width: 700px;
	margin: 0 auto;
	background: #253b63 url(../images/sponsor_bg.png) repeat-y right;
	overflow: hidden;	
}

#wrapper-inner {
	background: url(../images/sleepingbag_bg.png) no-repeat;
	float: left;
	width: 700px;
}

#navigation {
	position: relative;
	height: 15px;
	padding-left: 60px;
}

#navigationback {
	float: left;
}

#navigationmore {
	position: absolute;
	left: 200px;
}

#maincontent {
	clear: left;
	margin-left: 60px;
	position: relative;
	overflow: hidden;
}

#main_left {
	width: 250px;
}

#main_right {
	position: absolute;
	top: 454px;
	left: 320px;
}

#sponsor {
	clear: left;
	position: relative;
	height: 120px;
	margin: 0 0 0 60px;
}

#sponsor_left {
	width: 300px;
	float: left;
	position: absolute;
	bottom: 19px;
}

#sponsor_left img{
	padding-top: 20px;
}

#sponsor_right {
	position: absolute;
	bottom: 15px;
	right: 175px;
}

#contact {
	clear: both;
	position: relative;
	height: 25px;
	padding-left: 60px;
	background: #2b2b2b url(../images/contact_bg.jpg) repeat-y 637px;
}

#footer {
	clear: both;
	float: left;
	width: 700px;
	position: relative;
	background: #000000 url(../images/footer_bg.png) repeat-y 640px;
}

#footer-inner {
	margin: 40px 0 0 60px
}

#footer_left {
	width: 320px;
}

#footer_right {
	position: absolute;
	left: 380px;
	top: 70px;
}

div#spearcontact {
 float: left;
 line-height: 25px;
 
}

#sodacontact {
	margin-left: 320px;
	line-height: 25px;
	padding-left: 0;
}



/* @end */

/* @group Typography */
h1 {
	padding: 0.5em 0 5px 0;
	color: #BBC533;
	font: 280% "Impact", Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	font-style: italic;
	font-size: 120%;
}

h3 {
	color: #fff;
}

p {
	margin: 0 0 1em 0;
	color: #ffffff;
}

#navigation p {
	padding: 0px;
	margin: 0px;
}

p.largetext {
	font-size: 120%;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	line-height: 1.3em;
}
/* @end */

/* @group Links and navigation */

a {
	color: #4c7bcf;
	font-size: 75%;
}

a:link, a:visited {
	color: #4c7bcf;
}

a:hover {
	color: #BBC533;
}

#tandclink a {
	color: #acf8f9;
	font-size: 100%;
}

#tandclink a:hover {
	color: #4c7bcf;
}

.largetext a {
	color: #acf8f9;
	font-size: 100%;
}

.largetext a:hover {
	color: #4c7bcf;
}

#main_right a {
	float: left;
	color: #4c7bcf;
	font-size: 100%;
}

#footer_right a {
	color: #fff;
	font-size: 120%;
}

#footer_right a:hover {
	color: #BBC533;
}

#sodacontact a {
	color: #9c6d94;
}

#sodacontact a:hover {
	color: #C20080;
}

/* @end */

/* @group Form */

/* Form Styling */

fieldset {
	border-style: none;
	margin: 0 0 1em 0;
	padding: 0px;
	line-height: 1.4em;
}

#radiobtns label {
	float: left;
	margin-bottom: 0.25em;
}

#name, #email, #address2, #town, #county, #postcode, #gname, #gemail {
	display: block;
	width: 160px;
	margin: 0.5em 0 1em 0;
	padding: 2px;
	line-height: 1.4em;
}

#address1 {
	display: block;
	width: 160px;
	margin: 0.5em 0;
	padding: 2px;
	line-height: 1em;
}

.error {
	float: left;
	margin: 0 0 10px 0;
	padding: 2px 5px;
	width: 95%;
	background: red;
	font-style: italic;
	font-weight: bold;
}

input#sponsorpack, input#terms {
	margin-right: 5px;
}

#tandc {
	font-size: 90%;
	background-color: #1E2F4F;
	color: #FFFFFF;
	padding: 10px;
}

#submit {
	padding-top: 40px;
}



/* @end */
