@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:"Arial",sans-serif;
	font-size:14px;
}

body#back_index {
	background: url('/img/body_index_background.png') repeat-x;
}

body#back_properties {
	background: url('/img/body_properties_background.png') repeat-x;
}

body#back_contact {
	background: url('/img/body_contact_background.png') repeat-x;
}

body#back_eco {
	background: url('/img/body_eco_background.png') repeat-x;
}

body#back_info {
	background: url('/img/body_information_background.png') repeat-x;
}

#sign_up_btn {
	text-align:right;
}

#contact_thanks {
	color:#434244;
	font-weight:bold;	
	background:#F54F29;
	padding:5px;
	margin:7px 0px 7px 0px;
}

.input_200 {
	width:190px;
	height:21px;
	padding:2px 5px 2px 5px;
	background:url('/img/input_200.png') no-repeat;
	border:0px;
}

.input_300 {
	width:290px;
	height:21px;
	padding:2px 5px 2px 5px;
	background:url('/img/input_300.png') no-repeat;
	border:0px;
}

.textarea_300 {
	width:290px;
	height:198px;
	padding:2px 5px 2px 5px;
	background:url('/img/textarea_300.png') no-repeat;
	border:0px;
}

#rbt {
	position:absolute;
	left:-999em;	
}
#contact_form label {
	display:block;
	margin:10px 0px 3px 0px;
}

#signup_form label {
	display:block;
	margin:10px 0px 3px 0px;
}

#login_form label {
	display:block;
	margin:10px 0px 3px 0px;
}

#login_form a {
	color:#433F44;
	font-size:12px;
	padding:3px;
}

.error{
	float:right;
}

.error li{
	color:red;
}

#container {
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	float:left;	
}

#login_box {
	width:275px;
	height:40px;
	padding:5px 10px 5px 10px;
	float:right;
	background:url('/img/login_background.png') no-repeat;
}

#google_translate_element{
	float:right;
	width:160px;
}

#header_account {
	text-align:left;
	float:left;
	width:110px;
	color:#433F44;
	font-size:12px;
}

#header_account a {
	color:white;
	text-decoration:none;
}

#navigation {
	margin:11px 0px 40px 0px;
	float:right;
}

#navigation ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#navigation li {
	float:left;
	margin:0px 0px 0px 6px;
	text-align: center;
}

#navigation ul li a {
	line-height:3.5;
}

#navigation ul li a:hover {
	line-height:2.3;
}
#navigation ul li a.active {
	line-height:2.3;
}

#navigation ul li#home a {
	display:block;
	text-decoration:none;
	color:#434244;
	font-weight:bold;
	height:40px;
	width:95px;
	background:url('/img/nav_home_small.png') no-repeat bottom;
}

#navigation ul li#home a:hover {
	background:url('/img/nav_home_big.png') no-repeat bottom;
}

#navigation ul li#home a.active {
	background:url('/img/nav_home_big.png') no-repeat bottom;
}

#navigation ul li#properties a {
	display:block;
	text-decoration:none;
	color:#434244;
	font-weight:bold;
	height:40px;
	width:135px;
	background:url('/img/nav_properties_small.png') no-repeat bottom;
}

#navigation ul li#properties a:hover{
	background:url('/img/nav_properties_big.png') no-repeat bottom;
}

#navigation ul li#properties a.active{
	background:url('/img/nav_properties_big.png') no-repeat bottom;
}

#navigation ul li#eco_building a{
	display:block;
	text-decoration:none;
	color:#434244;
	font-weight:bold;
	height:40px;
	width:115px;
	background:url('/img/nav_eco_small.png') no-repeat bottom;
}

#navigation ul li#eco_building a:hover{
	background:url('/img/nav_eco_big.png') no-repeat bottom;
}

#navigation ul li#eco_building a.active{
	background:url('/img/nav_eco_big.png') no-repeat bottom;
}


#navigation ul li#helpful_information a{
	display:block;
	text-decoration:none;
	color:#434244;
	font-weight:bold;
	height:40px;
	width:160px;
	background:url('/img/nav_information_small.png') no-repeat bottom;
}

#navigation ul li#helpful_information a:hover{
	background:url('/img/nav_information_big.png') no-repeat bottom;
}

#navigation ul li#helpful_information a.active{
	background:url('/img/nav_information_big.png') no-repeat bottom;
}

#navigation ul li#contact a{
	display:block;
	text-decoration:none;
	color:#434244;
	font-weight:bold;
	height:40px;
	width:95px;
	background:url('/img/nav_contact_small.png') no-repeat bottom;
}

#navigation ul li#contact a:hover{
	background:url('/img/nav_contact_big.png') no-repeat bottom;
}

