/* ZERO DEFAULTS */
* {
	margin:0;
	padding:0;
	border:0;
}

/*****************************************************************************/
/*HTML ELEMENTS*/
/*****************************************************************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:76%;
	/*background-image:url(/images/body_bg.jpg);*/
	background-color: #00732f;
}

/*Headings*/

h1 {
/*border: 1px red solid;*/
	/*position:absolute;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#fffbcc;
	top:9em;
	left:212px;
	font-size:1.7em;
	font-weight:normal;
	display: inline;
	margin: 0 0 1em 0;
	display: block;
	text-align: center;
}

/*h1#property {
	top:9em;
	display: inline;
}*/

h2 {
	font-size:1.6em;
	margin:2em 0 2em 0;
	color:#fffbcc;
	clear: left;
}

div#content h2 a{
	/*color:#fffbcc;*/
}

h2.related {
	margin-top:40px;
}

h3 {
	font-size:1.6em;
	font-weight:normal;
	/*margin-bottom:0.9em;*/
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active  {
	font-weight:normal;
	text-decoration:none;
	color:#000;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active  {
	text-decoration:none;
	color:#000;
}

h4 {
	font-size:1.2em;
	font-weight:normal;
	margin-top:2.0em;
	color: #fffbcc;
}

/*Paragraphs*/

p {
	margin:1em 0 1.5em 0;
	line-height:1.3em;
	color: #fffbcc;
}

p.strapline {
	clear:both;
	color:#fffbcc;
}

/*Links*/;

a:link, a:visited {
	color:#060;
	font-weight:bold;
}

a:hover, a:active {
	color:#8ca679;
}

/*Form Elements*/

form p{
	color: #00732f;
}

button {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#00732f;
	border-width: 2px;
/*	border-style:solid;*/
	/*border-color: #cc9 #060 #060 #cc9;*/
	font-size:1.1em;
	padding:0 20px;
	height:22px;
	width:110px;
	color: #fffbcc;
}


button:hover {
	
}

input, select, textarea {
	background-color:#f9f7de;
	border:1px solid #ccc;
}

input, textarea {
	width:200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.hidden {
	display:none;
}	

textarea {
	overflow:auto;
	font-size:1em;
}

input.checkbox {
	width:auto;
	border:none;
	margin-right:5px;

}

label {
	font-weight:bold;
	display:block;
	margin-top:10px;
	margin-bottom:3px;
	color:#00732f;
}

/*****************************************************************************/
/*ID ELEMENTS*/
/*****************************************************************************/

div#addresses {
/*border: 1px red solid;*/
	/*margin-top: 20px;*/
	float: right;
	width: 218px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

div#addresses p {
	color: #fffbcc;
	margin:0;
}

div#addresses a {
	color: #fffbcc;
	display: block;
}

form#search {
	float: right;
	/*clear: right;*/
	width: 218px;
	padding: 0 0 0 3px;
	background-color: #fffbcc;
	margin: 4em 0 3em 0;
}



div#addresses, div#news, div#primelocation, form#search  {
	width:160px;
}

/*div#pHome {
	margin: 0 auto;
	background-color: #fffbcc;
	padding: 5px;
	margin: 0 0 1em 0;
}*/
div#content{
/*border: 1px blue solid;*/
	padding: 20px;
	background-color:#fffbcc;
	/*float: left;*/
	margin: 0 0 0 0;
	display: inline-block;
}
div#content.frame {
	/*width:455px;*/
	/*margin: 0 0 0 40px;*/
/*	background-color: #fffbcc;*/
	/*padding: 5px;*/
	/*float: left;*/
}

div#content img{
	/*text-align: center;*/
	/*margin:0 0 0 35px;*/
}

div#content img{
	margin:0 0 0 0;
/*	float: none;*/
}






div#main p{
	line-height:1.1em;
	font-size: 1.2em;
	text-align: justify;
}



dl#headlines dd, p.publishdate {
	margin-bottom:2.0em;
	margin-top:0.5em;
	font-style:italic;
}

dl#headlines a {
	color: #fffbcc;
}


fieldset#your_requirements, fieldset#your_details {
	border: 1px solid #ccc;
	padding:10px;
	float:left;
	margin:0 0 0 23px;
	/*margin-bottom:20px;*/
}

fieldset#your_requirements legend, fieldset#your_details legend{
/*width:200px;*/
padding: 0 40px 0 40px;
text-align: center;
/*margin:0 0 20px 8px;*/
font-size:1.4em;
color:#00732f;
}

fieldset#email {
	width:200px;
	display:block;
	border: 1px solid #ccc;
	padding:10px;
	margin-bottom:20px;
}



fieldset#your_details {
	margin-right:40px;
}

fieldset#preferences {
	margin:20px 0;
	clear:both;
}

textarea#Address {
	height:150px;
}

textarea#Other_Requirements {
	height:238px;
}

ul#heading {
	width: 410px;
	font-size: 1.2em;
	font-weight: bold;
	color: #00732f;
	margin:0 0 1em 85px;
	float: left;
	display: inline;
}

