*
*
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.clear
{
	clear: both;
}
a
{
	color: #a30303;
	text-decoration: none;
	cursor: pointer;
}
a:hover
{
	text-decoration: underline;
}
html
{
	background: url(bg_html.jpg) repeat;
}
body
{
	background: url(bg_main.jpg) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 980px;
	margin: 0 auto;
	position: relative;
}
h1
{
	position: absolute;
	left: 250px;
	top: 360px;
	font-size: 100%;
	padding: 3px 0 2px 30px;
	background: url(indent_h1.jpg) no-repeat 0 0;
}
img
{
	border: 0;
}
/* ----------------------------------------------------------------------------------------------------------
1) Right
---------------------------------------------------------------------------------------------------------- */
#right
{
	width: 740px;
	float: right;
	margin: 310px 0 7px 0;
}
#right #info_box
{
	width: 700px;
	padding: 20px 13px;
	margin-top: 61px;
}
#right #detail
{
	width: 700px;
	padding: 20px 13px;
	margin-top: 323px;
}
#right #prices
{
	width: 700px;
	padding: 20px 13px;
}

#right #gallery {position: absolute; top: 393px; left: 250px; width: 660px; height: 236px; background:#413C38; z-index: 5; padding-top:10px; padding-left:10px;}
#right #gallery p.img {border:10px solid #413C38; background-color:#413C38; display:table-cell; vertical-align:middle; text-align:center; width:200px; height:226px; *height:203px; *line-height: 203px; padding-top: 3px; padding-left: 3px; padding-right: 3px;}
#right #gallery p.img img {border:10px solid #ffffff; margin-top: -10px; margin-left: -10px;}
#right #gallery p.gal {position:absolute; top:23px; left:250px; width:397px; height:165px; padding:15px 0 0 22px; overflow: hidden;}
#right #gallery p.gal a {float:left; display: block; position:relative; border:4px solid #413C38; margin:0 19px 13px 0; background-color:#413C38; width:68px; height:68px; *line-height:68px; text-align:center;}
#right #gallery p.gal a span {display:table-cell; vertical-align:middle; text-align:center; width:68px; height:72px; *line-height:70px;}
#right #gallery p.gal a span img {border:4px solid #ffffff; margin-top: -4px; margin-left: -4px;}
#right #gallery a.more {position:absolute; top:219px; left:579px; height:25px; text-decoration:none; color:#ffffff; display: none;}
#right #gallery a.less {position:absolute; top:406px; left:579px; height:25px; text-decoration:none; color:#ffffff; display: none;}

#right .apartment
{
	background: url(bg_apartment.jpg) repeat-y;
	width: 307px;
	height: 135px;
	padding: 19px 20px;
	margin: 0 0 10px 12px; 
	float: left;
	border: solid 1px #a5a09d;
	line-height: 13px;
	position: relative;
	color: #fff;
	font-size: 85%;
}
#right .apartment:hover
{
	background: url(bg_apartment_hover.jpg) repeat-y;
}
#right .apartment p
{
	margin: 5px 0 0px 0;
	padding-bottom: 10px;
}
#right .apartment span
{
	font-weight: bold;
}
#right .apartment h2 a
{
	color: #d9d0ae;
	font-size: 75%;
	/font-size: 55%;
	text-decoration: none;
}
#right .apartment h2 a:hover
{
	text-decoration: underline;
}
#right .apartment img
{
	width: 129px;
	height: 116px;
	margin: 0 40px 0 0;
	float: left;
}
#right .apartment a img
{
	border: solid 3px #fff;
}
#right .apartment a:hover img
{
	border: solid 3px #a30303;
}
#right .apartment .more
{
	position: absolute;
	left: 20px;
	top: 141px;
	padding: 3px 0 2px 23px;
	background: url(indent_more.jpg) no-repeat;
	color: #a30303;
	font-weight: bold;
	font-size: 100%;
}

#right .apartment span.price{
    margin-left: 175px;    
}

#right p
{
	margin-bottom: 12px;
}

#right div#map
{
	width: 700px;
	height: 380px;
	margin-left: 15px;
}

#right a#book
{
	float: right;
	display: block;
	background:#413C38;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 8px;
	margin-right: 43px;
}

#right a#book:hover
{
	background:#ffffff;
	color: #413C38;
}

