
@import url("reset.css");

body{
	font-size: 62.5%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #22262c;
	background: #fff;

}

#email {
	display:none;
}

#form_send {
	background-color:#005EBB;
	color:#fff;
	padding:4px 0;
	width:100%;
	text-align: center;
}

#form_loading {
	float:left;
	margin: 15px 0 0 20px;
}

label.error {
	color:#f00;
}

/* =top
----------------------------------------------------*/
#top-wrapper{
	float: left;
	width: 100%;
	margin: 0 0 -70px 0;
	padding: 10px 0 0 0;
}

#top{
	margin: 0 auto;
	width: 960px;
	position:relative;
}

#top h1{
	font-size: 36px;
	float: left;
	margin: 0 0 0 0;
	color: #fff;
}

#top ul{
	float: right;
	width: auto;
	font-size: 12px;
	margin: 60px 0 0 0;
}

#top ul li{
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	padding: 10px;
	border: 1px solid #39f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background: #f5f5f5;
}

#top ul li.selected{
	background: #39f;

}

#top ul li.selected a{
	color: #fff;
}

/* =quick_access
----------------------------------------------------*/
#quick_access{
	width: 960px;
	margin: 0 auto;
}

div.access_box{
	float: left;
	width: 170px;
	background: #dce5fe;
	background-image: -moz-linear-gradient(top, #fff, #dce5fe); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fff),color-stop(1, #dce5fe)); /* Saf4+, Chrome */
	margin: 20px 8px 0 4px;
	text-align: left;
	border: 5px solid #003346;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
}

div.access_box h2{
	float: left;
	color: #fff;
	height: 60px;
	background: #fefdfb;
	background-image: -moz-linear-gradient(top, #05a, #66b2ff); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #05a),color-stop(1, #66b2ff));
	font-size: 14px;
	padding: 10px;
	line-height: 1.5em;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
}

div.access_box ul{
	float: left;
	font-size: 12px;
	margin: 10px 0 0 15px;
	padding: 10px;
}

div.access_box ul li{
	list-style: square;
	padding: 0 0 10px 0;
}

div.extra_browse ul {
	font-size: 11px;
	padding: 0 5px 5px 5px;
	width: 140px;
	float: left;
}

div.extra_browse ul li{
	padding: 0 0 5px 0;
}

div.extra_browse ul li.title {
	border-bottom:1px solid #66B2FF;
	margin: 5px 0;
}

/* =wrapper
----------------------------------------------------*/
#wrapper{
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#sidebar{
	float: right;
	width: 280px;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	background: transparent
}

#content{
	float: left;
	width: 640px;
}

#content.single {
	float: left;
	width: 950px;
}


/* =map
----------------------------------------------------*/
#map {
	float: left;
	width: 950px;
	background: #edf2ff;
	margin: 10px 0 0 0;
	padding: 0 0 30px 0;
	border: 5px solid #003346;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
}

#content.single-page {
	width: 930px;
	float: left;
	background: #edf2ff;
	margin: 10px 0 20px 0;
	padding: 10px;
	border: 5px solid #003346;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#content.single-page * {
	font-size:14px;
	letter-spacing: 0.2px;
}

#content.single-page h2 {
	font-size: 18px;
	margin:10px 0 0 10px;
}

#content.single-page p {
	padding:5px;
	margin: 10px 5px;
	line-height: 20px;
}

#content.single-page ul {
	margin-bottom: 20px;
}

#content.single-page li {
	list-style-type:disc;
	margin: 0 0 10px 20px;
	line-height: 20px;
}

#map_canvas{
	float: right;
	width: 600px;
	height: 360px;
	margin: 20px 20px 0 0;
	border: 5px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
}

#map_options{
	float: left;
	text-align: left;
	font-size: 12px;
	width: 280px;
	height: 360px;
	margin: 20px 0 0 20px;
	background: #fff;
	background: rgba(255, 255, 255, .8);	
	border: 5px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#map_options h2{
	font-size: 15px;
	margin: 10px 0 5px 10px;
	line-height: 1.5em;
}

