html {
	background: #939495;
}

body {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding:0 0 0 0;
	margin:0 0 0 0;

}

a {

color:#972B7E;

}

a:hover {

color:#531745;

}

#poweredBy {

font-size:0.7em; 
color:#FFFFFF; 
margin:0 auto 0 auto; 
text-align:right; 
padding-top:94px; 
padding-right:40px

}

h1 {

font-size:1.5em;
color:#333333;

}

h2 {

font-size:1.3em;

}

h3 {

font-size:1em;

}

.purple {

color:#972B7E;

}

#pageText {

margin:30px 30px 0 30px;
line-height:1.4em;


}

#pageText li {

padding:0 0 5px 25px;
background:url(/site/custom/propertyOptions/images/tickBullet.png) left top no-repeat;
margin:0 0 0 0;


}

#pageText ul{

margin:0 30px 0 30px;
padding:0 0 0 0;
margin:0 0 0 0;
list-style-type:none;

}

#mainContainer {

	width:980px;
	margin:0 auto 0 auto;
	/*background: url("../images/navBg.png") repeat-y 0 0;*/
	background: url("../images/body.png") repeat-y center;	
	
	}

#header {
	height: 160px;
	width:950px;
	margin:0 auto 0 auto;
	background: url("../images/header.png") no-repeat center;
}

#home {

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.85em;

}

img#logo {
	margin-left: 20px;
}

a img {
	border: none;
}

#content {
	background: url("../images/navBg.png") repeat-y 0 0;
	width:950px;
	margin:0 15px 0 15px;
}

#nav {
	width: 240px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float: left;
	color: #fff;
}

#nav ul {
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 7px 0 10px 0;
}

#nav ul li {
	background: url("../images/navBullet.png") no-repeat 0% 50%;
	margin-left: 0;
	padding-left: 0;
}

#nav ul li a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 0.95em;
	padding: 5px 0 5px 15px;
}

#nav ul li a:hover {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #CCCCCC;
	font-size: 0.95em;
	padding: 5px 0 5px 15px;
}

#flash {
	
	float:left; 
	width:438px; 
	height:323px; 
	background: url("../images/flashBg.jpg") no-repeat 0 0;
	
}

#quickSearch {
	width: 243px;
	height: 324px;
	float: right;
	background: url("../images/qsBg.png") no-repeat 0 0;
	font-size: 1em;
	color: #666666;
}

#page {
	width: 690px;
	padding: 10px;
	float: left;
}

#valuation {
	background: url("../images/valuationBg.png") no-repeat 0 0;
	width: 216px;
	height: 207px;
	float: left;
	margin-right: 8px;
}

#featureBoxes {
	margin-top: 10px;
}

#featuredProperty {

	width: 243px;
	height: 207px;

}

#properties {
	background: url("../images/featuredBg.png") no-repeat 0 0;
	width: 243px;
	height: 207px;
	float: left;
	margin-left: 6px;
	text-align: center;
}

img.fPhoto {
	border: solid 1px #dd9e0b;
	margin-top:45px;
}

p#fPrice {
	color: #fff;
	font-size: 1.3em;
	margin: 8px;
	font-weight: bold;
}

p#fPrice a, p#fPrice a:visited {color: #fff}


/******** FORMS ********/

input, select, textarea {font-family: Arial, Helvetica, sans-serif; font-size: 0.9em}



.field {
	width: 100%;
	clear: both;
}

.field label {
	width: 45%;
	float: left;
}

#quickSearch .field {
	padding: 7px 0;
}

#quickSearch form {
	padding: 0 20px;
	margin-top:18px;
}

#quickSearch select {
	width: 110px;
}

.radios {
	width: 100%;
	padding-bottom: 8px;
	vertical-align: middle;
}

.radios label.radioLabel {
	vertical-align: middle;
}

.radios input {
	vertical-align: middle;
}

.radios label#looking {
	width: 45%;
	float: left;
	padding-top: 2px;
}

div#valuation form {
	padding: 8px 20px;
	margin: 0;
}

div#valuation form label {
	font-weight: bold;
	color: #555558;
}

div#valuation .field {
	padding: 4px 0;
}

#footer {

height:100px;
width:980px;
background: url("../images/footerBg.png") no-repeat top center;
margin:0 auto 0 auto;

}

#footer a {

color:#FFFFFF;

}

#footerEmail {

text-align:right;
float:right;
height:20px;
width:250px;
padding:32px 55px 0 0;
font-size:1.2em;
font-weight:bold;

}



/* Search results */


#searchResults {

	margin:20px 10px 10px 10px;
	min-height:450px;
	
	}
	
.searchOptions {

width:200px; 
float:right;

}		
	
#searchResults h3 {

	font-size:0.9em;
	color:#333333;
	
	}	
	
#searchResults h1 {

font-size:1.3em;
font-weight: bold;
margin:0 210px 0 15px;
padding:0 0 0 0;
	
	}	