ul#heading li{
	float: left;
	margin:0;
	list-style:none;
}

ul#heading li#requirements{
float: right;
}



div#content p.reg_info{
	color:#00732f;
	text-align: center;
}

ul#footer {
/*background-image:url(/images/body_bg.jpg);*/
	clear:both;
	width:978px;
	margin-top:2em;
	margin-bottom:30px;
	float: left;
	padding: 0 0 10px 0;
	display: block;
	/*border: 1px red solid;*/
}

ul#footer li {
	display:inline;
	font-size:0.9em;
	color:#fffbcc;
}

ul#footer li#rightmove {
margin: 0 315px 0 0;
}

ul#footer li#sales {

}

ul#footer li#wsa {
margin: 0 310px 0 0;
}

div#logo {
	/*background:url(/images/logo.gif) no-repeat center;*/
	background:url(/images/logo2.jpg) no-repeat;
	text-indent:-5000px;
	width:978px;
	height:200px;
}

div#left{
/*border: 1px red solid;*/
	width:175px;
	float: left;
}

div#right{
/*border: 1px red solid;*/
	width:175px;
	float: right;
}

div#main {
	padding: 0;
	margin:1em 0 0 190px;
	/*border: 1px red solid;*/
	width: 595px;
	text-align: center;
}




/*div#main p#intro{
background-image:url(/images/body_bg.jpg);
position: absolute;
	top:179px;
	left:177px;
	line-height: 2em;
	font-weight: bold;
	width: 587px;
	padding: 0 0 10px 0;
	display:inline;
}*/

div#property_details {
	margin-bottom:20px;
	clear:both;
	color:#fffbcc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

div#property_details ul{
	margin: 1em 0 2em 0;

}

div#property_details li {
	margin-left:15px;
}

div#left ul#navigation {
	/*background:url(/images/main_bg.jpg) repeat-y;*/
	/*background-image:url(/images/body_bg.jpg);*/
	width:175px;
	padding:0 0 20px 0;
	margin: 4em 0 0 0;
	/*float: left;*/
}

div#left ul#navigation li {
	background-image:url(/images/nav_bgr.jpg);
	/*display:inline;*/
	list-style:none;
	font-size:1.2em;
	font-weight:bold;
	width: 140px;
	background-color: #fffbcc;
	margin: 0 0 2em 0;
	padding: 3px 0 3px 5px;
}

div#left ul#navigation li a {
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#00732f;
	display: block;
	
}

div#left ul#navigation li a:hover {
color:#00a543;
}



#footer li a{
}

div#primelocation {
	margin-top:20px;
	clear: left;
	width:175px;
	/*float: left;*/
}

div#primelocation p {
	padding-top:7px;
	font-size:0.9em;
	font-weight:bold;
	color:#fffbcc;
	/*font-style:italic;*/
}

div#primelocation img {
	margin-right:22px;
}

form#search button {
	display:block;
	margin-top:10px;
	margin-bottom:3px;
	border: none;
	background-color:#00732f;
	color:#fffbcc;
	font-weight: bold;
}


div#wrapper {
	font-size:1.0em;
	position:relative;
	width:978px;
	margin:0 auto;
	padding: 15px 0 0 0;
	display: 
}

ul#detail_buttons {
/*border: 1px red solid;*/
	display: block;
	/*float:left;*/
	list-style:none;
	padding: 0 0 0 20px;
	margin: 2em 0 2em 0;
	font-weight: bold;
}

ul#detail_buttons li {
	margin:10px 10px 16px 0;
	float: left;
	display: inline;
	text-align: center;
}

ul#detail_buttons li a.button {
display: block;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

ul#detail_buttons a.button {
	background-image:url(/images/detail_bgr.jpg);
	border:none;
	display:block;
	width:127px;
	height:21px;
	text-align:center;
	font-weight:normal;
	color:#00732f;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:3px 0 0 2px;
	font-size: 1.1em;

}


/*****************************************************************************/
/*CUSTOM CLASSES*/
/*****************************************************************************/

a.button {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#00732f;
	/*border-width: 2px;*/
/*	border-style:solid;*/
	/*border-color: #cc9 #060 #060 #cc9;*/
	font-size:1.1em;
	padding:0 20px;
	height:22px;
	width:110px;
	color: #fffbcc;
	text-decoration: none;
}

a.news_button {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#fffbcc;
	/*border-width: 2px;*/
/*	border-style:solid;*/
	/*border-color: #cc9 #060 #060 #cc9;*/
	font-size:1.1em;
	padding:5px;
	height:22px;
	width:110px;
	color: #00732f;
	text-decoration: none;
	font-weight: bold;
	margin: 2em 0 0 0;
	clear: both;
}


/*a.button:hover {
	background-image:url(/images/body_bg.jpg);
}
*/
a.email {
	background:url(/images/icon_email.gif) no-repeat left bottom;
	padding-left:24px;
}

div.photo {
	/*background-image:url(/images/image_shadow.jpg);*/
	/*margin-left:5px;*/
	/*margin-top:5px;*/
/*	margin: 0 auto;*/

}



