@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

body {
	text-align:center;
	background:url(img/body.jpg) no-repeat top right #f2f1eb;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#3d3e40;
}

img {
	border:0;
}

.end {
	clear:both;
}

#page {
	width:930px;
	text-align:left;
	margin:6px auto;
	background:url(img/tlo_pion.gif) repeat-y;
}

#tlo {
	background:url(img/lewa_kolumna.jpg) no-repeat top left;
}

#header {
	width:930px;
}

#logo {
	width:171px;
	padding:0 0 0 60px;
	float:left;
}

#menu {
	float:right;
	width:689px;
	padding:5px;
}

#menu ul {
	list-style:none;
	padding:25px 0 0 0;
}
	
#menu ul li {
	/*background:url(img/menu.png) repeat-x;
	height:33px;*/
	background:#f2f1eb;
	border:1px solid #fafafa;
	float:left;
	margin:0 5px 0 0;
	padding:5px 4px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#menu ul li a {
	color:#595a5c;
	font-weight:bold;
	text-decoration:none;
}

#menu ul li a:hover,
#menu ul li.active a{
	color:#d83089;
}

#bellev {
	width:870px;
	height:228px;
	padding:0 0 0 60px;
}

#content {
	width:870px;
	padding:0 0 0 60px;
}

#content_left {
	width:171px;
	float:left;
	padding:0 0 15px 0;
}

#content_right {
	width:688px;
	float:right;
}

.katalog  {
	width:171px;
}

.katalog ul {
	list-style-type:none;
	font-size:13px;
}

.katalog ul li.p1,
.katalog ul li.p2 {
	border-bottom:1px solid #48957a;
	margin:1px 0;
	padding:4px 0;
}

.katalog ul li.p1 a {
	background:url(img/pkt1.gif) no-repeat 3px 8px;
	padding:4px 0 4px 17px;
	text-decoration:none;
	color:#e7e3d4;
	font-weight:bold;
	display:block;
	width:154px;
}

.katalog ul li.p1 a:hover,
.katalog ul li.active a {
	background:url(img/pkt2.gif) no-repeat 3px 8px #e7e3d4;
	padding:4px 0 4px 17px;
	text-decoration:none;
	color:#54595b;
	font-weight:bold;
	display:block;
	width:154px;
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-bottomleft: 3px; 
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;	
	border-radius: 3px;
}

.katalog ul li.p2 {
	padding:2px 0;
}

.katalog ul li.p2 a {
	background:url(img/pkt1.gif) no-repeat 1px 8px;
	padding:4px 0 4px 15px;
	text-decoration:none;
	color:#e7e3d4;
	margin:0 0 0 15px;
	display:block;
	width:140px;
}

.katalog ul li.p2 a:hover {
	text-decoration:underline;
}

.kolekcje {
	width:689px;
}

.kolekcja {
	width:164px;
	height:236px;
	position:relative;
	top:0;
	left:0;
	float:left;
	margin:0 4px;
}

.kolekcja img {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.kolekcja a {
	display:block;
	width:164px;
	text-align:center;
	position:absolute;
	bottom:15px;
	font-weight:bold;
	text-decoration:none;
	right:0;
	z-index:10;
	font-size:12px;
	text-transform:uppercase;
	color:#54555a;
}

.kolekcja a span {
	font-size:19px;
}

.kolekcja a:hover span {
	color:#d83089;
}

.tresc {
	padding:5px;
}

h2.title {
	font-weight:normal;
	color:#318064;
	font:19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom:1px dashed #dcd8c8;
	margin:0 0 10px 0;
	background:url(img/znak.jpg) no-repeat 100% 0;
}

.new {
	width:689px;
	background:url(img/new_bg.jpg) repeat-y;
	margin:0 0 15px 0;
}

.new_zawartosc {
	width:679px;
	padding:5px 10px 10px 10px;
}

.new_top,
.new_bottom {
	font-size:0px;
	line-height:0px;
	width:689px;
	height:6px;
}

.new_top {
	background:url(img/new_top.jpg) no-repeat;
}

.new_bottom {
	background:url(img/new_bottom.jpg) no-repeat;
}

.new_zawartosc h2 {
	text-transform:uppercase;
	color:#5a574f;
	font-size:16px;
	margin:0 0 7px 0;
	border-bottom:1px dashed #ffffff;
	padding:0 0 0 5px;
}

.new_zawartosc h2 span {
	color:#d83089;
}

	.stepcarousel{
	position: relative; /*leave this value alone*/
	border:0;
	overflow: scroll; /*leave this value alone*/
	width: 580px; /*Width of Carousel Viewer itself*/
	height: 215px; /*Height should enough to fit largest content's height*/
	margin:0 0 0 10px;
	float:left;
	}
	
	.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	}
	
	.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0 22px; /*margin around each panel*/
	width: 150px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	text-align:center;
	background:#ecede7;
	border:1px solid #e2ded5;
	padding:7px;
	}	
	  
	.stepcarousel .panel img {
		vertical-align:middle;
		padding:1px;
		border:1px solid #cccccc;
	}
	
	.stepcarousel .panel a {
		color:#318064;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:bold;
	}
	
	.stepcarousel .panel a:hover {
		color:#d83089;
	}
	
