@import url("pagination.css");

body {
   margin: 0;
   padding: 0;
}

a img {
   border: 0;
}

#all {
   width: 1000px;
   margin: auto;
   background: url('../images/top.jpg') center top no-repeat;
}

#header {
   height: 260px;
}

#header .logo {
   position: absolute;
   margin: 80px 0 0 354px;
}

#header .lmenu {
   position: absolute;
   margin: 200px 0 0 90px;
   white-space: nowrap;
}

#header .rmenu {
   white-space: nowrap;
   position: absolute;
   margin: 200px 0 0 700px;
}

#header .lmenu a,#header .lmenu a:link,#header .lmenu a:visited {
   display: block;
   float: left;
   margin-right: 65px;
}

#header .rmenu a,#header .rmenu a:link,#header .rmenu a:visited {
   display: block;
   float: left;
   margin-right: 52px;
}

#footer {
   background: url('../images/bottom.jpg') center bottom no-repeat;
   height: 240px;
   margin-top: -30px;
}

#footer .addr {
   font: normal 11px Tahoma;
   color: #371011;
   position: absolute;
   margin: 155px 0 0 130px;
}

#footer .counter {
   position: absolute;
   margin: 155px 0 0 510px;
}

#content {
   font: normal 12px Tahoma;
   color: #371011;
}

#content .text {
   width: 800px;
   padding: 20px 0;
   margin: auto;
}

#content .table {
   width: 720px;
   margin: auto;
}

#content .table .item {
   float: left;
   margin: auto;
   width: 170px;
   margin: 10px 35px;
   text-align: center;
}

#content .table .item .title {
   padding: 3px;
   font: normal 11px Tahoma;
   color: #42301f;
   overflow: hidden;
   white-space: nowrap;
}

#content .table .item .t {
   background: url('../images/items/t.gif') top center repeat-x
}

#content .table .item .b {
   background: url('../images/items/b.gif') bottom center repeat-x
}

#content .table .item .l {
   background: url('../images/items/l.gif') left center repeat-y
}

#content .table .item .r {
   background: url('../images/items/r.gif') right center repeat-y
}

#content .table .item .tr {
   background: url('../images/items/tr.gif') top right no-repeat;
}

#content .table .item .tl {
   background: url('../images/items/tl.gif') top left no-repeat
}

#content .table .item .bl {
   background: url('../images/items/bl.gif') bottom left no-repeat
}

#content .table .item .br {
   background: url('../images/items/br.gif') bottom right no-repeat;
   padding: 13px;
   text-align: center;
}

#content .table .item .inner {
   width: 143px;
   height: 100px;
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}

.clr {
   clear: both;
}

.products {
   width: 100%;
   border-collapse: collapse;
   margin-bottom: 10px;
}

.products,
.products td {
   border: 1px #000 solid;
}

.products td {
   padding: 5px;
   text-align: center;
}

.products .left {
   text-align: left;
}

.products thead td {
   height: 50px;
   font-weight: bold;
}

