@CHARSET "UTF-8";
@IMPORT URL('calendar.css');

body, html {
	margin:0;
	padding:0;
	height: 100%;
	font-size: 90%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#b28048;
	background: #2f1b10 url("images/bg-top.png") top left repeat-x;
}

a{color:#b17534;}
a img {
	background:#FFFFFF none repeat scroll 0 0;
	border:3px solid;
	padding:2px;
}

.maps {
	float:right;
	padding: 5px 5px 5px 30px;
	margin: 5px;
	border:2px solid #b28048;
	background: url('images/world_go.png') no-repeat 5px 5px;
}
.maps a {
	font-weight:bold;
	text-decoration:none;
}

h1,h2,h3,h4,h5 {
	margin-bottom: 5px;
	font-family: Georgia,Times,serif;
}
h1 {font-size: 2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.5em;}


#head {
	position: relative;
	background: transparent url("images/bg-head.png") center bottom no-repeat;
	padding-bottom: 25px;
}

#head h1 a {
	display: block;
	width: 200px;
	height: 156px;
	overflow: hidden;
	text-indent: -200em;
	background: transparent url("images/logo.png") top left no-repeat;
}
#head h1.en a {background-image: url("images/logo-en.png");}

#head h2 {
	position: absolute;
	top: 80px; left: 220px;
}
#head h2 a {
	display: block;
	overflow:hidden;
	text-indent:-200em;
	width: 304px;
	height: 30px;
	background: transparent url("images/bg-apartament.png") top left no-repeat;
}
#head h2.en a {
	width: 285px;
	background-image: url("images/bg-apartment.png");
}

#main-menu {
	margin: 220px 0 0 0;
}
#main-menu li {
	list-style: none;
	/*text-align: center;*/
}
#main-menu li a {
	position: relative;
	display: block;
	padding: 5px 25px 5px 0;
	border-bottom: 1px solid #392617;
	/*white-space:nowrap;*/
	color: #baa976;
	font-weight:bold;
	text-decoration: none;
}
#main-menu li a em {
	position:absolute;
	top: 10px; right: 5px;
	display: block;
	width: 10px; height: 10px;
	overflow:hidden;
	text-indent: -100em;
	background: transparent url("images/manu-arrow.gif") right center no-repeat;
}
#main-menu li.selected a em,
#main-menu li a:hover em {
	background: transparent url("images/manu-arrow-hover.gif") right center no-repeat;
}

#lang {
	overflow:hidden;
	position: absolute;
	top: 30px; right: 10px;
	padding: 5px;
	background-color: #392617;
}
#lang li {list-style: none; float: left; margin-right: 5px; margin-left: 5px;}
#lang li a {
	display:block;
	width:15px;
	height:15px;
	overflow:hidden;
	text-indent:-100em;
	background: transparent none 0 0 no-repeat;
}
#lang li.pl a {background-image: url("images/pl.png");}
#lang li.en a {background-image: url("images/gb.png");}

#short-cuts {
	margin: 0;
	position: absolute;
	top: 135px;
	right: 10px;
	background: transparent url("images/separator.gif") top left repeat-x;
}
#short-cuts li {
	float: left;
	list-style: none;
	margin-right: 1px;
	padding: 0;
}
#short-cuts li a {
	display: block;
	width:25px;
	height:15px;
	overflow:hidden;
	text-indent:-100em;
	background: #2f1b10 none top center no-repeat;
}
#short-cuts li.home a 	 {background-image: url("images/home.gif");}
#short-cuts li.contact a {background-image: url("images/contact.gif");}
#short-cuts li.sitemap a {background-image: url("images/sitemap.gif");}

#short-cuts li.sitemap {margin-right: 0;}

#home {
	position:relative;
	background: #453320;
	width: 100%;
	height: 300px;
}

#head-corner {
	position:absolute;
	top:0; left:0;
	width:300px;
	height:80px;
	background: transparent url("images/home-corner.png") top left no-repeat;
}

#thumbs-list {
	position: absolute;
	top: 5px; left:0;
	margin: 0;
	padding: 10px 10px 10px 0;
}
#thumbs-list li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
#thumbs-list li a {
	display: block;
	text-decoration: none;
	width: 60px;
	height: 50px;
	border: 5px solid #2e1a0f;
	background: transparent none center center no-repeat;
}

#thumb-list-box {
	margin-top:10px;
	position: relative;
	overflow: hidden;
	height: 280px;
}

#thumb-list-up,
#thumb-list-down {
	z-index: 999;
	cursor:pointer;
	display: block;
	overflow:hidden;
	text-indent:-200em;
	width: 70px;
	height: 15px;
	background: #2e1a0f none center center no-repeat;
}

#thumb-list-up {
	position: absolute;
	top: 0; left: 0;
	background-image: url("images/up.gif");
}
#thumb-list-down {
	position: absolute;
	bottom: 0; left: 0;
	background-image: url("images/down.gif");
}

#image-enlargement {
	height:270px;
	margin:10px 0 10px 10px;
	border: 5px solid #2e1a0f;
	background: transparent none center center no-repeat;
}

#foot {
	font-size: .8em;
	position: relative;
	border-top: 2px solid #4d2e1d;
	padding-top: 10px;
}
#foot a {color: #6a3c23}

#gallery-description {display: none;}

#gallery-image-list {
	/*height: 400px;*/
	display:block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-left: 5px;
}
#gallery-image-list ul {}
#gallery-image-list ul li {
	margin-bottom:1px;
	margin-right:1px;
}

#gallery-image-navigation a {
	font-size: .8em;
	color: #4d2e1d !important;
}
#gallery-image-navigation a.prev {
	margin-right:10px;
}

#gallery-image-list.big ul li a,
#gallery-image-list ul li a {padding: 0px;}

#gallery-image-list ul li a {
	border-color: #4d2e1d !important;
}

#gallery-image-list ul li.selected a,
#gallery-image-list ul li a:hover {
	border-color: #BAA976 !important;
}

#gallery-image-list,
#gallery-image-list ul {margin: 0 -15px 0 0; padding:0; width: 100%;}
#gallery-image-list ul {display: block;overflow: hidden;}
#gallery-image-list li {
	float:left;
	list-style: none;
	display: table;
	height: 120px;
	margin-left: 1px;
	margin-bottom: 1px;
	background-color: #2f180b;
}
#gallery-image-list li a {
	color:#111;
	display: table-cell !important;
	vertical-align: middle;
	text-align: center;
}
