/* General
------------------ */

* {
	outline: none;	
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	color: #5e5e5e;
	font-size: .8em;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}
ul {
	color: #5e5e5e;
	font-size: .8em;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}
ul li,
ul ul { fontsize: 1em; }
h1 {
	margin: 0 0 15px 0;
}

h2 {
	color: #557a80;
	font-size: .9em;
	margin: 0 0 5px 0;
}

a {
	text-decoration: none;
	color: #557A80;	
}

h2 a{
	color: #557A80;
}

#container {
	width: 960px;
	margin: 50px auto;
}

#head {
	position: relative;
	width: 960px;
	height: 120px;
	margin: 0 auto;
}
.range_logo{
	position: absolute;
	left: 0;
	top: 20px;
}

#head-right {
	position: absolute;
	right: 0;
	top: 20px;
}

#search {
	width: 300px;
	height: 43px;
	padding-bottom: 13px;
	background: url(/images/layout_images/search-bg.gif) no-repeat;
	text-align: right;
	position: absolute;
	right: 0;
	top: 40px;
}

.search-box {
	float: right;
	border: none;
	background: none;
	width: 150px;
	height: 20px;
	margin: 12px 10px 0 0;
}

#call_to_action {
	position: absolute;
	right: 230px;
	top: 25px;
	width: 450px;
	color: #819FA5;
	text-align: right;
	    display: block;
	    font-family: "Trebuchet MS",Tahoma,Arial,sans-serif;
	    font-size: 2em;
	
}

#register_your_interest {
	position: absolute;
	right: 0;
	top: 20px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clearline {
	clear: both;
}

.feature-text {
	color: #8b8478;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 1.25em 0;
}

/* Footer
------------------ */

#footer {
	width: 960px;
	height: 40px;
	clear: both;
	border-top: #e3e9ea solid 1px;
	margin: 35px auto;
}

#footer p, #footer a {
	color: #bdbdbd;
}

#footer a:hover {
	color: #dbdbdb ;
}

#btn_now_selling {
	float: right;
	margin: 0 10px 20px 10px;
}

#footer-left {
	float: left;
	color: #bdbdbd;
	margin-top: 10px;
	font-size: .9em;
}

#footer-right {
	float: right;
	color: #bdbdbd;
	margin-top: 10px;
	font-size: .7em;
}

#footer #copyright {
	margin-right:20px;
}


/* Nav
------------------ */

#nav {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	background: #819fa5 url(/images/layout_images/nav-sprite-tile.gif);
}

#nav ul {
	margin: 0;
	padding: 0 0 0 32px;
}

#nav ul li {
	list-style: none;
	display: inline;
	float: left;
	text-indent: -2000px;
}
#nav ul li a {
	display: block;
	height: 45px;
}
#nav ul li a:hover {
	background-position: 0 90px !important;
}
#nav ul li.selected a,
#nav ul li.selected a:hover {
	background-position: 0 45px !important;
}
#nav ul li#home a {
	background: url(/images/layout_images/nav-sprite-home.gif) 0 0;
	width: 92px;
}

#nav ul li#lifestyle a {
	background: url(/images/layout_images/nav-sprite-lifestyle.gif) 0 0;
	width: 120px;
}

#nav ul li#selling a {
	background: url(/images/layout_images/nav-sprite-now-selling.gif) 0 0;
	width: 178px;
}

#nav ul li#location a {
	background: url(/images/layout_images/nav-sprite-location.gif) 0 0;
	width: 114px;
}

#nav ul li#yourhome a {
	background: url(/images/layout_images/nav-sprite-house-land.gif) 0 0;
	width: 148px;
}

#nav ul li#team a {
	background: url(/images/layout_images/nav-sprite-project-team.gif) 0 0;
	width: 149px;
}

#nav ul li#news a {
	background: url(/images/layout_images/nav-sprite-news.gif) 0 0;
	width: 95px;
}

/* Content
------------------ */

#content {
	width: 960px;
	margin: 0 auto;
}

a img{
	border: none;
}


