* {
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

.clearit {
	clear: both;
	overflow: hidden;
}

body {
	background-color: #374047;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #363636;
	margin-bottom: 20px;
}

a img {
	border: 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(../images/bgnd-banner.jpg) no-repeat center 80px white;
}

#header {
	width: 960px;
	height: 80px;
	background: url(../images/bgnd-header.jpg) repeat-x top left;
	position: relative;
}

#logo {
	width: 230px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 20px;
}

#nav {
	width: auto;
	height: 40px;
	list-style: none;
	position: absolute;
	right: 20px;
	bottom: 0px;
}

#nav li {
	float: left;
	text-align: center;
	font-size: 1.2em;
	line-height: 110%;
}

#nav li a {
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover {
	text-decoration: underline;
}

.current-page {
	background: url(../images/current-page-left.gif) no-repeat left top;
	height: 40px;
}

.current-page a {
	display: block;
	width: auto;
	height: 25px;
	background: url(../images/current-page-right.gif) no-repeat right top;
	color: #0e283d;
}

.page-item {
	background: url(../images/page-left.gif) no-repeat left top;
	height: 40px;
}

.page-item a {
	display: block;
	width: auto;
	height: 25px;
	background: url(../images/page-right.gif) no-repeat right top;
	color: white;
}

#nav .home a {
	width: 73px;
	padding-top: 15px;
}

#nav .normal a {
	width: 110px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#banner {
	width: 960px;
	height: 200px;
	position: relative;
}

#banner-text {
	display: block;
	width: 400px;
	height: 80px;
	background: url(../images/banner-text.gif) no-repeat center;
	position: absolute;
	top: 20px;
	left: 20px;
}

#banner-offer {
	display: block;
	width: 502px;
	height: 82px;
	background: url(../images/banner-offer.gif) no-repeat center;
	position: absolute;
	bottom: 10px;
	left: 19px;
}

#banner-offer p {
	display: block;
	padding: 15px 0 0 20px;
	float: left;
	color: #4d9d19;
	font-size: 2.1em;
}

#content {
	width: 920px;
	margin: 0 auto;
}

#colLeft {
	width: 600px;
	padding: 40px 10px 0 0;
	float: left;
}

#colRight {
	width: 310px;
	float: left;
}

#colRight #formTitle {
	display: block;
	width: 310px;
	height: 55px;
	margin-bottom: 0px;
	background: url(../images/form-title.png) top left no-repeat;
}
#colRight #addresschosenspan {
	background:url("../images/tick-med.png") no-repeat scroll 4px 2px transparent;
	padding-left:18px;
}
#formTable {
	background: url(../images/bgnd-formfooter.png) bottom center no-repeat #c8f0ff;
	width: 290px;
	padding-bottom: 15px;
	margin: 0 auto 10px auto;
	font-family:Arial,Helvetica,sans-serif;
}

.form-row {
	width: 270px;
	height: 30px;
	margin: 0 auto 5px auto;
	font-size: 1.2em;
}

.form-row label {
	display: block;
	width: 80px;
	float: left;
	color: #363636;
	font-weight: bold;
	line-height: 2.2em;
}
.form-row-desc label{
	display: block;
	width: 230px;
	float: left;
	color: #363636;
	font-weight: bold;
	line-height: 2.2em;
}

.form-row-desc{
	width: 270px;
	height: 100px;
	margin: 0 auto 5px auto;
	font-size: 1.2em;
}
.form-row-button{
	/*position:relative 200px 200px;*/
	text-align: center;
}


form .selected				{background:#FFCFCF; border:1px solid #D8000C;}
form .text_selected			{color:#DD9595;}

.thanks {
	padding: 10px;
	}
	
.dropdown {
	width: 110px;
	padding: 3px;
	font: 12px Arial,Helvetica,sans-serif;
}

.textbox {
	width: 175px;
	padding: 5px;
	background-color: white;
	border: none;
	font: 12px Arial,Helvetica,sans-serif;
}
.offer {
	padding: 10px;
	background-color: white;
	border: none;
	font: Arial,Helvetica,sans-serif;
	margin: 10px;
}

textarea {
	width: 255px;
	padding: 5px;
	background-color: white;
	border: none;
	font: 12px Arial,Helvetica,sans-serif;
}

.checkbox {
	vertical-align: text-bottom;
}

#footer {
	width: 920px;
	background: url(../images/bgnd-footer.gif) bottom center no-repeat;
	padding: 10px 20px 15px 20px;
	font-size: 1.1em;
	color: #307ea5;
}

.img-aligntop {
	margin-top: -30px;
}

#content h1 {
	font-size: 2.0em;
	color: #0a253b;
	margin-bottom: 10px;
}