.w_lewo {
	float:left;
	width:30px;
	padding:90px 0 0 0;
}

.w_prawo {
	float:right;
	width:30px;
	margin:0 10px 0 0;
	padding:90px 0 0 0;
}

#footer {
	clear:both;
	width:930px;
	height:40px;
	background:url(img/footer.jpg) repeat-y;
}

.footer_left {
	float:left;
	width:231px;
}

.footer_right {
	width:679px;
	float:right;
	padding:8px 10px;
	border-top:2px solid #ccc6b1;	
}


#footer ul {
	list-style-type:none;
}

#footer li {
	display:inline;
	margin:0 6px 0 0;
}

#footer li a {
	color:#757164;
	text-decoration:none;
}

#footer li a:hover,
#footer li.active a{
	color:#43413c;
	text-decoration:none;
}

.pagetitle {
	color:#d83089!important;
	font:20px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
	border-bottom:1px dashed #ccc6b1!important;
	padding:0 0 2px 0!important;
	margin:0 0 8px 0!important;
}

.poj_kolekcja {
	width:211px;
	float:left;
	text-align:center;
	padding:10px 5px 5px 5px;
	background:#ecede7;
	border:1px solid #e3dfd6;
	margin:5px 5px 5px 0;
}

.poj_kolekcja img {
	margin:0 0 5px 0;
	border:1px solid #e0dcd3;
}

td.kolekcja_nazwa {
	font:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#49a183;
}

.poj_kolekcja a {
	text-decoration:none;
	color:#87816e;
}

.subpage {
	color:#5f5a49;
	line-height:15px;
	padding:0 0 10px 0;
}

.subpage p {
	margin:0 0 6px 0;
	line-height:16px;
}

.nav {
	padding:0 0 10px 0;
}

.nav a {
	text-decoration:none!important;
	color:#8a846f!important;
}

.nav a:hover {
	text-decoration:none!important;
	color:#5b5747!important;
}

.nav span {
	padding:0 6px!important;
	font-weight:bold!important;
	color:#489f81!important;
}

.poj_produkt {
	width:211px;
	float:left;
	text-align:center;
	padding:10px 5px 5px 5px;
	background:#ecede7;
	border:1px solid #e3dfd6;
	margin:5px 5px 5px 0;
}

.poj_produkt img {
	border:1px solid #e0ddd3;
}

.poj_produkt a {
	color:#3d9173;
	text-decoration:none;
}

.stronicowanie {
	text-align:center;
	padding:5px 0;
	margin:10px auto!important;
	font-weight:bold;
	border-bottom:1px dashed #d3cfc0;
	clear:both;
}

.stronicowanie a {
	color:#6c674f;
	text-decoration:none;
	font-weight:bold;
}

.stronicowanie a:hover {
	color:#318064;
}

.back {
	padding:6px 0!important;
	font-size:11px!important;
	font-weight:bold!important;
	color:#8a846f!important;
}

.back span {
	padding:0 5px 0 0!important;
}

.back a {
	color:#8a846f!important;
	text-decoration:none!important;
}

.back a:hover {
	color:#d83089!important;
}

