﻿body {
  padding: 0;
  margin: 0;
  background: #1f1810 url(bg_body.jpg) center repeat-y;
  font-family: Verdana;
  font-size: 12px;
  color: #fff;
}


#line {
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  background: #000;
}


#page {
  position: relative;
  width: 700px;
  margin: 0 auto;
  overflow: hidden;
}


#menu {
  position: relative;
  width: 600px;
  padding: 0 50px;
  background: url(bg_line.gif) bottom left repeat-x;
  overflow: hidden;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu ul li {
  float: left;
  padding: 0;
  margin: 0;
}

#menu ul li a {
  float: left;
  display: block;
  width: 150px;
  padding: 10px 0;
  border-top: 5px solid #000;
  font-family: Georgia, 'Times New Roman';
  font-size: 18px;
  text-decoration: none;
  text-transform: lowercase;
  color: #fff;
  text-align: center;
}

#menu ul li a:hover {
  border-color: #333;
  color: #e3c998;
}

#menu ul li a.active {
  border-color: #bd1627;
  color: #fff;
}


#header {
  position: relative;
  width: 600px;
  height: 270px;
  padding: 0 50px;
  background: url(bg_line.gif) bottom left repeat-x;
  overflow: hidden;
}

#header h1 {
  position: relative;
  float: left;
  width: 600px;
  height: 270px;
  padding: 0;
  margin: 0;
}

#header h1 span {
  position: absolute; 
  display: block;
  width: 600px;
  height: 270px;
  left: 0; 
  top: 0; 
  z-index: 1;
  cursor: pointer;
}

#header h2 {
  display: none;
}

#header h1 span.balonky {
  background: url(bg_header.jpg) top left no-repeat;
}

#header h1 span.lucerny {
  background: url(bg_header_lucerny.jpg) top left no-repeat;
}


#content {
  position: relative;
  width: 570px;
  padding: 15px 65px 5px;
  overflow: hidden;
}

#content a {
  color: #e3c998;
}

#content a:hover {
  text-decoration: none;
}

#content h3 {
  padding: 0 0 15px;
  margin: 0;
  font-weight: normal;
  color: #e3c998;
  font-size: 24px;
}

#content h4 {
  padding: 10px 0 5px;
  margin: 0;
  font-weight: normal;
  color: #e3c998;
  font-size: 18px;
}

#content p {
  padding: 0 0 10px;
  margin: 0;
  text-align: justify;
}

#content p.center {
  text-align: center;
}

#content p.right {
  text-align: right;
}

#content p.warn {
  padding: 10px;
  margin: 0 10px 25px;
  border: 2px solid #e3c998;
  background: #614d39;
  font-weight: bold;
  text-align: center;
}

#content img {
  border: 2px solid #614d39;
}

#content table {
  width: 100%;
  border: 1px solid #614d39;
  margin: 5px 0 10px;
}

#content table tr.header {
  background: #614d39;
}

#content table tr.header td {
  font-weight: bold;
}

#content table tr td {
  padding: 3px;
  text-align: justify;
}

#content table tr td.name {
  width: 100px;
}

#content table tr td.price {
  width: 70px;
}

#content table tr td.center {
  text-align: center;
}

#content table tr td.right {
  text-align: right;
}

#content table tr td a img.imgleft {
  width: 50px;
  float: left;
  margin: 0 10px 10px 0;
  border: 2px solid #614d39;
}

#content table tr td a:hover img.imgleft {
  border: 2px solid #e3c998;
}

#content form {
  margin: 15px 0 0;
}

#content form p span.l {
  display: block;
  float: left;
  width: 170px;
  padding: 5px 0;
  font-weight: bold;
}

#content form p input {
  width: 388px;
  padding: 2px 5px;
  border: 1px solid #e3c998;
  background: #614d39;
  color: #fff;
}

#content input.short {
  width: 30px;
  padding: 2px 5px;
  margin: 5px 0 0;
  border: 1px solid #e3c998;
  background: #614d39;
  color: #fff;
  text-align: center;
}

#content select.short {
  width: 40px;
  padding: 2px 0;
  margin: 5px 0 0;
  border: 1px solid #e3c998;
  background: #614d39;
  color: #fff;
  text-align: center;
}

#content form p input.check {
  width: auto;
}

#content form p input.submit {
  width: auto;
}

#content form p select {
  width: 388px;
  padding: 5px;
  border: 1px solid #e3c998;
  background: #614d39;
  color: #fff;
}

#content form p textarea {
  width: 388px;
  height: 100px;
  padding: 5px;
  border: 1px solid #e3c998;
  background: #614d39;
  color: #fff;
}

#content hr {
  visibility: hidden;
  clear: both;
}

#content .item {
  float: left;
  width: 104px;
  padding: 5px 20px 5px 5px;
  margin: 0 20px 20px 0;
  border-right: 1px dashed #614d39;
}

#content .item.last {
  margin: 0 0 20px;
  padding: 5px;
  border: none;
}

#content .item h5 {
  height: 20px;
  padding: 0 0 5px;
  margin: 0;
}

#content .item p {
  margin: 0;
  padding: 0 0 5px;
  font-size: 10px;
}

#content .item p.text {
  height: 43px;
  margin: 0 0 5px;
  overflow: hidden;
}

#content .item p strong {
  color: #fff;
}

#content .item p.right {
  text-align: right;
}

#content .item p.center {
  text-align: center;
}

#content .item img {
  width: 100px;
  height: 75px;
}

#content .item p.right input {
  width: auto;
  padding: 2px;
  margin: 5px 0 0;
  border: none;
  background: #000;
  border: 1px solid #e3c998;
  color: #fff;
  font-size: 10px;
  text-align: center;
  cursor: hand;
  cursor: pointer;
}

#content blockquote {
  margin: 20px;
  padding: 20px;
  border: 1px solid #e3c998;
  background: #000;
  color: #fff;
}

#content blockquote h3 {
  padding: 0 0 15px;
  margin: 0;
}

#content blockquote ul {
  margin: 0;
  padding: 0 20px;
}

#content blockquote li {
  padding: 5px 0 0;
  font-size: 14px;
  font-weight: bold;
}

#footer {
  position: relative;
  width: 600px;
  padding: 0 50px;
  background: url(bg_line.gif) top left repeat-x;
  overflow: hidden;
}

#footer p {
  padding: 10px;
  margin: 0;
  font-size: 10px;
  line-height: 14px;
}

#footer a {
  text-decoration: none;
  color: #fff;
}

#footer a:hover {
  text-decoration: underline;
}


#cart {
  position: absolute;
  top: 275px;
  left: 50%;
  padding: 0 0 0 30px;
  margin: 0 0 0 -50px;
  background: url(bg_cart.gif) center left no-repeat;
  z-index: 5;
}

#cart p {
  padding: 0;
  margin: 0;
}

#cart a {
  color: #fff;
  font-weight: bold;
}