body{
background-color: rgb(234,205,178);
padding: 0px;
margin: 0px;
margin-top: 10px;
background-image: url("bg_down.gif");
background-repeat: repeat-x;
background-position: bottom left;
}
#menu{
font-family: Monotype Corsiva;
font-weight: bold;
color: rgb(138,98,81);
margin-bottom: 5px;
font-size: 18px;
}
#menu ul{
margin: 0;
}
#menu li{
display: inline; 
padding-left: 7px;
padding-right: 7px;
}
#menu a{
color: rgb(138,98,81);
text-decoration: none;
}
#menu a:hover{
color: #5f4336;
}
#mainpic{
background-image: url("bg1.gif");
width: 100%;
height: 279px;
overflow: hidden;
}
#mainpic2{
background-image: url("bg2.jpg");
width: 100%;
height: 184px;
margin-top: 28px;
overflow: hidden;
}
#mainpic3{
width: 770px;
height: 184px;
margin-top: 28px;
position: relative;
overflow: hidden;
top: -28px;
}
#nadpis{
position: absolute; top: 100px; left: 420px;
width: 300px;
text-align: center;
}
#nadpis h1{
color: #e8dfd8;
font-family: Monotype Corsiva;
}
#text{
width: 770px;
font-family: Monotype Corsiva;
font-size: 18px;
text-align: left;
color: rgb(104,76,62);
padding-top: 10px;
}
#text a{
color: rgb(104,76,62);
}
#text a:hover{
color: rgb(104,76,62);
}
#text h3{
margin-top: 0px;
margin-bottom: 2px;
}
#text ul li{
margin-left: 20px;
}
#bottom{
width: 770px;
padding-bottom: 4px;
padding-top: 80px;
color: #b68870;
font-family: Monotype Corsiva;
text-align: center;
}
#kosik{
font-family: Monotype Corsiva;
position: absolute; top: 130px; left: 20px;
font-weight: bolder;
color: #5f4336;
}
#kosik a{
text-decoration: none;
color: #5f4336;
}
#produkt{
position: relative;
clear: none;
background-image: url("product.gif");
background-repeat: no-repeat;
width: 150px;
height: 230px;
clear: none;
float: left;
}
#produkt img{
position: absolute;
width: 130px;
height: 165px;
top: 10px;
left: 10px;
border: none;
}
#produkt .text{
width: 150px;
position: absolute;
top: 180px;
left: 0px;
text-align: center;
clear: both;
font-size: 16px;
color: rgb(104,76,62);
}
#produkt a{
border: none;
text-decoration: none;
color: rgb(104,76,62);
}
.cleaner{
  clear: both;
  height: 0;
  overflow: hidden;
  content: \' \';
  }

.cleaner hr{ display: none;}
