* {margin:0px;padding:0px;}
body 
{
        behavior:url("csshover.htc");
}

a
{
	color:#66686B;
}

img
{
	border: 0px;
}

h1.seotitle
{
	font-size: 1px;
	text-indent: -10000px;
}

h1
{
	font-size: 12px;
	font-weight: bold;
}

p
{
	margin-top: 10px;
	margin-left: 0px;
}

p.bold
{
	font-weight:bold;
}

table
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;	
}

#homeconditionreportstable
{
	width:350px;
	border-collapse: collapse;
	border:1px solid #758395;
	margin-left:1px;

}

#homeconditionreportstable td, #homeconditionreportstable th
{
	border-collapse: collapse;
	border:1px solid;	
	padding:5px;
}

ul.nobullet
{
	list-style-type: none;
	list-style-position: outside;
	margin-left: 30px;
	margin-top: 10px;
}

.nobullet li
{
	margin-bottom: 5px;
}

ul.bullet
{
	list-style-position: outside;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 20px;
}

input, textarea, select
{
	font-family: "trebuchet ms", verdana, tahoma, sans-serif;
	font-size: 11px;
}


/* Site background and structure css */

body
{
	margin: 0px;
	padding: 0px;
	font-family:  "trebuchet ms", verdana, tahoma, sans-serif; 
	font-size: 13px;
	background: #f5f5f5;
	text-align: center;
}

.topshadedarea
{
	background: url("images/topshading.jpg") top repeat-x;
}

/* Hide background shadow for IE6. */
* html .topshadedarea
{
        background:url();
}

div
{
}

.bottomshadedarea
{
	background: url("images/bottomshading.png") bottom repeat-x;
}

/* Hide background shadow for IE6. */
* html .bottomshadedarea
{
        background:url();
}

.pagecontainer
{
	width:781px;
	margin: auto;
	text-align: left;
}
.page
{
	width: 781px;
}

.contentarea
{
	width: 781px;
}

#logo
{
	margin-top:10px;
}


.menuarea
{
	height: 30px;
	background: #d8dedf;
	margin-bottom:20px;
	position:relative;
}

.menu
{
	height: 30px;
	font-family: 'century gothic';
	font-weight: bold;
	font-size: 12px;
	z-index:1;
}

.menu ul
{
	list-style-type: none;
	float:left;
	width:800px;

}

.menu li
{
	float:left;
	margin-right: 30px;
	margin-left: 10px;
	position:relative;
	display:inline;
}

.menu a
{
	text-decoration: none;
	font-weight: 100;
	color: #074c62;
	padding:8px;
	display:block;
}

.menu a:hover
{
	text-decoration: none;
}

.menu li ul
{
	display:none;
	width:261px;
	background: #d8dedf;
	position:absolute;
	margin-top:-5px;
	z-index:3;
}

.menu #submenu
{
	
}

.menu #submenu li
{
	margin-right:0px !important;
}

.menu li#contactuslink
{
	float:right !important;
}

ul.pagelist
{
	padding:5px;
	padding-left:15px;
}

ul.pagelist li
{
	padding:5px;
}

/* Page content css */

.pagesection
{
	color: #66686B;
	/*color: #758395;*/
	padding-bottom:20px;
}

.mainimage
{
	margin-top: 20px;
}

.leftcolumn
{
	float: left;
	display:inline;
	width:350px;
}

.rightcolumn
{
	float: left;
	display:inline;
	width: 380px;
	margin-left:40px;
}

.highlightbox
{
	margin-top: 30px;
	float: left;
	display:inline;
	background: #EAEEF2;
	width:360px;
	height:200px;
}

.highlightbox .boxcontent
{
	padding:15px;
}
.highlightbox p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.highlightbox ul.bullet
{
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 40px;
}

#yellowbox
{
	background:url('images/home_information_packs.jpg') #dbb12c bottom right no-repeat;
	margin-right:40px;
}
#yellowbox p
{
	color:#074c62;
}

#greenbox
{
	background: url('images/energy_performance_certificates.jpg') #b7e08b bottom right no-repeat;
}
#greenbox p
{
	color:#074c62
}

#lightgreenbox
{
	background:url('images/home_buyers_condition_surveys.jpg') #8be0c5 bottom right no-repeat;
	margin-right:40px;
}
#lightgreenbox p
{
	color:#074c62;
}

#purplebox
{
	background:url('images/home_condition_reports.jpg') #d98be0 bottom right no-repeat;
}
#purplebox p
{
	color:#074c62;
}

.highlightbox ul.nobullet
{
	margin-right: 40px;
}

.highlightbox .boxtitle
{
	color:#074c62;
	font-size:16px;
	font-weight:100;
	cursor:pointer;
}

.highlightbox .boxtitle a
{ 
	color:#074c62;
	text-decoration:none;
}

.highlightbox .boxlink
{
	text-align:right;
}

.highlightbox .boxlink a
{
	text-decoration:none;
	font-weight:bold;
	color:#15556a;
}

.highlightbox .boxprice
{
	text-align:right;
	font-size:15px;
	margin-bottom:5px;
}

.highlightbox .boxprice .vat
{
	font-size:11px;
}

.highlightimagebox
{
	float: left;
	margin-left: -13px;
	margin-top: 70px;
}

