body {
	padding:0px;
	margin:0px;
	background-image:url(/static/background_text.jpg);
	background-repeat:repeat;
	background-color:#f7f7f7;
	font-family: 'Droid Sans', sans-serif;
}

.center {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.center-page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.clearing {
	clear: both;
}

.header {
	background-image:url(/images/header-background.gif);
	background-repeat:repeat;
	background-color: black;
	height: 150px;
	border-bottom: 1px solid #FFFFFF;
	
	-webkit-box-shadow:  1px 0px 4px 2px #999999;   
     box-shadow:  1px 0px 4px 2px #999999;	
}

.header-logo {
	margin-top: 25px;
}

.header-info {
	float: right;
	width: 500px;
	text-align: right;
	color: #FFFFFF;
	margin-top: 30px;
}

.header-info a {
	color: #FFFFFF;
	text-decoration: none;
}

.header-row {
	font-size: 18pt;
	display: block;
}

.navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 100%;
	margin-top: 15px;
}

.navigation ul li a {
	display: block;
	float: left;
	margin-right: 10px;
	height: 35px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.navigation ul li a:hover {
	background-color: #414141;
	text-shadow: 1px 1px 3px #5e5e5e;
    filter: dropshadow(color=#5e5e5e, offx=1, offy=1);	
}

.current_page {
	background-color: #14BCE0;
	text-shadow: 1px 1px 3px #5e5e5e;
    filter: dropshadow(color=#5e5e5e, offx=1, offy=1);	
}

.current_page:hover {
	background-color: #14BCE0 !important;
	text-shadow: 1px 1px 3px #5e5e5e !important;
    filter: dropshadow(color=#5e5e5e, offx=1, offy=1) !important;		
}

.hero {
	width: 960px;
	height: 600px;
	background-image: url(/images/hero.jpg);
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow:  1px 0px 4px 2px #999999;     
	box-shadow:  1px 0px 4px 2px #999999;	
}

.homepage-search {
	height: 140px;
	width: 920px;
	background-image: url(/images/trans.png);
	background-repeat: repeat;
	margin-top: 420px;
	padding: 20px;
	float: left;
}

.search-header {
	color: #14BCE0;
	font-size: 17pt;
	margin-bottom: 30px;
    width: 100%;
    float: left;	    
	text-shadow: 1px 1px 3px #333333;
    filter: dropshadow(color=#333333, offx=1, offy=1);	
}

.form_left {
	width:700px;
	float: left;
}

.form_right {
	width: 210px;
	float:left;
}

.search_button {
    background: url("/static/big_button_bg.png") repeat-x scroll center top #6e6e6e;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 0 4px 6px 0;
    outline: medium none;
    padding: 20px;
    text-decoration: none;
    text-shadow: 0 1px 2px #444444;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: 5px;
}

.search_button:hover {
	background-color: #14BCE0;
	border: 1px solid #14BCE0;
}

.homepage-search .row {
	width:350px;
	height: 30px;
	float: left;
	margin-bottom: 10px;
}

.homepage-search label {
	width:170px;
	height: 22px;
	padding-top: 8px;
	float: left;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px #333333;
    filter: dropshadow(color=#333333, offx=1, offy=1);		
}

.homepage-search-select {
	background-color: #212121;
    border: 1px solid #CCCCCC;
    font-size: 10pt;
    height: 34px;
    padding: 5px;
    width: 110px;	
    color: #FFFFFF;
}

.homepage-search-select option {
	background-color: #212121;
	border: 0px;
}


.welcome {
	width: 600px;
	float: left;
	margin-right: 20px;
}

.welcome-property {
	width: 318px;
	float: left;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 4px #DDDDDD;
    padding: 10px;
    text-decoration: none;	
}

.welcome-property h2 {
	margin-top: 0px;
}

.welcome-property-address {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.welcome-property-summary {
	font-size: 10pt;
	text-transform: lowercase;
}

.welcome-property-cost {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;	
}

.thumb_100 {
	width:100px;
	height:100px;
	float: left;
	margin-right: 15px;
	margin-bottom: 110px;
	position:relative;	
	border: 0px;
    box-shadow: 0 0 2px 1px #999999;	
}

.gallery {
	text-indent: -9999em;
	display: block;
	height: 150px;
	width: 150px;
}

.gallery:hover {
    border: 5px solid #448DC2;
    height: 140px;
    width: 140px;	
}

.welcome-property-address a {
	color: black;
}

.welcome-property-address a:hover {
	color: #14BCE0;
}

.content {
	width: 900px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 4px #DDDDDD;
    padding: 20px;
    text-decoration: none;	
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.content-left {
	width: 560px;
	float: left;
	margin-right: 20px;	
}

.content-left h1 small {
    color: #B2B2B2;
    font-size: 14pt;	
    font-weight: normal;
}

.content-left a {
	color: black;
	text-decoration: underline;
}

.content-left a:hover {
	color: #14BCE0;
}

.summary {
	font-size: 14pt;
	color: #416B89;
}

.content-right {
	width: 298px;
	float: left;
    padding: 10px;		
    padding-top: 0px;
    background-color: #f1f1f1;
    border-left: 1px solid #989898;
}

.content-left h1 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.content-right h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.content-left p {
	line-height: 20pt;
}

#Search_Specific .row {
	width: 240px;
	margin-bottom: 10px;
	float: left;
	font-size: 10pt;
}

.right_image {
	width: 295px;
	margin-bottom: 10px;
}


#Search_Specific .row label {
	width: 125px;
	display: block;
	float: left;
	padding-top: 10px;
}

#Search_Specific .row select {
	display: block;
	float: left;	
}

.right_menu h4 {
	margin: 0px;
	margin-bottom: 10px;
}

.MaxBedrooms, .MinBedrooms, .MinPrice, .MaxPrice, .area {
   background: #FFFFFF;
   width: 110px;
   padding: 5px;
   font-size: 10pt;
   border: 1px solid #ccc;
   height: 34px;	
}

.search_bedroom_button {
	color: #FFFFFF;
	text-decoration: none;
	width:29px;
	height: 35px;
	padding-top: 15px;
	padding-left: 21px;
	background-image:url(/images/bedroom-button.png);
	background-repeat: no-repeat;
	background-position: 0 -50px;
	display: block;
	margin-bottom: 2px;
	margin-right: 2px;
	float: left;	
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);	
}

.bedroom_all {
	padding-left: 17px;
	width: 33px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.search_bedroom_button:hover {
	background-position: 0 0;
}

.area {
	font-size: 10pt;
}

.search_button_page {
	margin-top: 20px;
	margin-left: 0px;
	width: 300px;
}

.house_list {
	margin-top:20px;
}

.house_result {
	display:block;
	height:65px;
	margin-bottom:20px;
	background-color:#FFFFFF;
	width:680px;	
	padding:10px;
	text-decoration:none;
	
    border: 1px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 4px #DDDDDD;	
}

.house_result:hover {

	background-color:#e7f3cd;
}

.search_right_section {
	float: left;
	width: 419px;
}

.search_thumb {
	display: block;
	float: left;
}

.search_address {
	font-weight:bold;
	display:block;
	float: left;
	width: 80%;
	font-size: 14pt;
	color: #416B89;
}

.search_postcode {
	display:block;
	font-size:10pt;
	margin-top:5px;
	display:block;
	float: left;
	width: 80%;	
}

.search_price {
	display:block;
	font-weight:bold;
	display:block;
	float: left;
	width: 20%;	
	text-align: right;
	color: #416B89;
}

.search_bedrooms {
	display:block;
	font-size:10pt;
	margin-top:5px;
	display:block;
	float: left;
	width: 20%;	
	text-align: right;	
}

.search_summary {
	display:block;
	font-size:10pt;
	margin-top:5px;
	display:block;
	float: left;
	width: 100%;	
	text-align: left;		
}

.result_left {
	float:left;
	display:block;
	width:500px;
}

.result_right {
	float:right;
	display:block;
	width:150px;
}

.house_picture {
	display: inline;
	float: left;
}

.search_results {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #DDDDDD;
    border-top: 0px;	
    border-radius: 8px 8px 8px 8px;
    list-style-type: none;
	padding:0px;
	margin:0px;
	float: left;
}

.search_result {
    border-bottom: 1px solid #FFFFFF;
    color: #4F4F4F;
    margin: 0;
    padding: 0;
    text-align: left;
}

.search_result a {
    background: none repeat scroll 0 0 #F5F5F5;
    border-top: 1px solid #DDDDDD;
    color: #555555;
    display: block;
    font-weight: normal;
    padding: 12px;
    text-decoration: none;
}

.search_result a:hover {
	background-color: #f9f9f9 !important;
	color: #555555 !important;
}

#search_filter {
	background: url("/static/input_bg.png") repeat-x scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 3px 3px 3px 3px;
	color: #444444;
	display: block;
	float: left;
	font-size: 11pt;
	padding: 7px 5px;	
	margin-bottom: 10px;
}

.footer-spacer {
	height: 1px;
	background-color: #D9D9D9;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.house_picture {
	width: 300px;
	max-width: 300px;
	margin-top: 10px;
	margin-left: -2px;
    border: 1px solid #999999;
}

.house_price {
	font-size: 20pt;
	color: #416B89;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.house_viewing {
	display: block;
	margin-top: 20px;
}

.house_feature {

}

.content-right-holder {
	position: relative;
}

.thumb_150 {
	width:150px;
	height:150px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	position:relative;
}

#profile_googlemap {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #999999;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.house_feature_label {
	display: block;
	width: 150px;
	float: left;
}

.house_row {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.house_feature_data {
	display: block;
	float: left;
}

.contact-row {
	display: block;
}

.contact-row a {
	color: black;
}

fieldset.contact_form {
    border: 0 none;
    float: left;
    padding: 20px 0 10px;
}
fieldset.contact_form legend {
    display: none;
}
div.row {
    float: left;
    margin-bottom: 10px;
    width: 580px;
}
div.row label {
    float: left;
    font-size: 0.9em;
    padding: 7px 7px 7px 0;
    width: 200px;
}
div.row input {
    border: 1px solid #416B89;
    box-shadow: 0 1px 4px #CCCCCC;
    float: left;
    font-family: Verdana;
    font-size: 0.9em;
    padding: 7px;
    width: 315px;
}
.textarea_input {
    border: 1px solid #416B89;
    box-shadow: 0 1px 4px #CCCCCC;
    float: left;
    font-family: Verdana;
    height: 100px;
    padding: 7px;
    width: 530px;
}
.form_submit {
    background-color: #416B89;
    box-shadow: 0 1px 4px #CCCCCC;
    color: #FFFFFF !important;
    float: right !important;
    font-size: 0.7em;
    margin-bottom: 10px;
    margin-right: 35px;
    margin-top: 10px;
    padding: 5px;
    text-shadow: 0 0 1px #8F2420;
    width: 150px !important;
}
.form_submit:hover {
    background-color: #14BCE0;
    cursor: pointer;
}
.form_errors h3 {
    color: #8E0101;
    font-size: 1.1em;
    margin: 0 0 15px;
}
.form_errors {
    background-color: #FF8B8B;
    border: 1px solid #8E0101;
    margin: 10px 0;
    padding: 10px;
}
.ErrorField {
    border: 2px solid #FF0000 !important;
}
.ValidationErrors {
    color: #FF0000;
    display: block;
    float: right;
    font-size: 0.7em;
    margin-right: 5px;
    margin-top: 5px;
}
.form_message {
    background-color: #D8D8D8;
    border: 1px solid #8E0101;
    margin: 10px 0;
    padding: 10px;
}
.required_item {
    color: #FF0000 !important;
}

.footer {
	margin-bottom: 40px;
}

.footer-left {
	width: 600px;
	float: left;
}

.footer-left a {
	color: black;
	text-decoration: underline;
}

.footer-row {
	width: 100%;
	display: block;
	margin-bottom: 5px;
	font-size: 10pt;
}

.footer-right {
	width: 360px;
	float: right;
	text-align: right;
}

.facebook_ {
	background-image: url(/images/facebook-logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 35px;
	padding-left: 40px;
	padding-top: 15px;
}

.facebook_ a {
	color: black;
	text-decoration: none;
}

.facebook_ a:hover {
	text-decoration: underline;
}

#menu-icon {
	display: none;
}

/** Adaptive design styling **/

@media only screen and (max-width: 570px) {

	.container {
		width:100%;
		padding: 0px;
		margin: 0px;	
		height: auto;
	}
	
	.header-logo {
		width: 200px;
		margin-left: 0px;
		margin-bottom: 20px;
	}

	.header-info {
		display: none;
	}
	
	.navigation {
		width: 100%;
	}
	
	.navigation ul {
	    height: auto;
	    list-style-type: none;
	    margin-top: 10px;
	    margin-bottom: 10px;
	    padding: 0;
	    width: 100%;
	}	
	
	.navigation ul li a {
	    color: #FFFFFF;
	    display: block;
	    float: none;
	    height: 35px;
	    margin-right: 0px;
	    padding-left: 10px;
	    padding-right: 10px;
	    padding-top: 15px;
	    text-decoration: none;
	}	
	
	.header {
		height: auto;
		background-position: center top;
		background-repeat: repeat-x;
		background-color: #303030;
	}
	
	.center {
	    margin-left: auto;
	    margin-right: auto;
	    width: 100%;
	}	
	
	.hero {
	    background-image: url("/images/hero.jpg");
	    background-size: 520px;	    
	    box-shadow: 1px 0 4px 2px #999999;
	    height: 328px;
	    margin-bottom: 10px;
	    margin-top: 10px;
	    width: 100%;
	}	
	
	.welcome-property {
		display: none;
	}
	
	.footer-right {
		display: none;
	}
	
	.welcome {
	    float: none;
	    margin-right: 0px;
	    width: 100%;
	    padding: 0px;
	}	
	
	.homepage-search {
	    background-image: url("/images/trans.png");
	    background-repeat: repeat;
	    float: none;
	    height: 308px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	    padding: 0px;
	    padding-top: 20px;
	    width: 100%;
	    display: block;
	}	
	
	.form_left {
	    float: none;
	    width: 100%;
	}	
	
	.homepage-search .row {
	    float: none;
	    height: 30px;
	    margin-bottom: 10px;
	    width: 100%;
	}	
	
	div.row label {
	    float: left;
	    font-size: 0.9em;
	    padding: 7px 7px 7px 0;
	    width: 40%;
	    margin-left: 20px;
	}	
	
	#homepage-search {
		margin-top: 20px;
	}
	
	.form_right {
	    float: none;
	    width: 100%;
	    text-align: center;
	}	
	
	.footer-left {
	    float: none;
	    width: 100%;
	    text-align: center;
	}	
	
	.facebook_ {
	    background-image:none;
	    display: block;
	    height: 35px;
	    padding:0px;
	}	
	
	.search-header {
	    float: none;
	    margin-bottom: 10px;
	    text-align: left;
	    margin-left: 20px;
	    font-size: 14pt;
	    display: block;
	    width: 92%;
	}	
	
	.welcome h1 {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.welcome p {
		padding-left: 20px;
		padding-right: 20px;
	}	
	
	.homepage-search-select {
	    background-color: #212121;
	    border: 1px solid #CCCCCC;
	    color: #FFFFFF;
	    font-size: 10pt;
	    height: 34px;
	    padding: 5px;
	    width: 40%;
	    float: left;
	}	
	
	#menu-icon {
	    background-image: url("/images/m_menu_background.jpg");
	    background-size: 760px 86px;	 	    
	    background-position: right 0;
	    background-repeat: no-repeat;
	    display: block;
	    margin-bottom: 5px;
	    border-top:1px solid white;
	    padding: 10px 0;
	    width: 100%;
	}	
	
	.menu_text {
		padding-left: 20px;
		color: #FFFFFF;
		text-shadow: 1px 1px 3px #333333;		
	}
	
	.active {	
		background-position: right -43px !important;
	}	
	
	.navigation_list {
		display: none;
	}
	
	.search_button {
	    padding: 10px;
	    margin-top: 20px;
	    width: 90%;
	}	
	
	.content {
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 10px;
	    padding: 0px;
	    width: 99%;
	}	
	
	.content p {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.center-page {
	    margin-left: auto;
	    margin-right: auto;
	    width: 100%;
	}	
	
	.content-left {
	    float: none;
	    margin-right: 0px;
	    width: auto;
	}	
	
	.content-right {
	    background-color: #F1F1F1;
	    border-left: 1px solid #989898;
	    float: none;
	    padding: 0px;
	    width: 100%;
	    text-align: center;
	}	
	
	.content-right img {
		width: 70%;
	}
	
	.content-left h1 {
		padding: 20px;
	}
	
	.content-left h2 {
		padding: 20px;
		padding-bottom: 0px;
	}
	
	.content-left h3 {
		padding: 20px;
		padding-bottom: 0px;
	}		
	
	.search_right_section {
	    float: right;
	    width: 55%;
	}	
	
	.search_summary {
		display: none;
	}
	
	.search_address {
	    display: block;
	    float: none;
	    width: 80%;
	    text-align: left;
	}
	
	.search_price {
	    display: block;
	    float: none;
	    width: 80%;
	    text-align: left;	    
	}
	
	.search_postcode {
	    display: block;
	    float: none;
	    width: 80%;
	    text-align: left;	    
	}
	
	.search_bedrooms {
	    display: block;
	    float: none;
	    width: 80%;
	    text-align: left;	    
	    font-weight: bold;
	}	
	
	.search_thumb {
	    display: block;
	    float: left;
	    margin-left: 10px;
	}	
	
	.search_results {
	    border: 0px;
	}
	
	.search_result a {
		border-top: 0px;
	}
	
	#search_filter {
		display: none;
	}
	
	#Search_Specific .row label {
	    width: 100px;
	}	
	
	#profile_googlemap {
		display: none;
	}
	
	.facebook_like {
		display: none !important;
	}
	
	.house_viewing button {
		margin-left: 0px !important;
	}
	
	.content-left h1 small {
		display: none;
	}	
	
	.house_row {
		padding-left: 20px;
		padding-right: 20px;
		  width: 80%;
	}
	
	.house_feature_label {
	    width: 100px;
	}	

}










