body {
	font-size: 11px;
	font-family: Tahoma;
	color: #7d7d7d;
	line-height: 15px;
	body: white;
}

.wrapper {
	width: 970px;
	margin: 0 auto;
	position: relative;
	left: -5px;
}

.ncms-menu {
	margin: 0;
	padding: 0;
}

.ncms-menu li {
	margin: 0;
	padding: 0;
	background: none;
	list-style: non;
}

#top1 {
	background: #f8f6ee url('../gfx/top1-bgnd.jpg') no-repeat center top;
}

#top1 .wrapper {
	height: 120px;
}

#top1 #logo {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

#top1 #logo img {
	display: block;
}

#top1 .ncms-menu {
	position: absolute;
	top: 24px;
	right: 0;
}

#top1 .ncms-menu li {
	display: inline;
	background: url('../gfx/arrow1.png') no-repeat 10px 4px;
	padding: 0 15px 0 25px;
}

#top1 .ncms-menu a {
	color: #7d7d7d;
}

#top1 .ncms-menu a:hover, #top1 .ncms-menu .active a {
	color: #b06e6e;
}

#top1 .ncms-search-component {
	position: absolute;
	right: 15px;
	bottom: 0;
	width: 287px;
	height: 40px;
	border-bottom: 1px solid #f3f3f3
}

#top1 .ncms-search-component input {
	border: 0 none;
	margin: 0;
	padding: 9px 5px 9px 30px;
	line-height: 1;
	background: url('../gfx/search-bgnd.png') no-repeat left top;
	width: 151px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 11px;
	font-family: Tahoma;
	color: #7d7d7d;
}

#top1 .ncms-search-component button {
	margin: 0;
	padding: 0;
	background: none;
	border: 0 none;
	position: absolute;
	top: -1px;
	right: 0;
}

#top1 .ncms-search-component button img {
	margin: 0;
	padding: 0;
	display: block;
}

#top2 {
	background: white url('../gfx/top2-bgnd.jpg') no-repeat center top;
	padding: 10px 0;
}

#top2 .wrapper {
	height: 340px;
	background: url('../gfx/banner-bgnd.png') no-repeat left bottom;
}

#top2 .ncms-menu {
	height: 40px;
}

#top2 .ncms-menu li {
	float: left;
}

#top2 .ncms-menu li a {
	display: block;
}

#top2 .ncms-menu li img {
	display: block;
}

#top2 #banner-slideshow {
	padding: 0;
	margin: 0;
	width: 970px;
	overflow: hidden;
}

#top2 #banner-slideshow li {
	background: none;
	margin: 0;
	padding: 0;
}

#top2 #banner-slideshow img {
	display: block;
}

#top2 #banner-nav {
	position: absolute;
	left: 20px;
	bottom: 13px;
}

#top2 #banner-nav a {
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	background: url('../gfx/slide-pg.png') no-repeat left top;
	float: left;
	margin-right: 15px;
}

#top2 #banner-nav a.active, #top2 #banner-nav a:hover {
	background: url('../gfx/slide-pg-a.png') no-repeat left top;
}

#top2 .banner-link {
	height: 120px;
	position: absolute;
	bottom: 0;
	z-index: 200;
}

#top2 .banner-link p {
	margin-top: 0;
	line-height: 12px;
}

#top2 .banner-link p.more {
	margin-top: 5px;
	padding: 0 0 0 70px;
	background: url('../gfx/arrow2.png') no-repeat 60px 4px;
}

#top2 .banner-link p.more  a {
	padding: 0;
	margin: 0;
}

#top2 .banner-link a {
	color: #edded8;
}

#top2 .banner-link img {
	display: block;
}

#top2 #nasz-telefon {
	right: 250px;
	width: 260px;
}

#top2 #faq-slideshow {
	right: 0;
	width: 240px;
}

#top2 #faq-slideshow ul {
	margin: 0;
	padding: 0;
}

#top2 #faq-slideshow li {
	margin: 0;
	padding: 0;
	background: none;
}

#content {
	background: #f8f6ee;
	position: relative;
	background: #f8f6ee url('../gfx/content-bgnd.png') no-repeat center top;
}

#content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #content { zoom: 1; } /* IE6 */
*:first-child+html #content { zoom: 1; } /* IE7 */

#content #sidebar {
	width: 50%;
	position: relative;
	right: 210px;
	top: 0;
	float: left;
	background: white url('../gfx/sidebar-bgnd.png') no-repeat right bottom;
}

#content #sidebar:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #content #sidebar { zoom: 1; } /* IE6 */
*:first-child+html #content #sidebar { zoom: 1; } /* IE7 */

#content #sidebar .box {
	width: 280px;
	float: right;
	margin-bottom: 10px;
}

#content #sidebar h1 {
	margin: 10px 0 0 8px;
}

