* { padding:0; margin: 0; border: 0;}

html {
    
}

body {
	
	color: #303030;
	font: 15px/27px "Open sans", Arial, Tahoma, Helvetica, sans-serif;
	min-width:990px;
}
p { padding: 8px 0;  }
a { color:#0B3E93; text-decoration:underline; }
a:hover { text-decoration:none; }

h1, h2, h3 {
    color: #3b3b3b;
    font-weight: normal;
    font-size: 25px;
}
h2 {
    border-left: 3px solid #e8bc3d;
    padding: 10px 25px;
    
}

h3 {
    font-size: 20px;
    font-weight:bold;
    text-transform: none;
}

input, textarea {
    width: 300px;
    padding: 3px 10px;
    border: 1px solid #e2dece;
    font-size: 12px;
    font-family: arial, sans-serif;
    margin-top: 7px;
    border-radius: 6px;
}
ul {
    list-style-position: inside;
}

#wrapper-bg {
    width:100%;
    min-width:990px;
   background: #ffffff url('../gfx/bg-html.png') no-repeat top center; 
}

#wrapper {
    width:960px;
    margin: 0 auto;
}

#top { 
    padding-top: 18px;
    height:163px;
}
.home-page #top {
    height: 115px;
}
#logo {
    float: left;
    width:30%;
    height:55px;
    padding-top: 25px;
}

#menu {
    float: right;
    width: 58%;
    padding-right:20px;
    padding-top: 47px;
    text-align: right;
    height:55px;
}


/*
#menu {
    clear:both;
    width: 100%;
    font-family: 'PT Sans', sans-serif; 
    padding-top:21px;
    height: 47px;
    line-height:47px;
}*/
#menu a {
    text-transform: uppercase;
    color: #5a4403;
    text-decoration: none;
    font-size: 13px;
    padding: 4px 24px;
}

#menu a:hover {
    background: url('../gfx/bg-menu-active.png') no-repeat top center; 
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

#slider-bg {
    width: 100%;
    background: #fff url('../gfx/bg-slider.jpg') no-repeat bottom center; 
    padding-bottom: 1px;
}
#slider {
    clear:both;
    width: 950px;
    padding-top: 10px;
    padding-bottom:20px;
    margin: 0 auto;
}
#main-home {
    background: url('../gfx/bg-body.jpg') repeat-y top center;
}
#main {
    width:930px;
    margin: 0 auto;
    clear:both;
}
.home-page #main {
    line-height: 21px;
    font-size:14px;
}/*
.home-page #main h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 23px;
}*/
#home-ofirmie {
    padding: 20px 0 30px 30px;
}
#home-oferta {
    padding: 20px 0 30px 0px;
}

#home-oferta img {
    -webkit-box-shadow: 0 0 15px 0 #D9D9D9;
    box-shadow: 0 0 20px 0 #D9D9D9;
    margin: 0 0 0 20px;
}
#home-oferta img:hover {
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}

p.important {
    border-left: 3px solid #efcd31;
    padding-left: 25px;
  /*  font-size: 18px;
    font-weight: bold;*/
}

