/* style ogolne */
html {
	background:#000;
	overflow-y:auto;
}
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow-x:hidden;
}

/* elementy layoutu */
#container {
	width:1000px;
	min-height:730px !important;
	height:100%;
	margin:-1px auto 0;
	position:relative;
	background:url(../Image/main.jpg) no-repeat 0 380px;
	overflow:visible;
}
* html #container {
	height:100%;
}
#bottles {
	width:350px;
	height:380px;
	float:left;
/*	background:url(../Image/bottles.jpg) no-repeat 0 0; */
}
#bottles a {
	margin-left:53px;
	width:137px;
	height:80px;
	display:block;
}
#topLogo {
	width: 350px;
	height: 128px;
	background: url('../Image/topLogo.jpg') top no-repeat;
}
#topMenu {
	width: 350px;
	height: 252px;
}
#topMenu IMG {
	border: 0px;
}
#flashbox {
	width:650px;
	height:380px;
	float:left;
	overflow:hidden;
	clear:right;
	margin-bottom:60px;
}
#flashbox img {
	display:block;
}
#main {
	width:275px;
	height:140px;
	margin:0 auto 50px;
	clear:both;
}
#main a {
	display:block;
	height:35px;
}
#main a span {
	display:none;
}
#main #linkArte {
	height:45px;
	background:url(../Image/galeria_arte_interior.gif) no-repeat 50% 0;
}
#main #linkOswietlenie {
	background:url(../Image/oswietlenie_promenada.gif) no-repeat 50% 0;
}
#main #linkIncanto {
	background:url(../Image/incanto.gif) no-repeat 50% 0;
}
#main #linkSelva {
	background:url(../Image/selva_janki.gif) no-repeat 50% 0;
}
#main #linkHotele {
	background:url(../Image/wyposazenie_hoteli.gif) no-repeat 50% 0;
}

#main2 a span {
	/*display:none;*/
}
#main2 #linkArte {
	height:45px;
	background:url(../Image/galeria_arte_interior.gif) no-repeat 50% 0;
}
#main2 #linkOswietlenie {
	background:url(../Image/oswietlenie_promenada.gif) no-repeat 50% 0;
}
#main2 #linkIncanto {
	background:url(../Image/incanto.gif) no-repeat 50% 0;
}
#main2 #linkSelva {
	background:url(../Image/selva_janki.gif) no-repeat 50% 0;
}
#main2 #linkHotele {
	background:url(../Image/wyposazenie_hoteli.gif) no-repeat 50% 0;
}
#footer {
	height:25px;
	padding-top:17px;
	background:url(../Image/footer.gif);
	font:9px/1em tahoma, sans-serif;
	color:#fff;
	margin:-12px auto 0;
	width:1000px;
	position:relative;
	z-index:100;
}
#copyright {
	margin-left:70px;
	float:left;
	display:inline;
}
#deployedBy {
	color:#8f8a6d;
	float:right;
	margin-right:60px;
	display:inline;
}
#deployedBy a {
	color:#8f8a6d;
	text-decoration:none;
}