@import "reset.css";

body {
  font: 12px/16px Tahoma, Verdana, sans-serif;
  color: #383231;
  background: #FFF;
}

a {color: #2C44A4;}

#wrapper {
  min-width: 980px;
  border-top: 2px solid #D2001F;
}

#header {
  height: 323px;
  background: #FBF4A3 url("/images/header-bg.png");
  position: relative;
  z-index: 5;
  font-size: 11px;
}
#header .out {
  height: 323px;
  background: url("/images/header-left-bg.jpg") no-repeat 0 0;
}

#header .service-menu {
  height: 59px;
  overflow: hidden;
}
#header .service-menu ul {
  float: right;
  padding: 33px 38px 0 0;
  list-style: none;
}
#header .service-menu ul li {
  float: left;
  display: inline;
  margin-left: 52px;
}
#header .service-menu ul li a {display: block;}
#header .service-menu .home {padding-top: 2px;}
#header .service-menu .home a {color: #D2001F;}
#header .service-menu .fav a {
  padding-left: 20px;
  background: url("/images/service-menu-fav.gif") no-repeat 0 60%;
}
#header .service-menu .mail a {
  padding-left: 22px;
  background: url("/images/service-menu-mail.gif") no-repeat 0 60%;
}
#header .service-menu .eng a {
  padding-left: 30px;
  background: url("/images/service-menu-eng.gif") no-repeat 0 60%;
}

#logo {
  float: left;
  width: 24%;
  margin-right: -76%;
  position: relative;
  z-index: 10;
}
#logo h1, #logo strong {
  display: block;
  margin: 47px 14px 0 15px;
  background: #CC0400;
  border-bottom: 7px solid #EEBB1C;
  height: 41px;
}
#logo h1 a, #logo strong a {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 86px;
  background: url("/images/logo.png");
  width: 199px;
  margin: 0 auto;
  position: relative;
  top: -47px;
}

#logo span
{
  display: block;
  margin: 47px 14px 0 15px;
  background: #CC0400;
  border-bottom: 7px solid #EEBB1C;
  height: 41px;
}

#logo span a
{
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 86px;
  background: url("/images/logo.png");
  width: 199px;
  margin: 0 auto;
  position: relative;
  top: -47px;
}

#sets {
  position: absolute;
  top: 165px;
  left: -125px;
  width: 396px;
  height: 232px;
}
#sets .set {
  position: absolute;
  top: 0;
  left: 0;
  width: 396px;
  height: 232px;
}
#sets .top {height: 64px;}
#sets .bot {height: 168px;}
#set1 .top {background: url("/images/set1-top-bg.png");}
#set1 .bot {background: url("/images/set1-bot-bg.jpg");}
#set2 .top {background: url("/images/set2-top-bg.png");}
#set2 .bot {background: url("/images/set2-bot-bg.jpg");}
#set3 .top {background: url("/images/set3-top-bg.png");}
#set3 .bot {background: url("/images/set3-bot-bg.jpg");}

#phone {
  margin: 41px auto 0;
  background: url("/images/phone-bg.png");
  width: 164px;
}
#phone p {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 32px;
  background: url("/images/phone-bg.gif");
}


#menu {
  float: right;
  width: 76%;
  position: relative;
  z-index: 8;
}
#menu .decor-t {
  margin: 17px 0 0 80px;
  height: 30px;
  position: relative;
  background: #324A31 url("/images/main-menu-decor-t.jpg") no-repeat 0 0;
}
#menu .decor-t div {
  position: absolute;
  width: 23px;
  height: 30px;
  left: -23px;
  top: 0;
  background: url("/images/main-menu-decor-t-left.gif");
}

#menu .in {
  background: #CC0400;
  border-bottom: 7px solid #EEBB1C;
  height: 41px;
  color: #FFF;
  padding: 0 26px 0 17px;
}
#menu .in ul {
  width: 100%;
  overflow: hidden;
}
#menu .in ul li {
  float: left;
  display: inline;
}
#menu .in ul li a {
  display: block;
  height: 41px;
  overflow: hidden;
  line-height: 46px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-family: Arial, Verdana, sans-serif;
}
#menu .in ul li a span {
  display: block;
  padding: 0 11px;
}
#menu .in ul .act a, #menu .in ul li a:hover {
  background-color: #B3001B;
}
#menu .in ul li a i {
  display: block;
  height: 41px;
  overflow: hidden;
  width: 100%;
  background-position: 50% 0;
  position: absolute;
  top: 0;
  left: 0;
}
#menu .in ul li a:hover i, #menu .in ul .act a i {
  background-position: 50% -41px;
}

