html {
	background: url("../images/background.png") repeat-x left top #999999;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	width: 885px;
	margin: auto;
	position: relative;
}

#container { 
	background: url("../images/body.png") repeat-y 0 0; 
	padding: 0 15px;

}

#content { min-height: 300px; }

#page {
	padding: 20px 60px 25px 60px;
}

#footer {
	padding: 10px 15px 25px 25px;
	border-top: solid 1px #ebece6;
	text-align: right;
}

#footerBottom {
	height: 25px;
	background: url("../images/footer.png") no-repeat left bottom;
}

#footer p { 
	margin: 0; 
	text-align: left;
	color: #696757;
	font-size: 0.95em;
}

#header {
	background: url("../images/header.png") no-repeat left bottom;
	height: 166px;
}

#siteNav ul {
	list-style-type: none;
	padding-top: 130px;
	padding-left: 20px;
	margin:0 0 0 0;

}

#siteNav ul li {
	display: inline;
}

#siteNav ul li a {
	display: block;
	color: #454545;
	font-weight:bold;
	float: left;
	padding: 0 0 3px 0;
	margin: 0 10px 5px 10px;
	text-decoration: none;
}

#siteNav ul li a:hover {

	color:#11006B;
	border-bottom: dotted 1px #11006B;
	
	}

#telNo {
	position: absolute;
	text-align:right;
	font-size:0.9em;
	font-weight:bold;
	color:#13007C;
	right: 35px;
	top: 50px;
}

.eMail {

margin:5px 0 0 0;

}


/*********** TEXT & IMAGES **********/

.img {

margin:0 0 20px 30px;
padding:1px;
border:1px solid #666;

}

a img {
	border: none;
}

a, a:link, a:visited {
	color:#130084;
}

a:hover { color: #3c3b32; }

img#logo {
	margin: 12px 0 0 12px;
	position: absolute;
}

p {
	text-align: justify;
	line-height: 140%;
}

ol li {
	margin: 8px;
}


h2 {
	font-weight: normal;
	color:#140080;
	font-size:1.5em;
	padding:10px 0 6px 0;
	margin:0 0 0 0;
}

h3 {

	font-size:1.2em;
	
	}

.small {

font-size:0.8em;

}

div.heading {
	background-repeat: no-repeat;
	background-position: left bottom;

}

div.heading h1 {
	margin: 0;
	padding: 36px 0 36px 25px;
}

div.heading#propsearch, div.heading#searchresults  {
	background-image: url("../images/hbg_propsearch.png");
}

div.heading#rent {
	background-image: url("../images/hbg_rent.png");
}

div.heading#freevaluation {
	background-image: url("../images/hbg_freevaluation.png");
}

div.heading#contactus {
	background-image: url("../images/hbg_contactus.png");
}

div.heading#register {
	background-image: url("../images/hbg_register.png");
}

div.heading#landlords {
	background-image: url("../images/hbg_landlords.png");
}

div.heading#commercial {
	background-image: url("../images/hbg_commercial.png");
	height:85px;
}

div.heading#mortgages {
	background-image: url("../images/hbg_mortgages.png");
	height:85px;
}

.error {
	font-weight: bold;
	color: #960f01;
}




/************* HOMEPAGE *************/

#home {
	background: url("../images/homeBg.png") no-repeat left bottom;
	height: 187px;
	margin-top: 1px;
	color: #fff;

}

#homeLinks {
	height: 201px;
	background: url("../images/featured.png") no-repeat left bottom;
}

#homeLeft, #homeRight, #featured {
	width: 397px;
	padding: 0 15px;
	float: left;
}

#homeRight p {

	padding:0 15px 0 15px;
	font-size:0.9em;
	
	}

#boldLinks {
	width: 427px;
	float: left;
	padding-left: 1px;
}

#homeRight p {
	margin-top: 0;
}

#featuredPic {
	width: 170px;
	float: left;
}

#featuredPic img {
	padding: 1px;
	border: solid 1px #7b7867;
}


#featured p {
	margin: 0;
}

#featuredProperty {

margin:10px 0 0 10px;

}

#featured p#fPrice {
	margin-bottom: 4px;
	font-size: 1.6em;
	color: #130084;
}

#featured p#fPrice span#rf {
font-size:0.55em;
text-transform:uppercase;
font-weight:bold;
color:#333333;
}

#featured p#fBeds {
	text-transform: uppercase;
	font-weight:bold;
	margin-bottom: 8px;
}

#featured p#fBeds a{

color:#000000;
text-decoration:none;

}

#featured p#fBeds a:hover{

color:#333;

}

#featured p#fTown {
	margin-bottom: 8px;
	text-transform: uppercase;
}

#featured p#fTown a{

text-decoration:none;
color: #000000;
}

#portals {
	background: url("../images/portals.png") repeat-x left top #fff;
	margin-top: 1px;
	padding: 0 15px;
}

#portals p {
	margin: 0;
	padding: 20px 0;
}

#portals img {
	margin-right: 20px;
	vertical-align: middle;
}

#portals img#last { margin-right: 0; }

/************** FORMS ***************/

select { font-size: 0.95em; }

#quickSearch {

	margin:0 0 0 10px;

}

