HTML, BODY {
	margin: 0;
	padding: 0;
}
BODY {
	border: 0;
	margin: 0;
	padding: 0;
	background-color:#51626f;
}
FORM {
	margin-top: 0;
	margin-bottom: 0;
}
SELECT {
	background-color: #FFFFFF;
}
/* SELECT STYLES */
:focus {
	outline:none;
}
.js ul.newList {
	left:-9999px;
}
ul.newList * {
	margin:0;
	padding:0;
}
ul.newList {
	margin:0;
	padding:0;
	list-style:none;
	color:#000;
	width:259px;
	background:#fff;
	position:absolute;
	border:1px solid #ccc;
	top:24px;
	left:0;
	overflow:auto;
	z-index:9999;
}
.newListSelected {
	width:253px;
	color:#565757;
	height:19px;
	padding:5px 0 0 6px;
	float:left;
	background:url('../images/inpbg_large.gif') no-repeat;
	margin: 0 0 15px 0 !important;
}
.newListSelected span {
	width:284px;
	display:block;
}
ul.newList li {
	padding:3px 8px;
}
.selectedTxt {
	width:258px;
	overflow:hidden;
	height:16px;
	padding:0 23px 0 0;
}
.hiLite {
	background:#EF8200!important;
	color:#fff!important;
}
.newListHover {
	background:#ccc!important;
	color:#000!important;
	cursor:default;
}
.newListSelHover, .newListSelFocus {
	/*background-position:0 -30px; */
	cursor:default;
}
.newListOptionTitle {
	font-weight:bold;
}
.newListOptionTitle ul {
	margin:3px 0 0;
}
.newListOptionTitle li {
	font-weight:normal;
	border-left:1px solid #ccc;
}
#main_container {
	background: #FFF url('../images/main_bg.gif') repeat-x;
	width:100%;
}
#main {
	width:955px;
	margin: 0 auto;
}
/* Header */
#header {
	padding-top:22px;/*height:70px;*/
}
#logo {
	float:right;
}
#logo H1 {
	width:248px;
	overflow:hidden;
/*	
	height:0;
	padding-top:56px;
	background: url('../images/logo.gif') no-repeat; */
}

/*flags*/
#language {
	margin:46px 300px 0 0;
	padding:0px;
	float:right;
	
}

#language .flag { width:24px; height:24px; float: right; padding:0px; margin:0px 5px 0 0; cursor: pointer;}


.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }


#english {	background: url('../images/flags/Australia.png')  no-repeat;}
#french{background: url('../images/flags/France.png')  no-repeat;}
#german{background: url('../images/flags/Germany.png')  no-repeat;}
#russian{background: url('../images/flags/Russian Federation.png')  no-repeat;}
#arabic{background: url('../images/flags/United Arab Emirates.png')  no-repeat;}
#brazilian{background: url('../images/flags/Brazil.png')  no-repeat;}
#indian{background: url('../images/flags/India.png')  no-repeat;}
#spanish{background: url('../images/flags/Spain.png')  no-repeat;}
#chinese{background: url('../images/flags/China.png')  no-repeat;}

#korean{background: url('../images/flags/South Korea.png')  no-repeat;}
#japanese{background: url('../images/flags/Japan.png')  no-repeat;}
#vietnamese{background: url('../images/flags/Viet Nam.png')  no-repeat;}
#malaysian{background: url('../images/flags/Malaysia.png')  no-repeat;}
#thai{background: url('../images/flags/Thailand.png')  no-repeat;}


/* Nav */
#nav {
	background-color:#FFF;
	clear:both;
	padding:8px 8px 7px 8px;
}
#nav UL {
	width:939px;
	background-color:#66767f;
	height:26px;
	padding:0;
	margin:0;
	z-index: 9999;
}
#nav LI {
	margin:3px 2px 0 2px;
	list-style:none;
	text-transform:uppercase;
	float: left;
	position: relative;
	z-index: 9999;
}
#nav A:LINK, #nav A:VISITED {
	color:#FFF;
	text-decoration:none;
	font-size:13px;
	padding:3px 17px 3px 20px;
	height:18px;
}
#nav A:HOVER {
	color:#FFF;
	text-decoration:none;
	background-color:#8b959b;
}
#nav li ul {
	height: auto;
	font-weight: normal;
	margin: 0;
	width:175px;
	padding:6px 0 5px 0;
	margin-top:3px;
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background:none;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#nav li li {
	padding:5px 5px 5px 10px;
	border-bottom:1px solid #66767f;
	width:100%;
	text-transform:capitalize;
	background-color:#8b959b;
	margin:0 !important;
}
#nav li li A:LINK, #nav li li A:VISITED {
	font-size:13px;
	padding:0;
}
#nav li li A:HOVER {
	color:#ef8200;
	background:none;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}

