/* @override 
	http://localhost:8888/maureen/media/css/styles.css
*/

body {
	background-color:#ffffff;
	font-family:Arial, sans-serif;
	color:#000;
	font-size:12px;
}

a {
	text-decoration: none;
}

strong {
	font-weight:bold;
}

h6 {
	font-size:12px;
	font-weight:bold;
}

h5 {
	font-size:14px;
	font-weight:bold;
}

h4 {
	font-size:16px;
	font-weight:bold;
}

h3 {
	font-size:18px;
	font-weight:bold;
}

h2 {
	font-size:21px;
	font-weight:bold;
}

h1 {
	font-size:24px;
	font-weight:bold;
}
.standard {
	color: #000;
	font-size: 12px;
}
.yellow {
	color: #FCCD06;
}

.red {
	color: #ED1C24;
}

.white {
	color: #fff;
}
.header {
	color: #fff;
	font-size: 22px;
}

.grey {
	color: #CCCCCC;
}
#main {
	margin: auto;
	display: block;
	width: 895px;
}

#middle {
	padding: 1px 0 1px 0;
	background-color: #808080;
	position: relative;
}

/* @group header */

#header {
	width: 895px;
	height: 367px;
	background:url(../images/new/header_bg.png) top left no-repeat;
	display: block;
}
#header_image_container {
	display: block;
	position: relative;
	width: 895px;
	height: 272px;
}
#header_image_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
}
#header_image {
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 1000;
}

#header_text {
	display: block;
	width: 216px;
	padding: 238px 0 0 45px;
	float: left;
}

#header_text p {
	color: #f00;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}

#header_image_right {
	border: 2px solid white;
	margin: 80px 30px 0 0;
	float: right;
}

#header_image_left {
	border: 2px solid white;
	float: right;
	margin: 80px 20px 0 0;
}

#header #flashtop {
	margin: 80px 20px 0 0;
	float: right;
}


/* @end */

#title_bar {
	width: 895px;
	height: 36px;
	background: url(../images/new/title_bar_bg.png) top left repeat-x;
	display: block;
	padding-top: 1px;
}

#title_bar h1 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 23px;
	margin: 4px 0 0 20px;
}
/* @group navigation */
#navigation {
	display: block;
	height: 26px;
	margin: 13px 0 20px;
	top: 20px;
	left: 2px;
}
#middle .small_logo {
	position:absolute;
	right: 50px;
	top: 30px
	
}
#navigation li {
	background: url(../images/new/nav_bg.png) repeat-x top left;
	display: block;
	float: left;
	padding: 6px 13px 0;
	height: 20px;
	border-left: 1px solid #999;
	position: relative;
}

#navigation ul.subnav {
	position: absolute;
	top: 26px;
	left: 0;
	display:block;
	height: auto;
}
#navigation ul.subnav li {
	width: auto;
	min-width: 80%;
}

#navigation a {
	color: #fff;
	line-height: 17px;
	font-size: 10px;
	text-transform:uppercase;
}
#navigation a:hover {
	color: #f00;
}
/* @end */

/* @group pages */

#page {
	display: block;
	width: 620px;
	padding-left: 20px;
	float: left;
	min-height: 200px;
	margin-right: 20px;
}

h1 {
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}

p {
	line-height: 18px;
}

#logo {
	/*top: 60px;
	right: 10px;
	position: absolute;*/
	margin-left:20px;
	
}

/* @end */

/* @group home */

#home {
	display: block;
	width: 500px;
	padding-left: 20px;
	float: left;
	min-height: 200px;
	margin-right: 20px;
}

#home_properties {
	width: 300px;
	float: left;
	margin-left: 10px;
}

#home_properties h2 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 10px;
}

#home_properties p {
	color: #F8CD0D;
	font-size: 11px;
	margin-bottom: 20px;
}

#home_properties p a{
	color: #ffffff;
	font-weight: bold;
}

#home_properties #logo {
	margin-left: 40px;
}

#home_properties img.property_week_image {
	border: 2px solid white;
	margin-bottom: 5px;
}

/* @end */

/* @group Contact Us */

#contact_us_content {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	padding-left: 20px;
	width: 360px;
}

#contact_form_cont {
	display: block;
	float:left;
	width: 260px;
	background-color:#5C5B60;
	padding-bottom: 20px;
	margin-right: 15px
}
#contact_form_cont h1 {
	display: block;
	font-size: 14px;
	background-color: #3C3B41;
	padding: 15px;
	color: #fff;
}
#contact_form {
	margin: 20px;
}
#contact_form label {
	display: block;
	margin-top: 10px;
	color: #fff;
}
#contact_form input {
	display: block;
}
#contact_form textarea {
	display: block;
	width: 220px;
	margin-bottom: 10px;
}

#contact_form #form_errors {
	color: #f88;
	margin-bottom: 10px;
}

#contact_form .message_sent {
	color: #8f8;
}

#contact_form #submit_button {
	float: right;
}

#contact_us_side {
	width: 180px;
	display: block;
	float: right;
	margin-right: 20px;
}
#contact_us_side #contact_us_image {
	margin-bottom: 20px;
}

#contact_us_side #logo {
	margin: 0 0 0 20px;
}

#contact_us_side #logo img {
	width: 140px	
}


/* @end */

/* @group Enquire */

#enquire_us_content {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	padding-left: 20px;
	width: 300px;
}