#map_options h3{
	font-size: 14px;
	margin: 5px 0 5px 10px;
	line-height: 1.5em;
}

#map_options input{
	margin: 5px 5px 10px 10px;
}

#map_options select{
	margin: 0 0 10px 10px;
}

input.search_box{
	width: 100px;
	border: 1px solid #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 5px;
	font-size: 10px;
	color: #666;
}

input.error {
	border: 1px solid #ff0000;
}

input.search_button{
	background: #000;
	color: #fff;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.search_loader {
	float:right;
	margin:5px 30px 0 0;
}

/* =all
----------------------------------------------------*/
#content h1{
	font-size: 18px;
	text-align: left;
	margin: 20px 0;
	
}

#legend{
	float: left;
	text-align: left;
	width: 100%;
}

#selection{
	float: left;
	font-size: 12px;
}

#sorting {
	float: left;
	clear: both;
	width: 300px;
	margin:15px 0 0 0;
}

.pagination{
	float: right;
	font-size: 12px;
	text-align: right;
	cursor: default;
}

.pagination span {
	color:#aaa;
}

.pagination strong {
}

.pagination_top {
	margin:20px 0 10px 0;
}

.pagination_bottom {
	margin:0 0 20px 0;
}

div.estate_short{
	float: left;
	width: 638px;
	text-align: left;
	margin: 10px 0 30px 0;
	background: #eef6ff;
	border: 1px solid #003346;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

div.estate_short div.photo{
	float: left;
	width: 160px;
	margin: 20px;
}

div.estate_short div.photo span.price{
	clear: both;
	float: left;
	width: 120px;
	background: #eee;	
	color: #05a;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 0 20px;
	padding: 10px 0;
	text-shadow: #fff 0px 1px 1px;
	border-top: 1px solid #77bbff;
	border-right: 1px solid #003346;
	border-bottom: 1px solid #003346;	
	border-left: 1px solid #77bbff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.estate_short div.photo span.code{
	clear: both;
	float: left;
	width: 120px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 0 20px;
}


div.estate_short div.details{
	float: right;
	width: 400px;
	margin: 20px 20px 0 0;
}

div.estate_short div.details h2{
	font-size: 16px;
	margin: 0 0 14px 0;
}

div.estate_short div.details h3{
	font-size: 14px;
	margin: 0 0 0 0;
}

div.estate_short div.details p{
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 14px 0;
}

/* =one
----------------------------------------------------*/
div.estate{
	float: left;
	width: 960px;
	text-align: left;
	margin: 10px 0 30px 0;
	background: #fff;
	border: 1px solid #ddd;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

div.estate div.houseacount {
	float:right;
	margin: 10px 10px 0 0;
	padding: 8px 8px 4px 8px;
	font-size:14px;
}

div.estate_short div.houseacount{
	float:right;
	margin: 0px 5px 0 0;
	padding: 4px 4px 2px 4px;
	font-size:12px;
}

div.estate_short p.info span {
	font-size:10px;
}

div.estate div.photo{
	float: right;
	width: 480px;
	padding: 0 0 20px 0;
}

div.estate div.photo h2{
	font-size: 14px;
}

div.estate div.house-photos img{
	background: #fff;
	padding: 7px 7px 15px 7px;
	border: 1px solid #ddd;
	width:400px;
}

div.estate div.photo img.micro{
	float: left;
	width: 40px;
	height: 30px;
	margin: 20px 14px 0 0;
	padding: 0;
	background: #fff;
	padding: 2px 2px 6px 2px;
	border: 1px solid #ddd;	
}

div.estate span.price{
	clear: both;
	float: left;
	width: 120px;
	background: #eee;	
	color: #05a;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 20px;
	padding: 10px 0;
	text-shadow: #fff 0px 1px 1px;
	border-top: 1px solid #77bbff;
	border-right: 1px solid #003346;
	border-bottom: 1px solid #003346;	
	border-left: 1px solid #77bbff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.estate div.synopsis{
	float: left;
	width: 480px;
	padding: 20px 0 0 0;
}

#content div.estate h1{
	font-size: 24px;
	margin: 1em 0 10px 20px;
	float: left;
}

div.estate p{
	clear: both;
	float: left;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0 0 1em 20px;
}

/* =table
----------------------------------------------------*/
table{
	width: 440px;
	margin: 0 0 20px 20px;
}

th{
	font-size: 12px;
	padding: 8px 5px;
	background: #005ebb;
	color: #fff;
	font-weight: normal
}

td{
	font-size: 12px;
	border-top: 1px solid #003346;
	border-right: 1px solid #003346;	
	border-left: 1px solid #003346;	
	border-bottom: 1px solid #003346;			
	padding: 8px 5px;
	background: #eef6ff;
}

td.even{
	background: #fff
}

td.bold{
	font-weight: bold;
	letter-spacing: 0.2px;
}

td.chars {
	line-height: 16px;;
}

/* =action
----------------------------------------------------*/
.action{
	clear: both;
	float: left;
	width: 100%;
	padding: 0 0 20px 0;

}

.action_mail{
	float: left;
	width: 640px;
	margin: 0 0 0 20px;
	padding: 0 0 20px 0;
	border: 1px solid #003346;
	background: #eef6ff		
}

.action_call{
	float: right;
	width: 260px;
	margin: 0 0 0 20px;
	padding: 0 0 20px 0;
	
}

.action h3{
	float: left;
	width: 100%;
	font-size: 14px;
	margin: 20px 0 10px 20px;
}

.action form div.form_item{
	width: 300px;
	float: left;
	margin: 0 20px 0 0;
}

.action form label{
	float: left;
	width: 300px;
	font-size: 12px;
	line-height: 1.5;
	margin: 10px 0 0 20px;
}

.action form input{
	clear: both;
	float: left;
	width: 260px;
	border: 1px solid #003346;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	margin: 0 0 0 20px;
	padding: 5px;
}

.action form input:focus{
	border: 1px solid #def;
	background: #fff;
}

.action form textarea{
	clear: both;
	float: left;
	width: 270px;
	height: 70px;
	border: 1px solid #003346;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	margin: 0 0 0 20px;
	padding: 5px;	
}

.action form textarea:focus{
	border: 1px solid #def;
	background: #fff;
}

.action form input.check{
	clear: left;
	float: left;
	width: 20px;
	margin: 20px 0 0 20px;
}

.action form span{
	float: left;
	width: 260px;
	line-height: 1.4;
	margin: 20px 0 10px 0;
}

.action form input.button{
	clear: both;
	float: left;
	width: 100px;
	border: 1px solid #434518;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #000;
	color: #fff;
	margin: 10px 0 0 20px;
	padding: 5px;
}

.action form input.button:hover{
	background: #6ba2c0
}

#content .estate .action_call p{
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	margin: 0 0 0 0;
	padding: 10px 20px 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

#content .estate .action_call p img{
	float: left;
	padding: 0;
	margin: 0;
}

