
html{
	height:100%;
}
 body{
	font: 12px Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin:0;
	padding:0;
	height:auto !important;
	height:100%;
	min-height:100%;
	background: #000;
	color: #8F8F8F;
}

div{
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	border: 0px #fff solid;
	color: #8F8F8F;
}
img{
	border: 0;
}

a{
	font: 12px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #8F8F8F;
	text-decoration: none;
}

a:hover, .hover{
	color: #B38F51;
}

h2{
	text-align: center;
}
h3{
	text-transform:uppercase;
	font-size: 14px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	color: #B38F51;
}
p{
	text-align: justify;
}


#main{
	width: 960px;
	/*height:580px;*/
	padding:15px;
	margin: 0px auto;
}

#top{
	width: 960px;
	height:500px;
}

#top_left{
	width: 310px;
	height:500px;
	float:left;
	margin-right:18px;
}

#top_left_video{
	/*height:210px;*/
	height:350px;
	margin-top: 20px;
}

#top_left_text{
	height:140px;
	margin-top: 20px;
	text-align:justify;
}

#top_right{
	width: 630px;
	height:500px;
	float:right;
	/*margin-left:18px;*/
	border-left: 2px #595959 solid;
	text-align:center;
}

#top_right_main{
	text-align: justify;
	height:340px;
	margin-top: 5px;
	margin-left:5px;
	font-weight: normal;
	/*border: 2px #fff solid;*/
}

#top_right_menu{
	height:50px;
	margin-top:5px;
	margin-left: -2px;
	text-align:left;
}

#top_right_add{
	width:60px;
	height:50px;
	float:right;
	text-align:right;
}

#bottom{
	width: 960px;
	/*height:60px;*/
	margin-top:10px;
}

#bottom_phone{
	width:790px;
	float:left;
}

#bottom_menu{
	width:150px;
	/*margin-top:10px;*/
	float:right;
	text-align:right;
}

#bottom_links{
	width:310px;
	float:left;
	margin-top:10px;
	text-align: right;
}
.bottom_links_sect{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px #B38F51 solid;
	text-align: right;
}
#bottom_text{
	width:630px;
	float:right;
	margin-top:10px;
	border-left: 2px #595959 solid;
	font-weight: normal;
}
.bottom_left, .bottom_right{
	text-align: justify;
	width: 300px;
}
#bottom_text div div{
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottom_text span, #bottom_text ul{
	color: #B38F51; 
}
.bottom_left{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.bottom_right{
	float: right;
}
.second{
	border-top: 1px #8F8F8F solid; 
}


#counter{
	width: 960px;
	/*height:60px;*/
	margin-top:10px;
}

.menu{
	width:110px;
	height:50px;
	border-left: 2px #595959 solid;
	float:left;
	padding:6px;
	cursor: pointer;
}

.menu_big{
	font-size:16px;
}

/*Divs for slideshow*/
#after_div, #before_div{
	position: absolute; 
	top: 0px; 
	left: 0px;
	width: 625px;
	height: 340px;
}

/*Div for apartament item*/
.catlist{
	width: 300px;
	height: 107px;
	padding: 3px;
}
.catlist div{
	float:left;
	text-align: justify;
	padding: 4px;
	font-weight: normal;
}
.catlist1{
	background: #333;
	cursor: pointer;
}

/*Div for switch in table contact*/
#cont_table{
	margin: 0px auto;
}
#cont_table tr td{
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px #555 dotted;
}

.item_list{
	/*width: 40%;*/
	color: #8F8F8F;
	/*list-style-image: url('images/ar_up.gif');*/
	/*list-style-position : inside;*/
}


.scroll-pane {
	width: 620px;
	height: 340px;
	overflow: auto;
	float: left;
}
.scroll-pane1 {
	width: 310px;
	height: 340px;
	overflow: auto;
	float: left;
}

a.jScrollArrowUp {
	background: url(images/ar_up.gif) no-repeat;
	width: 7px;
	height: 16px;
}
a.jScrollArrowDown {
	background: url(images/ar_do.gif) no-repeat;
	width: 7px;
	height: 16px;
}
.jScrollPaneTrack{
	background: #333;
}
.jScrollPaneDrag{
	background: #8F8F8F;
}
