html{
	height: 100%;
}

BODY{
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	background-color: #ffffff;
	color: #ffffff;
	height: 100%;
}

H1{
	font-size: 20px;
	font-family: Verdana, Arial, sans-serif;
}

INPUT{
	font-size: 10px;
}

A{
	color: #ffffff;
	text-decoration: none;
}

B, strong{
	font-size: 13px;
}

A:hover {
	text-decoration: underline;	
}

p{
	margin-top: 0px;
}

#header{
	
}

#menu{
	background-color: #ffffff;
	/*width: 822px;*/
	color: #D10101;
/*	FILTER: Alpha(Opacity=60);*/
/*	opacity: 0.6;*/
/*	-moz-opacity: 0.6;*/
	height: 25px;
	width: 1024px;
	background-image: url('../images/menu-bg.jpg');
	background-position: left bottom;
	background-repeat: repeat-x;
	position: absolute;
	z-index: 1;
	font-size: 11px;
}

#menu-right {
	float: right;
	margin-right: 30px;
	vertical-align: top;
	padding-top: 3px;
}

#menu-right img {
	display: inline;
}

#main{
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 1024px;
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height: 100%; /* real browsers */

	text-align: left;
	font-size: 12px;
	background-color: #495295;
	/*background: #495295 url(/images/background-building.jpg) no-repeat scroll bottom left;*/
}

#banner{
	height: 80px;
	/*background-color: #D9D3C3;*/
	background-color: #ffffff;
	position: relative;
}

#page{
	position: relative;
	width: 1004px;
	text-align: left;
	/*background-image: url('../images/background-image.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	/*background-color: #495295;*/
	/*border-bottom: 1px solid #d10101;*/
	/*margin-top: 25px;
	padding-top: 1px;
	margin-bottom: 10px;*/
	margin: 30px 10px;
	padding-bottom: 52px;
}

div#footer {
	background:#ffffff;
	bottom: 0px; /* stick to bottom */
	height: 52px;
	position: absolute;
	width: 1024px;
}

.agent-list-photo img, .listing-photo img{
	border: 2px solid #ffffff;
	position: relative;
}

.agent-list-photo, .agent-list-details, .listing-photo, .listing-suburb, .listing-title, .listing-price, .listing-desc, .open-homes, .enquiry-form{
	padding: 5px;
	background-color: #ffffff;
	filter: alpha(opacity=40);
	vertical-align: bottom;
}

.listing-suburb, .listing-title, .listing-price{
	font-size: 12px;
	font-weight: bold;
}

.agent-list-details DIV, .no-trans, .open-homes div, .enquiry-form div{
	position: relative;
}

.agent-list-details{
	margin-right: 50px;
}

td > .no-trans, td > DIV, .agent-list-details[class] a{
	color: #0035A9;
}

.agent-list-details A, .listing-desc A{
	color: #ffffff;
	text-decoration: none;
}

.open-homes A, .enquiry-form A{
	color: #ffffff;
	text-decoration: none;
}

.controls{
	background-color: #ffffff;
}

.controls TD{
	filter: alpha(opacity=40);
	margin-bottom: 10px;
}

.controls TD IMG{
	position: relative;
}

.listing-price{
	text-align: right;
}


.listing-spacer{
/*	background-color: #0132A8;*/
}

A.listing-viewprop{
	color: #d10101;
	text-decoration: none;
}

A.listing-viewprop:hover {
	text-decoration: underline;
}

#prop-thumbs{
	margin-top: 10px;
}

.sold{
	color: #d10101;
	font-weight: bold;
	position: relative;
}

.subheading{
	font-size: 13px;
}
.viewprop-overview{
	font-size: 11px;
}

.listings{
}

.prop-details{
}

.featured{
	margin-bottom: 1em;
}

.featured-image{
	vertical-align: top;
}

.featured-text, TD.featured-actions{
	font-size: 9pt;
	vertical-align: top;
	text-align: left;
	padding: 0.5em;
	padding-left: 2em;
}

/* IE 6 Exclusion */
#screen div > div {
	background-attachment: inherit;
}