#content .estate .action_call img.icon{
	float: left;
	margin: 0 0 0 10px
}


/* =promotion
----------------------------------------------------*/
#promotion{
	float:  left;
	width:  960px;
	margin: 20px 0 0 0px;
	text-align: left;
}

#promotion h2{
	font-size: 14px;
	margin: 20px 0 10px 0;
}

.banner{
	float: left;
	width: 300px;
	height: 170px;
	background: #bdf;
	background-image: -moz-linear-gradient(top, #fff, #bdf); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fff),color-stop(1, #bdf)); /* Saf4+, Chrome */
	margin: 0 18px 40px 0;
	border: 1px solid #39f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

.banner img{
	float: left;
	padding: 20px 0 10px 20px;
}

.banner span{
	float: left;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 0 20px;
}

.banner p{
	clear: both;
	float: left;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 20px;
}

/* =sidebar
----------------------------------------------------*/
#sidebar h2{
	font-size: 16px;
	margin: 48px 0 1em 10px;
}

#sidebar h3{
	font-size: 14px;
	margin: 1em 0 1em 10px;
}

#type{
	float: left;
	width: 100%;
	background: #eef6ff;
	padding: 1em 0;
	border: 1px solid #def;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;			
}

#type ul {
	width: 100%;
	float: left;
	padding: 1em 0;

}

