* {
  margin: 0;
  padding: 0;
}


/* hover */
a.main-hover1 {
 background: url('/images/site/pic1.jpg');
 display: block;
 width: 155px;
 height: 231px;
}

a.main-hover1:hover {
 background-position: 0 -231px;
}

a.main-hover2 {
 background: url('/images/site/pic2.jpg');
 display: block;
 width: 155px;
 height: 231px;
}

a.main-hover2:hover {
 background-position: 0 -231px;
}

a.main-hover3 {
 background: url('/images/site/pic3.jpg');
 display: block;
 width: 155px;
 height: 231px;
}

a.main-hover3:hover {
 background-position: 0 -231px;
}
/* /hover */


a.nolink {cursor:default;}

body {
 background: url(/images/site/bg-body.gif) no-repeat 0 133px;
 font-family: Tahoma;
 font-size: 80%;
 color: #737373;
 min-height:100%;
}

#head {
 width: 100%;
 height: 133px;
 background: url(/images/site/bg-head.gif) no-repeat;
 border-bottom: 1px #ccc solid;
}

#footer {
 width: 100%;
 height: 43px;
 padding-top: 100px;
 background: url(/images/site/bg-footer.gif) no-repeat 50% 93px;
 clear: both;
}

.center {
 width: 882px;
 margin: 0 auto;
}

#content {
  width: 882px;
  margin-top: 50px;
}

#leftcol {
  width: 330px;
  float: left;
  padding-left: 25px;
  }

#rightcol {
  margin-left: 360px;
  padding-left: 25px;
}

.leftcol-re {
  width: 130px;
  float: left;
  padding-left: 25px;
}

.rightcol-re {
  margin-left: 160px;
  padding-left: 25px;
}

a {
  color: #006BD7;
}

a:hover {
  color: #999999;
}

h1 {
  margin-bottom: 20px;
  font-family: Arial Narrow;
  font-size: 220%;
  color: #006BD7;
}

h2 {
  margin-bottom: 10px;
  font-family: Arial Narrow;
  font-size: 140%;
  color: #000;
}

h3 {
  margin-top: 5px;
  font-family: Arial Narrow;
  font-size: 180%;
  color: #000;
}

h3.blue {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial Narrow;
  font-size: 160%;
  color: #006BD7;
}

.bold {
  margin-bottom: 10px;
  font-family: Tahoma;
  font-size: 100%;
  color: #1E1E1E;
}

.more {
  margin-top: 10px;
}

.more a {
  font-family: Arial Narrow;
  font-size: 90%;
  color: #8a7752;
  background: #f9f1d6;
  padding: 0 1px 3px 1px;
  text-decoration: none;
}

.more a:hover, .foot-menu a:hover, .head-menu a:hover {
  text-decoration: underline;
}

.faces {
  margin-top: 20px;
  margin-bottom: 30px;
}

.faces td {
  padding-right: 5px;
}

.news {
  margin-top: 50px;
}

.news td {
  vertical-align: top;
  padding-bottom: 10px;
}

.date {
  width: 70px;
  font-size: 85%;
}

.head-menu {
  margin-right: 12px;
  margin-top: -20px;
  background: url(/images/site/bg-head-menu.gif) repeat-x;
}

.head-menu td {
  padding: 3px 10px 10px 10px;
  font-family: Arial Narrow;
  font-size: 100%;
  font-weight: bolder;
  color: #004e9c;
}

.active {
/*  background: url(/images/site/bg-head-menu-active.gif) repeat-x; */
  background: #78A1CB;
}

.head-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: bolder;
}

ul.foot-menu li{
  display: inline;
  padding-left: 20px;
  font-size: 90%;
}

.foot-menu a {
  color: #888;
  text-decoration: none;
}

.logo {
  position: relative;
  left: -36px;
  top: -1 px;
  width: 200px;
}

.lang {
  font-family: Arial Narrow;
  font-size: 100%;
  padding-top: 30px;
  margin-right: 12px;
}

.lang span {
  color: #004e9c;
  font-weight: bolder;
}

.lang a {
  color: #737373;
  font-weight: bolder;
  text-decoration: none;
}

#search {
  background: url(/images/site/bg-search.gif) no-repeat;
  border: 0 none;
  padding: 5px;
  margin-left: 40px;
  width: 120px;
  font-family: Tahoma;
  font-size: 90%;
  color: #ccc;
  font-weight: bolder;
}

.vacancy {
  margin-top: 20px;
  border-bottom: 1px #359AFF dashed;
  padding-bottom: 10px;
}

.title {
  font-family: Arial Narrow;
  font-size: 130%;
  color: #006BD7;
}

.text {
  font-size: 110%;
  color: #000;
}

.text-tight {
  font-size: 110%;
  color: #000;
  width: 70%;
}

.text p, .text-tight p {
  padding-bottom: 15px;
}

.button {
  margin-top: 10px;
  text-align: right;
}

ul.left-menu {
  width: 80%;
  font-family: Arial Narrow;
  font-size: 110%;
  color: #000;
  font-weight: bold;
  padding-bottom: 20px;
}

ul.left-menu li {
  list-style-type: none;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px #359AFF dashed;
  color:#666666;
}

.left-menu a {
  text-decoration: none;
}

.press {
  margin-bottom: 20px;
  border-bottom: 1px #359AFF dashed;
}

.press td {
  vertical-align: top;
  font-size: 100%;
}

.day {
  font-size: 22px;;
  font-weight: bold;
  color: #006BD7;
}

.month {
  font-size: 70%;
  font-weight: bold;
  margin-top: -3px;
}

.year {
  font-size: 70%;
  font-weight: bold;
  margin-top: -3px;
}