#main-left {
    width:240px;
    padding-right: 20px;
    float:left;
    font-family: 'PT Sans', sans-serif; 
    font-size: 16px;
    margin-bottom: 40px; 
}
#main-left ul {
    list-style-type: none;
    line-height: 34px;
}
#main-left a {
    color: #373737;
    text-decoration: none;
    padding-left: 15px;
    display: block;
}
#main-left li:hover {
    background: url('../gfx/bg-li-hover.png') no-repeat center right; 
}
#main-left li.active {
    background: url('../gfx/bg-li-active.png') no-repeat center right; 
}
#main-left li.active a {
    color: #fff;
}
#main-right {
    width: 650px;
    float:right;
}
.box-product, .box-product2 {
    width: 190px;
    float: left;
    height: 143px;
    background-color: #fff;
    padding: 5px;
    -webkit-box-shadow: 0 0 15px 0 #D9D9D9;
    box-shadow: 0 0 20px 0 #D9D9D9;
    margin:0 20px 20px 0;
    text-align: center;
}
.box-product2 {
    margin:0 0 20px 0;
}
#meble-ogrodowe .box-product, #meble-ogrodowe .box-product2 {
    height: 220px;
}
.product-img-box {
    width:190px;
    height: 143px;
    margin: 0 auto;
    background: url('../gfx/product-img-bg.jpg') repeat-x top center; 
}
/*
.box-product img, .box-product2 img {
    height:215px;
}*/
.box-product img:hover, .box-product2 img:hover {
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.box-product h3, .box-product2 h3 {
    padding-top: 10px;
}
.box-product p, .box-product2 p {
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    color: #3a3a3a;
    padding: 0;
    font-size: 15px;
    line-height:21px;
}
.text-box {
    padding: 20px 0 30px 30px;
}

#footer {
    height: 215px;
    width: 100%;
    min-width: 960px;
    background: url('../gfx/bg-foot.png') no-repeat top center; 
    clear: both;
}
#footer-column {
    width: 960px;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 14px;
    line-height:18px;
    color: #fff;
    font-family: 'PT Sans', sans-serif; 
    letter-spacing: 0.1em;
}
#footer-column ul {
    padding-left:5px;
}
#footer-column b {
    text-transform: uppercase;
    padding-bottom: 15px;
    display:inline-block;
}
#footer-column a {
    color: #a0a0a0;
    text-decoration: none;
}
#footer-column a:hover{
    text-decoration: underline;
}
#footer-column #col1 {
    float: left;
    padding-left:30px;
    width: 300px;
}
#footer-column #col1 ul {
    padding:8px 0;
}
#footer-column #col1 ul li {
    list-style-image: url('../gfx/ulli.png');
    list-style-position: inside;
    padding:3px 3px 3px 10px;
}

#footer-column #col2 {
    float: left;
    width: 450px;
}
#footer-column #col3 {
    float: left;
    width: 180px;
    line-height:18px;
    text-align: left;
    color: #646464;
  /*  padding-top: 80px;*/
}
#footer-column #col3 img {
    padding: 10px 0;
}
#footer-column #col3 b {
    display: inline;
    padding: 0;
}
#footer-column #col3 a {
    color:#646464;
}

#footer2 {
    width:900px;
    margin: 0 auto;
    clear: both;
    padding: 0;
    color: #9d9d9d;
    font-size:13px;
}
p#copyright-box {
    width:50%;
    display: block;
    float: left;
}
#pikselbox {
    width: 350px;
    text-align: right;
    float: right;
}
#pikselbox a {
    color: #9d9d9d;
    text-decoration: none;
    padding-right: 10px;
}
#pikselbox a:hover {
    color: #5b5b5b;
    text-decoration: underline;
}
#piksel-logo {
    background: url('../gfx/piksel.png') no-repeat top center;
    display: block;    
    width: 107px;
    height: 27px;
    float: right; 
    padding:0;
 /*   margin-top:-5px;
    margin-left: 15px;*/
}
#piksel a {
    color: #626262;
}
#piksel-logo:hover {
    background-position: 0 -27px;
}
#piksel {
    text-align: right;
}

.galeria img.mini {
    padding: 10px;
    margin:10px;
    -webkit-box-shadow: 0 0 15px 0 #C4C4C4;
box-shadow: 0 0 15px 0 #C4C4C4;
}

#kontakt-left {
    width: 250px;
    float: left;
    font-size: 15px;
    line-height: 20px;
      padding: 20px 0 30px 30px;
      margin-top:20px;
}
#kontakt-right {
    width: 350px;
    float: right;
    font-size: 15px;
    line-height: 20px;
    padding-right: 20px;
}
#formbutton {
    width:322px;
    height: 30px;
    line-height: 30px;
    background-color: #efcd31;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
}
#moja-mapa {
    width:100%;
    height: 500px;
}