#type ul li{
	float: left;
	display: block;
	font-size: 12px;
	width: 110px;
	margin: 0 0 0 10px;
	padding: 10px 5px 10px 5px;
	text-align: center;	
	border: 1px solid #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	background: #dce5fe;
	background-image: -moz-linear-gradient(top, #fff, #dce5fe); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fff),color-stop(1, #dce5fe)); /* Saf4+, Chrome */
}

img.submenu_controller {
	height: 10px;
	margin: 0 10px 0 0;
}

#type ul li.selected, #type ul li:hover{
	border: 1px solid #fff;
	background: #fefdfb;
	background-image: -moz-linear-gradient(top, #05a, #66b2ff); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #05a),color-stop(1, #66b2ff));
}

#prices {
	float: left;
	width: 100%;
	margin: 1em 0 0 0;
}

#prices ul{
	color: #777;
	font-size: 11px;
}

#prices ul li{
	background: #eef6ff;
	border-bottom: 1px solid #e5ddcd;
	padding: 0.5em 0 0.5em 20px;
	font-weight: normal;
}

#prices ul li.selected, #prices ul li:hover{
	background: #cce5ff;
	border-bottom: 1px solid #cce5ff;
}

#prices ul li a{
	font-size: 11px;
}

#categories{
	float: left;
	width: 100%;
	margin: 1em 0 0 0;
}

#categories ul{
	color: #777;
	font-size: 11px;	
}

#categories ul li{
	background: #eef6ff;
	border-bottom: 1px solid #e5ddcd;
	padding: 1em 0 1em 20px;
	font-weight: bold;
}

#categories ul li.selected, #categories ul li:hover{
	background: #cce5ff;
	border-bottom: 1px solid #cce5ff;
}

#categories ul li a{
	font-size: 13px;
}

#categories ul li ul{
	margin: 5px 0 0 0;
}

#categories ul li ul li{
	width: 245px;
	background: #fff;
	padding: 5px;
	border-bottom: 1px solid #def;
	font-weight: normal;
}

#categories ul li ul li a{
	font-size: 11px;
}

#locations{
	float: left;
	width: 100%;
	margin: 2em 0 0 0;
	color: #777;	
}

#locations h3{
	color: #22262c;
}

#locations ul{
	font-size: 11px;	
}

#locations ul li{
	background: #eef6ff;
	border-bottom: 1px solid #e5ddcd;
	padding: 1em 0 1em 20px;
}

#locations ul li a{
	font-size: 13px;
}

#locations ul li.selected, #locations ul li:hover{
	background: #cce5ff;
	border-bottom: 1px solid #cce5ff;
}

#locations ul li ul{
	margin: 5px 0 0 0;
}

#locations ul li ul li{
	width: 245px;
	background: #fff;
	padding: 5px;
	border-bottom: 1px solid #def;
	padding: 5px;
}

#locations ul li ul li a{
	font-size: 11px;
}

/* =more_estates_wrapper
----------------------------------------------------*/
#more_estates_wrapper {
	float: left;
	width: 100%;
	background: #eef6ff;
	padding: 20px 0 20px 0;
	border-top: 5px solid #003346;	
	border-bottom: 1px solid #003346;
}