.press-date {
  width: 50px;
  text-align: center;
  background: url(/images/site/bg-date.gif) no-repeat 3px 0;
  padding-right: 15px;
}

.page {
  padding-left: 70px;
  padding-right: 10px;
  font-size: 90%;
  float: left;
}

ul.number {
  font-size: 110%;
  color: #000;
  font-family: Arial Narrow;
  font-weight: bold;
  color: #fff;
  font-size: 100%;
  float: left;
}

ul.number li {
  padding-left: 10px;
  padding-right: 10px;
  list-style-type: none;
  display: inline;
}

.current-page {
  background: url(/images/site/bg-page.gif) no-repeat 1px 1px;
  color: #fff;  
}

.number a {
  text-decoration: none;
}

.small img {
  border: 1px #c7deee solid;
  margin-right: 10px;
}

.small {
  font-size: smaller;
}

img.product {
  margin-top: 30px;
  margin-bottom: 30px;
}

.news-items a {
  padding-right: 10px;
  background: url(/images/site/link.gif) no-repeat 100% 80%;
}

ul.brand-menu {
/*  margin-left: 20px; */
}

ul.brand-menu li {
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand-menu img {
  border: none;
}

.brand-menu a.pepsi {
 background: url(/images/site/l-pepsi-off.gif);
 display: block;
 width: 61px;
 height: 52px;
 }

.brand-menu a.pepsi:hover {
   background: url(/images/site/l-pepsi.gif);
}

.brand-menu a.lebed {
 background: url(/images/site/l-lebed-off.gif);
 display: block;
 width: 61px;
 height: 52px;
 }

.brand-menu a.lebed:hover {
   background: url(/images/site/l-lebed.gif);
}

.brand-menu a.frito {
 background: url(/images/site/l-frito-off.gif);
 display: block;
 width: 61px;
 height: 52px;
 }

.brand-menu a.frito:hover {
   background: url(/images/site/l-frito.gif);
}

.product-item {
  padding-top: 40px;
}

.inner-list {
  padding-left: 15px;
}

.inner-list li {
  padding-bottom: 10px;
}


 /* menu */

ul#nav {
  position: absolute; /* сука-ебаный IE! */
  margin-left: 25px;
}

* html ul#nav {
  width: 602px;
}

#nav, #nav ul {
  list-style: none;
  margin-top: 0;
  margin-right: 12px;
  padding: 0;
  background: #00529C url(/images/site/bg-head-menu.gif) repeat-x top;
  float: right;
  font-family: Tahoma;
  z-index: 1000;
}

#nav li {
  float: left;
  position: relative;
}

#nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1px 10px 2px 10px;
}

#nav span {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1px 10px 2px 10px;
}


#nav a:hover {
  color: #fff;
  background: #78A1CB;
}

#nav li:hover,
#nav li.jshover {
  padding-bottom: 0;
}

#nav li ul {
  display: none;
  position: absolute;
  background: #fff;
  width: 18em;
}

* html #nav li ul {
  width: 18em;
}

#nav li li a {
  width: 16.45em;
  color: #00529C;
  border-top: 1px #359AFF dashed;
}

#nav li:hover ul,
#nav li.jshover ul {
  display: block;
}

#nav li:hover li ul,
#nav li.jshover li ul {
  display: none;
  width: 17.99em;
  top: -0.65em;
  left: 8.5em;
  lef\t: 9.6em;
}

#nav li:hover li:hover ul,
#nav li.jshover li.jshover ul {
  display: block;
}

.drop {
  border-bottom: 3px solid #00529C;
  padding: 5px 0 5px 0;
}

.left {
  background: url(/images/site/gallery/g-left.gif) no-repeat;
}

.right {
  background: url(/images/site/gallery/g-right.gif) no-repeat;
}

.left a, .right a {
  display: block;
  width: 26px;
  height: 81px;
}

ul#brands {
  background: url(/images/site/gallery/g-bg.gif) repeat-x;
}

ul.gallery-image {
  width: 100%;
  margin: 0;
  height: 81px;
  padding: 10px 0 0 0;
}

ul.gallery-image li {
  display: inline;
  list-style-type: none;
  text-align: center;
  padding-right: 10px;
}

.gallery-image img {
  padding-top: 10px;
  padding-left: 10px;
  background: url(/images/site/gallery/item-bg.gif) no-repeat left top;
}

* html ul.gallery-image li {
  padding-top: 10px;
  padding-left: 10px;
  background: url(/images/site/gallery/item-bg.gif) no-repeat left top;  
}

.jcarousel-skin-tango {
  position: relative;
  left:26px;
  }


div.career{ position:relative; }
.career h2, .career h1{ color:#004e98; }
.career h2{ font-size:24px; }
ul.career{ list-style:none inside; }
ul.career a { color:#004e9a;  }
ul.career i { color:#969ca2; font-size:11px; font-style:normal; }


.career p.h{ line-height: 27px; }
.career a.back{ position:absolute; top:0px; right:0px; padding-left:10px; background:url(/images/site/rlink.gif) center left no-repeat; color:#004e98; }

.career h1.space{ padding-top:20px; }

.career th.header{ border-bottom:3px solid #2366AA !important; padding:5px; padding:2px; padding-left:10px !important; font-weight:normal; text-align:left;}
.career td{ padding:2px; padding-left:10px !important; }

.career .works td{ border-bottom:1px dotted #a2c7ec; }
.career td a{ color:#004e98;  }
.hl td, .odd td{ background:#f2f6fa;}

.career p.desc{ color:#004e98; }

.career ul.desc{ 
	list-style:none inside;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:2px;
 }

.career img{ border:0 none; }