* {
   margin: 0;
   padding: 0;
   border: 0;
}
a {
   text-decoration: none;
}

body {
   font-family: Tahoma;
   font-size: 12px;
}
#page {
   width: 1000px;
   margin: 0 auto;
}
#top {
   margin-bottom: 20px;
   overflow: hidden;
}
#top a {
   display: block;
   float: left;
}
#logo {
   width: 232px;
   height: 80px;
   margin-right: 40px;
   background: url('images/b_logo.png') 0 0 no-repeat;
}
#top p {
   margin: 20px 40px 0 0;
   color: #494446;
   font-size: 26px;
   font-weight: bold;
   float: left;
}
#logo2 {
   width: 58px;
   height: 56px;
   margin: 10px 40px 0 0;
   background: url('images/b_logo2.png') 0 0 no-repeat;
}
#logo3 {
   width: 166px;
   height: 56px;
   margin: 10px 40px 0 0;
   background: url('images/b_logo3.png') 0 0 no-repeat;
}
/* ---------- CATEGORIES ---------- */
.categories
{
	background: url('images/b2.png') 0 0 repeat-x;
	width: 990px;
	height: 48px; /* It has to have an even value */
	margin: 20px 0 0 0;
	padding: 0;
	position: relative;
	list-style: none;
	z-index: 999;
}
.categories li
{
	background: url(gfx/categories-li-bkg.gif) right no-repeat;
	width: auto;
	height: auto; /* It has to have an even value */
	padding: 0 2px 0 0;
	float: left;
}
.categories li.hover, .categories li:hover
{
	background: url(gfx/categories-bkg.gif) bottom repeat-x;
	position: relative;
}
.categories li a
{
	padding: 13px 18px 16px 18px;
	display: block;
	font-weight: bold;
	color: #fff;
}
.categories li.hover a { color: #fff; text-decoration: underline; }
/* ----- LEVEL ONE ----- */
.categories ul
{
	background: #fff;
	width: 178px; /* It has to have an even value */
	margin: 0 0 0 0;
	padding: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	border: 1px solid #ccc;
}
.categories ul li
{
	width: 178px; /* It has to have an even value */
	height: auto;
	padding: 0;
	float: left;
}
.categories li.hover li a
{
	background: url(gfx/categories-li-a-bkg.gif) no-repeat;
	width: 160px; /* It has to have an even value */
	height: 25px;
	padding: 9px 0 0 18px;
	display: block;	
	font-size: 12px;
	color: #9d9d9d;
	text-decoration: none;
	font-weight: normal;
}

.categories li.hover li a:hover, .categories li.hover li.hover a { color: #303542; }
/* ----- LEVEL TWO ----- */
.categories ul ul
{
	top: 0;
	left: 100%;
}
.categories li.hover li.hover li a { color: #9d9d9d; }
.categories li.hover li.hover li a:hover { color: #303542; }
#menu {
   width: 990px;
   height: 34px;
   padding: 13px 0 0 10px;
   background: url('images/b2.png') 0 0 repeat-x;
   list-style: none;
   overflwo: hidden;
}
#menu>li {
   margin-right: 50px;
   height: 34px;
   float: left;
}
#menu>li>a {
   color: #fff;
   font-weight: bold;
}
#menu ul {
   position: absolute;
   margin-top: 20px;
   padding: 10px;
   background: #fff;
   border: 1px solid #CECECE;
   list-style: none;
   overflow: hidden;
   display: none;
   z-index: 999;
}
#menu li.i1 ul {
   #margin: 34px 0 0 -98px;
}
#menu li.i2 ul {
   #margin: 34px 0 0 -36px;
}
#menu li.i3 ul {
   #margin: 34px 0 0 -44px;
}
#menu li.i4 ul {
   #margin: 34px 0 0 -44px;
}
#menu li.i5 ul {
   #margin: 34px 0 0 -60px;
}
#menu li.i6 ul {
   #margin: 34px 0 0 -80px;
}
#menu li.i7 ul {
   #margin: 34px 0 0 -112px;
}
#menu li.i8 ul {
   #margin: 34px 0 0 -54px;
}
#menu Li:hover ul {
   display: block;
}
#menu li li {
   margin: 3px 0;
}
#menu li li a {
   color: #635E60;
}
#product {
   padding: 3px 0px;
   background: #F6F6F6;
   border-bottom: 1px solid #DEDEDE;
   border-top: 1px solid #DEDEDE;
   list-style: none;
   overflow: hidden;
   text-align: center;
}
#product li {
float: left;
      padding: 0px 21px;
	  
}

