/* CSS Document */

* {
          margin: 0;
          padding: 0;
          }
.clear {
          width: 100%;
          clear: both;
          }
          
body {
          background: url(img/wrapper.jpg);
          font-family: Arial, Tahoma, 'Trebuchet MS';
          }
#wrapper {
          background: url(img/bg.jpg) repeat-x top #fff;
          width: 100%;
          float: left;
          }
          
#container {
          width: 779px;
          margin: auto;
          }
          
#menutop {
          width: 779px;
          float: left;
          margin: 55px 0 0 0;
          }
          #menutop ul {
                    float: right;
                    }
                    #menutop ul li {
                              display: inline;
                              float: left;
                              font-size: 11px;
                              margin: 0 5px 0 5px;
                              border-right: 1px solid #8C886D;
                              padding: 0 5px 0 0;
                              }
                              #menutop ul li.last {
                                        border: 0;
                                        margin: 0 0 0 5px;
                                        }
                              #menutop ul li a {
                                        text-decoration: none;
                                        color: #832B17;
                                        float: left;
                                        }
                                        #menutop ul li a:hover {
                                                  text-decoration: underline;
                                                  }
          
#top {
          background: url(img/top.jpg) no-repeat;
          height: 296px;
          width: 779px;
          float: left;
          margin: 10px 0 0 0;
          }
          #top h1 {
                    float: left;
                    margin: 15px 0 0 30px;
                    display: inline;
                    }
                    #top h1 img {
                              border: 0;
                              float: left;
                              }
          #top .contact {
                    float: right;
                    margin: 15px 20px 0 0;
                    display: inline;
                    }
                    #top .contact p {
                              text-align: right;
                              font-size: 11px;
                              color: #7C7C7C;
                              }
          #top .menu {
                    width: 700px;
                    float: left;
                    margin: 32px 0 0 5px;
                    display: inline;
                    }
                    #top .menu ul {
                              float: left;
                              }
                    #top .menu ul li {
                              display: inline;
                              float: left;
                              width: 120px;
                              height: 28px;
                              text-align: center;
                              font-size: 11px;
                              font-weight: bold;
                              margin: 0 0 0 1px;
                              }
                              #top .menu ul li a {
                                        background: url(img/libg.jpg) no-repeat;
                                        width: 120px;
                                        height: 20px;
                                        color: #fff;
                                        text-decoration: none;
                                        padding: 8px 0 0 0;
                                        float: left;
                                        }
                                        #top .menu ul li a:hover {
                                                  background: url(img/lihover.jpg) no-repeat;
                                                  }
          #top .more {
                    width: 500px;
                    float: left;
                    margin: 100px 0 0 30px;
                    display: inline;
                    }
                    #top .more a {
                              background: #3D3D3D;
                              font-size: 11px;
                              font-weight: bold;
                              width: 173px;
                              height: 19px;
                              text-align: center;
                              float: left;
                              text-decoration: none;
                              padding: 4px 0 0 0;
                              color: #FFE100;
                              border: 1px solid #747474;
                              }
                              #top .more a:hover {
                                        color: #fff;
                                        }
                              