.pageList {
	font-weight: bold;
	text-align: right;
	font-size:0.85em;
	background: #fff;
	color:#333;

}

.currentPage {
	border: solid 1px #333;
	padding:0 2px 0 2px;

	}

.bedrooms, .propertyType, .propertyPrice, .propertyStatus {

font-size:0.9em;

}

.pageList a, .pageList a:visited {

	text-decoration:none;
	color: #333;
	border: solid 1px #fff;	
	padding:0 2px 0 2px;

}

.pageList a:hover {
	border: solid 1px #333;
	color: #333;
}

.pageList a#next, .pageList a#previous {
	border: solid 1px #333;
	padding:2px;
}




.pageList a#next {

	padding:2px;
}

.pageList a#previous {

	padding:2px;
}
	

.searchNav {
	font-weight: bold;
	color:#333;
	padding: 10px;
	font-size:0.9em;
	margin:10px 0 0 0;

}

table.list {

	padding: 0;
	border-collapse: collapse;
	background: url(../images/oddBg.png) repeat-x bottom left;	
}

table.list td {
	padding: 5px;
}

.thumbnail img {
	margin: 10px 15px 10px 10px;
	border: solid 1px #666666;
}

.thumbnail a:hover img {
	border: solid 1px #999999;
}

.thumbnail {

}

.description {

	font-size:0.9em;
	color:#333333;
}

.propertyAddress {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	/*background-color:#006D97;*/
	font-weight:bold;
	padding:7px 5px 7px 0;


}

	
#more {

	color:#5C1743;
	font-size:1.1em;
	float:right;
	padding-right:10px;
	margin-bottom:5px;
	text-decoration:underline;
		
	}
	
#more a, #more a:link, #more a:visited {

	text-decoration:underline;
	color: #333333;
	
	}
	
#more a:hover {

	color: #666666;
	}

tr.even {

	background: url(../images/oddBg.png) repeat-x top left;

}
 

.available {
	font-weight: bold;
	font-size:1em;
	background:#972B7E;	
	color:#FFFFFF;
	padding:5px 10px 5px 10px;
	margin:0 0 0 0;
}

.notAvailable {
	font-weight: bold;
	font-size:1em;
	background: url(../images/notAvailableBg.png)  top left repeat-x #990000;	
	color:#FFFFFF;
	padding:5px 10px 5px 10px;
	margin:0 0 0 0;

}	

/* Search bar */

#searchBar {
 
	margin:8px 0 0 0;
	background:#803776;
	padding:10px 10px 5px 15px;
	color:#FFFFFF;
	height:25px;
  
 }

#resultsAscending {

font-family:Arial, Helvetica, sans-serif;width:250px;
padding:10px 20px 0 0;
float:right;
width:250px;
text-align:right;
font-weight:bold;

}
 
#searchBar form {
 
	margin:0 0 0 0;
	padding:0 0 0 0;
 
 }
 
#searchBar a {
 
	color:#FFFFFF;
 
 }
 
#searchBar a:hover {
 
	color:#CCCCCC;
 
 }
 
 
#searchBar select {
 
	font-size:0.95em;
 
 }

.searchFieldRooms {
 
	float:left;
 
 }
 
.searchFieldPrice {
 
	float:left;
	margin:0 3px 0 7px;
 
 }
 
.searchFieldPrice select {

width:80px;

}
 
.searchFieldRooms select {
 
	font-size:1em;
 
 } 
 
.radiosMap {
	
	margin:0px 8px 6px 0;
	padding:0px 0px;
	float:left;
	
	}
 
#buyMinMap {
 
	margin:0 0 0 4px;
 
 }
 
.minField {
 
	margin:0 0 5px 0;
 
 }
 
.searchFieldType {

	float:left;
	margin:0 10px 0 7px;

 }
 
.searchFieldType select {
 
	font-size:1em;
 
 }

 
.searchFieldArea input {
 
	font-size:1em;
 
 }
 
 .searchFieldArea {
 
 float:left;
 
 }
 
#hidden {

	height:30px;
	background:#803776;
	color:#FFFFFF;
	padding:0 0 0 10px;	

}

/* Particulars */

#pageParticulars {

margin:10px 0 0 15px;
width:668px;
float:left;
min-height:650px;

}

#pageParticulars p {

font-size:0.9em;

}

#thumbnails {

float:right;
margin:0 0 0 0;
width:215px;

}

#thumbnails img {

border:1px solid #666;
margin:0 0 2px 2px;

}

#thumbnails img a:hover {

}

#photoOptions {

height:20px;
margin:3px 0 0 0;
width:440px;
padding:5px 0 0 3px;
font-weight:bold;
background:#E3E3E3;


}

.photoPosition {

width:160px;
padding:0 10px 0 0;
text-align:right;
float:right;

}

.photoCaption {

width:330px;
text-align:left;
float:left;
font-weight:bold;
color:#444444;

}

#caption {

font-weight:bold;
width:100px;
float:left;

}


.photo a img {

border:none;

}

