html {
	background: url("../images/background.png") repeat-x left top #666;
}

body {
	width: 960px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	position: relative;
}

/************** TYPOGRAPHY *************/

a, a:link, a:visited {
	color: #0000ca;
}

a:hover {
	color: #333;
}

a img {
	border: none;
}

h1.imgHeading { margin: 0; padding: 0; }

h1, h2 {
	color: #0000ff;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
}

#homeSearch h2 {
	margin: 0 0 10px 0;
	padding-top: 0;
}


h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 8px;
	color: #666666;
}

h4 {
	font-size: 1.2em;
}


ul li {
	margin: 8px;
}

/************** LAYOUT ***************/

#telNo {
	position: absolute;
	right: 20px;
	top: 10px;
}

#sideBar {
	width: 210px;
	float: left;
	margin-top: 0;
}

#container {
	width: 710px;
	background: #f5f5f5;
	float: left;
	border: solid 10px #b1b1b1;
	min-height: 480px;
	margin-top:60px;
}


#footer {
	width: 730px;
	margin-left: 210px;
	margin-top: 15px;
	color: #ccc;
	clear: both;
}


#logo {
	position: relative;
	top: 20px;
}

#siteNav {
	background: #dadada;
	margin-top:50px;
}

#siteNav ul li a {
	display: block;
	padding: 5px 8px 5px 25px;
	color: #0000ca;
	background: url("../images/navArrow.gif") no-repeat 0% 50%;
	font-weight: bold;
	text-decoration: none;
}

#siteNav ul li a:hover { color: #333; }

#siteNav ul {
	list-style-type: none;
	padding: 10px 8px;
	margin: 0;
}

#siteNav ul li {
	margin: 0;
}

#secondaryNav ul {
	list-style-type: none;
	padding-left: 8px;
	margin: 20px 0 0 0;
}

#secondaryNav ul li a {
	display: block;
	padding: 5px 8px 5px 25px;
	color: #fff;
	background: url("../images/navArrowWhite.gif") no-repeat 0% 50%;
	font-weight: bold;
	text-decoration: none;
}

#secondaryNav ul li a:hover {
	color: #CCCCCC;
}

#secondaryNav  ul li {
	margin: 0;
}

#graphicLinks ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#graphicLinks ul li {
	padding: 0;
	margin: 0;
}
	

.main {
	padding: 10px;
}

.contentBox {
	border-bottom: solid 10px #b1b1b1;
	padding: 10px;
}





/******************* HOME PAGE ******************/
#flash {
	border-bottom: solid 3px #ccc;
}

#search1 { 
	width: 375px;
	float: left; 
	border-right: dotted 1px #0000ff;
	padding-right: 5px;

}

#search2 { width: 275px; float: left; padding-left: 20px; }

#homeSearch .searchField {
	width: 100%;
	clear: both;
	padding: 1px 0;
}

#searchForm {
	margin-bottom: 0;
}

#searchForm label, #searchForm #rLabel {
	width: 45%;
	float: left;
	color: #0000ff;
	font-weight: bold;
}

#homeSearch select, #homeSearch input {
	font-size: 0.95em;
}

#homeSearch #search1 label {

}


#valuationBox {

width:170px;
height:138px;
padding:40px 0 0 15px;
font-size:0.9em;
float:left;
margin:2px 0 0 5px;
background: url("../images/valuationBg.png") no-repeat top left;

}

#valuationBox form {
	margin: 0;
}

#valuationBox form select {
	
}

#valuationBox .searchField {
	width: 100%;
	clear: both;
	margin: 0 0 4px 0;
}

#valuationBox .searchField label {
	width: 33%;
	float: left;
	font-weight:normal;
	color:#FFFFFF;

}

#valuationBox .searchField input {



}

#valuationBox .buttonBoxValuation {
	text-align:right;
	height:20px;
	margin:12px 30px 0 0;
}


#registerBox {

width:175px;
height:178px;
float:left;
margin:2px 0 0 0;

}

.radios { margin-top: 10px; }

.buttonBox {
	margin: 10px;
}

#featuredProperties {
	padding: 10px 8px 10px 10px;
	background: #f5f5f5;
}

#featuredProperties h2 {
	padding-bottom: 15px;
}

.fImg {
	min-height: 75px;
}

.fp {
	width: 100px;
	float: left;
	text-align: center;
	margin-right: 15px;
}


.fp p {
	margin: 2px;
}

.fp img {
	border: solid 2px #ccc;
}

p.fPrice {
	font-weight: bold;
	font-size: 1.1em;
}

.fRentFreq { font-size: 0.9em; font-weight: normal; }
.fBeds { text-transform: capitalize; }

/************* PARTICULARS *************/

h4.roomName {
	margin-bottom: 0;
	font-size: 1em;
}

#pHeading {
	border-bottom: dotted 1px #004a95;
	font-size: 1.6em; 
	color: #0070de; 
	padding-bottom: 0.5em;
	margin-top: 8px;
	text-transform: uppercase;
}

#roomsAndType {
	padding: 0.5em 0;
	font-size: 12px;
	margin-bottom: 0.5em;
	font-weight: bold;
}

#particularsRightInfo h3 {
	font-size: 1em;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
	background: #ccc;
	color: #333;
}

#particularsRightInfo a img {
	border: solid 1px #fff;
}

#particularsRightInfo a:hover img {
	border: solid 1px #666;
}


p.particular {
	text-align: center;
}

.photoPosition {
	color: #fff;
	padding: 0.5em;
	text-align: right;
	background: #333;
	margin-top: 0;
}

#actionLinks p {	
	margin: 0 0 5px 0;
}

#actionLinks a img, #actionLinks a:hover img {
	border: none;
}