/*sitemap*/
#content .level0{ width:910px; padding:0 0 0 20px; }
#content .level0 li{ font-size:14px; padding-top:5px; margin:0px 0 10px 0; padding:0px 0 0px 0;}
#content .level1 li{ font-size:12px; margin:0px; padding:0px;}
#content .level1 li a{ text-decoration:underline; padding:0 10px 0px 0px; color:#666}
#content .level1 li a:hover{ text-decoration:none;}
/* BANNER */
#banner {
	width:939px;
	height:249px;
	background-color:#8b959b;
	margin-left:8px;
	float:left;
	margin-bottom:21px;
}

/* CONTENT */
#content_container {
 background-color:#FFF;
 clear:both;
 font-size:12px;
 line-height:16px;
 min-height:350px;
 padding-top: 3px;
 padding-bottom: 0px;
}
#content_container H2 {
	border-bottom: 1px solid #b2babf;
	color:#ef8200;
	padding-bottom:14px;
	font-size:20px;
	line-height:22px;
	font-weight:normal;
}
.feature {
	margin:30px 50px 0 8px;
	width:275px;
	float:left;
	height:227px;
}
.feature IMG, .news IMG {
	float:left;
	margin:0 15px 10px 0;
}
.news {
	margin:30px 0 0 8px;
	width:260px;
	float:left;
	height:227px;
}
.news_item{ margin:0px 0 30px 0; clear:both; border-bottom:1px solid  #CCC; }
.news_item img { margin:0px 20px 40px 0; float:left; border:1px solid #999; }
.news_item h2{ margin:0px 0 10px 0; padding:0px 0 0 0; font-weight:bold; border:none!important;}

/*rent sale search */


.qs_icon{ float:right; background:url(../images/down.gif) no-repeat right top; width:110px; height:20px; font-size:12px; font-weight:bold; padding-top:2px }
.qs_cont {
margin: 0px;
padding: 0px;
width: 475px;

}
.qs_link {
cursor: pointer;
position: relative;

}
.qs_body {
padding: 10px 5px 5px 10px;
margin:0 0 10px 0;
background-color:#E8E8E8;
}
.qs_body OL{
list-style:none;
padding:0 ;
margin:0;
	
}

.qs_body .suburb {
	border: none;
	background:url(../images/inpbg_large.gif) no-repeat center center !important;
	height:28px;
	width:259px;
	padding:5px 2px 5px 3px;
	margin: 0 0 10px 0;
	outline:none;
}

.qs_body .btn_search {
	margin:0px 0 5px 30px;
	vertical-align:middle;

	


}

.qs_body #radio { display:none;}


/*SEARCH*/
#search {
	float:right;
	width:263px;
	margin-right:8px;
	background-color:#e8e8e8;
	padding:30px 30px 20px 30px;
	
}
#search OL {
	list-style:none;
	padding:0 !important;
	margin:0;
	float:right;
}
#search .suburb {
	border: none;
	background:url(../images/inpbg_large.gif) no-repeat center center !important;
	height:28px;
	width:259px;
	padding:5px 2px 5px 3px;
	margin: 0 0 10px 0;
	outline:none;
}
#radio{ margin-bottom:10px;}
#radio label{ margin-right:30px;}

.inp_text {
	background: url('../images/inpbg_large.gif') no-repeat;
	border:none;
	height:18px;
	width:249px;
	padding: 5px 5px 1px 5px;
	margin-bottom:13px;
}
.inp_price, .calc input {
	width:90px;
	height:18px;
	background: url('../images/inpbg_small.gif') no-repeat;
	border:none;
	padding: 5px 5px 1px 5px;
	margin-bottom:13px;
}
.pri_right {
	margin-left:10px;
}
.btn_search {
	clear:both;
	margin:5px 0 5px 0px;
	vertical-align:middle;
}

