@charset "utf-8";
/* CSS Document */
/* Property Equity Solutions- Alex Ward*/
/* ClientID: CW-1208-01 */
/* http://www.propertyequitysolutions.co.uk*/
/* Date Created 19/01/09 */


/* All section's in this document are prefixed by a "=" to make searching easier, therefore if you wanted to find the 'Global' section you could search for "=global" which would take you right to the top of the appropriate section. */

/** =Zero's & Standard Functions**/
/* In order to get FireFox and IE behaving in a similar fashion it is often useful to set up a standard in the CSS rather than let the browsers have any control, to this end I always set the height of the browser's viewport and I remove any default margins or padding by setting the values to zero.
*/

html, body, a, p, img, strong, em, ul, br, fieldset, form, object, span, embed {
	margin: 0px;
	padding: 0px;
}
html { /* Forces FireFox to display the scrollbar holder */
	overflow: -moz-scrollbars-vertical;
	overflow: -webkit-scrollbars-vertical;
	overflow-x:hidden;
}

a:link { /* Remove this funtion if you want links to be underlined by default */
	text-decoration:none;
}
img { /* Remove this funtion if you want linked images to have a border */
	border: 0px;
}
.float_right {
	float:right;
}
.float_left {
	float:left;
}

.clear { display:block; height: 1px; clear:both;}

.hidden {
display:none;
}

/* BEGIN STRUCTURAL CSS */

html {
	
	background-image:url(body_bg_tile_x.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}

html, body {
	min-height:100%;
	height: 100%;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; /* Change as needed */
}

#outer_wrapper {
	width: 100%;
	min-height:100%;
	margin-right:auto;
	margin-left:auto;
	background-image:url(outter_wrapper_bg_tile_y.png);
	background-repeat:repeat-y;
	background-position:center;
	margin-bottom: -22px;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 999px;
	min-height:100%;
	height: 100%;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 22px;
	padding-bottom: 5px;
	background-color:#FFFFFF;
	
	
}
#header {
	margin: 0px;
	margin-left: -1px;
	padding: 0px;
	height: 240px;
	width: 1001px;
	background-image:url(catch_line_bg_notile.jpg);
	background-position:right;
}
#toplinks {
	background-image:url(toplinks_bg_tile_x.jpg);
	height: 35px;
	line-height: 35px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	float: right;
	color:#CCCCCC;
	font-size:10px;
}
#toplinks a {
	color:#FFFFFF;
	text-decoration:none;
}
#navbar {
	height: 70px;
	width: 995px;
	padding-left: 5px;
	margin-top:-13px;
	float:left;
	z-index:2;
	color:#FFFFFF;
}
#navbarlinks {
	height: 35px;
	float:right;
	display:inline;
}
#navbarlinks a {
	display:block;
	float:left;
	margin-right: 4px;
	padding-left: 8px;
	padding-right: 8px;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	font-weight:bolder;
	text-decoration:none;
	background-image:url(nav_bg_tile_x.jpg);
	background-repeat:repeat-x;
}
#navbarlinks a:hover {
	background-image:url(nav_bg_tile_x_hover.jpg);
	background-repeat:repeat-x;
}
#navbarlinks2 {
	height: 35px;
	float:right;
	display:inline;
}
#navbarlinks2 a {
	display:block;
	float:left;
	margin-right: 4px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 5px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
	font-weight:bolder;
	text-decoration:none;
	background-image:url(featurebox_bg_tile_x.jpg);
	background-repeat:repeat-x;
}
#navbarlinks2 a:hover {
	background-image:url(featurebox_2_bg_tile_x.jpg);
	background-repeat:repeat-x;
}
#get_started_now {
	margin: 0px;
	padding: 0px;
	height: 85px;
	width: 1001px;
	margin-left: -1px;
	background-image:url(GSN_bg_tile_x.jpg);
	background-repeat:repeat-x;
}
#get_started_now-image {
	margin-left: 30px;
	width: 607px;
}
#get_started_now-cta {
	width:360px;
	float:right;
	height:85px;
}

#get_started_now-cta form {
height: 29px;
}

#get_started_now-cta #postcode {
	font-size:16px;
	font-variant:small-caps;
	font-weight:bolder;
	color:#003399;
	background-color:#FFFFFF;
	border:#FFFFFF 1px solid;
	width: 300px;
	height:25px;
	margin: 0px;
	margin-top:2px;
	display:inline;
	float:left;
}

#get_started_now-cta #go {
	padding:0px;
	margin: 0px;
	margin-top:2px;
	border: 0px;
	display:inline;
}

#get_started_now-cta h1 {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	font-size:18px;
	color:#000;
}
#get_started_now-cta h2 {
	margin: 0px;
	margin-top: 9px;
	padding: 0px;
	font-size:14px;
	color:#FFF;
}
#columnA {
	width: 630px;
	margin: 2px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 15px;
	
}

