/* @override http://staging.renet.com.au/durnsford/css/layout.css */

/*

	Styles for Noel Durnsford Real Estate
	
*/

html * {
	margin:0px;
	padding:0px;
}

body {
	background:white;
	color:rgb(52, 52, 52);
	font: 12px/18px Arial, Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

a:link,
a:visited,
a:hover,
a:active {
	color: rgb(52, 52, 52);
}

a:hover {
	text-decoration: none;
}

h2, h3, h4 {
	margin-bottom: 20px;
}

p {
	font-size: 1em;
	margin-bottom: 15px;
}

/* =wrapper */

#wrapper {
	position:relative;
}

/* =header */

#header {
	height:163px;
	background:url(../images/header.png) 0px -15px repeat-x #41ae05;
	position:relative;
	text-align: center;
}

#header h1 {
	margin:0px auto 0px auto;
	width:900px;
	height:163px;
	background: url(../images/logo.png) 0px 35px no-repeat;
}

#header h1 > a {
	text-decoration:none;
}

#header h1 > a > span {
	visibility:hidden;
}

#header > h2 {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 79px;
	height: 79px;
	overflow: hidden;
	background-image: url(../images/Accredited_Agency.gif);
}

#header > h2 > span {
	display: none;
}

#header > div {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height: 163px;
	overflow:hidden;
}

#header > div > form {
	margin:0px auto 0px auto;
	width: 300px;
	padding-left: 600px;
	height: 163px;
}

#header > div > form > ul {
	margin:21px 0px 0px 0px;
	list-style: none;
}

#header > div > form > ul > li {
	margin: 0px 0px 1px 0px;
	padding-left: 80px;
	text-align: left;
	height: 24px;
	line-height: 24px;
	position: relative;
	color: white;
} 

#header > div > form > ul > li > label {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	text-align: right;
}

#header > div > form > ul > li > select {
	width: 210px;
}

/* =menu */

#menu {
	height:37px;
	background: url(../images/header.png) bottom left repeat-x #41ae05;
}

#menu > ul {
	margin:0px auto 0px auto;
	width:900px;
	height:37px;
	list-style:none;
}

#menu > ul > li {
	margin-right: 3px;
	padding:0px;
	height:37px;
	float:left;
	overflow:hidden;
}

#menu > ul > li.first {
	
}

#menu > ul > li > a {
	padding:0px;
	display:block;
	float:left;
	height:37px;
	line-height:37px;
	color: white;
	text-decoration:none;
	font-family:Arial;
	text-transform:uppercase;
	font-size:11px;
	background:url(../images/menu.png) top left no-repeat #a0ca2a;
}

#menu > ul > li.current > a,
#menu > ul > li > a:hover {
	background:url(../images/menu_current.png) top left no-repeat white;
	color:rgb(91, 82, 83);
}

#menu > ul > li > a > span {
	display: block;
	padding:0px 20px 0px 20px;
	background: url(../images/menu_right.png) top right no-repeat;
}

#menu > ul > li.current > a > span,
#menu > ul > li > a:hover > span {
	background:url(../images/menu_current_right.png) top right no-repeat;
}

/* =content */

#content {
	margin:0px auto 0px auto;
	padding: 25px;
	width:850px;
	clear: both;
}

#wrapper.home #content {
	padding: 15px 0px 15px 0px;
	width: 900px;
}

/* =home page */

#hometext {
	padding: 10px 0px 0px 10px;
	height: 290px;
	width: 275px;
	overflow: hidden;
	float: left;
	color:rgb(52, 52, 52);
	font-size: 13px;
}

#hometext > p {
	margin-left: 10px;
}

#homeslideshow {
	height: 300px;
	width: 600px;
	float: right;
	background: #EEE;
}

#featureproperties {
	margin-top: 14px;
	overflow: hidden;
	/* background: rgb(183, 180, 158); */
}

#featureproperties > .pom {
	position: relative;
	height: 240px;
	width: 299px;
	border-right: 1px solid white;
	float: left;
	overflow: hidden;
}

#featureproperties > .pom-3 {
	width: 300px;
	border: none;
}

#featureproperties > .pom > h3 {
	margin:0px;
	border-bottom: 1px solid white;
	height: 36px;
	background:url(../images/pom_header.png) top left repeat-x rgb(52, 52, 52);
	color: white;
	text-indent: 8px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 36px;
	font-weight: normal;
	position: relative;
}

#featureproperties > .pom > h3 > span {
	position: absolute;
	top: 0px;
	right: 8px;
	line-height: 36px;
	height: 36px;
	font-size: 12px;
	display: block;
}

#featureproperties > .pom > a {
	text-decoration: none;
	display: block;
	width: 300px;
	height: 225px;
	overflow: hidden;
}

#featureproperties > .pom > a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}

#featureproperties > .pom > a img {
	width: 300px;
	height: 225px;
	border: none;
}

#featureproperties > .pom > h4 {
	margin: 0px 20px 5px 212px;
	color: rgb(52, 52, 52);
	font-size: 12px;
	line-height:14px;
	font-family: Arial, Helvetica, sans-serif;
}

#featureproperties > .pom > h5 {
	margin: 0px 20px 5px 212px;
	color: rgb(52, 52, 52);
	font-size: 16px;
	line-height:14px;
	font-family: Arial, Helvetica, sans-serif;
}

#featureproperties > .pom > p {
	margin: 0px 20px 5px 212px;
	color: white;
	font-size:11px;
	line-height: 12px;
}

#featureproperties > .pom > ul {
	padding-right: 10px;
	float:right;
}

#featureproperties > .pom > ul li {
	margin: 0px;
	padding: 0px 10px 0px 25px;
	width:15px;
	display:block;
	float: left;
	line-height:28px;
	height: 28px;
	background-position:-5px 0px;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	color: rgb(52, 52, 52);
	font-size: 14px;
}

#featureproperties > .pom > ul li.bed {
	background-image: url(../images/bedrooms.jpg);
}

#featureproperties > .pom > ul li.bath {
	background-image: url(../images/bathrooms.jpg);
}

#featureproperties > .pom > ul li.car {
	background-image: url(../images/garages.jpg);
}

#featureproperties > .pom > a.button {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background:url(../images/MoreDetails_btn.jpg) top left no-repeat;
	width: 98px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: white;
	font-weight:normal;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

/* =footer */

#footer {
	padding: 25px 0px 20px 0px;
	color:#666;
	font-size:11px;
	text-align:center;
	background: url(../images/bg-footer.gif) top left repeat-x;
}

#footer > div {
	font-size: 16px;
	color: #56a113;
	color:rgb(52, 52, 52);
	margin-bottom: 15px;
}

#footer p {
	margin-bottom: 5px;
	font-size:11px;
}

#footer p > a {
	color:#666;
}

#footer p.renet_links > a {
	text-decoration:underline;
	text-transform:none;
	color:#666;
	font-weight:normal;
}