* {
  margin: 0;
  padding: 0;
}

body {
  color: #5f7f3e;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  background-color: #ffffff;
  background-image: url('../img/back.png');
  background-repeat: repeat-x;
}

a {
  color: #a21b21;
  text-decoration: none;
}

a:hover {
  color: #a21b21;
  text-decoration: underline;
}

div {
  position: relative;
}

img {
  border: none;
}

fieldset {
  border: none;
}

.glue {
  clear: both;
}

#top {
  height: 317px;
  width: 916px;
  margin: 0 auto;
  background-image: url('../img/top.png');
  background-repeat: no-repeat;
  background-position: 0px 25px;
}

#top-menu {
  list-style: none;
  padding-top: 250px;
}

#top-menu li {
  list-style: none;
  float: left;
}

#top-menu a {
  display: block;
  height: 20px;
}

#top-menu span {
  display: none;
}

#menu-1 {
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-position: 0 -25px;
  width: 90px;
}

#menu-1:hover {
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-position: 0 0px;
}

#menu-2 {
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-position: -90px -25px;
  width: 90px;
}

#menu-2:hover {
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-position: -90px 0px;
}

#menu-3 {
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-position: -180px -25px;
  width: 100px;
}

#menu-3:hover {
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-position: -180px 0px;
}

#menu-4 {
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-position: -280px -25px;
  width: 140px;
}

#menu-4:hover {
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-position: -280px 0px;
}

#menu-5 {
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-position: -420px -25px;
  width: 100px;
}

#menu-5:hover {
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-position: -420px 0px;
}

#menu-6 {
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-position: -530px -25px;
  width: 80px;
}

#menu-6:hover {
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-position: -530px 0px;
}

#menu-7 {
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-position: -610px -25px;
  width: 90px;
}

#menu-7:hover {
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-position: -610px 0px;
}

#footer {
  height: 100px;
  background-image: url('../img/footer-back.png');
  background-repeat: repeat-x;
  color: #ffffff;
}

#footer a, #footer a:hover {
  color: #ffffff;
}

#footer ul {
  list-style: none;
  width: 916px;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 60px;
}

#footer li {
  list-style: none;
  float: left;
  margin: 0 10px;
}

#footer p {
  padding-top: 5px;
  clear: both;
  width: 100%;
  text-align: center;
}

#footer p.positive {
  width: 916px;
  margin: 15px auto;
  text-align: right;
  color: #5f7f3e;
}

#footer p.positive a, #footer p.positive a:hover {
  color: #5f7f3e;
}

#container {
  width: 916px;
  margin: 0 auto;
}

#col-left {
  width: 447px;
  float: left;
  margin-right: 15px;
}

#col-right {
  width: 447px;
  float: right;
}

.title-half {
  background-image: url('../img/title-half.png');
  background-repeat: no-repeat;
  height: 28px;
  padding-left: 15px;
}

.title-full {
  background-image: url('../img/title-full.png');
  background-repeat: no-repeat;
  height: 28px;
  padding-left: 15px;
}

.promo-wrap, .new-wrap {
  margin-bottom: 15px;
}

.promo, .new {
  margin-top: 10px;
}

.promo-img, .new-img {
  float: left;
  border: 1px solid #5f7f3e;
  margin: 0 10px 5px 5px;
}

.promo-text, .new-text {
  text-align: justify;
}

.promo-more, .new-more {
  text-align: right;
}

.promo-more a, .new-more a {
  font-weight: bold;
}

#newsletter {
  margin: 15px 0;
}

.text {
  text-align: justify;
  width: 100%;
}

#newsletter-email {
  width: 330px;
  background-color: #ffffff;
  border: 1px solid #d0caa8;
}

#newsletter-submit {
  width: 100px;
  background-color: #f6f2d6;
  color: #a21b21;
  border: 1px solid #a21b21;
  font-weight: bold;
}

#newsletter-form {
  margin-top: 10px;
}

#newsletter-form input {
  font-size: 9px;
  padding: 2px;
}

.wrap {
  margin: 15px 0;
}

.info {
  margin-top: 15px;
}

.info-col {
  float: left;
  width: 200px;
  border-right: 1px solid #5f7f3e;
  margin-right: 10px;
}

.info-map {
  float: right;
  width: 260px;
}

.info-more {
  text-align: right;
}

.info-more a {
  font-weight: bold;
}

.place {
  margin-top: 15px;
}

.navigator {
  display: block;
  padding-top: 20px;
}

.categories {
  margin-top: 30px;
}

.category, .product {
  margin-top: 20px;
  float: left;
  width: 225px;
  text-align: center;
  margin-bottom: 20px;
}

.product {
  width: 220px;
  height: 180px;
}

.category img, .product img {
  border: 1px solid #5f7f3e;
  margin: 0 10px 5px 5px;
}

.category-link, .product-name a {
  display: block;
  font-size: 9px;
  font-weight: bold;
  color: #5f7f3e;
}

.space {
  margin-top: 30px;
}

.space-both {
  margin: 30px 0;
}

.product-show {
  margin: 30px 0;
}

.product-photo {
  float: left;
  width: 250px;
  margin-right: 15px;
}

.product-photo img {
  border: 1px solid #5f7f3e;
  margin: 0 10px 5px 5px;
}

.product-info {
  float: left;
}

.product-info p {
  margin-bottom: 10px;
  padding-left: 15px;
}

.product-back {
  text-align: right;
}

#contact {
  padding: 10px;
  width: 325px;
}

#contact label {
  display: block;
}

#contact fieldset {
  margin-top: 5px;
}

#contact input, #contact textarea {
  border: 1px solid #5f7f3e;
  background-color: #ffffff;
  color: #5f7f3e;
  font-family: Verdana, sans-serif;
  font-size: 9px;
  padding: 1px;
  width: 320px;
}

#contact #submit {
  background-color: #e6e5e1;
  float: right;
  width: 60px;
  margin-top: 10px;
}

.product-info p {
  float: right;
  width: 630px;
}