#content #sidebar ul {
	margin-left: 8px;
}

#content #sidebar ul li {
	padding: 3px 5px 3px 23px;
	background: url('../gfx/li.png') no-repeat left 5px;
}

#content #sidebar h2 {
	color: #f47421;
	font-size: 16px;
	margin: 8px 0 0 8px;
}

#sidebar .box p {
	margin-left: 8px;
	margin-right: 15px;
}

#content #sidebar a {
	color: #7d7d7d;
}

#content #sidebar .box p a {
	color: #B06E6E;
}

#content #sidebar a:hover {
	color: #f47421;
}

#content #sidebar ul.ncms-menu {
	margin: 10px 0 5px 0;
}

#content #sidebar ul.ncms-menu li {
	background: none;
	padding: 0 20px 0 0;
}

#content #sidebar .ncms-menu a {
	background: url('../gfx/arrow1.png') no-repeat 8px 8px;
	display: block;
	padding: 4px 10px 4px 20px;
}

#content #sidebar .ncms-menu .active a, #content #sidebar .ncms-menu a:hover {
	background: #c28081 url('../gfx/arrow3.png') no-repeat 8px 8px;
	text-decoration: none;
	color: white;
}

#content #sidebar .ncms-menu ul {
	margin-top: 0;
}

#content #sidebar .ncms-menu .active ul li a {
	background: url('../gfx/dot.png') no-repeat 12px 11px;
	padding-left: 23px;
	color: #7d7d7d;
	text-transform: lowercase;
	text-decoration: none;
}

#content #sidebar .ncms-menu .active ul li.active a, #content #sidebar .ncms-menu .active ul li a:hover {
	text-decoration: underline;
	color: #c28081;
}

#content .wrapper {
	position: absolute;
	left: 50%;
	width: 50%;
} 

#content #sidebar:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #content #sidebar { zoom: 1; } /* IE6 */
*:first-child+html #content #sidebar { zoom: 1; } /* IE7 */


#content #main {
	position: absolute;
	left: -210px; 
	width: 670px;
	padding-left: 20px;
	background: #f8f6ee url('../gfx/main-bgnd.png') no-repeat left top;
}

#content #main .box {
	width: 325px;
	float: left;
	margin-bottom: 15px;
}

#footer {
	background: #ffffff url('../gfx/footer-bgnd1.png') repeat-x left top;
	padding-bottom: 20px;
}

#footer .wrapper {
	background: #ffffff url('../gfx/footer-bgnd2.png') no-repeat left top;
}

#footer p {
	margin: 0;
}

#footer .ncms-menu {
	margin-left: 20px;
}

#footer .ncms-menu li {
	display: inline;
	line-height: 42px;
	padding: 0 7px 0 12px;
	text-transform: lowercase;
	background: url('../gfx/f-menu-sep.png') no-repeat left 5px;
}

#footer .ncms-menu li:first-child {
	background: none;
	padding-left: 0;
}

#footer .ncms-menu a {
	color: #edded8;
}

#footer #author {
	line-height: 42px;
	position: absolute;
	right: 20px;
	top: 0;
	color: #e8d3cd;
}

#footer #author a {
	color: #e8d3cd;
}

#footer #copyright1 {
	color: #b06e6e;
	line-height: 42px;
}

#footer #copyright2 {
	width: 430px;
	
}

#footer #bip {
	display: block;
	position: absolute;
	left: 550px;
	top: 61px;
}

#footer #bip img {
	display: block;
}

#footer #toolbox {
	width: 220px;
	height: 32px;
	padding: 17px 0 0 20px;
	position: absolute;
	right: 0;
	top: 42px;
	background: url('../gfx/toolbox-bgnd.png') no-repeat left top;
	margin: 0;
	text-transform: lowercase;
}

#footer #toolbox li {
	margin: 0;
	padding: 0 20px 0 0;
	display: inline;
	background: none;
}

#footer #toolbox a {
	color: #7d7d7d;
	padding: 0 0 0 15px;
	cursor: pointer;
}

#footer #toolbox a:hover {
	color: #b06e6e;
	padding: 0 0 0 15px;
	cursor: pointer;
}

#footer #toolbox #go-back {
	background: url('../gfx/back.png') no-repeat left 1px;
}

#footer #toolbox #go-top {
	background: url('../gfx/top.png') no-repeat left 1px;
}

#footer #toolbox #print {
	background: url('../gfx/print.png') no-repeat left 1px;
}

.ncms-breadcrumb {
	background: url('../gfx/hr.png') repeat-x left bottom;
	padding: 15px 0;
	font-weight: bold;
	font-size: 10px;
}

.ncms-breadcrumb ul {
	margin: 0;
	padding: 0;
	display: inline;
}