/*div.pHome {
	border: 1px red solid;
	width:450px;
	height:300px;
	margin:0;
	float:none;
	margin: 0 auto;
}*/

div.pGallery {
	width:450px;
	height:300px;
	/*display:block;*/
	clear:left;
	margin-top:30px;
	margin-bottom:20px;
}

div.pResults {
	border: 1px #000 solid;
	width:250px;
	height:167px;
	/*margin-right:15px;*/
	float:left;
	/*margin:5px 0 0 5px;*/
	padding:0;
	background: none;
	position: relative;

}

div.pDetail {
	width:375px;
	height:250px;
	margin-bottom:20px;
	/*float:left;*/
}

div.pThumb {
	width:120px;
	height:80px;
}

div.photo img {
/*	margin-left:-5px;
	margin-top:-5px;*/
}

div.search_result, div.basket_result {
	width:530px;
	height:167px;
	float: left;
	clear: both;
	margin-bottom:2em;
	display: block;
}

div.search_result p {
	width: 265px;
}

div.search_result p.result_price{
text-align: center;
float: left;
margin: -10px 0 0 40px;
width: 200px;
height:25px;
display: inline-block;
}

div.search_result div.details {
	/*margin-left:265px;
	margin-top:-175px;*/
	width:270px;
	height:167px;
	float: right;
	position: relative;
}

div.basket_result div.details {
	margin-left:150px;
	margin-top:-90px;
}

div.basket_result search_result {
	font-size:1.2em;
}

div.search_result p.result_price, div.basket_result p.result_price {
	font-weight:bold;
	text-align: center;
}

div.basket_result p.result_price {
	margin-bottom:5px;
}



div.search_result a.button, div.basket_result a.button {
	/*float:left;*/
	width:110px;
	text-align:center;
	padding:2px 5px;
	margin:0 5px 0 0;
	color:#000;
	font-weight:normal;
}




div.offers_invited{
	background:url(/images/offers.gif) no-repeat left bottom;
	width:95px;
	height:95px;
	position:absolute;
	top:0;
	left:0;
}

div.sold{
	background:url(/images/sold.gif) no-repeat left bottom;
	width:95px;
	height:95px;
	position:absolute;
	top:0;
	left:0;
}

div.sale_agreed{
	background:url(/images/agreed.gif) no-repeat left bottom;
	width:95px;
	height:95px;
	position:absolute;
	top:0;
	left:0;
}



div.status span {
	/*text-indent:-5000px;*/
	display: none;
}

div.status-detail {
	margin-right:8px;
	width:100px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	
}

div.status-detail span {
	display: none;
}

label.area {
	margin-top:0;
}

.errorMsg {
	font-weight:bold;
	color:#c90119;
}

#placeholder {
	/*display:block;
	clear:left;
	margin-top:20px;
	margin-bottom:20px;*/
	/*margin-left:10px;*/
}

#imagegallery {
	list-style:none;
 	margin: 0 0 20px 0;
	/*margin-right:210px;*/
	/*width:700px;*/
	padding-left: 0;
	border-left:none;
}

#imagegallery li {
  display:inline;
  float: left;
  padding: 0 10px 10px 0;
  list-style: none;
}

#imagegallery li a img {
  border: 0;
}

#map {
 width: 500px;
 height: 400px;
}

table th, table td {
	padding: 5px 20px 5px 0;
}

table th {
	text-align:left;
}

ul.related {
	list-style:none;
	line-height:1.5em;
	margin-bottom:2.0em;
		color:#fffbcc;
}

ul.related a{
		color:#fffbcc;
}

a#moreinfo {
	background-image:url(/images/nav_bgr.jpg);
	/*display:inline;*/
	list-style:none;
	font-size:1.2em;
	font-weight:bold;
	
	color:#00732f;
	/*padding: 3px 0 0 5px;*/
	padding:3px 45px 0 45px;
}



/*div#photos.galleryview {
	background-color:#fffbcc;
}*/

/*div.panel {
	border: 1px red solid;
}*/

/*div.panel img{
	margin:0;
}

ul.filmstrip {
}
*/

div#content img.office {
	/*border: 3px #fffbcc solid;*/
}

div#content.results p{
	color: #000;
}
a.back_results{
		background-image:url(/images/detail_bgr.jpg);
	border:none;
	display:block;
	width:129px;
	height:21px;
	text-align:center;
	font-weight:normal;
	color:#00732f;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:3px 0 0 0;
	font-size: 1.1em;
}

a.available{
	color:#fffbcc;
}

h2 a.title{
	color:#fffbcc;
}
a.details_btn {
	display:block;
	border: none;
	background-color:#00732f;
	color:#fffbcc;
	width:110px;
	height:20px;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	position: absolute;
	bottom:0;
	left:80px;
	font-weight: bold;
}

div#newsdetail {
	color:#fffbcc;
	width: 620px;
	float: left;
}

div#newsdetail a{
	color:#fffbcc;
}