.fright {
    float: right;
}
a.button:hover {
    opacity: 0.9;
}




/*
#head { background: url('../gfx/head.jpg') no-repeat top; margin:0 auto; width: 985px; height: 412px;}
#logo { width:262px; height: 120px; float:left; }
	#logo a { padding:0; margin:0; border:0;}
#menu { float:left; height: 26px; padding-top: 26px; padding-left: 15px;}
#middle { width: 985px; height: 400px; margin: 0 auto; clear:both;}
#menu2 { width: 985px; height: 20px; padding-top:5px; margin: 0 auto; clear:both; text-align:center; color: #B5B5B7;}
	#menu2 a { color: #99999B; text-decoration:none; padding:0 10px;}
	#menu2 a:hover { text-decoration:underline;}
#foot  { width: 100%; height: 47px; margin: 0 auto; clear:both; background: url('../gfx/foot.jpg') repeat-x;}
#footwr { width:905px; margin: 0 auto; color:white; padding: 0 40px; }
#footcopy {float:left; padding-top:17px; }
#px { width:135px; height:47px; float:right; }

#leftcolumn { float:left; width: 250px;  font-size:17px; }
	#leftcolumn p {  padding: 15px 0; text-align:center; }
	#leftcolumn a { text-decoration:none; }
	#leftcolumn a:hover { color:red;  }
#rightcolumn { float:left; width: 680px;}

#partner { width:550px; margin:0 auto 15px auto; border-bottom:2px dotted #B1B1B1; padding:15px 0px; }
#partnerlogo { width:210px; text-align:center; float:left; }
#partnername { width:340px; float:left; }
#partner h5 { font-size: 16px; font-weight:bold; padding-bottom:15px; }


*/
.clear { clear:both; width: 100%; }

.art { padding:20px; border-bottom: 2px dotted #DDD; }
.art h3 { color:#0B3E93; font-size:15px; font-weight:bold; }
.data { color: #8B8B8B; font-size:11px; }

.promocja { padding:30px 0; border-bottom:2px dotted #DDD; }
.promocja h3 { color:#0B3E93; font-size:15px; font-weight:bold; }
.cenakat { font-size:13px; font-weight:bold;  }
.cenaprom {color:green; font-size:13px; font-weight:bold;  }
.odstep { padding-left:20px;}

.boximg { /*width:170px;*/  float:left; /*text-align:center;*/ padding:10px; }
#imggal { text-align:center; width:645px; }

/*********  sklajdy  *********/

.pics {
   /* wartości te powinny być conajmniej takie jak rozmiary zdjęć */
   height: 150px; /* szerokość elementu HTML gdzie osadzone są zdjęcia */
   width: 245px; /* wysykość elementu HTML gdzie osadzone są zdjęcia */
   padding: 0;
   margin: 0;
}

.pics img {
  /* padding: 15px;
   border: 1px solid #ccc;
   background-color: #eee;*/
   /* rozmiary zdjęć */
   width: 150px; /* szerokość wyświetlanych zdjęć */
   height: 190px; /* wysokość wyświetlanych zdjęć */
	 padding: 0 0 0 50px;
   top: 0;
   left: 0
} 

p.line {
    border-bottom: 2px solid #e3e5e6;
    margin-bottom: 10px;
}
p.hasloreklamowe {
    font-size: 27px;
    line-height: 35px;
    color: #e1b430;
    font-weight: 300;
   
}
p.kategorie a {
    color: #000;
    padding:0 5px;
}
p.kategorie a.active {
    font-weight: bold;
    text-decoration: none;
}

.menu-left-box {
    width:200px; 
    float:left; 
    background-color: #fff;
    padding:20px 0 20px 30px;
    border:2px solid #e3e5e6;
    border-radius: 9px;
    margin:0 20px 30px 0;
    font-size:14px;
    line-height:25px;
}
.menu-left-box a {
    color: black;
}
.popup-gallery {
 width:660px; float:left;   
}