#right #form_contact p {
	float: left;
	width: 450px;
	margin-bottom: 3px;
	clear: both;
}
#right #form_contact label {
	float: left;
	width: 165px;
}
#right #form_contact input.text {
	width: 200px;
}
#right #form_contact textarea {
	width: 200px;
	height: 60px;
}
#right #form_contact input.submit {
	float: right;
	width: 85px;
	margin-right: 80px;
}

#right #pagination
{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	clear: both;
	font-size: 85%;
}
#right #pagination a
{
	color: #413c38;
}
/*#right .apartment .all
{
	display: block;
	width: 347px;
	height: 160px;
	border: 1px solid blue;
	position: relative;
	top: -116px;
	left: -21px;
}*/
#right #pagination a:hover
{
	color: #a30303;
	text-decoration: underline;
	font-weight: bold;
}
#right #pagination #active
{
	text-decoration: underline;
	font-weight: bold;
	color: #a30303;
}
#right #pagination span
{
   padding: 10px;
	font-weight: bold;
}
/* ----------------------------------------------------------------------------------------------------------
2) Left
---------------------------------------------------------------------------------------------------------- */
#left
{
	width: 240px;
	float: left;
	margin-top: 347px;
}
#left ul
{
	background: #756e60;
	margin: 0 0 0 5px;
	padding: 5px 0;
}
#left ul li a
{
	background: Aqua;
	display: block;
	margin: 6px 0 6px 0;
	padding: 2px 0 2px 33px;
	color: #fff;
	background: url(bg_indent_a.jpg) no-repeat 0 3px;
	_height: 13px;
	font-size: 85%;
	font-weight: bold;
}
#left ul li a:hover, #left ul li a.active
{
	background: #fff url(bg_indent_ahover.jpg) no-repeat 0 3px;
	color: #413c38;
	text-decoration: none;
}
#left ul li a:hover
{
	text-decoration: underline;
}
#left ul li ul
{
	background: #8c867b;
	margin: 0 0 0 30px;
	padding: 2px 0;
}
#left ul li ul li a
{
	background: #8c867b;
	padding: 2px 0 2px 20px;
}
#left ul li ul li a:hover, #left ul li ul li a.active
{
	background: #fff;
	color: #413c38;
}
#left ul li ul li a:hover
{
	text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------------------
3) Header
---------------------------------------------------------------------------------------------------------- */
#header
{
	background: url(bg_header.jpg) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 980px;
	height: 300px;
}
#header ul{
	width: 724px;
	background: url(bg_menu_top_ul.jpg) no-repeat left top;
	padding: 7px 0 24px 255px;
	position: absolute;
	left: 0;
	top: 300px;
}
#header ul li
{
	display: inline;
}
#header ul li a
{
	color: #fff;
	padding: 2px 0;
	margin: 0 40px 0 0;
	border-top: solid 3px #f7cb34;
	font-weight: bold;
	font-size: 85%;
}
#header ul li a:hover
{
	color: #f7cb34;
}
#header #header_top #logo
{
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#header #header_top #logo, #logo span
{
   width: 540px; 
	height: 101px;
}
#header #header_top #logo span
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(bg_logo.jpg) no-repeat 0 0;
}
#contact
{
	background: url(bg_contact.jpg) no-repeat 0 0;
	position: absolute;
	left: 659px;
	top: 0;
	width: 320px;
	padding: 30px 0 29px 0;
	font-size: 85%;
	color: #fff;
}
#contact li
{
	margin-left: 100px;
}
#contact strong
{
	color: #f7cb34;
}
/* ----------------------------------------------------------------------------------------------------------
4) Footer
---------------------------------------------------------------------------------------------------------- */
#footer
{
	clear: both;
	width: 955px;
	height: 30px;
	padding: 45px 0 0 25px;
	background: url(bg_footer.jpg) no-repeat 0 0;
	text-align: center;
	color: #fff;
	font-size: 85%;
}

#footer a {
	color: #fff;
}

#partners
{
		background: #392b28;
    padding: 7px 0;
    color: #D9F08E;
}

#partners a
{
		color: #fff;
}

#partners a.link
{
		display: block;
    position: absolute;
    font-weight: bold;
    margin-left: 8px;
}
#partners #bar .prefix {
		color: #392b28;
}
#partners #bar
{
		margin-left: 8px;
}
#partners #bar a
{
}

.prefix
{
		color: #fff;
		font-weight: bold;
}
