body {
  background: #fff;
  font-family: Arial;
  font-size: 12px;
  color: #000;
  margin: 0 0 40px 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

a { color: #0095e2; text-decoration: none; }
a:hover { text-decoration: underline; }
:focus { outline: none; }
img { border: none; }
h1 { font-weight: normal; font-size: 22px; letter-spacing: -1px; margin: 0 0 15px 0; }
h2 { font-weight: normal; font-size: 20px; margin: 0 0 10px 0; }
h3 { font-weight: normal; font-size: 18px; margin: 0 0 10px 0; }
h1 a, h2 a { color: #222; }
h1.main { display: none; }
p { line-height: 19px; margin: 0 0 15px 0; padding: 0; }
table { line-height: 20px; }
ul { padding-left: 40px; list-style-image: url(/img/list.png); line-height: 20px; }
hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,0));
  margin: 20px 0;
}
div.clear { clear: both; }

#wrapper {
  width: 1000px;
  margin: 0 auto;
}

#lang {
  padding: 15px 240px 0 0;
  text-align: right;
  cursor: default;
}

#lang img {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin: 0 2px;
}

#lang img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#lang a.active img {
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 0 0 5px #fff;
  -moz-box-shadow: 0 0 5px #fff;
  -webkit-box-shadow: 0 0 5px #fff;
}

#logo {
  margin-bottom: 15px;
}

nav {
  display: block;
  height: 32px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav li {
  float: left;
  list-style-type: none;
}

nav ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

nav ul:first-child {
  margin-left: 20px;
}

nav li a {
  background-color: #585858;
  display: block;
  line-height: 32px;
  font-size: 14px;
  color: #d0cac1;
  padding: 0 15px;
  margin-right: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
}

nav li a:hover,
nav li a.active {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

nav li a.current {
  background-color: #000;
  color: #fff;
}

nav ul ul {
  display: none;
  position: absolute;
  background-color: #111;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  z-index: 5000;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

nav ul ul li {
  float: none;
}

nav ul ul li a {
  background-color: #111;
  font-size: 12px;
  padding: 0 30px;
  line-height: 30px;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

nav ul ul li a:first-child {
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
}

nav ul ul li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

div.red {
  background-color: #ff8c8c;
  border: 1px solid #c76d6d;
  color: #462525;
  font-weight: bold;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 10px 0;
  line-height: 18px;
  padding: 5px 10px;
}

div.breadcrumb {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  padding: 5px 10px;
  color: #888;
  font-size: 11px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 10px;
  cursor: default;
}

div.breadcrumb a {
  color: #666;
}

div.breadcrumb a:hover {
  color: #444;
}

div.breadcrumb a.current,
div.breadcrumb a.current:hover {
  color: #222;
  font-weight: bold;
}

#content {
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0 10px #333;
  -moz-box-shadow: 0 0 10px #333;
  -webkit-box-shadow: 0 0 10px #333;
  opacity: 0.85;
  filter: alpha(opacity=85);
  padding: 20px;
  overflow: hidden;
}

div.main_bg {
  width: 1200px;
  height: 980px;
  position: absolute;
  z-index: -1;
  margin-left: -100px;
  top: 0;
}

div.background_logo {
  background: url(/img/background_logo.png) no-repeat;
  width: 152px;
  height: 173px;
  position: absolute;
  top: 638px;
  margin-left: 880px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: -1;
}

p img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 5px 10px;
}

p img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

div.product_categories {
  overflow: hidden;
  padding-top: 10px;
}

div.product_categories img {
  width: 140px;
  height: 140px;
  margin-bottom: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

div.product_categories a {
  display: block;
  float: left;
  width: 140px;
  color: #222;
  font-weight: bold;
  text-align: center;
  margin: 0 24px 10px 0;
}

div.product_categories a.last {
  margin: 0 0 10px 0;
}

div.product_categories a:hover {
  text-decoration: none;
}

div.product_categories a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

div.products {
  overflow: hidden;
}

div.products img {
  width: 140px;
  height: 140px;
  margin-bottom: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

div.products a {
  display: block;
  float: left;
  width: 140px;
  color: #222;
  font-weight: bold;
  text-align: center;
  margin: 0 24px 10px 0;
}

div.products a.last {
  margin: 0 0 10px 0;
}

div.products a:hover {
  text-decoration: none;
}

div.products a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

a.gallery {
  display: block;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 10px;
  color: #222;
  padding: 10px;
  overflow: hidden;
}

a.gallery:hover {
  background-color: #e0e0e0;
  border: 1px solid #ccc;
  text-decoration: none;
}

a.gallery img {
  float: left;
  width: 95px;
  height: 95px;
  margin: 0 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

div.gallery {
  overflow: hidden;
}

div.gallery img {
  float: left;
  margin: 0 40px 40px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

div.gallery img.last {
  margin: 0 0 40px 0;
}

div.gallery img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

table.product_info {
  width: 100%;
  border-collapse: collapse;
}

table.product_info tr td:nth-child(1) {
  width: 160px;
}

table.product_info tr:nth-child(odd) {
  background-color: #f1f1f1;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

table.product_info td {
  padding: 10px 20px;
}

table.product_info img {
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

table.product_info div.more img {
  width: 80px;
  height: 80px;
  margin: 5px 10px 0 0;
}

table.product_info img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

a.print {
    background: url(/img/print.png) no-repeat;
    padding-left: 20px;
    color: #222;
    font-weight: bold;
}

table.product_info a.print {
    position: absolute;
    margin-left: 660px;
}

body {
    background: url(/img/bg_summer.jpg);
}

nav li a {
    background-color: #5a7651;
    color: #e6f6e0;
}

div.main_bg {
    background: url(/img/summer.jpg) no-repeat;
}

#content {
  opacity: 0.93;
  filter: alpha(opacity=93);
}



