/*------------------------------
	Name: Waracle CMS Template
	Author: Oskar Kirkwood
	Website: http://www.waracle.com/
	Copyright: Waracle Ltd 2008
-------------------------------*/

*{
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
	background:#ACC1C3 url(images/clouds.gif) no-repeat;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

#container{
	margin:0 auto;
	width:966px;
	height:844px;
	background: #fff url(images/background.gif) no-repeat;
}

#signup-container{
	margin:0 auto;
	width:966px;
	background: url(images/signup-background.gif) no-repeat;
}

/* -- Header -- */

#header-outer{
	width:100%;
	text-align:center;
	padding-left:2px;
}

#header-inner{
 	width:954px;
	height:184px;
	/*background:#fff;*/
	margin:0 auto;
	text-align:left;
}

#logo{
	float:left;
	margin-top:26px;
	margin-left:30px;
}

#signup-page-banner{
	background:url(images/signup-body.png) no-repeat;
	height:257px;
	width:922px;
	margin:0 auto;
}
	
/* -- topnav -- */

#topnav-outer{
	clear:both;
	width:100%;
	float:left;
	text-align:center;
}

#topnav-inner{
	width:890px;
	margin:0 auto;
}

#signup-outer{
	width:100%;
	text-align:center;
	margin-top:12px;
}

#signup-inner{
	background:url(images/body.gif) no-repeat;
	height:257px;
	width:922px;
	margin:0 auto;
}

/* -- Body --*/

#body-outer{
	width:100%;
	/*background:#666;*/
	text-align:center;
	margin-top:34px;
	background:#fff url(images/body-background.gif) repeat-y;
	padding-top:10px;
}

#signup-body-outer{
	width:100%;
	/*background:#666;*/
	text-align:center;
	margin-top:36px;
	background:#fff url(images/body-background.gif) repeat-y;
	padding-top:10px;
}

#body-inner{
 	width:913px;
	margin:0 auto;
	text-align:left;
}

#body-left{
	float:left;
	width:608px;
}

#body-right{
	float:right;
	/* min-height hack */
	min-height:200px;
  	height:auto !important;
  	/* end min-height hack */
}

#calccontainer{
	float:right;
	width:343px;
}


#choosecalculator form{
	padding: 0;
	margin: 0;
}

#postcode{
	width:126px;
	float:left;
	border:0px;
	margin-top:163px;
	margin-left:2px;
}

#postcode input{
	width:120px;
	height:14px;
	border: 0px;
}

#step2{
	float:right;
}

#step2 input{
	border:0px;
	margin:0px;
}

#submit{
	width:20px;
	height:20px;
	float:left;
	margin-top:159px;
	margin-left:5px;
}

#submit input{
	width:20px;
	height:20px;
}

#dropdown{
	clear:left;
	float:left;
	margin-top:4px;
	height:22px;
}

#dropdown select{
	clear:left;
	float:left;
	height:22px;
}

option{
	width:80px;
}

.newsblock-outer{
	float:left;
	width:617px;
	height: 31px;
	background: url(images/news_background.gif) no-repeat
}

.newsblock-outer img{
	float:right;
	margin-top:3px;
}

.newsblock-outer p{
	margin:0px;
}

.newsblock-inner{
	float:left;
	font-size:12px;
	padding-top:8px;
	padding-left:6px;
}

.newsblock-inner a{
	color:#59593c;
}

/* ------------------------------
	
Content Styles - Share with wysiwyg
	
------------------------------ */

#body-content{ /* This will change to body in the wysiwyg stylesheet */
	/*background:#fff;*/
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

p{
	margin-bottom:10px;
	text-align:left;
	line-height:1.5em;
	font-size:12px;
	}

	
h1 {
	font-size:32px;
	font-weight:bold;
	padding-bottom: 8px;
}

h2 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:6px;
	font-weight: bold;
}

h3{
	margin-bottom:10px;
	font-size:2em;
	font-weight:bold;
}

h4{
	font-size:26px;
	font-weight:normal;
	margin-top:1px;
	margin-bottom:3px;
}

h5{
	font-size:18px;
	font-weight:bolder;
}

img{border:0;}

/* These list styles need to be prefixed with #body-content */
#body-content ul{padding-left:30px; margin-bottom:10px;}
#body-content ol{padding-left:30px; margin-bottom:10px;}
#body-content li{padding:3px;}

table{
	margin-bottom:10px;
	border-collapse: collapse;
	width:400px;
	}

table th{
	border:1px solid #000; 
	padding:5px;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}

table td{
	border:1px solid #000; 
	padding:5px;
	width:25%;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	}

form{
	}
	
form p{
	margin:0px;
}
	
label{display:block; margin-bottom:5px;}

input{
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	}

#body-inner input{
	width:200px;
	border:1px solid #acc1c3;
}
	
input.button{
	margin-top:5px;
	width:150px;
	color:#222;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	cursor:pointer;
	}

input.button:hover{background:#D9EFF9;}

textarea{
	display:block;
	overflow:auto;
	width:400px;
	height:150px;
	border:1px solid #acc1c3;
	padding:2px;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	}

a:link, a:visited{
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

/* -- Footer -- */

#footer-outer{
 	clear:both;
	width: 100%;
	margin:0 auto;
	text-align:center;
	margin-top:0px;
	background: #fff url(images/footer_background.gif) no-repeat;
	padding-top:10px;
}

#footer-inner{
 	width:909px;
	height:48px;
	margin:0 auto;
	text-align:left;
	font-size:9px;
	color:#65654d;
}

img#footer-inner{
	margin-right:5px;
}

/* --- clearfix --- */

.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%;
}

/* --- topnav --- */

ul#topnav{
	clear:both;
	float:left;
	margin:0 auto;
	padding-top:140px;
	height:40px;
	width:954px;
}

ul#topnav li {display: inline; margin:0px;}

ul#topnav li a:link, ul#topnav li a:visited{
}

ul#topnav li a:hover{
}

/* -- sidenav -- */

ul#sidenav{
	float:left;
	list-style-type:none;
}

ul#sidenav li{
	width:215px;
	padding:0px;
	margin:0px;
}

ul#sidenav li a{
	display:block;
	text-decoration: none;
	padding:3px 7px;
	border-bottom:2px solid #ffffff;
	color:#fff;
	height:22px;
	font-size:26px;
	line-height:21px;
	background:#C8D0D5
	
}

ul#sidenav li a:link{}

ul#topnav li a:visited{}

ul#sidenav li a:hover{background:#6F7073;}

/* -- reusable classes -- */

.hor-line{border-top:1px solid #000; margin-bottom:10px;}

.align-left{text-align:left;}

.align-right{text-align:right;}

.float-left{float:left;}

.float-right{float:right;}