body {
	margin:0px; padding:0px;
	font: 12px "Georgia";
	background: #711009 url('../images/body-bg.png') repeat-x;
	color:#fcfafa;
}
a {
	text-decoration:none;
	color:#ea6701;
}
a:hover {
	text-decoration: underline;
}
img {
	border:none;
}
ul, li {
	margin:0;padding:0;
}
span.nl {
    font-size:0px;
    line-height:0px;
    clear: both;
    display: block;
}
#header {
	width:960px;
	height:333px;
	margin:0 auto;
	position: relative;
	border:1px solid #a58b89;
	background-color: #FFFFFF;
}
#header h1 {
	position: absolute;
	left:550px;
	top:40px;
	width:390px;
	height:70px;
	z-index: 1;
	margin:0px;
	padding:0px;
}
	#header h1 a {
		display: block;
		width:390px;
		height:70px;
		text-indent: -550px;
		overflow: hidden;
	}
	div.slide {
		background-repeat: no-repeat;
		width:940px;
		height:313px;
		position: absolute;
		top:10px;
		left:10px;
	}
	div#slide1 {
		background-image: url('../images/slide-photo1.jpg');
	}
	div#slide2 {
		background-image: url('../images/slide-photo2.jpg');
	}
	div#slide3 {
		background-image: url('../images/slide-photo3.jpg');
	}
	div#slide-ctrl {
		height:313px;
		width:290px;
		position: absolute;
		left:20px;
		top:10px;
	}
	div#playback-btn {
		width:17px;
		height:17px;
		background: url('../images/ctrl-buttons.png') no-repeat;
		cursor: pointer;
		position: absolute;
		top:23px;
		left:13px;
	}
	div.paused {
		background-position: -17px 0px !important;
	}
	div#slide-buttons {
		position: absolute;
		top:8px;
		left:45px;
	}
	div#slide-buttons.frozen span {
		cursor: default;
	}
	div#slide-buttons span {
		display: block;
		float:left;
		margin:0px 5px 0px 0px;
		width:66px;
		height: 14px;
		background: url('../images/ctrl-btn-off-bg.png') no-repeat;
		cursor: pointer;
		color:#474747;
		font:bold 10px "Georgia";
		text-align: center;
	}
	div#slide-buttons span.on {
		color:#d0cfcf;
		background-image: url('../images/ctrl-btn-on-bg.png');
	}
	div#progress-bar {
		width:206px;
		height:5px;
		background-color: #e5e5e5;
		border:1px solid #8a8b8c;
		position: absolute;
		left:45px;
		top:28px;
	}
	div#progress-bar div {
		width:0%;
		background-color: #7f7f7f;
		height:100%;
	}
	ul#action-buttons {
		width:232px;
		height:48px;
		margin:0px;
		padding:0px;
		position: absolute;
		top:230px;
		left:28px;
		overflow: hidden;
	}
	ul#action-buttons li {
		margin:0px;
		padding:0px;
		list-style: none;
	}
	ul#action-buttons li a {
		display: block;
		width:232px;
		height:48px;
		background-repeat: no-repeat;
		text-indent: -550px;
		overflow: hidden;
	}
	ul#action-buttons li#action-btn1 a {
		background-image: url('../images/ctrl-a-1-bg.png');
	}
	ul#action-buttons li#action-btn2 a {
		background-image: url('../images/ctrl-a-2-bg.png');
	}
	ul#action-buttons li#action-btn3 a {
		background-image: url('../images/ctrl-a-3-bg.png');
	}
