#quick-search-form { 
	display: none; 
}
#subheader {
	height:451px;
}
#nav ul li a {
	color: #575756;
}
#nav ul li {
	background: url(../img/menu-split-red.png) no-repeat right center;
}
h1 span { 
	display: none; 
}
.landing .property .desc{
	height: 50px;
}
.property .desc {
	height: 355px;
}
.landing {
	width:100%;
	margin:0px;
}

.property {
	width: 32.3%;
}
.landing .property .image{
	 height: 150px; 
	 overflow: hidden;
}
.property .image {
	height: 185px;
}
.property .desc ul {
	border-top: 1px solid #d4bcbf;/* reset styles (optional): */
	padding: 0pc;
}
.property .desc ul li {
	border-bottom: 1px solid #d4bcbf;
	line-height: 50px;
	background: url('../img/bg/percent.png') no-repeat left center;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 47px;
	color: #bf8282;
}
h2 {
	font-size: 12px;
}

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

	#subheader {
		height: 180px;
    	background-position-x: 0px;
    	background-position-y: 20px;
	}

	#nav ul li {
		background-color: #bc232c;
	}

	#nav ul li a {
		color: #ffffff;
	}

	.property {
		width: 100%;
	}
}