@charset "UTF-8";
/* CSS Document */
img{ vertical-align:bottom;}

body {
	text-align:center;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#434031;
}
a {
	color:#db1e1c;
	text-decoration:none;
}
a:hover {
	color:#434031;	
}
a img {
	border:none;	
}
div#header {}


div#main {
	width:924px;
	text-align:left;
	margin:0px auto;
}
div#navigation-wrapper {
	/*margin-bottom:15px;	*/
	margin-bottom:8px;	/*Changed to 8px on purpose to give homepage more aesthetic appeal*/
}
ul#navigation {
	margin:0;
	padding:0;
	width:100%;
	background-image:url(../img/menu-bg.jpg);
	background-repeat:repeat-x;
	height:40px;
}
ul#navigation li {
	list-style:none;
	float:left;
	margin-left:10px;
	height:40px;
}
ul#navigation li:hover {
	background-image:url(../img/menu-bg-hover.jpg);
	background-repeat:repeat-x;	
}
ul#navigation li a {
	font-family:Helvetica, Arial, sans-serif;
	color:#fff;
	font-weight:bold;
	display:block;
	padding-top:10px;
	height:30px;
	padding-left:10px;
	padding-right:10px;
}
ul#navigation li a:hover {}

ul#navigation li ul {
	z-index:500;
	position: absolute;
	width: 10em;
	left: -999em;
	margin:0;
	padding:0;
	background-image:url(../img/sub-menu-bg.jpg);
}
ul#navigation li ul li {
	width: 10em;	
	margin-left:0px;
	height:30px;
	display:block;
}
ul#navigation li ul li a {
	width:10em;
	height:22px;
	padding-top:8px;
	display:block;
	text-indent:10px;
	padding-left:0px;
	padding-right:0px;
}	
ul#navigation li ul li a:hover {
	background-image:url(../img/sub-menu-bg-hover.jpg);
}
ul#navigation li:hover ul {
	left: auto;
}
ul#navigation li:hover ul, #nav li.sfhover ul {
	left: auto;
}
div#content {
	margin-bottom:25px;
	overflow:hidden;
}
div#content h1 {
	font-size:18px;
	color:#BB102B;
	font-weight:bold;
}
div#content h2 {
	font-size:14px;
	color:white;
	font-weight:bold;
}
div#content h3 {
	font-size:14px;
	color:#3D3B3B;
	font-weight:bold;
}
div#content h4 {
	font-size:14px;
	color:#177b62;
	font-weight:bold;
}
div#home-left {
	width:638px;	
	float:left;
}
div#home-left-left {
	padding-right:30px;
	float:left;
	width:273px;
}
div#home-left-right {
	float:right;
	width:303px;
	padding-right:30px;
}
div#home-right {
	width:273px;
	float:right;
}
img.home-button {
	margin-bottom:4px;	
}
div#footer {
/*	height:22px;*/
	clear:both;
	background:#0B6A52;
	margin-bottom:5px;
}

ul#agencies {
	margin:0;
	padding:0;
}
ul#agencies li {
	float:left;
	list-style:none;
	margin-left:15px;
}
ul#agencies li.copyright {
	float:right;
	margin-right:15px;
  color:#fff;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
}
ul#agencies li a {
	color:#fff;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	/*display:block;*/