#columnA a:link, #columnA a:active, #columnA a:visited {
color: #003399;
text-decoration:none;
}

#columnA a:hover {
text-decoration:underline;
} 

#columnA p{
font-size:12px;
text-align:justify;
margin-bottom: 10px;

}

#form td{
font-size:12px;
padding: 5px;
background-image:url(module_body_bg_tile_x.jpg);
background-repeat:repeat-x;
}

#fp_content {
	width: 630px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 10px;
	margin-top: 5px;
	background-color: #edf6ff;
	
}

#fp_content h1 {
font-size:16px;
margin: 0px;
margin-bottom: 5px;
padding: 0px;
}

#op_content {
	width: 630px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 10px;
	margin-top: 0px;
	background-color: #edf6ff;
	min-height: 100%;
height:100%;
}

#exposition {
	position: absolute;
	top: auto;
	right: 0;
	left: 20;
	bottom:auto;
	margin: 10px;
	padding: 10px;
	border: 3px solid #000;
	background-color:#FFFFCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: none;
	font-size: 11px;
}

#exposition ul {
list-style-position:inside;
font-size:12px;
}

#op_content h1 {
font-size:16px;
margin: 0px;
margin-bottom: 5px;
padding: 0px;
}

#op_content h2 {
font-size:14px;
margin: 0px;
margin-bottom: 5px;
padding: 0px;
}


h2.next_step {
font-size:16px;
font-variant:small-caps;
border-top: 2px #000000 solid;
border-bottom: 2px #000000 solid;
padding: 5px;
}

input.next_step {
background-color:#0066CC;
color:#FFFFFF;
border:#000000 2px solid;
width: 100%;
font-size:14px;
font-weight:bolder;
}

#op_content ul{
font-size:12px;
list-style-position:inside;
margin: 10px;
}

#op_content li{
margin-bottom: 10px;
}

.contactbox {
	border: #666 1px solid;
	background-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.button {
background-color: #99CCFF;
border: 2px solid #000066;
padding: 3px;
margin-top: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#columnB {
	width: 350px;
	float:right;
	margin-top: 4px;
	margin-right:3px;
	display:block;
}

#we_buy_your_house {
	width: 350px;
	background-image:url(featurebox_2_bg_tile_x.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height: 250px;
}

#we_buy_your_house .stepsbox{
	background-image:url(white_bg_30%25.png);
	background-repeat:repeat;
	height: 50px;
	padding: 5px;
	margin: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.stepsbox p {
	font-size:11px;
	padding-left: 55px;
}

#testimonials {
	margin: 0px;
	margin-top: 10px;
	padding: 10px;
	font-size:16px;
	font-style:italic;
	line-height: 20px;
	font-weight:bold;
	text-align:center;
	background-image:url(postit_bg.jpg);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display:block;
}

#footer {
	height: 20px;
	text-align:center;
	width:100%;
	background-image:url(footer_bg_tile_x.jpg);
	background-repeat:repeat-x;
	background-position:center;
	font-size:11px;
	padding: 1px;
	line-height: 20px;
	display:block;
	clear:both;
}

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

#footer a:hover  {
	text-decoration:underline;
}

#swarm_tag {
	display: inline;
	float:right;
	clear:right;
	margin-right: 10px;
	z-index: -1;
}
#bottom_links {
	display: inline;
	float:left;
	margin-left: 10px;
}

/* BEGIN CONTENT CSS */

#how_can_we_help {
width: 100%;
margin: 0px;
padding: 5px;
height: 100px;
background-image:url(how-can-we-help_bg_tile_x.jpg);
background-repeat:repeat-x;
}

#how_can_we_help ul, #how_can_we_help li {
font-size:11px;
margin: 0px;
padding: 0px;
list-style:none inside;
}

#how_can_we_help h1 {
margin: 0px;
padding: 0px;
margin-bottom: 10px;
color: #FFF;
font-size:18px;
text-align:center;
}


#how_can_we_help ul.col1 {
width: 200px;
float: left;
display:inline;
}

#how_can_we_help ul.col2 {
width: 200px;
float: left;
display:inline;
}

#how_can_we_help ul.col3 {
width: 200px;
float: left;
display:inline;
}

#benefits {
	width: 100%;
	height: 164px;
	margin:0px;
	padding: 5px;
	background-image:url(featurebox_bg_tile_x.jpg);
	background-repeat:repeat-x;
}

#benefits ul {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	list-style:url(tick_bullet.png) inside;
}

#benefits li {
	font-size: 15px;
	letter-spacing: -1px;
	line-height: 28px;
	font-weight:bolder;
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}