*{
    padding: 0;
    margin: 0;
}
html, body {
      height:100%;
      margin:0;
    }
html>body {
    min-height:100%;
    height:auto;
}
body {
    width: 1024px;
    margin: 0 auto;
    color: white;
    background-color: #581c02;
    
}
#wrap{
    position:relative;

}
a{
    color: white;
}

a img{
	border: none;
}
#menu_container{
    float: left;
    margin: 0 20px 0 43px;
    width: 275px;
    padding: 10px;
}
#content{
    padding: 10px;
    margin-left: 358px;
}
.menu{
    padding-bottom: 30px;
}
img.big{
    float: left;
}

#product-table{
    width: 100%;
}
td>a{
    display: block;
}
.current{
    font-weight: bold;
}
#paginator{
    text-align: right;
    padding: 20px 40px 0 0; 
}
li>ul{
    padding-left: 30px;
}
td{
    vertical-align: top;
/*     padding: 0 5px 40px 5px; */
    width: 25%;
}
table{
    width: 100%;
    margin: -10px -15px;
    border-spacing: 15px 10px;
}
.next{
    text-align: right;
}
table.near{
    padding: 40px 0;
}
table.description{
    width: auto;
    margin-left: 300px;
}
table.append{
    padding: 10px 0 40px 0;
}
ul>li>ul{
	display:block;
}
ul.menu>li>ul{
    display: none;
}
ul.menu>li:hover>ul{
    display: block;
}
ul.menu>li>a.current + ul{
    display: block;
}
ul{
    list-style-type: none;
}
li{
    display:block;
}
li>a{
    padding: 0 10px 7px 10px;
    text-decoration: none;
    display:block;
}
div{
/*     border: solid black 1px; */
}
#header{
    height: 190px;
    background: url('/static/img/header.png');
}
#footer{
    position: absolute;
    bottom: 0;
    height: 74px;
    background: url('/static/img/footer.png');
    clear: both; 
    width: 1024px;
    margin: 0 auto;
}
#wraper{
    background: url('/static/img/wraper.png') 100% 100% no-repeat; /* Добавляем фон */
    background-size: 100% 100%;
    overflow: hidden;
    padding-bottom: 74px;
}
#price{
    text-align: right;
}
h3{
    width: 100%;
    display: table;
    padding-top: 10px;
    padding-bottom: 15px; 
}