html {
  height: 100%;
}

body {
  min-width: 100%;
  min-height: 100%;
  background: fixed #c2c2c2 url(../images/bg.jpg) center top no-repeat;
  position: relative;
}

#body-inner {
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
  position: relative;
}

#page {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px 80px 20px;
  position: relative;
}

/* Хидер */
#header {
  margin: 0 0 0 400px;
  height: 220px;
  position: relative;
}

#header-inner {
  width: 100%;
  position: absolute;
  bottom: 10px;
}

/* Сайдбар */
.sidebar-left #sidebar {
  float: left;
  width: 400px;
  position: relative;
}

.sidebar-left #sidebar-inner {
  margin: 0 20px 0 0;
}

/* Контент */
.sidebar-left #content {
  float: right;
  margin: 8px 0 0 0;
  width: 560px;
  position: relative;
}

/* Левое верхнее зеркало */
#mirror-logo {
  position: absolute;
  right: 50%;
  top: 0;
  margin: 0 -140px 0 0;
  z-index: 2;
}

#mirror-lt div {
  position: absolute;
  top: 0;
  width: 100px;
  background: transparent url(../images/mirror-lt.png) left top no-repeat;
}

#mirror-lt #mirror-lt-1 {
  right: 0;
  height: 40px;
  background-position: -940px 0;
}

#mirror-lt #mirror-lt-2 {
  right: 100px;
  height: 80px;
  background-position: -840px 0;
}

#mirror-lt #mirror-lt-3 {
  right: 200px;
  height: 120px;
  background-position: -740px 0;
}

#mirror-lt #mirror-lt-4 {
  right: 300px;
  height: 160px;
  background-position: -640px 0;
}

#mirror-lt #mirror-lt-5 {
  right: 400px;
  height: 200px;
  background-position: -540px 0;
}

#mirror-lt #mirror-lt-6 {
  right: 500px;
  height: 240px;
  background-position: -440px 0;
}

#mirror-lt #mirror-lt-7 {
  right: 600px;
  width: 440px;
  height: 400px;
  background-position: 0 0;
}

/* Правое верхнее зеркало */
#mirror-share {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
}

#mirror-rt {
  position: absolute;
  top: 0;
  left: 0;
  width: 901px;
  height: 40px;
  background: transparent url(../images/mirror-rt.png) left top no-repeat;
}

#share-main-block {
  position: absolute;
  left: 200px;
  top: 0;
  width: 300px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
}

.i18n-en #share-main-block {
  width: 210px;
  left: 295px;
}

#share-main-title {
  font-size: 11px;
  color: #3d3d3d;
}

html>body #share-main-block .b-share-icon {
  background-image: url(../images/b-share-icon-gray.png)!important;
}

html>body #share-main-block .b-share-icon:hover {
  background-image: url(../images/b-share-icon.png)!important;
}

/* Логотип */
#logo, #logo img {
  display: block;
}

#logo {
  margin: 30px 0 0 0;
}

#logo.teeGartenLogo{
  margin-top: 15px;
}

.not-front #logo {
  position: absolute;
  right: 333px;
  top: 0;
  z-index: 5;
}

/* Футер */
#footer {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
}

#footer-inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 960px;
}

body.page-tee-garten {
  background: fixed #acd095 url(../images/green-bg.jpg) center top no-repeat;
}

body.page-tee-garten  #header{
    margin-top: 10px;
  }

body.page-tee-garten #mirror-lt div {
  position: absolute;
  top: 0;
  width: 100px;
  background: transparent url(../images/green-mirror-lt.png) left top no-repeat;
}

body.page-tee-garten #mirror-rt{
  background: transparent url(../images/green-mirror-rt.png) left top no-repeat;
}