.ncms-breadcrumb li {
	display: inline;
	margin: 0 7px 0 0;
	padding: 0 8px 0 0;
	background: url('../gfx/bc-sep.png') no-repeat right 5px;
	text-transform: lowercase;
	font-weight: normal;
}

.ncms-breadcrumb li.active {
	text-decoration: underline;
	background: none;
}

.ncms-breadcrumb a {
	color: #7d7d7d;
}

.ncms-news {
	margin: 0;
	padding: 0;
}

.ncms-news li {
	margin: 0;
	padding: 0;
	background: none;
}

#index-box1 {
	padding-right: 20px;
}

#index-news h2 {
	margin: 0;
}

#index-news p {
	margin: 0;
}

#index-news .ncms-news {
	margin: 15px 0 5px 0;
}

#index-news .ncms-news li {
	background: url('../gfx/hr.png') repeat-x left bottom;
	padding: 2px 0 5px 0;
}

#index-news .ncms-news li.first {
	background: none;
	padding: 0 0 8px 0;
}

#index-news .more a {
	background: url('../gfx/arrow1.png') no-repeat left 3px;
	padding-left: 10px;
}

#content #main #index-box2.box {
	float: none;
	clear: both;
	width: 670px;
	padding-top: 15px;
	background: url('../gfx/hr.png') repeat-x left top;
	margin-bottom: 0;
}

#index-box2 h1 {
	color: #068cf1;
	margin: 0 0 10px 0;
}

#index-box2 p {
	margin-top: 8px;
}

#index-box2 p:first-child {
	margin-top: 0;
}

table {
	width: 100%;
}

.ncms-news-entry p {
	margin-top: 0;
}

.ncms-news-entry p.more {
	margin-top: 5px;
}

.more a {
	margin-left: 10px;
	background: url('../gfx/arrow1.png') no-repeat left 3px;
	padding-left: 10px;
}

.ncms-news-entry p.date {
	float: right;
	margin-top: 5px;
}

.ncms-pager {
	clear: both;
	text-align: center;
	display: block;
	margin-top: 30px;
	margin-bottom: 10px;
}

.ncms-pager li {
	background: none;
	padding: 0;
	display: inline;
	line-height: 24px;
	margin-right: 10px;
}

.ncms-pager a {
	line-height: 27px;
	text-decoration: none;
	text-align: center;
	padding: 7px 7px;
	color: #737373;
	border: 1px solid #e9e9e9;
	outline: none;
	font-weight: normal;
}

.ncms-pager li.active a, .ncms-pager a:hover {
	color: #ff5a00;
	border: 1px solid #ff5a00;
}

.ncms-pager li.active a {
	font-weight: bold;
}

.ncms-pager li.next a, .ncms-pager li.prev a {
	border: 0 none;
} 

.ncms-gallery-items {
	margin-top: 5px;
	padding: 0;
	padding: 0;
}

.ncms-gallery-items li {
	list-style: none;
	background: none;
	float: left;
	margin-right: 30px;
	padding: 0;
	width: 202px;
	height: 220px;
	overflow: hidden;
}

.ncms-gallery-items li.item-2 {
	margin-right: 0;
}

.ncms-gallery-items p {
	margin-top: 2px;
	font-size: 10px;
	line-height: 12px;
}

.ncms-gallery-items li a {
	display: block;
	position: relative;
}

.ncms-gallery-items li a.thumb {
	padding: 10px;
	border: 1px solid #efe1d6;
	display: block;
	background: white;
}

.ncms-gallery-items li img {
	display: block;
}

.ncms-gallery-items h2 {
	margin-top: 3px;
}

form li {
	clear: both;
	margin-bottom: 10px;
	list-style: none;
}

p.error {
	color: red;
	margin-bottom: 15px;
}

.ncms-form ol {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
}

.ncms-form label span {
	float: none;
	display: inline;
	border: 0 none;
	margin: 0;
}

.ncms-form label {
	padding-top: 0;
	width: auto;
	float: none;
	display: block;
}

.ncms-form .req {
	color: red;
}

.ncms-form input {
	width: 200px;
}

.ncms-form input {
	width: 200px;
}

.ncms-form fieldset {
	margin-bottom: 10px;
}

.ncms-form button {
	margin: 0 5px 0 0;
	float: left;
}

.ncms-form textarea {
	width: 300px;
	height: 150px;
}

.ncms-form .error .req, .ncms-form .error strong {
	font-weight: bold;
	color: red;
}

.ncms-form .error input, .ncms-form .error textarea {
	border: 1px solid red;
}

.ncmsSiteMap li li {
	background: none;
	list-style: disc;
	padding-left: 0;
	margin-left: 20px;
}

.ncmsSiteMap ul ul {
	margin-top: 0;
}

#popup {
	display: none;
}