#header-navigation {
	position: absolute;
	width: 640px;
	height: 37px;
	right:0;
	bottom:10px;
}
#header-navigation li {
	list-style: none;
	float:left;
	height:37px;
	width:75px;
	line-height:37px;
	background: url('../images/main-menu-off-bg.png') no-repeat;
	font:bold 13px "Arial Narrow", Arial;
	text-align:center;
	margin: 0px 2px 0px 1px;
}
#header-navigation li.on {
	background: url('../images/main-menu-on-bg.png') no-repeat;
}
#header-navigation li a {
	color: #000;
	line-height:37px;
}
#index-wrapp {
	width: 960px;
	margin:0 auto;
	padding:0px;
}
	h1#noa-hr {
		width:960px;
		height:52px;
		margin:13px 0px;
		background: url('../images/index-noa-hr.png') no-repeat;
		/*text-indent: -1000px;*/
		overflow: hidden;
	}
	h1#noa-hr a {
		width:960px;
		height:52px;
		display: block;
		font: normal 22px/52px Gothic;
		text-decoration: none;
		text-align: center;
	}
	#noa-box-h {
		width:960px;
		height: 178px;
		margin:0 auto 13px auto;
		background: #250f0e url('../images/index-noa-bg.png') 50% 100% no-repeat;
	}
	#noa-box-h ul {
		/*margin-top:20px;*/
	}
	#noa-box-h ul li.first {
		margin-left:0px;
	}
	#noa-box-h ul li {
		list-style: none;
		float:left;
		background-repeat: no-repeat;
		background-position: 50% 60px;
		height:86px;
		line-height:24px;
		display:block;
		margin-left:3px;
		width:318px;
		height:178px;
		text-align: center;
	}
	#noa-box-h ul>li {
		/*width:213px;*/ 
	}
	#noa-box-h ul li a {
		color:#fff;
		font:normal 20px "Gothic";
		display:block;
		margin-top:23px;
	}
	#noa-box-h ul li#hm1 {
		background-image: url('../images/index-noa-1.png');
	}
	#noa-box-h ul li#hm2 {
		background-image: url('../images/index-noa-2.png');
	}
	#noa-box-h ul li#hm3 {
		background-image: url('../images/index-noa-3.png');
	}
	#index-wrapp h2 {
		font:normal 24px "Gothic";
		color:#ffffff;
		margin:10px 0px 10px 10px;
	}
	#index-news {
		width:650px;
		float:left;
		margin-right: 7px;
		overflow: hidden;
		padding:0px;
	}
	div#index-news>#index-news {
		margin-right: 10px;
	}
	/*
	#index-wrapp>#index-news {
		margin-left:40px;
		margin-right:5px;
	}
	#index-news span.hr {
		background: url('../images/hr-bg.png') no-repeat;
		width:605px;
		height:7px;
		border:none;
		width:100%;
		display: block;
	}
	*/
	#index-news h2 {
		font:normal 24px "Gothic";
		color:#fcfafa;
		margin:0px 0px 10px 10px;
	}
	#index-news h3 {
		font-weight:normal;
		margin:10px 0px 10px 10px;
		font-size: 13px;
	}
	#index-news h3 span {
		font-weight:bold;
		color:#fd7500;
		font-size: 14px;
	}
	#index-news p {
		margin:10px 20px 10px 10px;
		color:#fcfafa;
	}
	#index-news p.news-more {
		text-align: right;
	}
	#index-news p.news-more a {
		color: #fff;
		text-decoration: underline;
	}
	#newsletter-box {
		width: 300px;
		overflow: hidden;
		background: #3c0f0b;
		margin-bottom:15px;
	}
	span.mini-hr {
		display: block;
		width:186px;
		height:17px;
		background: url('../images/mini-hr-bg.png') no-repeat;
		margin:10px auto;
	}
	span.mini-hr2 {
		display: block;
		width:186px;
		height:10px;
		background: url('../images/side-menu-item-bg.png') no-repeat;
		margin:5px auto;
	}
	/*
	#newsletter-box h2 {
		margin:0px;
		padding:10px 0px 0px 14px;
	}
	#newsletter-box h2.top {
		padding:26px 0px 0px 14px;
	}
	*/
	#newsletter-box p {
		margin:14px 14px;
		color:#fff;
	}
	#newsletter-box form {
		margin:14px;
	}
	form div.form-row {
		height:33px;
		line-height:33px;
	}
	form div.form-row label {
		width:150px;
		text-align: right;
		display: block;
		float:left; 
		height:33px;
		line-height:33px;
		padding-right:10px;
	}
	#newsletter-box label {
		width:100px;
	}
	form div.form-row input.text {
		background-color: #332f27;
		border:1px solid #7b2628;
		padding:3px;
		width:auto;
		color:#fcfafa; 
	}
	form div.form-row input.it240 {
		width: 240px;
	}
	form div.form-row textarea {
		background-color: #332f27;
		border:1px solid #7b2628;
		padding:3px;
		color:#fcfafa;
	}
	form input.btn {
		cursor: pointer;
		background-color: #332f27;
		border:1px solid #7b2628;
		color:#fcfafa;
		padding:5px;
	}
	select {
		background-color: #332f27;
		color:#fcfafa;
		border:1px solid #7b2628;
	}
	form div.buttons {
		text-align:right;
		margin:10px 20px 20px 10px;
	}
