@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:url(../images/bg_body.jpg) repeat-x #fff;
}
#wrapper {	
	margin:0 auto;
	width:903px;
}

h1, h2, h3, h4, ul, li, div, p, a, img {
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
}
a img {
	border:none;	
}
.bold {
	font-weight:bold;
}
ul {
	list-style:none;
}
	
h1 {
	font-size:16px;
	color:#a9a9a9;
}
h2 {
	font-size:16px;
	color:#1c1d1f;	
}
.red {
	color:#9f1b1f;
}
h3 {
	font-size:14px;
	color:#fff;
}
h4 {
	font-size:12px;	
}
.height10 {
	height:10px;
	width:2px;
}
.height20 {
	height:20px;
	width:2px;
}
p {
	color:#6e6e6e;
	font-size:12px;
	text-align:justify;
}
.clear {
	clear:both;

}
#header{
	height:156px;
	display:block;
	margin:0 0 20px 0;
}
#header .left {
	float:left;
	padding:20px 0 0 13px;
}
#header .right {
	float:right;
	padding:57px 0 0 0;
	width:700px;
}
#header h1{
	background:	url(../images/icon_fone.jpg) no-repeat left;
	line-height:22px;
	padding:0 2px 0 32px;
	float:right;

}
#navi {	
	display:block;
	height:28px;
	margin:49px 0 0 0;	
	float:right;
	clear:right;
}
#navi li{
	float:left;
	height:28px;
	margin:0 2px 0 0;
	background:url(../images/right_navi_link.jpg) no-repeat right top;
}
#navi a{
	float:left;
	line-height:28px;
	background:url(../images/left_navi_link.jpg) no-repeat left top ;
	padding:0 17px;
	font-size:12px;
	color:#303030;
}
#navi li:hover{
	background:url(../images/right_navi_link_sel.jpg) no-repeat right top;
}
#navi li:hover a{
	background:url(../images/left_navi_link_sel.jpg) no-repeat left top;
	color:#fff;
}
#navi li.selected{
	background:url(../images/right_navi_link_sel.jpg) no-repeat right top;
}
#navi li.selected a{
	background:url(../images/left_navi_link_sel.jpg) no-repeat left top;
	color:#fff;
}

#banner {	
	height:267px;
	display:block;
	margin:0 0 25px 0;
}
#subbanner {
	height:197px;
	display:block;
	margin:0 0 25px 0;
}

#content{
	display:block;
	margin:0 0 20px 0;
}
#left{
	float:left;
	width:313px;
}
#left a{
	color:#999;
}

#right{
	float:right;
	width:570px;
}
#mainsearch {
	display:block;
	background:url(../images/bg_mainsearch.jpg) no-repeat;
	height:217px;
}
#mainsearch input.submit {
	float:right;
}
#mainsearch .content{
	padding:14px 13px;
}
#mainsearch .type{
	background:url(../images/bg_searchtype.jpg) no-repeat;
	display:block;
	height:23px;
	padding:2px 0 0 6px;
	margin:12px 0 5px 0 ;
}
#mainsearch .type input{
	float:left;
}
#mainsearch label{
	color:#fff;
	font-size:12px;
}
#mainsearch .type label{
	float:left;
	min-width:50px;
	padding:2px  0 0 0;
}

#mainsearch select{
	background:url(../images/bg_input.jpg) no-repeat;
	width:140px;
	height:23px;
	border:none;
	font-size:11px;
	padding:3px ;
	margin:0;
	color:#7c7c7c;
}
#mainsearch a.search{
	float:right;
}
#footer {
	background:#1f1f1f;
	margin:20px 0 0 0;
	min-height:59px;
}
#footer .content {
	margin:0 auto;
	width:903px;
	padding:20px 0 ;	
}
#footer .links {
	float:left;
}
#footer .links a {
	float:left;
	font-size:11px;
	color:#bcbcbc;
	background:url(../images/sep_footer.jpg) no-repeat right;
	padding:0 7px 0 0 ;
	margin: 0 7px 0 0;
}
#footer .links a:hover {
	text-decoration:underline;
}
#footer .links a.last {
	background:none;
	padding:0;
	margin:0;
}

#footer .copyright {
	float:right;
}
#footer .copyright a.acro {
	background:url(../images/acroex.jpg) no-repeat ;
	padding:0 80px 3px 20px;
	font-size:11px;
}
#footer .copyright a.acro:hover {
	background:url(../images/acroex.jpg) no-repeat  0 -18px ;
}