#particularsRightInfo {
	margin-left: 460px;
	text-align: center;
	width: 230px;
	background: #e8e8e8;
}

#particularsPhoto {
	float: left;
	width: 448px;
}

#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; }


#descriptionAndRooms {
	clear: left;
}

table.featureList {
	margin-top: 1.5em;
	width: 448px;
	border: dotted 1px #666;
	background: #e8e8e8;
}

table.featureList td { width: 50%; }

table.featureList ul {
	margin: 0;
	padding: 0.5em;
	list-style-type: none;
}

ul#ticklist { list-style-type: none; padding-left: 0; margin-left: 10px; }

 ul#ticklist li {
	margin: 0 5px;
	padding: 8px 0 8px 25px;
	background: url("../images/tick.png") no-repeat left center;
	}
	
table.featureList ul li {	
	margin: 0 5px;
	padding: 5px 0 5px 25px;
	background: url("../images/tick.png") no-repeat left center;
	font-weight: bold;
}


ul#locInfo {
	list-style-type: none;
	text-align: left;
}

.roomSize {
	font-weight: normal;
	font-size: 0.85em;
}

ul#locInfo li {
	margin: 0.25em;
	padding-left: 2em;
}

p.roomDescription {
	margin-top: 0;
}

#slideshowControls {
	text-align: center;
}
#slideshowControls img {
	margin-right: 10px;
}

#slideshowControls img, #slideshowControls select {
	vertical-align: middle;
	font-size: 0.9em;
}

#stWrapper  {
	position: absolute;
	top: 0px;
	left: 20px;
	margin: 20px;
}

#SLIDESTEXT {
	font-size: 1.3em;
	font-weight: bold;
	background: url("../images/overlay2.png");
}

#slideshow { position: relative; }

/********** SEARCH RESULTS *************/

#mrWrapper {
	margin-left: 400px;
}

#mapResults ol li {
	margin: 5px 0;
}

#pageNumbers {
	background: #e8e8e8;
	border: solid 1px #d7d7d7;
	margin-left: 10px;
	padding: 10px;
}

#mapSearchOptions {
	float: right;
	margin-top: 10px;
}

#mapLink {
	background: url("../images/mapIcon.png") no-repeat left center;
	padding: 3px 0 3px 25px;
	margin-left: 5px;
}

#listLink {
	padding: 3px 0 3px 25px;
	background: url("../images/listIcon.png") no-repeat left center;
	margin-right: 5px;
}

table.list {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
}

.list tr td.pageList {
	text-align: right;
	font-weight: bold;
}

.list tr td.searchNav {
	font-weight: bold;
}

.list tr td.propertyAddress {
	font-size: 1.1em;
	vertical-align: bottom;
}

.list tr.listBar {
	background: #e8e8e8;
	border: solid 1px #d7d7d7;
}

.searchNav, .pageList { padding: 10px; }
tr.tableSpacer { height: 10px; }

.list tr td.bedrooms { text-transform: capitalize; }
.list tr td.description { text-align: justify; padding-right: 10px; vertical-align: top; }
.list tr td.thumbnail {
	padding: 5px 15px 5px 0;
}
.list tr td.thumbnail a img {
	border: solid 1px #666;
}

.list tr td.thumbnail a:hover img {
	border: solid 1px #000;
}

.list tr td.propertyPrice {
	text-align: center;
}
.list tr td.propertyStatus {
	text-align: right;
	padding-right: 10px;
	width: 90px;
}
.list tr td.propertyType {
	text-align: left;
}

tr.odd {
	background: #fdfdfd;
}

/************* SEARCH FORM *************/

#allTypesWrapper { display: none; font-weight: bold; }

#propertyTypes { clear: both; margin: 15px 0; }

#mainSearch {
	margin: auto;
}

#mainSearch fieldset {
	background: #e8e8e8;
	border: solid 1px #d7d7d7;
	
}

#mainSearch select { font-size: 0.95em; }
#mainSearch .searchField {
	width: 100%;
	clear: both;
	margin: 5px;
}

#mainSearch label, #mainSearch #rLabel {
	width: 130px;
	float: left;
	font-weight: bold;
}



#mainSearch {
	margin: 30px;
	width: 450px;
}

#propertyTypes .cb {
	width: 33%;
	float: left;
}

#mainSearch .buttonBox {
	text-align: right;
}

.area {
	width: 33%;
	float: left;
}

legend {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	background: #666;
	border: solid 1px #d7d7d7;
	padding: 0.5em;
	margin-left: 0;
}

/*********** AUCTIONS ************/

#auctionNav {
	background: url("../images/auctionNav.png") repeat-x left bottom #fff;
}

#auctionNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0.95em;
}

#auctionNav ul li {
display: inline;
margin: 0;
}

#auctionNav ul li a {
	display: block;
	float: left;
	border-right: solid 1px #e6e6e6;
	padding: 10px;
	width: 80px;
	text-align: center;
	text-decoration: none;
}

#auctionNav ul li a.currentItem {
	color: #333;
	background: #f5f5f5;
}

#auctionNav ul li a#last { border-right: none; width: 83px; }

#auctionNav ul li a:hover { background: #f5f5f5; }

/************** REGISTER ***************/

#regForm fieldset {
	margin: 15px 0;
	padding: 0 10px;
}

#regForm .searchField {
	width: 100%;
	clear: both;
}

#regForm .searchField label {
	width: 35%;
	float: left;
}

select, textarea {
	font-size: 0.95em;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

/************* CONTACT US ************/

#contactUs {
margin-right: 275px;
}

.detailLabel {
	width: 75px;
	float: left;
	font-weight: bold;
}