#content {
          background: #fff;
          width: 779px;
          float: left;
          padding: 3px 0 20px 0px;
          }
          
          #content #sidebar {
                    width: 193px;
                    float: left;
                    }
                    #content #sidebar .menu {
                              width: 193px;
                              float: left;
                              background: #F2EFDA;
                              padding: 5px 0 0 0;
                              }
                    #content #sidebar .contact {
                              width: 193px;
                              float: left;
                              background: url(img/contact.jpg) no-repeat bottom right #F9F7EC;
                              }
                              #content #sidebar .contact p {
                                        padding: 10px;
                                        font-size: 11px;
                                        color: #2F2F2F;
                                        line-height: 16px;
                                        }
                    #content #sidebar .menu .pos {
                              width: 169px;
                              float: right;
                              margin: 5px 0 0 0;
                              border-bottom: 1px solid #D6D3B5;
                              padding: 0 0 5px 24px;
                              }
                              #content #sidebar .menu .pos h3 {
                                        width: 169px;
                                        color: #5C5A49;
                                        font-size: 11px;
                                        float: left;
                                        }
                              #content #sidebar .menu .pos ul {
                                        width: 169px;
                                        float: left;
                                        margin: 5px 0 0 0;
                                        }
                                        #content #sidebar .menu .pos ul li {
                                                  width: 169px;
                                                  float: left;
                                                  list-style-type: none;
                                                  }
                                                  #content #sidebar .menu .pos ul li a {
                                                            width: 164px;
                                                            padding: 1px 5px 1px 0;
                                                            text-decoration: none;
                                                            color: #5C5A49;
                                                            font-size: 11px;
                                                            float: left;
                                                            }
                                                            #content #sidebar .menu .pos ul li a:hover {
                                                                      background: #fff;
                                                                      color: #ff0000;
                                                                      }
                                                                      
          #content #txt {
                    width: 555px;
                    float: right;
                    line-height: 19px;
                    padding-bottom: 20px;
                    }
                    #content #txt h2 {
                              width: 545px;
                              float: left;
                              margin: 10px 0 0 15px;
                              font-size: 16px;
                              color: #B13418;
                              }
                              #content #txt h2 span {
                                        color: #65653C;
                                        }
                              #content #txt .prophotos {
                                        width: 545px;
                                        float: left;
                                        margin: 5px 0 0 0;
                                        }
                              #content #txt .select {
                                        width: 545px;
                                        float: left;
                                        margin: 15px 0 0 0;
                                        }
                                        #content #txt .select img {
                                                  border: 0;
                                                  float: left;
                                                  }
                                        #content #txt .prophotos .line {
                                                  margin: 10px 0 10px 0;
                                                  float: left;
                                                  width: 545px;
                                                  }
                                        #content #txt .prophotos .line .prod {
                                                  width: 164px;
                                                  float: left;
                                                  border: 1px solid #E1DCBA;
                                                  text-align: center;
                                                  margin: 0 10px 0 5px;
                                                  display: inline;
                                                  }
                                                  #content #txt .prophotos .line .prod img {
                                                            border: 0;
                                                            margin: 3px 0 0 0;
                                                            }
                                                  #content #txt .prophotos .line .prod span {
                                                            margin: 3px 0 0 0;
                                                            float: left;
                                                            padding: 3px 0 3px 5px;
                                                            width: 159px;
                                                            background: #E7E3C4;
                                                            }
                                                            #content #txt .prophotos .line .prod span a {
                                                                      font-size: 11px;
                                                                      font-weight: bold;
                                                                      text-decoration: none;
                                                                      color: #65653C;
                                                                      float: left;
                                                                      }
                                                                        #content #txt ul {
                                        margin: 10px 0 0 0;
                                        }
                                        #content #txt ul li {
                                                  list-style-type: none;
                                                  }
                                                  #content #txt ul li a {
                                                            text-decoration: none;
                                                            color: #5C5A49;
                                                            font-size: 12px;
                                                            }
                                                            #content #txt ul li a:hover {
                                                                      color: #5C5A49;
                                                                      }
                               #content #txt a {
                              font-size: 12px;
                              text-decoration: none;
                              color: #5F5F5E;
                              }
                    #content #txt p {
                              width: 545px;
                              margin: 10px 0 0 0;
                              font-size: 13px;
                              color: #5F5F5E;
                              }
                              #content #txt p img {
                                        border: 0;
                                        }
                              #content #txt p strong {
                                        color:#C66A56;
                                        }
                              #content #txt h2 {
                                        width: 545px;
                                        font-size: 14px;
                                        color: #B13418;
                                        float: left;
                                        margin: 15px 0 0 0;
                                        }
                                         #content #txt .wiecej {
                                                  width: 173px;
                                                  float: left;
                                                  background: #fff;
                                                  margin: 5px 0 0 0;
                                                  }
                                                  #content #txt .wiecej a {
                                                            color: #666451;
                                                            font-size: 11px;
                                                            background: #F2EFDA;
                                                            padding: 2px 10px 2px 10px;
                                                            text-decoration: none;
                                                            float: left;
                                                            margin: 2px 0 0 0;
                                                            }
                                                            div#txt p a img { float: left; } 
 #content #txt .boxs {
                              width: 555px;
                              float: left;
                              margin: 10px 0 0 0;
                              }
                              #content #txt .boxs .box {
                                        background: url(img/txtbox.jpg) no-repeat top #F2EFDA;
                                        width: 173px;
                                        float: left;
                                        margin: 0 10px 0 0;
                                        display: inline;
                                        }
                                        #content #txt .boxs .box img {
                                                  border: 0;
                                                  width: 150px;
                                                  height: 60px;
                                                  margin: 0px 0 0 0;
                                                  }
                                                  div.box p img { float: left; }
                                        #content #txt .boxs .box h4 {
                                                  width: 153px;
                                                  font-size: 12px;
                                                  color: #5C5A49;
                                                  float: left;
                                                  padding: 9px 0 4px 10px;
                                                  }
                                        #content #txt .boxs .box p {
                                                  width: 153px;
                                                  float: left;
                                                  padding: 0 0 0 10px;
                                                  color: #65653C;
                                                  }
                                        #content #txt .boxs .box span {
                                                  width: 173px;
                                                  float: left;
                                                  background: #fff;
                                                  margin: 5px 0 0 0;
                                                  }
                                                  #content #txt .boxs .box span a {
                                                            color: #666451;
                                                            font-size: 11px;
                                                            background: #F2EFDA;
                                                            padding: 2px 10px 2px 10px;
                                                            text-decoration: none;
                                                            float: left;
                                                            margin: 2px 0 0 0;
                                                            }

#footer {
          background: #F6F4E5;
          width: 779px;
          float: left;
          border-top: 6px solid #E5E1C6;
          border-bottom: 1px solid #E5E1C6;
          padding: 6px 0 6px 0;
          }
          #footer .box {
                    width: 140px;
                    float: left;
                    margin: 10px 0 0 5px;
                    display: inline;
                    }
                    #footer .box h5 {
                              font-size: 13px;
                              color: #6A6336;
                              width: 140px;
                              float: left;
                              }
                    #footer .box ul {
                              width: 140px;
                              float: left;
                              margin: 10px 0 0 0;
                              }
                              #footer .box ul li {
                                        width: 140px;
                                        float: left;
                                        list-style-type: none;
                                        font-size: 11px;
                                        }
                                        #footer .box ul li a {
                                                  color: #787878;
                                                  text-decoration: none;
                                                  }
                                        #footer .box ul li a:hover {
                                                  text-decoration: underline;
                                                  }
                    #footer .box p {
                              float: left;
                              font-size: 11px;
                              padding: 0 0 0 15px;
                              color: #787878;
                              }
                              #footer .box p a {
                                        text-decoration: none;
                                        color: #787878;
                                        }
          