/*	padding-top:20px;*/
}
ul#agencies li a:hover {
	
}
form#subscription-form {
		
}
form#subscription-form label {
	display:block;
	font-weight:bold;
}
form#subscription-form input[type=text] {
	padding:3px;
	width:220px;
}
form#subscription-form input[type=image] {
	float:right;
}
div#full form#subscription-form input[type=image] {
	float:right;
	margin-right:630px;
}
img#register {
	float:left;
	margin-right:5px;
	margin-top:5px;
}	
.red {
	color:#db1e1c;	
}
div#content h1.red {
	color:#db1e1c;	
}
/* property list page - buy */
div#featured-property {
	background-color:#fbe8e8;	
	padding:10px;
}
div#standard-property {
	background-color:#fff;	
	padding:10px;
}
div.property {
	background-color:#fff;	
}
div.property-header {
		
}
div.property-body {
	padding:10px;	
}
div.property-header h2 {
	background-color:#df3533;
	width:456px;
	height:28px;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	float:left;
	line-height:28px;
	text-indent:10px;
}
div.property-header ul {
	float:right;
	margin:0px;padding:0px;
	background-image:url(../img/libg.jpg);
}
div.property-header ul li {
	float:left;
	color:#fff;
	height:23px;
	width:53px;
	list-style:none;
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:3px;
	padding-top:5px;
	border-left:solid 1px #fff;
}
div.property-header ul li.bed {
	background-image:url(../img/bed.jpg);		
}
div.property-header ul li.bath {
	background-image:url(../img/bath.jpg);			
}
div.property-header ul li.car {
	background-image:url(../img/car.jpg);			
}
div.property-body {
	clear:both;	
	min-height:90px;
}	
div.property-body img {
	float:left;	
	margin-right:10px;
}
div.property-body h3 {
	margin: 0px; padding: 0px;	
	font-weight:normal;
	margin-bottom:2px;
}
div.property-body h3.property-name {
	float:left;	
	color:#df3533;
	font-weight:bold;
}	
div.property-body h3.property-agency {
	float:right;
	color:#005a3e;
	visibility:hidden;
}	
div.property-body p {
	clear:right;
	display:block;
	text-align:justify;
	margin-top:20px;
}
div.property-body p a {
/*	display:block;*/
/*	margin-left:160px;*/
}
div#standard-property div.property-header h2 {
	background-color:#005a3e;
}
div#standard-property div.property-header ul {
	background-image:url(../img/green-libg.jpg);
}
div#standard-property div.property-header ul li.bed {
	background-image:url(../img/green-bed.jpg);		
}
div#standard-property div.property-header ul li.bath {
	background-image:url(../img/green-bath.jpg);			
}
div#standard-property div.property-header ul li.car {
	background-image:url(../img/green-car.jpg);			
}
ul.pagination {
	display:inline;
	margin:0px;
	padding:0px;
	margin-left:85px;
}
ul.pagination li {
	float:left;
	padding:5px;
	list-style:none;
}
div#contactdetails {
	margin-bottom:50px;	
}
ul#contact {
	clear:both;
	padding-top:15px;
	margin:0;
	padding-left:0px;
}
ul#contact li {
	float:left;
	list-style:none;
	margin-right:10px;
}
div#home-right h2 {
	font-size:16px;
	font-weight:normal;	
}
h3 {
	font-size:14px;
	color:#177a62;
	font-weight:normal;
}
.property-detail .property-body {
	padding:0;	
}
.property-detail .property-body img {
	padding:0;	
	margin:0;
}
label {
/*	display:block;	*/
}


/* PAGINATION------------------------------------------------------------------------------------------------------------------------------*/

span.boxes {
	text-align:center;
	margin-bottom:20px;
	display:block;	
}
span.boxes .current{
	color:#666;
}
span.boxes a{
	text-decoration:none;
	color:#db1e1c;
}
span.boxes a:hover{
	color:#434031;
}
span.boxes *{
	margin-right:10px;
}

#sort{
	float:right;
}

input, select{
		font-size:10px;
}

/*form.validate legend{font-weight:bold; color:#777}
form.validate .required {background-image:url([_TEMPLATEFOLDER]/Images/required.gif);background-position: right;background-repeat: no-repeat;}
form.validate input, form.validate textarea{float:left; margin-bottom:4px; border:solid 1px #999; width:250px;}
form.validate label{float:left; clear:left; width:130px;}
form.validate label.error{clear:none; color: red; padding-left: .5em; vertical-align: top; font-weight:normal; width:auto; }
form.validate .submit{clear:both; margin-left:130px;}
form.validate p{margin:0px;}*/
form.validate label.error{clear:none; color:red; padding-bottom: .5em;}

#contactform input{width:180px;}
#contactform label{display:block;}
#send{width:auto !important;}

div#contactcontent{
	float:left;
	border-left:1px solid #CCC;
	padding-left:20px;
  width:760px;}
	
div#contactmenu{
	float:left;
	display:inline;
	padding:0px 20px;
}

#contactmenu a{
	display:block;
}

ul.contactpreference{
	list-style:none;
	margin:0px;
	padding:0px;
	clear:both;}
	
form#subscription-form input[type=password] {
	padding:3px;
	width:220px;
}

.smallp{
	margin:0px;
	margin-bottom:3px;}
	
h1.red{
	margin-top:0px;
}
/*#home div#officeinfo{
	height:300px;
	overflow: hidden;
}*/

#propert-search-form label{
	display:block;
	margin-bottom:20px;
}

#propert-search-form label.noblock{
	display:inline-block;
}

#propert-search-form{
/*	height:270px;*/
}

#t{
	width:220px;
}
#su{
	width:206px;
}

#propertyType{
	width:172px;
}

#br, #ba{
	width:59px;
	}

#pl, #pu{
	width:81px;
}

div#homebottom{
	padding:10px 20px 0px 0px;}
	
div#officeinfofooter{
	padding:5px;
	text-align:center;
	color:#FFF;
	margin:0 10px;
	border-bottom:1px solid #2f806c;
}

div#officeinfofooter a{
color:#FFF;
}

ul#agencies{
	padding:5px;
	display:block;
	overflow:auto;}
	
#returnlink{float:left;}	
#printlink{float:right;}	
#printlinkdiv{
padding-bottom:10px;
clear:both;
	overflow:auto;}
  
#slideshow{ /*text-align:center;*/ padding-top:10px;}
.EnquiryButton, .button{ padding:3px; background:#eee; border:1px solid #666; color:#333;}
.contactpreference li{ padding-bottom:3px;}
.contactpreference label{ width:150px; display:inline-block;}

.mytable thead{ background:#eee;}
.mytable tr td{padding:3px 0;}