/* RESET USTAWIEN
--------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, small, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	}

ul, li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

a:active {
  outline:none;
}



/* LAYOUT
--------------------------------------------------------------------------------------*/
body {
	background: #171411 url('../images/bg.jpg') top center no-repeat;
	}

#newsletter {
	height: 350px;
	position: relative;
	}

#newsletter h1 {
	display: block;
	width: 241px;
	height: 47px;
	position: absolute;
	top: 40px;
	right: 5px;
	background: url('../images/logo.gif') top left no-repeat;
	text-indent: -9999px;
	}

#newsletter h2 {
	display: block;
	width: 161px;
	height: 14px;
	position: absolute;
	top: 142px;
	right: 34px;
	background: url('../images/h-newsletter.gif') top left no-repeat;
	text-indent: -9999px;
	}

#newsletter form {
	position: absolute;
	top: 160px;
	right: 35px;
	width: 160px;
	height: 50px;
	}

input#email {
	width: 94px;
	height: 14px;
	float: left;
	background: transparent url('../images/bg-input-email.gif') 0px 1px fixed no-repeat;
	color: white;
	font: 11px/11px arial, helvetica, verdana, sans;
	padding: 0 3px 3px 42px;
	}

form>input#email {
	background: transparent url('../images/bg-input-email.gif') 0px 1px no-repeat;
	vertical-align: middle;
	}
	
.submitbutton {
	float: right;
	margin: 0;
	vertical-align: middle;
	}

#container {
	width: 976px;
	margin: 0 auto;
	}

#content {
	width: 358px;
	height: 320px;
	margin-left: 255px;
	padding: 2px 20px 0 0;
	background: url('../images/bg.png');
	border: 1px solid #55412a;
	}



/* MENU
--------------------------------------------------------------------------------------*/
#mainmenu {
	display: block;
	height: 24px;
	padding-left: 20px;
	margin-top: 2px;
	margin-bottom: 4px;
	}
 
#mainmenu li {
	display: block;
	float: left;
	}
 
#mainmenu li a {
	display: block;
	font: 16px/28px arial, helvetica, sans;
	font-weight: bold;
	color: #f86817;
	text-decoration: none;
	}

#menu-omnie a {
	width: 72px;
	}

#menu-pokaz a {
	width: 67px;
	}

#menu-obslugabaru a {
	width: 122px;
	}

#menu-koktajle a {
	width: 62px;
	}
	
#mainmenu li a:hover {
	color: #ff8d1d;
	text-decoration: underline;
	}

#mainmenu li a.current {
	outline: none;
	cursor: default;
	text-decoration: underline;
	}



/* ZAK�ADKI
--------------------------------------------------------------------------------------*/
#flowpanes {
	position: relative;
	width: 358px;
	height: 274px;
	overflow: hidden;
	clear: both;
	}

#flowpanes div {
	float: left;
	display: block;
	}

#flowpanes .items {
	width: 9000px;
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
	}

div.scroll-pane {
	width: 338px;
	height: 274px;
	float: left;
	overflow: auto;
	padding-left: 20px;
	}

#flowpanes p {
	font: 12px/16px arial, verdana, helvetica, sans;
	color: #f9e579;
	padding-bottom: 16px;
	}
 
#flowpanes h2 {
	font: 16px/16px arial, verdana, helvetica, sans;
	font-weight: bold;
	color: #f9e579;
	padding-bottom: 16px;
	}
 
#flowpanes h3 {
	font: 14px/16px arial, verdana, helvetica, sans;
	font-weight: bold;
	color: #f86817;
	}

#button-play {
	display: block;
	width: 79px;
	height: 20px;
	margin: 0 auto;
	background: url('../images/button-play.gif') top center no-repeat;
	font: 12px/16px arial, verdana, helvetica, sans;
	color: #f9e579;
	text-align: center;
	text-decoration: none;
	padding-top: 85px;
	}



/* PLAYER
--------------------------------------------------------------------------------------*/
#player-overlay {
	display: none; 
	z-index:10000;
	background-image:url('../images/bg-player.png');
	width:560px;     
	height:340px;
	padding: 45px;
	} 
 
#player-overlay .close { 
	background-image:url('../images/button-close.png'); 
	position:absolute; 
	right:5px; 
	top:5px; 
	cursor:pointer; 
	height:40px; 
	width:40px; 
	}



/* SCROLLBARs
--------------------------------------------------------------------------------------*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url('../images/sbar-path.gif');
	}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
	background: url('../images/sbar-panedrag.gif')
	}

.jScrollPaneDrag:hover {
	background-position: -7px;
	}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	overflow: hidden;
	background: url('../images/sbar-panedrag-top.gif')
	}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	overflow: hidden;
	background: url('../images/sbar-panedrag-bottom.gif')
	}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../images/sbar-arrow-up.gif');
	height: 10px;
	}
	
a.jScrollArrowUp:hover {
	background-position: -7px;
	}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../images/sbar-arrow-down.gif');
	height: 10px;
	}

a.jScrollArrowDown:hover {
	background-position: -7px;
	}



/* STOPKA
--------------------------------------------------------------------------------------*/
#footer {
	width: 366px;
	height: 100px;
	margin: 10px 0 0 237px;
	padding: 10px 10px 0 40px;
	background: url('../images/footer.png') top center no-repeat;
	}

#footer h2 {
	width: 60px;
	height: 11px;
	background: url('../images/h-kontakt.gif') top left no-repeat;
	text-indent: -9999px;
	font: 1px/11px sans;
	}

#footer h3 {
	font: 11px/14px arial, helvetica, sans;
	color: #f86817;
	margin-top: 6px;
	}

#footer li {
	font: 11px/14px arial, helvetica, sans;
	color: #f9e579;
	float: left;
	}

#footer li.li-wide {
	width: 190px;
	}

#footer li a:link, #footer li a:visited {
	color: #f86817;
	text-decoration: none;
	}

#footer li a:hover {
	text-decoration: underline;
	}