#n-about a i {background-image: url("/images/n-about-bg.png");}
#n-about {width: 14%;}
#n-products a i {background-image: url("/images/n-products-bg.png");}
#n-products {width: 13%;}
#n-advantages a i {background-image: url("/images/n-advantages-bg.png");}
#n-advantages {width: 21%;}
#n-conditions a i {background-image: url("/images/n-conditions-bg.png");}
#n-conditions {width: 24%;}
#n-interestingly a i {background-image: url("/images/n-interestingly-bg.png");}
#n-interestingly {width: 16%;}
#n-contacts a i {background-image: url("/images/n-contacts-bg.png");}
#n-contacts {
  float: right;
  width: 12%;
}

#about {
  height: 163px;
  margin-left: 80px;
  background: #324A31 url("/images/main-about-bg.jpg") no-repeat 0 0;
  position: relative;
}
#about .decor-l {
  position: absolute;
  top: 0;
  left: -80px;
  width: 80px;
  height: 163px;
  background: url("/images/main-about-left-bg.png");
}
#about .desc {
  position: absolute;
  width: 288px;
  height: 92px;
  background: url("/images/main-about.gif");
  top: 37px;
  right: 42px;
}
#about .desc div {
  position: absolute;
  top: -999px;
}


#content {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 6;
}

#content .left {
  float: left;
  width: 55%;
  margin-right: -45%;
}
#content .right {
  float: right;
  width: 45%;
}


#main {
  margin-top: 124px;
}
#main .in {
  padding: 0 18px 0 16px;
}




#sidebar .in {
  margin: 15px 26px 0 18px;
}

#news {
  overflow: hidden;
  width: 100%;
  font-size: 11px;
  padding-bottom: 35px;
}
#news dt {
  color: #8E8E8E;
  padding: 15px 0 10px;
  clear: both;
}
#news .img {
  float: left;
  width: 127px;
}
#news dd {min-height: 67px;}
#news .img a img {border-bottom: 5px solid #F5B823;}
#news .txt {margin-left: 127px;}


.content h2, .content h1 {
  font: bold 16px Tahoma, Verdana, sans-serif;
  color: #C5001D;
  margin-bottom: 15px;
}
.content p {margin-bottom: 15px;}
.content ul {
  font-size: 11px;
  list-style: none;
  margin: 20px 0 20px 8px;
}

ul.productions {
	margin: 40px 0 20px 0px;
}

.content ul li {
  margin: 0 0 8px;
  padding-left: 18px;
  background: url("/images/bullet-plus.gif") no-repeat 0 6px;
}


#footer {
  margin: 60px 0 0 20px;
  border-top: 1px solid #EEBB1C;
  padding: 35px 0 62px 109px;
  background: url("/images/footer-bg.jpg") no-repeat 0 50%;
  font-size: 11px;
}
#footer .menu {margin-bottom: 12px;}
#footer .menu a {color: #939393;}

#footer ul li {
  display: inline;
  margin-right: 26px;
}
#footer .copyrights {
  color: #C3C3C3;
}
#footer strong {font-weight: bold;}
#footer .copyright-sign {
  font: 20px/20px Tahoma, Verdana, sans-serif;
  position: relative;
  top: 3px;
}
#footer .campell, #footer .campell a {color: #F5B823;}

.order-online {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.order-online p {
  display: table-cell;
  vertical-align: middle;
}
.order-online .txt {
  padding: 0 60px 0 30px;
  font-size: 11px;
}


.hid h3 {
  padding: 9px 15px;
  font-weight: bold;
  border-bottom: 1px solid #D2001F;
  color: #CE0500;
  margin-bottom: 18px;
}

#p-weight h3 {background: #FAEFBE;}
#p-packed h3 {background: #F8D5C2;}

.hid {padding-bottom: 25px;}
.hid div {
  overflow: hidden;
  width: 100%;
  font-size: 11px;
}
.hid .img {
  float: left;
  width: 100px;
  text-align: center;
}
.hid .desc {
  margin: 0 100px;
}
.hid ul {
  margin: 0px 0 0px 8px;
  padding-bottom: 18px;
  overflow: hidden;
  width: 100%;
  list-style: none;
  font-size: 12px;
}
.hid p {margin-bottom: 0px;}
.hid ul li {
  float: left;
  display: inline;
  padding-left: 15px;
  background: url("/images/bullet-plus.gif") no-repeat 3px 60%;
  margin-right: 22px;
}
.hid ul .act a {
  font-weight: bold;
  text-decoration: none;
}
.hide {display: none;}
.hid h4 {
  padding-left: 15px;
  background: url("/images/bullet-plus.gif") no-repeat 3px 60%;
  font-size: 12px;
  margin-bottom: 10px;
}
.content .hid ul li {
  margin-bottom: 0;
}