#content h2 {
	font-size: 1.8em;
	color: #208DCF;
	margin-bottom: 10px;
}

#content h3 {
	font-size: 1.6em;
	color: #208DCF;
	margin-bottom: 10px;
}

#content h4,
#content h5,
#content h6 {
	font-size: 1.4em;
	color: #20759e;
	margin-bottom: 10px;
}

#content p {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 16px;
}

#content a,
#footer a {
	color: #20759e;
	border-bottom: 1px dotted #20759e;
	text-decoration: none;
}
#required {
	color: #20759e;
	text-decoration: none;
	text-align: left;
	padding-left: 12px;
}

#content a:hover,
#footer a:hover {
	border-bottom: 1px solid #20759e;
}

#content ul {
	list-style: none;
	font-size: 12px;
	margin-bottom: 16px;
	margin-left: 15px;
}

#content ul li {
	background: url(../images/tick.gif) left top no-repeat;
	padding: 0 0 5px 23px;
}

#content.secondlevel {
	background: none;
	padding: 0;
}

#content ul li ul{
	list-style: none;
	margin-bottom: 0px;
	margin-left: 35px;
	font-weight:normal;
}

#content ul li ul li{
	background: url(../../images/icons/bullet_blue.png) left top no-repeat;
	padding: 0 0 5px 23px;
}


.fill {
	/*margin-top: 35px;*/	
}

#f_project_post_code {
	width: 80px;	
	vertical-align: top;
}

.addresslist {
	width: 275px;
	padding: 5px;
	background-color: white;
	border: none;
	font: 11px Arial,Helvetica,sans-serif;
}

#addresslistrow {
	height: 144px;
}

#findaddress {
	vertical-align: top;
	font-size: 10px;
}

#addressnotfound {
	vertical-align: top;
	font-size: 10px;
}
#addressnotfound {

}

.error_box_small {
	border: 1px solid;
	margin: 0px 5px 10px 5px;
	padding: 9px 9px 9px 35px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 12px;
}
.error_box_small a {
	color:#000000;
	text-decoration:underline;
}
.error_box_small a:hover {
	color:#000000;
	text-decoration:none;
}
.info {
    color: #00529B;
    background-color: #D4EBFF;
    background-image: url('../images/knobs/info-small.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/knobs/success-small.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/knobs/warning-small.png');
}
.error {
    color: #D8000C;
    background-color: #FFCFCF;
    background-image: url('../images/knobs/error-small.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../images/knobs/validation-small.png');
}

/* Wordpress
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
.blog .post_home a					{text-decoration:underline;}
.blog .post_home a:hover				{text-decoration:none;}
.blog .post_home					{padding:10px 0 0 10px; position:relative;}
.blog .post_home p					{font-size:1.2em; padding:8px 0; line-height:1.4em;}
.blog .post_home .recent				{border-left: 1px dotted #BFBFBF; float:right; margin:12px 7px 5px 10px; padding:6px; width: 300px;}
.blog .post_home ol 				{font-size:1.1em; line-height:1.4em; list-style:none;}
.blog .post_home ol li				{padding:6px 0px 5px 3px;}
.blog .post_home ol li a				{color:#C8401A;}
.blog .post_home ol li a:hover		{color:#67CD14;}
.blog .post_home .editor_date			{color:#666666; font-size:1.1em;}



/* --- CSS for New Quote Form --- */