#enquire_form_cont {
	display: block;
	float:left;
	width: 360px;
	padding-bottom: 20px;
}
#enquire_form_cont h1 {
	display: block;
	font-size: 14px;
	background-color: #3C3B41;
	padding: 15px;
	color: #fff;
}
#enquire_form {
}
#enquire_form label {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #000;
}
#enquire_form input {
	display: block;
}
#enquire_form textarea {
	display: block;
	width: 350px;
	height: 100px;
	margin-bottom: 10px;
}

#enquire_form #form_errors {
	color: #f00;
	margin-bottom: 10px;
}

#enquire_form .message_sent {
	color: #080;
}

#enquire_form #submit_button {
	float: right;
	margin-right: 10px;
}

/* @end */



/* @group results */
#properties {
	
}

#properties li.property {
	display: block;
	padding: 20px;
	background-color: #666666;
	margin: 10px 2px 10px 2px;
}

#properties img.property_image {
	border: 10px solid #999999;
	margin-right: 20px;
	float: left;
}

#properties .property_details {
	display: block;
	float: left;
	width: 630px;
}

#properties p.property_status {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #fff;
}

#properties p.property_address {
	font-size: 16px;
	line-height: 20px;
	margin-bottom:20px;
	color: #000;
}

#properties p.property_price {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #000;
}

#properties .property_link {
	display: block;
	width: 137px;
	height: 51px;
	background: url(../images/new/view_more.png) no-repeat top left;
	overflow: hidden;
	text-indent: -10000px;
	float: right;
}

#properties .property_properties {
	display: block;
}

#properties .property_properties li {
	width: 80px;
	display: block;
	float: left;
	margin:0 30px 0 0;
}

#properties .icon {
	border: 2px solid #999;
	float: left;
	margin-right: 5px;
}
#properties .count {
	color: #fff;
	font-size: 15px;
	float: left;
	display: block;
	margin-top: 5px;
}
#properties .no_results {
	padding: 20px;
	font-size: 18px
}
/* @end */

/* @group pagination
 */
#results_count {
	font-size:10px;
	color: #eee;
	display: block;
	width: 900px;
	text-align: center;
	margin-top: 10px;
}
.pagination {
	text-align:center;
	display:block;
	width:900px;
	height:24px;
	margin-top:10px;
}
.pagination a {
	padding:2px 4px 2px 4px;
	border:1px solid #bbb;
	margin-right:3px;
	color:#000;
}

.pagination .current_page {
	background-color:#eee;
}

.pagination .gap {
	padding:2px 4px 2px 4px;
	border:1px solid #bbb;
	margin-right:3px;
	color:#888;
}

/* @end */

/* @group search_options */

#search_options {
	padding: 0 10px 10px 10px;
	width: 900px;
}

#search_options label {
	display: block;
	margin-bottom: 5px;
	font-size: 10px;
	color: #eee;
}

#search_options li {
	display: block;
	float: left;
}

#search_options li.status {
	width: 100px;
	display: block;
	float: left;
}
#search_options li.price_rent,
#search_options li.price_sale {
	width: 130px;
	display: block;
	float: left;
}

#search_options li.bedrooms {
	width: 80px;
	display: block;
	float: left;
}


#search_options select {
	margin: 0;
	padding: 0;
}

#search_options li input[type=submit] {
	width: 100px;
	margin-top: 15px;
}

#search_options {
	height: 30px;
}

/* @end */

/* @group property */
#property {
	padding: 10px;
}
#property .left {
	display: block;
	float: left;
	margin:0 20px 0 0;
}

#property .right {
	display: block;
	float: left;
	width: 580px;
}
#property .main_image {
	border: 10px solid #3B3B40;
}
#property h1 {
	font-size: 20px;
}

#property #thumbnails {
	display: block;
	margin-bottom: 20px;
	width: 580px;
}
#property #thumbnails li {
	display: block;
	float: left;
	margin-right: 20px;
}
#property #thumbnails img {
	border: 5px solid #3B3B40;
}

#property .property_properties {
	display: block;
	margin: 0 0 20px 0;
}

#property .property_properties li {
	width: 80px;
	display: block;
	float: left;
	margin:0 30px 0 0;
}

#property .icon {
	width: 32px;
	border: 2px solid #999;
	float: left;
	margin-right: 5px;
}
#property .count {
	color: #fff;
	font-size: 20px;
	float: left;
	display: block;
	margin-top: 7px;
}

#property #description {
	display: block;
	width: 580px;
	font-size: 12px;
	line-height: 18px;
}

#property #bottom {
	display: block;
	margin-top: 20px;
}

#property #bottom a {
	background: url(../images/new/nav_bg.png)  repeat-x top left;
	height: 22px;
	display: block;
	float: left;
	color: #fff;
	font-size: 15px;
	padding: 4px 20px 0 20px;
}

#property #bottom a.map {
	margin-left: 55px;
}

#property #bottom a.print {
	margin-left: 220px;
	float: right;
}
#property #bottom a.enquire {
	float: right;
	margin-left: 10px;
}
/* @end */

/* @group footer */
#footer {
	background: url(../images/new/footer_bg.png) no-repeat top left;
	display: block;
	height: 22px;
	padding: 30px 0 0 10px;
}

#footer p {
	color: #000;
	float: left;
	font-size: 11px;
	margin: 0 10px 0 60px;
}
#footer span {
	color: #f00;
}
#footer a.dazines {
	float: right;
	margin: 4px 10px 0 0;
	color: #fff;
	font-size: 11px;
}
/* @end */