#product li.i2 {
   margin: 0 64px;
}
#product img {
   width: 240px;
   height: 154px;
   display: block;
   margin: 0 auto;
}
#product p {
   width: 264px;
   height: 22px;
   padding-top: 3px;
   background: url('images/b2.png') 0 -86px repeat-x;
   text-align: center;
}
#product a {
   color: #fff;
   font-weight: bold;
}
#content {
   margin: 40px 0px 10px 0px;
   color: #6C6869;
   overflow: hidden;
}
#content h1 {
   height: 28px;
   padding: 11px 10px 0;
   background: url('images/b2.png') 0 -47px repeat-x;
   color: #fff;
   font-size: 12px;
   overflow: hidden;
}
#content h1 span {
   float: left;
}
#content h1 span.s2 {
   width: 15px;
   height: 15px;
   background: url('images/b.png') -46px 0 no-repeat;
   display: block;
   float: right;
}
#content p {
   margin: 10px 0 0 10px;
   line-height: 19px;
}

#content p a {color: #C40000; font-weight: bold;}
#content p a:hover {color: #000000; font-weight: bold;}

.polek {
padding: 5px;
vertical-align: middle;
width: 360px;
height: 25px;
background: #ffffff;
color: #000000;
border: 1px solid #8B1313;
}

.polekarea {
padding: 5px;
vertical-align: middle;
width: 360px;
height: 150px;
background: #ffffff;
color: #000000;
border: 1px solid #8B1313;
}

.polektoken {
padding: 5px;
vertical-align: middle;
width: 60px;
height: 25px;
background: #ffffff;
color: #000000;
border: 1px solid #8B1313;
}

.button
{
    COLOR: #ffffff;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
	background: #AE0000;
	border:0px solid #FDC100;
	text-align: center;
    height: 25px;
}


#left {
   width: 245px;
   float: left;
}
#left span {
   font-weight: bold;
}
#right {
   width: 740px;
   float: right;
   text-align: justify;
   color: #000;
   line-height: 18pt;
}
#slider {
   overflow: hidden;
   list-style: none;
}
#slider li {
   margin-left: 67px;
   float: left;
}
#slider li:first-child {
   margin-left: 0;
}
#slider li.p, #slider li.n {
   width: 23px;
   height: 25px;
   margin-top: 50px;
}
#slider li.p a, #slider li.n a {
   width: 23px;
   height: 25px;
   display: block;
}
#slider li.p a {
   background: url('images/b.png') -23px 0 no-repeat;
}
#slider li.n a {
   background: url('images/b.png') 0 0 no-repeat;
}
#slider li {
   width: 154px;
}
.carousel img {
   width: 154px;
   height: 115px;
   display: block;
}
.carousel p {
	margin: 0;
	padding: 5px 0 0 0;
   text-align: center;
}
.carousel  p a {
   color: #000;
}
#footer {
   margin-top: 25px;
   background: #F5F5F5 url('images/b2.png') 0 -111px repeat-x;
}
#footer p {
   padding: 23px 0px 19px 0px;
   color: #6C6769;

}

#footer p a {color: #C40000; font-weight: bold;}
#footer p a:hover {color: #000000; font-weight: bold;}



#footer p.p2 {
   padding: 5px 0;
   background: #FF7200;
   color: #000;
   font-weight: bold;
}
/* ----- CAROUSEL ----- */
.ccc 
{
	width: 998px;
	height: auto;
	border: 1px solid #ccc;
	padding: 5px 0;
}
.ccc .jcarousel-container
{
	width: 930px;
	margin: 25px 5px 0 0;
	float: right;
}
.ccc .jcarousel-clip
{
    width: 830px;
    height: 140px;
	margin: 0 0 0 55px;
}
.ccc .jcarousel-item
{
    width: 154px;
    height: 140px;
	margin: 0 15px 0 0;
}
.ccc .jcarousel-prev, .ccc .jcarousel-next
{
	background: url(images/nav.gif) no-repeat;
	width: 22px;
	height: 24px;
	position: absolute;
	top: 50px;
	cursor: pointer;
}
.ccc .jcarousel-prev
{
	background-position: left;
	left: 10px;
}
.ccc .jcarousel-next
{
	background-position: right;
	right: 0;
}
.clearfloat 
{
	height: 0;
	margin: 0;
	clear: both;
    line-height: 0;
	font-size: 0;
}