.form-section-outsidebox-placeholder { /* Black Overlay to darken the background of the non-box (has lesser zindex than the box) */
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 180%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
 
.form-section-box .form-row { 
	padding: 0 0 0 0; /* these may get overridden below */
	margin: 0 0 0 0; /* these may get overridden below */
}

.form-section-box { /* The section to be maintained in white */
	position: absolute;
	top: 25%;
	    left: 50%;
    margin-left: -240px;
	width: 424px;
	/*height: 230px;*/
	/*border: 16px solid orange;*/
	background-color: white;
	z-index: 1002;
	overflow: auto;
}

.form-section-box .form-section-box-container { /* The section to be maintained in white */
	border: 16px solid orange; /* oh yes, no bespoke colours here */
	height: 230px;
}

.form-section-box .closebutton {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1003;
}
.form-section-box .top-address-box {
	background-color: #cccccc;
	border-bottom: 1px solid #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 4px;
	margin-bottom: 12px;
}
.form-section-box .top-address-box label {
	font-size: 13px;
}

.form-section-box #postcode {
	width: 88px;
}
.form-section-box .bottom-address-box {
	padding: 16px 16px 0px 16px;
}
.form-section-box .bottom-address-box.morespacetop {
	padding: 0px 16px 0px 16px;
}
.form-section-box .bottom-address-box select#addressid {
	width: 362px;	
}
.form-section-box .bottom-address-box label {
	font-size: 16px;
}
.form-section-box .bottom-address-box #manualaddress {
	color: #0000a2;
	padding: 0px;
	font-size: 14px;
	font-family: Calibri, Arial, Helvetica, sans-serif; /* Never heard of calibri but apparently a common font default for links */
	background: none;
	border: none;
	display: block;
	text-decoration: underline;
	/*border-bottom: 1px solid #00F;*/
	cursor: pointer;
	float: left;
}
.form-section-box .bottom-address-box #submitaddress {
	float: right;
}
.form-section-box .bottom-address-box #address1 {
	margin-bottom: 4px;
	display: block;
	width: 300px;
}
.form-section-box .bottom-address-box #address2 {
	margin-bottom: 4px;
	display: block;
	width: 300px;
}
.form-section-box .bottom-address-box #town {
	margin-bottom: 4px;
	display: block;
	width: 240px;
}
.form-section-box #repeatpostcode {
	width: 88px;
}
.form-section-box .bottom-line {
	margin-top: 4px;
}
.form-section-box .looklikeatextbox {
	/*background-color: #dddddd;*/
	font-color: #222222;
	border: 1px solid #000000;
	padding: 3px 12px 3px 2px;
	font-size: 13px;
}
.form-section-box #addressnotfound {
	padding-bottom: 6px;
	font-weight: bold;
	display: block;
}

.highlighterror {
    background: none repeat scroll 0 0 #FFF0ED;
    border: 1px solid #C75E50 !important;
}

/* --- end of new bit for addressing --- */

div.button {
	padding:0 0 0 100px	
}

div#housesection label {
	line-height:1.2em !important	
}
div.timeToCall label {
	line-height:1.2em !important
}
div#submitsection {
	padding:0;	
	width:100px;
}

div#submitsection input {
	padding:3px;
	border:none;
	background: #EA6054;
	border:solid 1px #B21A2C;
	border-radius:20px;
	-moz-border-radius:20px;
	font-weight:bold;
	color:#FFF;
	width:110px
	}
	
select.dropdown2{
	width: 174px;
	padding: 3px;
	font: 12px Arial,Helvetica,sans-serif;
}

input#changeaddress {
	padding:3px;
	border:none;
	background: #EA6054;
	border:solid 1px #B21A2C;
	border-radius:20px;
	-moz-border-radius:20px;
	font-weight:bold;
	color:#FFF;
	width:110px;
	  font-size: 10px;
	}	
	span#myaddress {
	width:220px;
	float:right;
		
	}
	#hasaddresstitle {
		font-weight:bold	
	}
	h2.fill {
	margin:0 !important;
	text-align:left;
	padding:0 0 0 10px;	
	}
	div.thanks {
		padding: 0 0 0 10px;	
	}
	
	select#addressid {
	border:solid 1px #A5D2E3		
	}
	
	.textbox{
	border:solid 1px #A5D2E3		
	}
	
	textarea#description {
	border:1px solid #A5D2E3;
	}
	
	input[name="f_windows"] {
		width: 40px;
	}
	
	input[name="f_doors"] {
		width: 40px;
	}
	
	/* --- END CSS for New Quote Form --- */

