body, input, p, div, form, fieldset, ol, ul, li, h1, h2, h3, h4, h5, h6, h7 {
  margin: 0;
  padding: 0;
}
body {
  font-family: Trebuchet ms, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #686868;
  background: #4C100C url(../images/bg_body.jpg) repeat-x;
}
a {
  text-decoration: underline;
  color: #686868;
}
a:hover {
  text-decoration: none;
}
h1 {
  font-size: 20px;
  color: #686868;
  padding: 0 0 5px 0;
}
h2 {
  font-size: 14px;
  color: #FFA400;
  padding: 5px 0;
}
hr {
  padding: 5px 0;
  border: 0;
  border-bottom: 2px dotted #eeeeee;
}

#container {
  text-align: left;
  margin: 0 auto;
  width: 798px;
}
#header {
  position: relative;
  height: 108px;
  background: #fff  url(../images/header.jpg) no-repeat;
}
#header .logo {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 90px;
}
#content {
  padding-bottom: 66px;
  background: #fff  url(../images/bg_footer.jpg) left bottom no-repeat;
}
#sidemenu {
  width: 218px;
  float: left;
  color: #fff;
}
#sidemenu a {
  color: #fff;
  text-decoration: none;
}
#sidemenu #menu {
  background: url(../images/bg_menu.jpg) repeat-y;
}
#sidemenu #menu .wrap {
  padding: 18px;
  padding-top: 6px;
  padding-left: 14px;
  background: url(../images/bg_menu_cont.jpg) top left no-repeat;
}
#sidemenu #contact {
  height: 144px; 
  background: #fff  url(../images/contact.jpg) top no-repeat;
}
#cont {
  width: 580px;
  float: right;
}
#whereNav {
  height: 31px;
  color: #fff;
  background: #fff  url(../images/bg_where.jpg) top no-repeat;
}
#whereNav a {
  color: #fff;
  text-decoration: none;
}
#whereNav .wrap {
  padding-top: 6px;
  padding-left: 20px;
}
#footer {
  font-weight: bold;
  text-align: right;
  padding: 10px;
  color: #952F25;
}
.alert {
  font-weight: bold;
  color: red;
}
.cl {
  clear: both;
}
.errorList ul {
  margin: 0;
  padding: 5px 20px;
}
.errorList ul li {
  margin: 0;
  padding: 0;
  color: red;
}
.formRow {
  padding: 2px;
  clear: both;
}
.formRow label {
  float: left;
  width: 100px;
}
.hd span {
  display: none;
}
.hdMenu {
  width: 50px;
  height: 14px;
  background: url(../images/hd_menu.png) no-repeat;
}
.hdOferta {
  width: 52px;
  height: 19px;
  background: url(../images/hd_oferta.png) no-repeat;
}
.mainContent {
  padding: 10px 15px 15px 15px;
  background: url(../images/bg_content.jpg) no-repeat;
}
.menuList {
  list-style: none;
  padding: 10px;
}
.offerList {
  font-style: italic;
  list-style: none;
  padding: 10px;
}
.list1 {
  margin: 0;
  padding: 5px 20px;
}
.list1 li {
  margin: 0;
  padding: 0;
}
.list2 {
  padding: 0 10px;
  list-style: none;
}
.list2 li {
  padding: 2px;
  padding-left: 24px;
}
.list2 li.phone {
  background: url(../images/phone_icon.png) left center no-repeat;
}
.list2 li.email {
  background: url(../images/email_icon.png) left center no-repeat;
}
.tbl1 {
  border-collapse: collapse;
  width: 100%;
}
.tbl1 thead th {
  font-size: 12px;
  padding: 3px;
  color: #fff;
  background: #686868;
  border: 0;
  border-left: 1px solid #777;
}
.tbl1 tbody th {
  font-size: 12px;
  padding: 3px;
  color: #fff;
  background: #686868;
  border: 0;
  border-left: 1px solid #777;
}
.tbl1 tbody td {
  font-size: 12px;
  padding: 3px;
  border: 0;
}
.tbl1 tbody .cat {
  font-weight: bold;
  text-align: center;
}
.tbl1 tbody .price {
  text-align: center;
}
.tbl1 tbody .row2 td {
  background: #F8F8F8;
}
.tbl1 tfoot td {
  font-size: 10px;
}
.tbl1 tfoot .cat {
  font-size: 12px;
  padding: 3px;
  border-top: 1px solid #f1f1f1;
}
.tbl1 tfoot .netto {
  font-size: 10px;
  text-align: right;
  border-top: 1px solid #f1f1f1;
}

/* 
 * BOXY
 */ 
.nrb {
  margin-right: 0;
}
.photoBox {
  position: relative;
  width: 110px;
  height: 110px;
  float: left;
}
.photoBox .photoBorder {
  width: 102px;
  height: 102px;
  background: url(../images/img_rb.png) no-repeat;
}
.photoBox a.img {
  text-decoration: none;
  height: 102px;
  display: block;
}
.photoBox a.img .info {
  position: absolute;
  top: 8px;
  left: 8px;
  margin: 0 1px;
  padding: 0;
  color: #fff;
  background: url(../images/bg_photo_info1.png) repeat-x;
}
.photoBox a.img .info .wrap {
  font-size: 11px;
  margin: 0;
  padding: 2px 4px;
  background: #0a0a0a url(../images/bg_photo_info2.png) repeat-x;
}