#navigation ul li#contact a.active{
	background:url('/img/nav_contact_big.png') no-repeat bottom;
}


p.home_p {
	text-align: justify;
	margin:0px;
	font-size:12px;
}

h1 {
	margin:0px 0px 20px 0px;
	padding:0px;
	color:#434044;
	font-size:17px;
}

h2 {
	margin:0px 0px 20px 0px;
	padding:0px;
	color:#434044;
	font-size:15px;
}

h2.small_h2 {
	margin:3px 0px 3px 0px !important;
	padding:0px !important;
	color:#434044;
	font-size:14px !important;
}

h2#latest_h2 {
	margin:20px 0px 5px 0px !important;
	padding:0px !important;
	color:#434044;
	font-size:16px !important;
	border-bottom:1px solid #434044;
}

h3 {
	margin:0px 0px 20px 0px;
	padding:0px;
	color:#434044;
	font-size:15px;
}

#left_box {
	float:left;
	width:240px;
	margin-right:30px;
}

#right_box {
	float:right;
	width:650px;
}

/********* BLOG BOX *********/

#blog_box ul{
		list-style:none;
		margin:40px 0px 0px 0px;
		padding:0px;
}

#blog_box li {
	background:url('/img/blog_icon.png') no-repeat;
	height:65px;
	padding:0px 0px 0px 30px;
}

#blog_box a {
	font-size:12px;
	text-decoration:none;
	color:#434244;

}

#blog_box span {
	float:right;
	font-size:10px;
	font-weight:bold;
}



/********* BOX COLOURS *******/
.orange_box {
	padding:5px;
	margin:0px 0px 10px 0px;
	background:#F54F29;	
	color:white;
}

.orange_box label {
	display:block;
}

.orange_box ul {
	margin:0px;
	padding:0px;
}

.orange_box li a {
	text-decoration:none;
	font-weight:bold;
	color:white;
}

.orange_box li a:hover {
	color:#433F44;
}


.blue_box {
	padding:5px;
	margin:0px 0px 10px 0px;
	background:#0099FF;	
	color:white;
}

.blue_box label {
	display:block;
}

.yellow_box {
	padding:5px;
	margin:0px 0px 10px 0px;
	background:#F2CB05;	
	color:#434244;
}

.yellow_box label {
	display:block;
}

.green_box {
	padding:5px;
	margin:0px 0px 10px 0px;
	background:#85DB18;	
	color:#434244;
}

.green_box label {
	display:block;
}

.green_box ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.green_box ul li {
	margin:0px 0px 5px 0px;
}

.green_box ul li ul {
	margin:0px 0px 0px 30px;
}

.green_box ul li ul li {
	margin:5px 0px 0px 0px !important;
}

.green_box li a {
	text-decoration:none;
	font-weight:bold;
	padding:5px;
	background:white;	
	color:#433F44;
	display:block;
	font-size:12px;
}

.green_box a:hover {
	color:#F54F29;
}

.green_box a.active {
	color:#F54F29;
}

.purple_box {
	padding:5px;
	margin:0px 0px 10px 0px;
	background:#9768D1;	
	color:#434244;
}

.purple_box label {
	display:block;
}

.purple_box ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.purple_box ul li {
	padding:5px;
	margin:0px 0px 5px 0px;
}

.purple_box ul li ul {
	margin:0px 0px 0px 30px;
}

.purple_box ul li ul li {
	margin:5px 0px 0px 0px !important;
}

.purple_box li a {
	text-decoration:none;
	font-weight:bold;
	padding:5px;
	background:white;	
	color:#433F44;
	display:block;
	font-size:12px;
}

.purple_box a:hover {
	color:#F54F29;
}

.purple_box a.active {
	color:#F54F29;
}

/******SEARCH ****/
.search_label {
	display:block;
	padding:4px;
}

.search_drop_down {
	width:230px;
	padding:5px;
}

.search_input {
	width:210px;
	padding:5px;
}

#search_button {
	float:right;
	margin:10px 0px 0px 0px;	
}

#total_houses_count {
	width:200px;
	margin: 5px 0px 5px 0px;
	padding:5px;
	background:#434144;	
}

.latest_block {
	width:200px;
	height:270px;
	float:left;
	margin:0px 0px 15px 0px;
}

.latest_description {
	font-size:12px;
	height:60px;
	padding: 5px 0px 5px 0px;	
}

.latest_image {
	height:160px;	
}

#property_of_the_month {
	width:200px;
	float:right;
	margin:0px 0px 0px 20px;
	font-size:12px;
}

.more_details {
	padding:5px 0px 5px 0px;
	text-align:right;	
}