.search2 {
	float:left!important;
	padding:30px 645px 20px 30px!important;
	background-color:#fff!important;

}



#content {
	padding: 0px 8px 8px 8px;
}
#content H1 {
	border-bottom: 1px solid #b2babf;
	color:#ef8200;
	padding:0 0 10px 2px;
	font-size:20px;
	margin-top:5px;
	margin-bottom:10px;

}
.body_copy {
	float: left;
	width:939px;
}
.hero_image {
	padding-bottom: 12px;
}
.prop_details {
	background-color:#66767f;
	color:#FFFFFF;
	padding:5px 9px;
	font-weight:bold;
	margin-bottom:15px;
}


.bed, .car, .bath {
	float:right;
	padding-right:22px;
	margin-left:13px;
	
}
.bed {
	background: url('../images/icon_bed.gif') center right no-repeat;
}
.car {
	background: url('../images/icon_car.gif') center right no-repeat;
}
.bath {
	background: url('../images/icon_bath.gif') center right no-repeat;
}
.prop_img {
	float:right;
	padding-bottom:10px;
}
.prop_img IMG {
	border: 1px solid #c5c5c5;
	padding: none;
}
.property_img {
	float: right;
}
#img_hero {
	width:402px;
	border: 1px solid #c5c5c5;
	padding:5px;
	overflow: hidden;
	float: right;
}
.img_thumbs {
	clear: right;
	width: 430px;
}
.img_thumb {
	width: 120px;
	float: right;
	padding: 5px;
	border: 1px solid #c5c5c5;
	margin-left: 9px;
	margin-top: 9px;
}
.propthumb {
	width: 120px;
	height: 90px;
	overflow:hidden;
}
.proppic {
	border: 1px solid #c5c5c5;
	padding:5px;
	overflow: hidden;
	float: right;
}
#img_hero IMG {
	border: none;
	padding: none;
}
#img_hero .proppic {
	width: 400px;
	overflow: hidden;
	padding: 0;
}
.prop_thumbs {
	clear:both;
}
.prop_thumb {
	float:left;
	margin-left:5px;
	margin-top:5px;
}
.propthumb img {
	cursor: pointer;
}
.prop_thumb_first {
	float:left;
	clear:both;
	margin-top:5px;
}
.prop_desc {
	width:500px
}
.listing_map {
	border: 1px solid #c5c5c5;
	padding:4px;
	width:432px;
	float:left;
	margin:0 20px 10px 0;
}
.listings {
	margin-bottom:10px;
	float:left;
	width:475px;
/*	height:660px;
	overflow:hidden;
	border-bottom:1px solid red;*/
}
.listing_item {
	padding-bottom:10px;
	clear:both;
	height:130px;
}
.listing_details {
	width:295px;
	float:left;
}
.listings .prop_details {
	margin-bottom:5px;
}
.listing_desc {
	padding:0 8px;
}
.listing_img {
	float:left;
	margin-right:10px;
	border: 1px solid #c5c5c5;
	padding:4px;
}
.listing_img a {
	width:160px;
	height:100px;
	overflow:hidden;
	display: block;
}
.quicklinks {
	background-color:#cacfd2;
	color:#2c3a44;
	padding:10px;
}
.quicklinks H2 {
	color:#2c3a44 !important;
	font-weight:bold !important;
	font-size:12px !important;
	padding:0 0 4px 0 !important;
	margin:0 0 10px 0 !important;
}
.quicklinks A:LINK, .quicklinks A:VISITED {
	color:#51626f !important;
}
.quicklinks a.selected {
	color: #F60 !important;
	font-weight: bold;
}
#content .ofi{ width:100%; }
.ql_ofi, .ql_mortgage, .ql_alerts, .ql_selling {
	width:185px;
	float:left;
	margin: 0 0 8px 10px;
	padding-left: 25px;
}
.ql_ofi {
	background: url('../images/icon_ofis.gif') center left no-repeat;
}
.ql_mortgage {
	background: url('../images/icon_mortgage.gif') center left no-repeat;
}
.ql_alerts {
	background: url('../images/icon_alerts.gif') center left no-repeat;
}
.ql_selling {
	background: url('../images/icon_selling.gif') center left no-repeat;
}
/* KEY PEOPLE */
.key_person {
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom: 1px solid #B2BABF;
}
.person_thumb {
	float:left;
	margin: 0 20px 12px 0;
	border: 1px solid #B2BABF;
	position:relative;
	background-color: #CCC;

}
.movie {
	position: absolute;
	top:0;
	left:0;
	height:200px;
	width:150px;
	z-index:2;
	background: url(../images/play.png) center center no-repeat;
	overflow:hidden!important;

}
.movie:hover {
	background: url(../images/play_hover.png) center center no-repeat;

}
.person_thumb img {
	position:relative;
	z-index:1;
}


