body, table{
	margin:0;
	padding:0;
	font-family:Tahoma;
	font-size:11px;
	color: #817171;
}

a{color: #4e4848;}
a:link {text-decoration: underline;}
a:visited {text-decoration:underline;}
a:hover {text-decoration:none;}

select, input, textarea {
	color:#817171;
	font-family:Tahoma;
	font-size:11px;
	width:150px;
	margin: 8px 0px 8px 0px;
}

.price {font-size:12px;}
.menu {padding:0px 20px 0px 40px; margin:40px 0px 0px 365px;}
.menu li {
padding:4px 0px 0px 20px;
list-style:none;
color:#817171;
background: url('../images/li.gif')  left no-repeat;
}
.leftmenu {padding:0px; margin:0px 0px 0px 65px; width:180px;}
.leftmenu li {
padding:9px 0px 5px 20px;
list-style:none;
color:#817171;
background: url('../images/li.gif')  left no-repeat;
height:16px;
border-bottom:1px #dedfdc dashed;
}
.menu a {color:#817171; text-decoration:none;}
.leftmenu a {color:#817171; text-decoration:none;}

.offers{
	margin-top: -73px;
	margin-left: 9px;
	margin-bottom: 0px;
	position:absolute;
}

.offers_shape{
	margin-top: 8px;
	margin-bottom: 8px;
	margin-bottom: 0px;
}

.divider{
	background:url(../images/div.png) repeat-x;
	height: 1px;
	margin: 15px 0 5px 0;
}

.title{
	font-family: Calibri;
	color: #817171;
	margin:0;
	padding: 20px 0px 0px 0px;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}
.all {color:#817171; font-family:Calibri; font-size:12px;}
.all:hover {text-decoration:none;}
.link a{ 
	text-decoration: underline;
	color: #817171; 
	font-size:14px;
	font-weight: bold;
}

form { margin:0; padding:0;}

.input_but{
	width: 78px;
	height: 19px;
	border: none;
	background: url(../images/send.png) 0 0 no-repeat;
	margin: 0px 0px 25px 0px;
}
.t_t{
	background-color: #f8f8f8;
	padding: 5px 5px 5px 5px;
	margin:10px 0px 0px 0px;
}	
	
.t td, .t_t td{
	padding: 0px 5px 0px 5px; color:#000;
}
.u_sales{
background:url(../images/sales-bgr.gif) top left repeat-y;
padding: 10px 0;
width:178px;
}
.sales{
background:url(../images/sale-d-bgr.gif) repeat-y;
padding-left: 45px;
}	
.b_sales {
background:url(../images/sales-bottom.gif) top left no-repeat;
height:10px;
}

.rent{
	background:url(../images/rent_shape.png) center repeat;
	padding: 10px;
}
	
.footer{
	background: url(../images/footer.png) repeat;
	height: 100px;
	color:#ffffff;
	padding: 0 30px 0 30px;
}


/******************************************************************************/


div.gallery-scroll {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 160px;
	width: 530px;
	overflow: auto;
}
ul.gallery-scroll {
	display: block;
	/* max width here, for users without javascript */
	width: 10000px;
	height: 150px;
	padding: 0;
	margin: 0 0 0 0px;
	/* removing default styling */
	list-style: none;
}
.gallery-scroll li {
	display: block;
	float: left;
	padding: 0px 0px 0px 20px;
	display:inline;
	height:131px;
}
.gallery-scroll a {
	display: block;
	text-decoration: none;
}

.gallery-scroll img {
	border:none;
	filter:alpha(opacity=85);
	opacity: 0.85;
}
.gallery-scroll a:hover img {
	filter:alpha(opacity=100);
	opacity: 1;
}
.gallery-scroll a.action img {
	filter:alpha(opacity=100);
	opacity: 1;
}

.gallery-scroll #left {padding:0px 0px 0px 0px; margin:0px;}