#page {
  width: 900px;
  margin: 0 auto;
}

/* Header */
#header {
  height: 100px;
  margin-top: 20px;
}

/* Logo */
#logo {
  float: left;
  width: 350px;
}
#logo a, #logo img {
  display: block;
}

/* Userbar */
#userbar {
  float: right;
  width: 520px;
  background-color: #f5f5ea;
  margin-top: 20px;
}
#userbar-content {
  margin: -10px 10px;
  height: 20px;
  overflow: hidden;
  text-align: right;
}
#userbar ul.menu li {
  display: inline;
  background: transparent url(/images/bullet-2.png) left center no-repeat;
  padding: 0 10px;
}
#cart {
  float: left;
}
#plus {
  vertical-align: middle;
  margin-right: 5px;
}

/* Sidebar */
#sidebar {
  float: left;
  width: 350px;
}

/* Навигация "О нас" */
#nav-about {
  color: #fff;
  line-height: 1em;
  background-color: #247d17;
}
#nav-about-content {
  height: 70px;
  overflow: hidden;
  margin: -10px 0 -10px 30px;
}
#nav-about h2 {
  float: left;
  font-size: 16px;
  line-height: 1em;
  margin-top: 2px;
}
#nav-about ul {
  margin-left: 70px;
  margin-bottom: 5px; /* Перекрытие подчеркивания ссылок в IE */
}
#nav-about ul li {
  display: block;
  float: left;
  width: 120px;
  padding: 5px 0;
}
#nav-about ul li.active {
  background: transparent url(/images/bullet.png) left center no-repeat;
  margin-left: -12px;
  padding-left: 12px;
}
#nav-about ul li.active a {
  text-decoration: none;
}
#nav-about ul li a {
  color: #fff;
}

/* Основная навигация */
#nav {
  font-size: 16px;
  line-height: 1em;
  padding: 30px 0 30px 30px;
}
#nav li {
  padding-bottom: 15px;
}
#nav ul ul {
  margin: 20px 0 40px 70px;
}
#nav li li {
  font-size: 13px;
  padding-bottom: 10px;
}
#nav li li a {
  color: #0d6d02;
}
#nav li li.active, #nav li.mselect  {
  background: url(/img/mselect.jpg) left 3px no-repeat;
  margin-left: 5px;
  padding-left: 25px;
}
#nav li li.active a, #nav li.mselect a {
  color:#247d17;
  text-decoration:none;
}
/* Промоблок */
#promo {
  padding-top: 30px;
}
#promo-illustration {
  display: block;
  cursor: hand;
  float: left;
  width: 170px;
}
#promo-illustration-content {
  height: 130px;
}
#promo-desc {
  float: right;
  width: 160px;
  padding: 10px 10px 0 10px;
  font-size: 12px;
}
#promo-desc h2 {
  font-weight: normal;
  color: #333;
  font-size: 30px;
  text-transform: lowercase;
  margin-bottom: 10px;
}
#promo-desc h3 {
  font-weight: normal;
  color: #333;
  font-size: 20px;
  text-transform: lowercase;
  margin-bottom: 15px;
}
#promo-desc p {
  margin: 0;
}
.promo-discount {
  width: 170px;
  margin-top: 10px;
}
.promo-discount-content {
  display: block;
  height: 100px;
  color: #fff!important;
  text-decoration: none!important;
  margin: -20px 10px -15px 20px;
}
.promo-discount-content h2 {
  font-weight: normal;
  font-size: 70px;
  line-height: 1em;
}
.promo-discount-content p {
  font-size: 14px;
  line-height: 1em;
  margin: 0;
}
#promo-discount-1 {
  float: left;
  background: #a2281d url(/images/promo-discount-1-bg.jpg) left bottom repeat-x;
}
#promo-discount-2 {
  float: right;
  background: #0d6d02 url(/images/promo-discount-2-bg.jpg) left bottom repeat-x;
}

/* Карта */
#map {
  margin: 20px 0;
  width: 350px;
  height: 487px;
}

/* Content */
#content {
  float: right;
  width: 520px;
  padding-bottom: 60px;
}

/* Форма поиска */
#search-form {
  background-color: #f5f5ea;
}
#search-form-content {
  margin: -20px 20px;
  height: 90px;
  overflow: hidden;
}
#search-form h2 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1em;
  color: #333;
  text-transform: lowercase;
  margin: 10px 0 5px 0;
}
#string-and-submit {
  text-align: right;
  vertical-align: middle;
  clear: both;
}
#search-string {
  width: 405px;
  float: left;
}
#submit {
  width: 60px;
}
#radio-buttons {
  margin-top: 3px;
}
#radio-buttons label {
  margin-right: 10px;
}
/* block */
.block {
  background-color: #f5f5ea;
}
.block-content {
  margin: -20px 20px -20px 17px;
  padding:0 0 15px 0;
  overflow: hidden;
}
.block-content h2 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1em;
  color: #333;
  text-transform: lowercase;
  margin: 10px 0 5px 0;
}



/* Иллюстрации */
#illustration {
  margin: 20px 0 15px 0;
}
#illustration-left {
  float: left;
  width: 170px;
}
#illustration-left-content {
  height: 130px;
}
#illustration-right {
  float: right;
  width: 330px;
}
#illustration-right-content {
  height: 130px;
}

/* Навигационная линейка */
#breadcrumb, .breadcrumb {
  line-height: 1em;
  font-size: 16px !important;
  text-transform: lowercase;
  padding-right:165px;
}
.breadback{float:right;width:160px;}

/* Галерея */
#gallery {
  margin-top: 30px;
}
#gallery a {
  display: inline-block;
  margin-left: 10px;
}

/* Footer */
#footer {
  margin-bottom: 50px;
}

/* Блок с копирайтом */
#copyright {
  float: left;
  width: 630px;
  background-color: #f5f5ea;
}
#copyright-content {
  padding: 0 30px;
  height: 45px;
}

/* Блок "Запрос звонка" */
#call {
  display: block;
  cursor: hand;
  float: right;
  width: 260px;
  background-color: #247d17;
  text-decoration: none!important;
}
#call-content {
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-transform: lowercase;
  color: #fff;
  font-size: 26px;
}

/* Новости */
.news-item {
  margin: 30px 0;
}
.news-illustration {
  float: left;
  width: 85px;
  margin-top: 4px;
}
.news-illustration-content {
  height: 65px;
}
.news-teaser {
  padding-left: 100px;
}
.news-date {
  padding: 0 0 5px 85px;
}
.news-teaser h2 {
  font-weight: normal;
}
.news-teaser p {
  margin: 0;
}

/* Разработано в студии Royal */
#madein {
  padding-left: 30px;
  color: #669999;
  font-size: 12px;
}
#madein img, #madein span {
  vertical-align: middle;
}
#madein a {
  color: #669999;
}