/* Page */
#content {
	width:960px;
	margin:0 auto;
}
#page-head {
	width:960px;
	height:120px;
	margin:0 auto;
}
#page-nav {
	width:960px;
	height: 50px;
	font-size: 12px;
	background: #2f0703 url('../images/nav-bar-right.png') 100% 0px no-repeat;
	margin:13px 0px;
}
#page-nav ul {
	padding-left:30px;
	padding-top:20px;
}
#page-nav ul li {
	float:left;
	list-style: none;
	background: url('../images/nav-separator.png') 0px 50% no-repeat;
	padding:0px 5px 0px 15px;
}
#page-nav ul li.first {
	background: none;
	padding-left:0px;
}
#col-left {
	width:250px;
	float:left;
	background-color: #3c0f0b;
}
	#col-left ul.side-menu {
		margin:10px 10px 40px 10px;
	}
	#col-left ul.side-menu li {
		list-style: none;
		background: url('../images/side-menu-item-bg.png') 50% 100% no-repeat;
		padding:4px 3px 15px 3px;
		text-align: center;
		font:normal 14px "Gothic";
	}
	#col-left ul.side-menu li.parent {
		font:normal 20px "Gothic";
		line-height:35px;
	}
	#col-left ul.side-menu li.parent a {
		color: #fd7500;
	}
	#col-left ul.side-menu li a {
		color:#fcfafa;
	}
	#col-left ul.side-menu li.active a {
		color: #FD7500;
	}
	#col-left ul.side-menu li.b {
		font-weight: bold;
	}
	ul#noa-box-v  {
		margin-bottom:20px;
	}
	ul#noa-box-v li {
		list-style: none;
		background-repeat: no-repeat;
		background-position: 50% 100%;
		height:88px;
		text-align: center;
		margin-bottom:25px;
	}
	ul#noa-box-v li a {
		font:normal 20px "Gothic";
		display:block;
	}
	ul#noa-box-v li#hm1 {
		background-image: url('../images/sidebox-noa-1.png');
	}
	ul#noa-box-v li#hm2 {
		background-image: url('../images/sidebox-noa-2.png');
	}
	ul#noa-box-v li#hm3 {
		background-image: url('../images/sidebox-noa-3.png');
	}
#col-middle {
	width:680px;
	float:left;
	margin-left:30px;
}
div.col-middle-narrow {
	width:400px !important;
}
	#col-middle h1#page-title {
		padding:15px 30px 10px 0px;
		margin:0px;
		font:normal 22px "Gothic";
	}
	#col-middle p {
		padding:5px 20px 5px 0px;
	}
	#col-middle h1, #col-middle h2, #col-middle h3, #col-middle h4, #col-middle h5, #col-middle h6 {
		padding:5px 20px 5px 0px;
	}
	#col-middle h2 {
		font-size:14px;
	}
	#col-middle h3 {
		font-size:13px;
	}
	#col-middle h4, #col-middle h5, #col-middle h6 {
		font-size:12px;
	}
	#col-middle ul {
		padding:5px 20px;
		margin:5px 20px;
	}
		#col-middle ul li {
			line-height: 16px;
			list-style: square;
		}