.radio {

margin:0 0 0 0;
padding:0 0 0 0;

}

#rButtons {

font-size:0.9em;
margin-bottom:5px;

}

#rButtonsSearch {

font-size:1em;
margin: 15px 0 10px 0;

}

#quickSearch label {
	width: 85px;
	float: left;
	font-size: 0.95em;
}


#quickSearch form {
	margin: 0;
}

#quickSearch p {
	margin: 0;
	padding: 3px 0;
}

.field {
	width: 100%;
	clear: both;
}

#qsLeft {
	width: 45.9%; 
	float: left;
}

#qsRight {
	width: 54%;
	float: left;
}

#qsRight label {
	padding-left: 15px;
}

#quickSearch .field {
	padding: 4px 0;
}

div#submitbtn { padding-left: 95px; padding-top: 8px; }

#quickSearch a { color: #a8a697; } 

#msForm, form#regForm {
	width: 80%;
	margin: 20px auto;
}

fieldset {
	padding: 10px 20px;
	border-color: #c1c0b5;
	border-style: solid;
	border-width: 1px;
	background: url("../images/greyfadebg.png") repeat-x left bottom;
}

legend {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	color: #6c6a5a;
}

#msForm h4 { margin-top: 8px; color: #6c6a5a; }

#msForm .field, #regForm .field, form#valForm .field {
	width: 100%;
	clear: both;
	padding: 8px 0;
}

form#regForm .field, form#valForm .field {
	padding: 2px 0;
}

form#regForm fieldset, form#valForm fieldset {
	margin-bottom: 20px;
}

form#valForm div.buttonBox {
	padding-left: 33%;
}

form#regForm .field label, form#valForm .field label {
	width: 33%;
	float: left;
}

form#regForm div.buttonBox {
	text-align: center;
}
 
#msForm .field label {
	width: 50%;
	float: left;
}

#msLeft, #msRight {
	width: 50%;
	float: left;
}

form#valForm {
	width: 75%;
	margin: 20px auto 0 auto;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/********* SEARCH RESULTS *********/

table.list {
	border-collapse: collapse;
}

td.thumbnail img {
	padding: 1px;
	border: solid 1px #928f7a;
}

td.searchNav, td.pageList {
	background: #ebebe7;
	padding: 8px 5px;
	font-weight: bold;
}

td.pageList { text-align: right; }

td.propertyAddress, td.bedrooms, td.description {
	padding-left: 10px;
}

td.bedrooms { text-transform: capitalize; }

td.tableSpacer { height: 20px; }

td.propertyPrice {
	text-align: right;
	font-size: 1.3em;
	padding-right: 10px;
}

td.thumbnail, td.description {
	background: url("../images/greyfadebg.png") repeat-x left bottom;
}

.available {
	background: #1E00C4;
	color: #fff;
	text-align: center;
	padding: 3px 0;
}

.notAvailable {
	text-align: center;
	background: #868470;
	padding: 3px 0;
}


/************** PARTICULARS **************/

#particulars {
	padding: 25px;
}

#roomsAndType {
	font-size: 1.2em;
	margin-bottom: 15px;
	vertical-align: middle;
}

#particularsRightInfo {
	margin-left: 530px;
}

#particularsPhoto {
	float: left;
	width: 512px;
	margin-top: 15px;
}

img.aPhoto {
	padding: 1px;
	border: solid 1px #ccc;
	margin-left: 3px;
}

#photoPositionWrapper {
	background: #140080;
	color: #fff;
	padding: 5px;
	text-align: right;
}

#caption {
	z-index: 1001;
	background: url("../images/overlay.png") repeat;
	color: #fff;
	position: absolute;
	font-size: 1em;
	font-weight: bold;
}

#caption div#capText { padding: 7px; margin: 0; }

#propertyFeatures {

}

#propertyFeatures h2 {
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
}

#propertyFeatures ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#propertyFeatures ul li {
	padding: 5px 0;	
	margin: 0;
}


#particulars h3 {
	color:#140080;
}

h4.roomName {
	display: inline;
	font-size:1em;
}

p.roomDescription {
	margin-top: 10px;
}

.particularsBox {
	text-align: center;
	background: url("../images/particularsbox.png") repeat-x left bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
}

.particularsBox p { 
	text-align: center; 
	margin: 10px 0;
}

#particulars .particularsBox h2 {
	margin: 0;
	padding: 20px 0 20px 0;
}

.infoLink {
	padding-left: 20px;
}

div#particularsAddress {
	font-size: 1.6em;
	padding: 0 5px 5px 5px;
	color: #140080;
	border-bottom: dotted 1px #ccc;
}

div#roomsAndType {
	padding: 5px;
	font-size: 1.3em;
	font-weight: normal;
}


/*********** CONTACT US ***********/

.detailField {
	width: 500px;
	margin:0 0 0 0;
	background:#666666;
	height:50px;
}

.detailLabel {
	float: left;
	width: 120px;
	font-weight: bold;
}

.details {

height:20px;

}

.branchdetails {

margin:10px 0 0 0;

}

#pageLeft {

width:60%;
float:left;

}

#pageRight {

width:40%;
margin-top:20px;
float:left;

}

/********* FREE VALUATION **********/

/******** COMMERCIAL PROPERTY ********/