.promocje-box { padding: 0 0 10px 0; }
.promocje-box .promocje
{
	background: #fff url(images/promowane.gif) left no-repeat;
	width: 998px;
	height: 31px;
	margin: 10px 0 0px 0;
	border: 1px solid #e4e4e4;
	font-size: 11px;
	color: #666;
	font-family: tahoma;
	font-size: 11px;
}
.promocje-box .promocje a
{
	font-weight: normal;
}
/* ---------- CAROUSEL ---------- */
.promocje-box .jcarousel-container
{
	width: 787px;
	margin: 0 0 0 175px;
}
.promocje-box .jcarousel-clip
{
    width: 759px;
    height: 31px;
	margin: 0 0 0 14px;
}
.promocje-box .jcarousel-item
{
    width: 759px;
    height: 23px;
	margin: 0 10px 0 0;
	padding: 8px 0 0 0;
}
.promocje-box .jcarousel-prev, .jcarousel-next
{
	width: 14px;
	height: 17px;
	position: absolute;
	top: 7px;
	cursor: pointer;
}
.promocje-box .jcarousel-prev
{
	background: url(images/prev.gif) no-repeat;
	left: 0;
}
.promocje-box .jcarousel-next
{
	background: url(images/next.gif) no-repeat;
	right: 0;
}
.promocje-box .shadow-left
{
	background: url(images/shadow-left.png) no-repeat;
	width: 38px;
	height: 31px;
	margin: 1px 0 0 190px;
	display: block;
	position: absolute;
	z-index: 900;
	font-size: 0;
}
.promocje-box .shadow-right
{
	background: url(images/shadow-right.png) no-repeat;
	width: 38px;
	height: 31px;
	margin: 1px 0 0 911px;
	display: block;
	position: absolute;
	z-index: 900;
	font-size: 0;
}
.righthsilowa img
{
	display: block;
	margin: 20px auto 0 auto;
}
.spec { width: 520px; margin: 10px 0 0 0; padding: 0 10px; }
.spec td
{
	background: #f5f5f5;
	padding: 0px 45px 0 5px;
	max-width: 270px;
}
.no td { background: none;}
#hsilowa input, #hsilowa textarea
{
	border: 1px solid #ccc;
	margin: 15px 0 0 0;
	width: 300px;
	font-size: 11px;
	padding: 3px;
	font-family: tahoma;
}
.submit{
	border: none;
	background: #ae0000;
	color: #fff;
	width: 70px !important;
	margin: 15px 0 0 358px !important;
}
.pytaniekolorleft { padding: 10px 15px 0 0; }

.ekipa, a:active, a:visited {color: #000000; font-weight: bold; font-size: 12px;}
.ekipa:hover {color: #ff0000; text-decoration: underline;}

table#hsilowa {width: 730px;}
td.hsilowatdnav {width: 730px; height: 35px; text-align:left; vertical-align:middle; color: #EE2D30; font-size: 14px; font-weight: bold;}
td.lefthsilowa {width: 400px;text-align: left; vertical-align: top;}
td.righthsilowa {width: 200px;text-align: center; vertical-align:top; line-height: 15pt;}


table#wozki {width: 730px;}
td.wozkifoto {width: 130px; height: 100px; text-align: center; vertical-align:middle; font-size: 10pt;}
td.wozkinazwa {width: 180px; height: 100px; text-align: center; vertical-align:middle; font-size: 10pt;}
td.wozkinaped {width: 80px; height: 100px; text-align: center; vertical-align:middle; font-size: 10pt;}
td.wozkiudzwig {width: 70px; height: 100px; text-align: center; vertical-align:middle; font-size: 10pt;}
td.wozkiwyspodn {width: 70px; height: 100px; text-align: center; vertical-align:middle; font-size: 10pt;}
td.wozkirokprod {width: 70px; height: 100px; text-align: center; vertical-align:middle; font-size: 10pt;}

td.wozkifotonav {width: 130px; height: 30px; text-align: center; vertical-align:middle; background-color: #F6F6F6; font-weight: bold; font-size: 10pt;}
td.wozkinazwanav {width: 180px; height: 30px; text-align: center; vertical-align:middle; background-color: #F6F6F6; font-weight: bold; font-size: 10pt;}
td.wozkinapednav {width: 80px; height: 30px; text-align: center; vertical-align:middle; background-color: #F6F6F6; font-weight: bold; font-size: 10pt;}
td.wozkiudzwignav {width: 70px; height: 30px; text-align: center; vertical-align:middle; background-color: #F6F6F6; font-weight: bold; font-size: 10pt;}
td.wozkiwyspodnnav {width: 70px; height: 30px; text-align: center; vertical-align:middle;background-color: #F6F6F6; font-weight: bold; font-size: 10pt;}
td.wozkirokprodnav {width: 70px; height: 30px; text-align: center; vertical-align:middle;background-color: #F6F6F6; font-weight: bold; font-size: 10pt;}

/****cookies****/
.cookies {color: #B1001D; text-decoration: underline;}
.cookies:hover {color: #000000; text-decoration: underline;}