#col-middle p.error {
	background-color: #3C0F0B;
	border-left:20px solid #FD7500;
	border-bottom:1px solid #FD7500;
	color:#FD7500;
	padding:3px;
}
#col-middle p.info {
	background-color: #3C0F0B;
	border-left:20px solid #FD7500;
	border-bottom:1px solid #FD7500;
	color:#FD7500;
	padding:3px;
}
#col-right {
	float:left;
	width:250px;
	background-color: #3C0F0B;
	margin-left:30px;
}
#col-right p {
	padding:0px 10px;
}
ul#news-list {
	margin:0px;
	padding:0px;
}
	ul#news-list li {
		list-style: none;
		margin-bottom:20px;
	}
ul#gallery-list {
	margin:0px;
}
ul#gallery-list li {
	float: left;
	list-style: none;
	margin:5px;
	background-color:#3C0F0B;
	border:1px solid #3C0F0B;
	padding:4px;
	text-align: center;
	width:190px;
}
ul#gallery-list li h2 {
	margin:0px 0px 5px 0px;
	padding:5px 10px 10px 10px;
	text-align: center;
	background: url('../images/side-menu-item-bg.png') 50% 100% no-repeat;
}
ul#gallery-list li p {
	margin:0px;
	padding:3px;
}
ul#gallery-list li p.description {
	font-size: 11px;
}
div#gallery-toolbar {
	background-color: #3C0F0B;
	float: right;
	width:210px;
	text-align: center;
	margin:0px 0px 10px 10px;
}
div#gallery-toolbar a {
	color:#fff;
	font-weight: bold;
}
div#gallery-toolbar div.slideshow {
	margin:5px auto;
	height:130px;
	width:185px;
	overflow: hidden;
}
#noa-bottom {
	margin-top:12px;
	line-height: 0px;
	font-size: 0px;
	overflow:hidden;
	height:1px;
}
#footer {
	width:960px;
	margin:0 auto;
	background-color: #2e110f;
}
#footer ul {
	margin:0;
	padding:0px;
}
#footer ul li {
	width:21%;
	height:200px;
	float:left;
	margin:0px;
	padding:30px 0px 0px 30px;
	list-style: none;
	color:#FFF;
	font:bold 14px Arial;
	background: url('../images/li-bg.png') 100% 100% no-repeat;
	position: relative;
}
#footer ul li.last {
	background: none;
	width: 220px;
}
#footer ul li.last #obr-logo {
	position: absolute;
	bottom: 20px;
	right: 5px;
}
#footer ul li #zn-logo {
	position: absolute;
	bottom: 10px;
	right: 15px;
}
#footer ul li a {
	color:#FFF;
}
#footer ul li ul {
	clear:both;
	margin:20px 0px 20px 0px;
}
#footer ul ul li {
	float: none;
	font:normal 11px Arial;
	width:auto;
	height:auto;
	padding:0px;
	line-height: 17px;
	background: none;
}
#footer-copy {
	width:960px;
	height:42px;
	line-height:42px;
	margin:0 auto;
	font-size: 12px;
	color:#ffffff;
	position: relative;
}
#footer-copy a {
	color:#ea6801;
}
#footer-copy p {
	margin:0px;
	padding:0 0 0 10px;
}
#footer-copy p.right {
	position: absolute;
	top:0px;
	right:10px;
}	

table.cennik {
	width:680px;
}
table.cennik td {
	border:1px solid #6C1D18;
	padding: 10px;
	text-align: center;
	background-color: #560D06;
}
table.cennik td.cennik1 {
    background-color: #560D06;
    color:#FFF;
    font-size: 14px;
}
table.cennik td.cennik2 {
    background-color: #480E0C;
    color:#FFF;
    font-size: 14px;
}
table.cennik td.cennik3 {
    background-color: #281010;
    color: #FD7500;
    font-size: 13px;
    font-weight: bold;
}
#col-middle table.cennik ul {
	margin:10px;
	padding:5px;
}
