/* Layout Style Sheet :: ourbutton.com */
/* Author :: Alex Stanhope for 247 Creative */
/* Copyright :: The Author, All rights reserved */

body {
	background-color: #fff;
	text-align: center;
    font-family: Arial, Tahoma, Verdana, Sans-Serif; 
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

/* Container Styles */

#container {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: left;
	background: url(../images/layout/bg_body.jpg) top left repeat-x;
}

#container_content {
	position: relative;
	width: 760px;
	height: auto;
	margin: 0px auto;
	z-index: 1;
}

/* Header Styles */

div#masthead {
	position: relative;
	width: 750px;
	height: 75px;
	margin: 0px auto;
}

#logo {
	float: left;
	width: 220px;
	height: 45px;
	padding-top: 10px;
}

#login {
	float: right;
	width: 145px;
	height: auto;
	margin: 0px;
}

/* Content Styles */

#search {
	position: relative;
	margin: 0px;
	width: 760px;
	height: 65px;
	background: url(../images/layout/bg_search.gif) top left no-repeat;
	z-index: 999;
}

#content {
	clear: both;
	margin: 20px auto 0px auto;
	width: 748px;
	height: auto;
	padding-bottom: 20px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#heading {
	position: relative;
	width: 710px;
	height: 41px;
	background: url(../images/layout/bg_home_heading.gif) top left no-repeat;
	margin: 0px auto;
}

#content_inner {
	position: relative;
	width: 738px;
	height: auto;
	margin: 5px auto 0px auto;
	background: #fff url(../images/layout/bg_home_content_inner.jpg) top left repeat-x;
}

#content_left {
	float: left;
	width: 345px;
	margin: 15px 0px 0px 15px;
}

#content_right {
	float: left;
	width: 345px;
	margin: 15px 0px 0px 18px;
}

div.image_home {
	position: relative;
	width: 335px;
	height: 110px;
	margin: 5px auto 0px auto;
}

div.content_container {
	width: 345px;
	height: auto;
	padding: 0px 0px 10px 0px;
	background: #fff url(../images/layout/bg_home_content_container.jpg) 0px 100px no-repeat;
	border: 1px solid #ccc;
}

#content_bottom {
	clear: both;
	margin: 0px auto;
	width: 750px;
	height: 20px;
	background: #fff url(../images/layout/bg_home_content_bottom.gif) top left no-repeat;
}

/* Footer Styles */

#footer {
	clear: both;
	width: 760px;
	height: auto;
	margin: 20px auto 0px auto;
	background: #fff url(../images/layout/bg_footer.gif) top center no-repeat;
	padding: 70px 0px 20px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
}

/* Text Styles */

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 20px 0px 10px 15px;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #333;
	padding: 10px 0px 2px 0px;
	text-align: center;
	margin: 0px;
}

h2.uk {
	float: left;
	margin-left: 15px;
}

h2.web {
	float: left;
	margin-left: 168px;
}

p {
	font-size: 1.1em;
	margin: 0px;
	line-height: 1.5em;
	padding: 10px 13px 0px 13px;
}

#top {
	clear: both;
	background: url(../images/layout/bullet_arrow_up.gif) top left no-repeat;
	padding: 0px 0px 0px 20px;
}

/* List Styles */

li {
	list-style-type: none;
}

/* Link Styles */

#content_right a:link, #content_right a:visited {
	font-weight: bold;
	color: #c20000;
	text-decoration: none;
}

#content_right a:hover {
	font-weight: bold;
	color: #c20000;
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

/* Form Element Styles */

#search fieldset {
	border: 0px;
	margin-left: 240px;
}

#search .input {
	float: left;
	margin: 15px 0px;
	width: 277px;
	height: 31px;
	padding: 5px;
	text-align: left;
	background: transparent url(../images/layout/bg_input_search.gif) top left no-repeat;
	border: none;
	font-weight: bold;
	color: #444;
}

/* AJAX Town Search Styles */

#townlist {
	display: none;
	position: absolute;
	top: 50px;
	left: 250px;
	width: 269px;
	float: left;
	border: 1px solid #000000;
	background-color: #ffffff;
}

#townlist div {
	font-size: 1.1em;
	padding: 2px;
}

#townlist div.townselected {
	background-color: #cccccc;
}

input#submithome{
	float:left !important;
	border:2px solid #a30404 !important;
	background:#990000 url(../images/layout/bg-submit-home.jpg) repeat-x left top !important;
	color:#fff;
	line-height:1em;
	margin:15px 0 0 10px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 7px !important;
	cursor:pointer;
	font-size:1.2em;
	height:31px;
	}