/* FOOTER */
#footer_container{ background-color:#51626F;}
#footer {
	width:955px;
	margin: 0 auto;
}
#footer A:LINK, #footer A:VISITED {
	color:#FFF;
	text-decoration:none;
}
#footer A:HOVER {
	color:#ef8200;
	text-decoration:none;
}
.credit {
	float:right;
	width:263px;
	padding:20px 38px 30px 30px;
	text-align:right;
	color:#9ba4aa;
}
.credit A:LINK, .credit A:VISITED {
	color:#7b90a2;
	text-decoration:none;
}
.credit A:HOVER {
	color:#FFF;
	text-decoration:none;
}
.sitemap, .privacy, .subscribe {
	color:#FFFFFF;
	width:80px;
	margin-top:20px;
	float:left;
	font-weight:bold;
	font-size:12px;
}
.sitemap {
	background: url('../images/icon_sitemap.gif') no-repeat;
	padding-top:25px;
	margin-left:10px;
}

/*social networks*/
.socialnet {
	/*background: url('../images/icon_legals.gif') no-repeat;*/
	clear:both;
	width:264px;
	float:right;
	margin-left:10px;
	margin-bottom:20px;
	background:url(../images/socialnet_bg.png) repeat-x center bottom ;
}
#facebook, #twitter{ float:left; margin:0px 0px 0 20px; height:50px; font-weight:bold; }

#facebook span{ padding-top:20px; float:left; }
#facebook{ background: url(../images/socialnet_icons/f1.png) no-repeat;margin-left:152px;}

#facebook:hover{ background: url(../images/socialnet_icons/f2.png) no-repeat; }

#twitter span{ padding-top:20px; float:left; }
#twitter{ background: url(../images/socialnet_icons/t1.png) no-repeat; }

#twitter:hover{ background: url(../images/socialnet_icons/t2.png) no-repeat; }

.privacy {
	background: url('../images/icon_privacy.gif') no-repeat;
	padding-top:25px;
	margin-left:10px;
}
.subscribe {
	margin-left:155px;
	width:240px;
}
.inp_subscribe {
	margin-bottom:4px;
	background: url('../images/inpbg_subscribe.gif') no-repeat;
	border:none;
	height:16px;
	width:169px;
	padding: 4px 5px 3px 5px;
}
.btn_subgo {
	background-color:#51626f;
	color:#FFFFFF;
	border:none;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
}
#map_canvas {
	height: 620px;
	width: 432px;
	float: left;
	border: 2px solid #b2babf;
	margin-bottom:20px;
}
#map_container {
	z-index: 1;
}
.ofi{
	width:910px;
	display:block;
	background:#66767F;
	}
.ofi-info{
	width:720px; padding:10px;
	border-top:1px solid #CCC;
	color:#fff;
	
}
.ofi-info a{	color:#fff!important; }
.ofi-dates{
	border-top:1px solid #CCC;	
	color:#fff;
	width:200px; padding:10px 10px 10px 10px;
}


.calc {padding:10px; width:915px;}
.calc label{ width:150px; display:block; float:left}
.calcbtn { margin:10px 0;}
#calcerror { color:#930; font-size:12px;}

.ofitd{
	width:340px;
	color:#FFF;
	border-top:1px solid #ccc;
	border-left:1px dotted #ccc;
padding:10px;}


<!--stamp duty-->

.stampduty{ list-style:none;  }
.stampduty li{ list-style:none; padding:10px 0 10px 0;}

#duty { font-weight:bold; font-size:14px;}