/*----Buy-----*/

#right .propertybox {
	display:block;
	margin:0 0 10px 0;
}
#right .propertybox .top{
	background:url(../images/top_right.gif) no-repeat;
	display:block;
	height:8px;
}
#right .propertybox .bot{
	background:url(../images/bot_right.gif) no-repeat;
	display:block;
	height:8px;
}
#right .propertybox .content{
	background-color:#fff;
	display:block;
	border-right:#e3e3e3 solid 1px;
	border-left:#e3e3e3 solid 1px;
	padding:0 10px;
	margin-right:3px;
}
#right .propertybox img.property{
	border:#e3e3e3 solid 1px;
	float:left;
}
#right .title {
	border-bottom:#e3e3e3 solid 1px;
	height:25px;
	padding:0 5px;
	margin:0 0 10px 0; 
}
#right .title div{
	color:#999;
	float:left;
	font-size:13px;
	font-weight:bold;
}
#right .title a{
	color:#999;
}
#right .title a:hover{
	text-decoration:underline;
}
#right .title .price{
	float:right;
}
#right .propertybox .details{
	float:right;
	width:380px;
}
#right .propertybox p.bold{
	float:left;
	min-width:90px;
	font-weight:bold;
	line-height:25px;	
}
#right .propertybox p.value{
	line-height:25px;	
}
#register{
	margin:0;
	padding:0;
}
#register label{
	font-size:11px;
	float:left;
	width:110px;
	line-height:23px;
	color:#7c7c7c;
	margin-bottom:10px;
	
}
#register .txtbox{
	background:url(../images/bg_input_form.jpg) no-repeat ;
	width:140px;
	height:23px;
	float:left;
	margin-right:20px;	
}
#register input{
	background:none ;
	width:134px;
	height:17px;
	border:none;
	font-size:11px;
	padding:3px ;
	color:#7c7c7c;	
}
#register select{
	background:url(../images/bg_input_form.jpg) no-repeat;
	width:140px;
	height:23px;
	border:none;
	font-size:11px;
	padding:3px ;
	margin:0;
	color:#7c7c7c;	
	float:left;
	margin-right:20px;
}
#register textarea{
	background:url(../images/bg_textbox.jpg) no-repeat;
	width:404px;
	height:88px;
	border:none;
	font-size:11px;
	padding:3px ;
	margin:0;
	color:#7c7c7c;	
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#register input.submit_reg {
	width:93px;
	height:29px;
	margin:10px 0 0 110px;
}
#register .required {
	color:#F00;
}
#register a.back{
	font-size:12px;
	color:#666;
}
#register a.back:hover{
	text-decoration:underline;
}

#contactdetails {
	display:block;
}
#contactdetails .top {
	display:block;
	background:url(../images/top_left.jpg) no-repeat;
	height:6px;
}
#contactdetails .bot{
	display:block;
	background:url(../images/bot_left.jpg) no-repeat;
	height:6px;
}
#contactdetails .content{
	display:block;
	background:#e6e6e2;
	border-left:#e3e3e3 solid 1px;
	border-right:#e3e3e3 solid 1px;
	padding:10px;
}
#contactdetails .content p.links{
	float:left;
	width:230px;

}
#contactdetails .content a{
	font-size:11px;
	text-decoration:underline;
	color:999;
}
#right a {
	font-size:11px;
	color:#666;
}
#right a:hover {
	text-decoration:underline;
}
#right a.map {
	background:url(../images/map.png) no-repeat left bottom;
	padding:5px 0 0 22px;
	line-height:24px;
}
#right a.mail {
	background:url(../images/email.png) no-repeat left bottom;
	padding:5px 0 0 22px;
	line-height:24px;
}
#right a.contact {
	background:url(../images/contact.png) no-repeat left bottom;
	padding:5px 0 0 22px;
	line-height:24px;
}
#right a.search {
	background:url(../images/search.png) no-repeat left bottom;
	padding:5px 0 0 22px;
	line-height:24px;
}
#right .full_details a.details {
	float:left;
	margin:0 10px 10px 0;
	width:150px;

}
#contact .left {
	float:left;
	width:220px;
	margin:0 120px 0 0;
}
#contact .right{
	float:left;
	width:230px;
}
#contact .msg{
	color:#a01b1e;
	