.highlightimagebox p
{
	margin: 0px;
}


/* Footer area css */

.footer
{
	border-top: solid #D6D6D6 1px;
	font-size: 10px;
	color: #D6D6D6;
}

.footer a
{
	text-decoration: none;
	color: #D6D6D6;
	font-weight:bold;
}

.footer a:hover
{
	text-decoration: underline;
}

.footer img
{

}

.lhs
{
	float:left;
	margin-left: 15px;
	margin-top: 5px;
}

.rhs
{
	float:right;
	margin-right: 10px;
	margin-top: 5px;
}

.seperator
{
	margin-top: 10px;
	padding-right: 5px;
	border-right: 1px solid #D6D6D6;
}


/* Terms and Conditions css */

.tandc_info h2
{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

.tandc_info p
{
	margin-top: 10px;
	margin-right: 10px;
}

#logos
{
	margin-top:20px;
	margin-bottom:20px;
	height:80px;
}

#hipcode_logo
{
	float:left;
	display:inline;
}

#communities_logo
{
	margin-left:100px;
	float:left;
	display:inline;
}

#sava_logo
{
	margin-left:90px;
	float:left;
	display:inline;
}

#abbe_logo
{
	margin-left:70px;
	float:left;
	display:inline;
}

.intro
{
	padding-left:5px;
	padding-right:5px;
	
}

.titletext
{
	font-weight:100;
	font-size:17px;
}

.pageintro
{
	font-size:13px;
}

.introtext
{
	font-size:14px;
}

.contactdetails th 
{
	padding:5px;
	text-align:left;
	vertical-align:top;
	width:150px;
}

.contactdetails td 
{
	padding:5px;
	vertical-align:top;
}

#contact_table label
{
	float:left;
	width:80px;
}

#contact_table input
{
	height:20px;
}
#contact_table input, #contact_table textarea
{
	width:290px;
	border:1px solid #758395;
}

#contactbutton
{
	float:right;
}

.keysimage
{
	margin-top:10px;
	margin-left:-30px;
}

 * html .keysimage
 {
 	position:absolute;
 }

.contactheaderdetails
{
	float:right;
	margin-top:50px;
	font-size:18px;
	text-align:right;
	color:#064155;
}

.contactheaderdetails P
{
	margin:0px;
}

.companylogo
{
	float:left;
	display:inline;
}

/* client home information packs css */
#loginarea
{
	width:260px;
}
#myaccount_form #myaccount_table input
{
	border:1px solid #758395;
	width:190px;
}

#myaccount_form #myaccount_table input 
{
	height:20px;
}

#myaccountbutton
{
	float:right;
}

.primaryDownload
{
	margin-top:20px;
	margin-bottom:60px;
}
.primaryDownload h2 
{
	border:0 solid;
	font-size:1.2em;
	margin:8px 0 0;
}

.downloadcollection 
{
	margin-top:10px;
	padding-left:20px;
}

.downloadfileContainer 
{
	padding-left:20px;
}

.downloadfile 
{
	background-color:#EEEEEE;
	margin-top:7px;
	padding:3px 3px 3px 5px;
}

.catdots 
{
	background:transparent url(images/breadcrumb_dots.gif) repeat scroll 0 0;
	height:11px;
	margin-left:-28px;
	position:absolute;
	width:18px;
}

.downloadfile .filetitle a
{
	color:#666666;
	text-decoration:none;
}

.primaryDownload p 
{
	margin-top:0px !important;
}

.primaryDownload .filedetails
{
	padding-left:26px;
}

.primaryDownload .filedownload
{
	margin-top:10px;
	color:#666666;
	margin-bottom:10px;
}

/* ----------------------------------------------------------------------------
// File types
// ----------------------------------------------------------------------------*/   
div.filetype
{
        float:left;
        width:20px;
        height:20px;
        margin-right:5px;
}
.jpg, .gif, .bmp, .tif, .jpeg, .png { background: url(images/filetypes/image.gif) no-repeat; }
.html, .htm, .php, .asp, .aspx, .jsp, .cfm { background: url(images/filetypes/html.gif) no-repeat; }
.mov, .avi, .wmv, .rm, .qt, .mpg, .mpeg { background: url(images/filetypes/movie.gif) no-repeat; }
.ppt, .ppm { background: url(images/filetypes/powerpoint.gif) no-repeat; }
.pdf { background: url(images/filetypes/pdf.gif) no-repeat; }
.txt, .nfo { background: url(images/filetypes/txt.gif) no-repeat; }
.swf, .flv { background: url(images/filetypes/swf.gif) no-repeat; }
.doc, .dot { background: url(images/filetypes/word.gif) no-repeat; }
.xls { background: url(images/filetypes/excel.gif) no-repeat; }
.zip, .rar, .arj, .tar, .tgz, .gz, .zoo, .lha, .lzh { background: url(images/filetypes/archive.gif) no-repeat; }
.xml, .xsl, .xsd, .dtd { background: url(images/filetypes/xml.gif) no-repeat; }
.mp3, .mp2, .aif, .aiff, .wav { background: url(images/filetypes/sound.gif) no-repeat; }
.dll, .exe, .com { background: url(images/filetypes/exe.gif) no-repeat; }

.introtext a
{
	text-decoration:none;
}

.introtext a:hover
{
	color: #222222;
}