.produkt_left {
	width:211px;
	float:left;
	text-align:center;
	padding:10px 5px 5px 5px;
	background:#ecede7;
	border:1px solid #e3dfd6;
	margin:5px 5px 5px 0;
}

.produkt_right {
	width:450px;
	float:right;
	margin:5px 0;
}

h2.name {
	font:21px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
	color:#49a183!important;
	border-bottom:1px dashed #bbb399!important;
	margin:0 0 7px 0!important;
}

.produkt_right div.dane {
	padding:5px 0;
}

.produkt_right .dane img {
	vertical-align:middle;
	margin:5px;
	border:1px solid #ccc6b1;
}

.kolor {
	float:left;
	width:70px;
	text-align:center;
}

form.formularz {
	padding:10px;
}

form.formularz input {
	vertical-align:middle;
	width:380px;
	border:1px solid #bfbaa4;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	padding:3px;
	font-size:12px;
}

form.formularz textarea {
	vertical-align:middle;
	width:380px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height:150px;
	border:1px solid #bfbaa4;
	padding:3px;
	font-size:12px;
}

form.formularz input.check {
	vertical-align:middle;
	width:auto;
	border:0;
	margin:0 8px 0 0; 
	padding:0px;
	font-size:12px;
}

form.formularz input.ok {
	vertical-align:middle;
	width:auto;
	color:#ffffff;
	padding:4px 5px;	
	background:#308063;
	border:1px solid #29906b;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow:1px 1px #8d0e36;	
	font-size:11px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;	
	border-radius: 3px;	
}

form.formularz select {
	vertical-align:middle;
	width:388px;
	border:1px solid #bfbaa4;
	padding:3px;
	font-size:12px;	
}

form.formularz span {
	float:left;
	width:140px;
	color:#5f6468;
	font-weight:bold;
	font-size:12px;
}

form.formularz small {
	color:#f33490;
	font-weight:bold;
	font-size:13px;
	padding:0 0 0 5px;
}

form.formularz p {
	clear:both;
	border-bottom:1px dashed #ecebe5;
	padding:0 3px 0 0;
}

.error {
	margin:0 0 10px 0;
	background:#f2f2eb;
	padding:5px;
	text-align:center;
	font-weight:bold;
	border:1px solid #e2dfd6;
}

.red {
	color:#c6152a;
}

.green {
	color:#96be1b;
}

.subpage p a {
	text-decoration:none;
	color:#a3123c;
}

.subpage a:hover{
	text-decoration:underline;
}

.subpage ul {
	list-style-type:none;
	margin:10px 30px 10px 12px;
}

.subpage ol {
	margin:10px 30px;
}

.subpage ul li {
	background:url(img/pkt2.gif) no-repeat 0 2px;
	padding:0 0 0 18px;
}

.subpage ul li,
.subpage ol li {
	margin:2px 0;
	border-bottom:1px solid #f0f0eb;}

.subpage h2 {
	font-size:18px;
	font-weight:normal;
	color:#504640;
}

.galeria {
	padding:10px 5px;
	text-align:left;
}

.galeria img {
	vertical-align:middle;
	padding:1px;
	border:1px solid #d4d1c4;
	margin:5px;
}

.banner {
	width:150px;
	margin:12px auto;
}

h2.h2_katalog {
	color:#d8f2e9;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	border-bottom:1px dashed #49a484;
}

.strglowna {
	width:688px;
	background:url(img/str.jpg) repeat-y;
}

.strglowna_top {
	background:url(img/str_top.jpg) no-repeat;
	width:688px;
	height:5px;
	line-height:0px;
	font-size:0px;
}

.strglowna_bottom {
	background:url(img/str_bottom.jpg) no-repeat;
	width:688px;
	height:5px;
	line-height:0px;
	font-size:0px;
}

.strglowna_tresc {
	padding:5px 10px;
	width:668px;
	color:#dddddd!important;
	background:none!important;
}

h2.title_glowna {
	font-weight:normal;
	color:#ffffff;
	font:19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom:1px dashed #707070;
	margin:0 0 10px 0;
	background:url(img/znak2.jpg) no-repeat 100% 0;
}