html {
  height: 100%;
  overflow-y: scroll;
}

body {
  height: 100%;
  position:relative;

/*  background-image: url('/i/grass2.jpg');
  background-attachment: fixed;
  background-position: bottom center;
  background-color: #68967a;
  background-size: 100% auto;
  */
}

#wrapper {
  width: 802px;
  border: 1px solid #fff;
  border-width: 0px 1px;
  box-shadow: 0px 0px 64px #000;
  background-color: #fff;
  min-height: 100%;
  margin: 0 auto;
  padding-bottom: 0px;
}

#hat {

}

#hat > div:first-child {
  height: 68px;
  background: -webkit-linear-gradient(top, rgba(232, 232, 232, 1), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(top, rgba(232, 232, 232, 1), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(top, rgba(232, 232, 232, 1), rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(top, rgba(232, 232, 232, 1), rgba(255, 255, 255, 0));
}

#hat > div:first-child > .logoContainer {
  height: 68px;
  float: left;
  padding-left: 25px;
}

#hat > div:first-child > .logoContainer > img {
  vertical-align: baseline;
  margin-bottom: -10px;
  margin-top: 12px;
  cursor: pointer;

}

#hat > div:first-child > .logoContainer > img:hover {
  opacity: .8;
}

#hat > div:first-child > .logoContainer > span, #hat > div:first-child > .logoContainer > span * {
  color: #888;
  font-size: 11px;

  font-family: arial;
}

#hat > div:first-child > .langs {
  float: right;
  height: 68px;
  line-height: 68px;
}

#hat > div:first-child > .langs > a {
  display: inline-block;
  margin: 0 21px;
  font-size: 10px;
  font-weight: bold;
  color: #111;
  text-transform: uppercase;
}

#hat > div:first-child > .langs > a[active], #hat > div:first-child > .langs > a:hover {
  color: #56b621;
}

#hat > div:first-child + div {
  height: 4px;
  background-color: #52b01e;

}

#hat > div:first-child + div + div {
  height: 205px;
  position: relative;
}

#hat > div:first-child + div + div > img {
  position: absolute;
  top: 0px;
  left: 0px;
}

#hat > div:first-child + div + div > div.text {
  position: absolute;
  top: 169px;
  right: 10px;

  font-size: 16px;
  font-weight: normal;
  color: #fff;
  font-style: italic;
  font-family: arial;
}

#hat > div:first-child + div + div > div.text > span {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  font-style: italic;
  font-family: arial;
  letter-spacing: 1px;
}

#hat > div:first-child + div + div > div.num {
  position: absolute;
  top: 161px;
  left: 685px;

  width: 193px;
  height: 27px;
}



#hat .slides {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.slides .sliderArrow {
  position: absolute;
  width: 36px;
  height: 43px;
  top: -8px;
  bottom: 0;
  margin: auto;
  opacity: 0;
}

.slides:hover .sliderArrow {
  opacity: 1;
}

.slides .sliderArrow:hover {
  cursor: pointer;
  opacity: 1;
}

.slides .sliderArrow.right {
  right: 0;
  background: url("/images/slider_arrow_right.png") no-repeat 50% 50%;
}

.slides .sliderArrow.left {
  left: 0;
  background: url("/images/slider_arrow_left.png") no-repeat 50% 50%;
}

#hat .slides .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#hat .slides .slide > * {
  display: block;
  width: 100%;
  height: 100%;
}

#menuWrapper {
  height: 32px;
  width: 100%;
}

#menu[sticky=true]{
  width: 802px;
  position: fixed;
  top: 0px;
}

#menu {}

#menu > table {
  width: 100%;
  height: 32px;
  background: url('../images/menu-bg.png');
}

#menu > table td.begin, #menu > table td.end {
  width: 10px;
}

#menu > table td.button {
}

#menu > table td.button > a:first-child {
  display: block;
  height: 100%;
  text-align: center;
  padding: 0px 16px;
  line-height: 32px;
  color: #111;
  font-size: 12px;
  font-family: verdana;
  white-space: nowrap;
  text-shadow: 1px 1px 0px #888;
}

#menu > table td.button > a:hover, #menu > table td.button > a[active] {
  background: url('../images/menu-bg.png') left bottom;
  color: #fff;
}

#content {
  padding: 19px;
  padding-left: 38px;
}

#content > h1 {
  background: -webkit-linear-gradient(right, rgba(228, 252, 179, 1), rgba(228, 252, 179, 1), rgba(228, 252, 179, 1), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(right, rgba(228, 252, 179, 1), rgba(228, 252, 179, 1), rgba(228, 252, 179, 1), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(right, rgba(228, 252, 179, 1), rgba(228, 252, 179, 1), rgba(228, 252, 179, 1), rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(right, rgba(228, 252, 179, 1), rgba(228, 252, 179, 1), rgba(228, 252, 179, 1), rgba(255, 255, 255, 0));
  
  font-size: 20px;
  font-weight: bold;
  color: #56b621;
  text-align: left;
}

#content > .columns {
  overflow: auto;
  margin-top: 19px;
}

#content > .columns > .left {
  float: left;
  width: 367px;
}

#content > .columns > .right {
  float: right;
  width: 367px;
}

#content > .columns .content {
  margin-top: 19px;
}

#content > .columns .content, #content > .columns .content * {
  font-size: 13px;
  color: #111;
}

#content > .columns .content p {
  margin-top: 10px;
}

#content > .columns .content p:first-child {
  margin-top: 0px;
}

#content > .columns > .left > .summary, #content > .columns > .left > .summary * {
  font-size: 21px;
  color: #777;
}

#content > .columns > .right > img {
  display: block;
  width: 367px;
}

#content > .columns > .wide {
  margin-top: 19px;
}

#footer {
  background: url('../images/footer-bg.png');
  height: 205px;
  position: relative;
}

#footer > div.copy {
  position: absolute;
  left: 0px;
  top: 104px;
  width: 300px;
  height: 26px;
  padding-left: 20px;
  color: #1e3d17;
  font-size: 12px;
}

#footer > div.address {
  position: absolute;
  left: 21px;
  top: 135px;
  color: #b4ca9e;
  font-size: 12px;
  white-space: no-wrap;
  line-height: 1.5;
}

#footer > div.contacts {
line-height: 1.5;
  position: absolute;
  left: 163px;
  top: 135px;
  white-space: no-wrap;
  color: #b4ca9e;
  font-size: 12px;
}

#footer a {
  text-decoration: underline;
  color: #87d22f;
    font-size: 12px;
}
