/* footerStickAlt BEGIN*/
* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
}
body {
	height: 100%;
}
#nonFooter {
	position: relative;
	min-height: 100%;
}
* html #nonFooter {
	height: 100%;
}
#nonFooterWrapper {
	padding-bottom: 106px;
}
#footer {
	position: relative;
	margin-top: -106px;
}
/* footerStickAlt END*/

body {
	margin:0;
	background: url('../img/top_pattern.png') repeat-x left top;
}
#nonFooter {
	background: url('../img/header_bg.png') no-repeat center top;
}
#footer {
	background: url('../img/footer_pattern.png') repeat-x left top;
	height:106px;
}

#footerWrapper{
	height: 106px;
}

#footerText {
	position:relative;
	top: 74px;
	height: 32px;
	line-height: 32px;
}

#top {
	height: 314px;
}

#menu {
	height: 23px;
	margin-bottom: 20px;
}
#menuContainer{
	float: right;
}
#menuContainer ul{
	padding:0;
	margin: 0;
	float: left;
}

#menuContainer ul li {
	margin: 0;
	padding: 0;
	
	
	display: inline;
}

#menuContainer ul li a {

	background-image: url(../img/topmenu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	position:relative;
	
	color:#CCCCCC;
	text-decoration: none;
	float: left;
	height: 23px;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	
	padding: 0 32px;
	text-align:center;
}

#menuContainer ul li a:hover {
	color: #fff;
	background-position: left bottom;	
}


#realestates_map{
	height:315px;
	margin-bottom: 18px;
}
.home h2 span{
	display: none;
	visibility: hidden;
}

.home h2{
	width: 100%;
	height: 54px;
	background-image: url('../img/home_h2.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
}

.about h2 span{
	display: none;
	visibility: hidden;
}

.about h2{
	width: 100%;
	height: 54px;
	background-image: url('../img/about_h2.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
}
/*
.estates h2 span{
	display: none;
	visibility: hidden;
}

.estates h2 {
	width: 100%;
	height: 54px;
	background-image: url('../img/realestates_index_h2.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
}
*/

div.hr10, div.hr20, div.hr30, div.hr40, div.hr50,
div.hr60, div.hr70, div.hr80, div.hr90, div.hr100 {
	margin: 0 auto;
	text-align:center;
	height: 36px;
	background-image: url('../img/separator.gif');
	background-repeat: repeat-x;
	background-position:center center;
}

div.hr10 { width: 10%; }
div.hr20 { width: 20%; }
div.hr30 { width: 30%; }
div.hr40 { width: 40%; }
div.hr50 { width: 50%; }
div.hr60 { width: 60%; }
div.hr70 { width: 70%; }
div.hr80 { width: 80%; }
div.hr90 { width: 90%; }
div.hr100{ width: 100%; }

div.hr10 hr, div.hr20 hr, div.hr30 hr, div.hr40 hr, div.hr50 hr,
div.hr60 hr, div.hr70 hr, div.hr80 hr, div.hr90 hr, div.hr100 hr {
	display:none;
	visibility: hidden;
}