#search_othersite_link {
	margin:10px 0px 0px 0px;
	padding:4px;
	font-size:12px;
	background:#434244;
}

#search_othersite_link a {
	color:white;
	text-decoration:none;
}

#search_othersite_link a:hover {
	color:#F2CB05;
}
	
	
/****** SEARCH ******/
.search_property {
	border:1px solid #0099FF;
	width:580px;
	padding:10px;
	margin: 15px 0px 15px 0px;
}

h3.search {
	margin:0px;
}

.search_property_img {
	float:left;
	width:170px;
}

.search_property_info {
	float:right;
	width:380px;
}

.more_details_btn {
	text-align:right;
}

/***** PROPERTY *******/

#property_images {
	float:right;
	width:320px;
}	
	
#property_info {
	float:left;
	width:580px;
	margin:0px 20px 0px 0px;
}	

#property_buttons {
	padding:10px;
	margin:0px 0px 10px 0px;
	background:#0099FF;	
	color:white;
	height:20px;
}

#property_buttons ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#property_buttons li {
	float:left;
	margin:0px 20px 0px 0px;
	height:30px;
	line-height:30px;
}

#property_buttons a {
	display:block;
	text-decoration:none;
	color:white;
}



#property_buttons_orange {
	padding:10px;
	margin:0px 0px 10px 0px;
	background:#F54F29;	
	color:white;
	height:20px;
}

#property_buttons_orange ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#property_buttons_orange li {
	float:left;
	margin:0px 20px 0px 0px;
	height:30px;
	line-height:30px;
}

#property_buttons_orange a {
	display:block;
	text-decoration:none;
	color:white;
}


#property_main_img {
	margin:0px 0px 10px;	
}

.thumbnails_right {
	float:right;
	margin:0px 0px 5px 0px;
}

.thumbnails_left {
	float:left;
	margin:0px 6px 5px 0px;
}

.gallery_thumbnails{
	cursor:pointer;	
}

.gallery_thumbnails_container{
	width:75px;
	height:60px;
	overflow:hidden;	
}

/******** BREADCRUMB ******/

#breadcrumb {
	margin:0px 0px 15px 0px;
	color:#434244;
	font-size:12px;
}

#breadcrumb a {
	text-decoration:none;
	font-weight:bold;
	color:#434244;
}


/****** PAGINATION ******/
ul.pagination {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.pagination li {
	float: left;
	list-style: none;
	width:15px;
	height:15px;
	text-align: center;
	margin:0px 7px 10px 0px;
}


.pagination li a {
	display:block;
	text-decoration: none;
	font-size: 13px;
	color: white;
	width: 17px;
	height: 17px;
	border: 1px solid #0099FF;
	background: #0099FF;
}

.pagination li a:hover {
	border: 2px solid #808080;
}

.pagination li.active a {
	background: #808080;
	color:white;
	border: 1px solid #808080;
}

.pagination li.active a:hover {
	
}


/******** SHORTLIST TABLE *******/
#shortlist_table {
	width:920px;	
}

#shortlist_table th {
	background:#0099FF;	
	color:white;
	padding:10px;
}

#shortlist_table td {
	color:#434244;
}

#orange_shortlist_table {
	width:650px;	
}

#orange_shortlist_table th {
	background:#F54F29;	
	color:white;
	padding:10px;
}

#orange_shortlist_table td {
	color:#434244;
}



/********* BLOG *******/


#blog_form {
	margin: 10px 0px 10px 0px;
}

#blog_form label {
	display:block;
}

.blog_comment {
	border-bottom: 1px solid #434244;	
}

#blog_img {
	float:right;
	margin:0px 0px 20px 20px	
}

#footer_box {
	margin:20px 0px 0px 0px;
	padding:20px;
	background:#434044;
	float:left;
	font-size:12px;
	color:#A8A5AB;
}

#footer_box a {
	color:#A8A5AB;
}


/******* PAGES *******/

hr {
	
}

.two_col_left {
	float:left;
	width:300px;
}

.two_col_right {
	float:right;
	width:300px;
}

.three_col_left {
	float:left;
	width:200px;
	margin-right:15px;
}

.three_col_middle {
	float:left;
	width:200px;
}

.three_col_right {
	float:right;
	width:200px;
}

.image_left_image {
	float:left;
	margin:0px 20px 20px 0px;	
}

.image_right_image {
	float:right;
	margin:0px 0px 20px 20px;	
}

.two_image_left {
	float:left;
	width:300px;
}

.two_image_left {
	float:right;
	width:300px;
}

.three_image_left {
	float:left;
	width:200px;
	margin-right:15px;
}

.three_image_middle {
	float:left;
	width:200px;
}

.three_image_right {
	float:right;
	width:200px;
}