#column1 {

width:443px;
float:left;
margin:0 0 0 0;

}

#column2 {

width:242px;
float:right;
margin:0 0 0 0;
padding:20px 0 0 0;

}

#column3 {

width:34%;
float:left;
font-size:0.85em;

}

.featureList {

width:100%;
padding:10px 10px 10px 5px;
/*background:url(/site/custom/propertyOptions/images/featuresBg.png) left top repeat-x;*/
margin:0 0 0 0;
font-size:1em;

}

.featureList li {

padding:0 0 5px 25px;
background:url(/site/custom/propertyOptions/images/tickBullet.png) left no-repeat;
margin:0 0 0 0;
font-weight:bold;

}

.featureList ul {

padding:0 0 0 0;

margin:0 0 0 0;
list-style-type:none;

}

#environmental {

font-size:0.9em;

}

#propertyDetailsBar {

padding:9px 0 10px 10px;
width:655px;
font-size:1.4em;
background: url("../images/greyfadebg.png") repeat-x left bottom;
/*background:#FDEDC1;*/
color:#303652;
margin:0 0 10px 0;

}

#propertyType {

float:left;
width:380px;
font-weight:bold;
color:#7C2368;

}

#propertyAddress {

width:260px;
margin:5px 10px 0 0;
font-weight:bold;
float:right;
font-size:0.8em;
text-align:right;

}

#particularsAddress {

margin:3px 0 0 0;
padding:0 0 0 0;
color:#fff;
float:left;
width:200px;

}

#propertyPriceParticulars {

padding:0 20px 0 0;
color:#fff;
font-size:1.3em;
float:right;
width:240px;
text-align:right;

}

#location {

padding:0 10px 10px 5px;
margin:0 0 0 0;

}

#pageParticulars h2 {

font-size:1em;
margin:20px 0 6px 0;
padding:3px 0 3px 5px;
background-color:#7C2368;
color:#fff;

}

#pageParticulars h4 {

font-size:1.1em;
margin:10px 0 10px 0;
padding:0 0 0 0;
color:#972B7E;

}

.roomName {

font-weight:bold;
color:#333;
font-size:0.9em;

}

.roomDescription {

padding:0 0 0 0;
margin:6px 0 15px 0;

}

.propertyStatus {

font-weight:bold;
font-size:0.85em;

}

/* Register */

#register {

margin:15px 30px 0 30px;
width:600px;
float:left;
font-family:Arial, Helvetica, sans-serif;


}

.error {

color:#D1293F;
font-size:0.8em;

}

#msForm, form#regForm {
	width: 100%;
	margin: 20px auto;
}

fieldset {
	padding: 10px 20px;
	width:98%;
	margin:0 0 0 0;
	border-color: #c1c0b5;
	border-style: solid;
	border-width: 1px;
	background: url("../images/greyfadebg.png") repeat-x left bottom;
}

legend {

	font-weight: bold;
	font-size: 1.1em;
	color: #333;
}

#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;
}


/* sales */	
	
#salesSearch {

margin:20px 30px 0 30px;
font-family:Arial, Helvetica, sans-serif;

}	



#salesImg {

position:absolute;
top:250px;
right:20%;
width:180px;
height:120px;

}


#pageSales {

margin:0 30px 0 30px;

}

#sales h4 {

width:50%;
font-size:1em;

}

#salesLeft {

width:320px;
float:left;

}

.searchMenu {

margin:20px 0 30px 0;

}

#salesRight {

width:280px;
float:left;

}

.buttonBox {
	text-align: center;
	padding: 15px 0 0 0;

}

.buttonBox input, #formContainer .buttonBox input { float: none; }


.buyingField {
	padding: 3px 0;
	clear: both;
	width: 80%;
}

.areaField {
	padding: 6px 0 0 0;
	clear: both;
	width: 100%;
}

.areaFieldHeading {
	margin-top:10px;
	padding: 6px 0;
	clear: both;
	width: 100%;
}

.area {
		width: 23%;
		float: left;
	}
	
	.area input {

		float: left;
		margin-right:3px;
	}
	
	.area label {
		float: left;
		width: auto;
	}

div.buyingField label {
	width: 55%;
	float: left;
}

.buyingField input {
	float: left;
}

.registerField {

width:100%;
margin:25px 0 25px 0;

}

/* Contact */

.contactContainer {

min-height:600px;

}

.contactContainer h2 {

font-size:1.2em;

}

.contact h2 {

font-size:1.2em;

}

.branchdetails {
	
	padding-bottom: 15px;
	width: 400px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	
	}
	

	
.detailLabel {
	
	margin: 0;
	width: 15%;
	float: left;
	font-weight: bold;
	color:#333;
	padding-bottom:5px;
}

.details {
	
	width: auto;
	float: left;
	
	}

.detailfield {
	
	width: 100%;
	clear: both;

}

.contact input {

font-size:0.95em;

}

.contact select {

font-size:0.95em;

}