#more_estates {
	margin: 0 auto;
	width: 960px;
	height:200px;
	text-align: left;
	position: relative;
	overflow:hidden;
}

.more_estates_4items {
	width: 4000px;
	height:180px;
	position: absolute;
	left:0px;
}

.more_estates_item {
	float: left;
	background: #fff;
	width: 198px;
	margin: 0 20px 10px 0px;
	padding: 10px 10px;
	border: 1px solid #39f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:150px;
	overflow:hidden;
}

.more_estates_item img{
	float: left;
	margin: 0 10px 10px 0;
}

.more_estates_item h2{
	font-size: 14px;
	margin: 0 0 10px 0;
}

#more_estates h3{
	font-size: 14px;
	margin: 0 0 10px 20px;
}

.more_estates_item p{
	font-size: 12px;
	line-height: 18px;
}

/* =footer
----------------------------------------------------*/
#footer_wrapper{
	float: left;
	width: 100%;
	background: #002b55;
	padding: 20px 0 20px 0;
}

#footer{
	margin: 0 auto;
	width: 960px;
	text-align: left;
	color: #ddd;	
}

#copyright{
	float: left;
}

#credits{
	float: right;
	text-align: right;
}

/* =linkage
----------------------------------------------------*/
#top a{
	color: #39f;
	text-decoration: none;
}

#content a, #wrapper a{
	color: #048;
	text-decoration: none;
}

#more_estates_wrapper a{
	color: #048;
	text-decoration: none;
}

#top a:hover, #content a:hover, #wrapper a:hover, #more_estates_wrapper a:hover{
	color: #06c
}

#footer a{
	color: #003346;
	text-decoration: none;	
}

#type ul li.selected a, #type ul li:hover a{
	color: #fff
}

#type ul li a{
	color: #5781fc
}

#map_house {
	float:left;
	margin:0 5px 5px 0;
	padding:2px;
	font-size:11px;
}

.houseacount {
	padding:4px 2px 0 2px;
	border: 1px solid #39f;
	margin:0 0 5px 0;
	letter-spacing: 0.5px;
	font-weight: bold;
}

.housetype {
	clear:both;
}

.Rent {
	float:left;
	background-color:#FFFF99;
	color: #CC0E0E;
}

.Buy {
	float:left;
	background-color:#f0f0f0;
	color: #CC0E0E;
}

.map_house {
	float:left;
	width:120px;
	margin:0 5px 10px 0;
	line-height: 13px;
}

.map_house .houseacount {
	padding:1px 1px 0 1px;
	border: 1px solid #909090;
	margin:0 0 2px 0;
	letter-spacing: none;
}

.map_house .housetype {
	font-weight:bold;
}

.map_house .price {
	font-size: 12px;
}

#map_ahouse {
	width:400px;
	height:360px;
	border:5px solid #fff;
}

#slider-wrapper {
	background: #fff;
	padding: 7px 7px 15px 7px;
	border: 1px solid #ddd;
	width:400px;
}

#slider {
    position:relative;
    width:400px; /* Change this to your images width */
    height:300px; /* Change this to your images height */
    background:url(../img/loader.gif) no-repeat 50% 50%;
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

#slider .nivo-controlNav {
	position: relative;
	top:310px;
	left:-2px;
	width: 420px;
}
#slider .nivo-controlNav img {
	float:left;
	position:relative;
	display:block;
	width: 40px;
	height: 30px;
	margin: 20px 14px 0 0;
	padding: 0;
	background: #fff;
	padding: 2px 2px 6px 2px;
	border: 1px solid #ddd;
}

#slider .nivo-controlNav a.active img {
	background: #000;
}

#slider .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
#slider a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
#slider a.nivo-prevNav {
	left:15px;
}

a#history_back {
	padding:20px;
	display:block;
	font-size:12px;
	color:#909090;
	width:50px;
}

a#history_back:hover {
	color:#000;
}