@import "reset.css";
@import "corners.css";

body {
    font: 12px/18px Tahoma, Verdana, sans-serif;
    color: #000;
    background: #FFF;
    min-width: 995px;
}

a {
    text-decoration: none;
    color: #4AA9BB;
}
a:hover {color: #234F57;}

.container {
    width: 905px;
    margin: 0 auto;
}

/* @group Header */
.header {
    position: relative;
    height: 152px;
    z-index: 999;
}
.header .logo {
    float: left;
    padding: 59px 0 0;
}
.header .service-nav {
    position: absolute;
    top: 40px;
    left: 220px;
}
.header .service-nav li {
    display: inline;
    float: left;
    margin-right: 15px;
}
.header .service-nav a {
    display: block;
    overflow: hidden;
    width: 28px;
    height: 0;
    padding-top: 28px;
    background: url("/i/service-nav-bg.gif") no-repeat 0 0;
}
.header .service-nav .contacts a {
    background-position: -28px 0;
}
.header .nav {
    position: absolute;
    top: 80px;
    left: 230px;
}
.nav .cur a {
    color: #234F57;
}
.nav li {
    font-family: Arial, Verdana, sans-serif;
    position: relative;
    z-index: 5;
    display: inline;
    float: left;
    margin-left: -20px;
    padding: 0 39px 0 20px;
    background: url("/i/nav-bg-tiley.gif") repeat-y;
}
.header .nav li {
    background: url("/i/nav-bg.gif") no-repeat;
    height: 28px;
}
/*.header .nav li.act {
    padding: 0 39px 0 0;
}
.header .nav li.act span {
    display: block;
    height: 28px;
    padding-left: 20px;
}*/
.header .nav li a {
    position: relative;
    top: 9px;
}
.header .nav li ul {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    width: 188px;
}
.header .nav li.act ul {display: block;}
.header .nav li ul li {
    margin: 0;
    float: none;
    display: block;
    background: url("/i/nav-sub-bg-tile.png");
    height: auto;
    padding: 2px 20px;
}
.header .nav li ul li a {
    top: auto;
    position: relative;
    display: block;
    padding-left: 8px;
    background: url("/i/nav-sub-bg-blt.gif") no-repeat 0 7px;
}
.header .nav li ul li a:hover {
    color: #234F57;
    background-image: url("/i/nav-sub-h-bg-blt.gif");
}
.header .nav li ul li.sn-top,
.header .nav li ul li.sn-bot {
    height: 16px;
    overflow: hidden;
    padding: 0 !important;
    line-height: 1px !important;
}
.header .nav li ul li.sn-top {
    background: #4AA9BB url("/i/sn-top-bg.gif") !important;
    height: 32px !important;
}
.header .nav li ul li.sn-bot {
    background: url("/i/sn-bot-bg.png") no-repeat !important;
}
.nav li.act {
/*    background: #4AA9BB url("/i/nav-sub-act-bg.gif") no-repeat 100% 0 !important;*/
    z-index: 10;
}
.nav li.act span {
/*    background: url("/i/nav-sub-act-bg.gif") no-repeat 0 0;*/
}
.nav li.act a {color: #234F57;}
.nav li.act li a {color: #FFF;}
.nav li:first-child,
.nav li.first-child {background: none;}
.header .phone {
    float: right;
    padding: 51px 0 0;
}
/* @end */

/* @group Main */
h1, h2 {
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
}
h1 {
    font-size: 28px;
    color: #000000;
    line-height: 42px;
}
h2 {
    font-size: 24px;
    line-height: 30px;
    color: #909090;
    margin-top: 30px;
}

h3 {
    font-size: 14px;
font-weight: bold;
    line-height: 20px;
    color: #5b5b5b;
    margin-top: 20px;
    margin-bottom: 15px;
}
ul, ol, p {margin-bottom: 15px;}
.breadcrumbs {
    overflow: hidden;
    color: #909090;
}
.breadcrumbs li {display: inline;}
.breadcrumbs li:before {
    /*content: "→";*/
    margin: 0 7px;
}
.breadcrumbs li:first-child:before {
    content: "";
    margin: 0;
}
.inline {
    background: #F4F4F4;
    margin: 7px 0 45px -17px;
    font-style: normal;
}
.inline .cn {
    background-image: url("/i/cn-inline-bg.gif");
}
.fixed .cn {
    background-image: url("/i/cn-fixed-bg.png");
}
.fixed .ct, .fixed {
    padding: 0;
}
.inline p {
    margin-bottom: 0;
}
.inline ul {
    margin: 10px 0 15px 25px;
}
.inline li:before {content: "\2014\a0";}
.inline li {
    text-indent: -1.3em;
    margin-left: 1.5em;
}
.inline2 ul {
    margin: 10px 0 10px 15px;
}
.inline2 li {
    text-indent: -1.3em;
}

.img img {
    display: block;
}
.img.img-left {
    float: left;
    margin: 4px 19px 15px 0;
}
.img.img-right {
    float: right;
    margin: 4px 0 15px 19px;
}
/* @end */

/* @group Spa */
.spa-collection h2 {
    position: relative;
    margin: 15px 0 20px -30px;
    padding-left: 30px;
    color: #4AA9BB;
    background: url("/i/spa-gallery-blt.gif") no-repeat 0 50%;
}
.spa-collection h3 {
    color: #4AA9BB;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    margin-top: 15px;
}
.spa-collection li {margin: 2px 0;}
.spa-collection table {width: 100%;}
.spa-collection table td {
    width: 25%;
    padding-bottom: 10px;
}
h1 span {
    font-size: 18px;
    float: right;
    color: #4AA9BB;
}
.spa-videos .play {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    display: block;
    width: 37px;
    height: 37px;
    margin: -18px 0 0 -18px;
    cursor: pointer;
    background: url("/i/play-bg.png") no-repeat;
}
/* .spa-videos li .img {float: left;} */
.spa-desc {
    overflow: hidden;
    zoom: 1;
}
.spa-img {margin-right: 40px !important;}
.spa-videos {margin: 25px 0;}
.spa-videos li {
    float: left;
    display: inline;
    width: 118px;
    margin: 0 29px 15px 0;
}
.spa-videos li:last-child,
.spa-videos li.last-child {margin-right: 0;}
.spa-order a {
    display: block;
    width: 113px;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif;
    background: url("/i/order-bg.gif") no-repeat;
    color: #FFF;
}
.spa-order a:hover {color: #FFF;}
.spa-content {
    clear: both;
    margin: 30px 0;
}
.spa-tabs {
    margin: 0;
    position: relative;
    z-index: 555;
}
.spa-tabs li {
    float: left;
    display: inline;
    margin: 0 1px 0 0;
    border: 1px solid #000;
    border-color: #FFF #FFF #D4D4D4;
    background: #F1F1F1;
    border-width: 4px 0 1px;
    position: relative;
}
.spa-tabs li span {
    display: block;
    float: left;
    overflow: hidden;
    line-height: 29px;
    height: 29px;
    padding: 0 20px;
}
.spa-tabs li a {
    border-bottom: 1px dotted #4AA9BB;
}
.spa-tabs li.cur {
    background: #FFF;
    border-width: 1px 1px 0;
    border-color: #D4D4D4 #D4D4D4 #FFF;
}
.spa-tabs li.cur span {
    line-height: 35px;
    height: 33px;
}
.spa-tabs li.cur a,
.spa-tabs li.cur a:hover {
    color: #000;
    border: none;
    cursor: text;
}
.spa-tabs li a:hover {border-bottom-color: #234F57;}
.spa-tabs li i,
.spa-tabs li.cur b {
    display: block;
    width: 3px;
    height: 3px;
    overflow: hidden;
    position: absolute;
    background: url("/i/spa-corners-bg.gif") no-repeat;
}
.spa-tabs li i.l {
    left: 0;
    top: 0;
    background-position: 0 -6px;
}
.spa-tabs li i.r {
    margin-left: 100%;
    left: -3px;
    top: 0;
    background-position: -3px -6px;
}
.spa-tabs li.cur i {
    top: -1px;
}
.spa-tabs li.cur.first-child b.l,
.spa-tabs li.cur:first-child b.l {display: none;}
.spa-tabs li.cur i.l {
    left: -1px;
    background-position: 0 0;
}
.spa-tabs li.cur i.r {
    margin-left: 100%;
    left: -2px;
    background-position: -3px 0;
}
.spa-tabs li.cur b.l {
    bottom: 0;
    _bottom: -1px;
    left: -3px;
    background-position: -3px -3px;
}
.spa-tabs li.cur b.r {
    bottom: 0;
    _bottom: -1px;
    left: 0;
    margin-left: 100%;
    background-position: 0 -3px;
}
.spa-block {
    display: none;
    position: relative;
    margin-top: -1px;
    border: 1px solid #D4D4D4;
    padding: 20px;
    z-index: 444;
}
.spa-block.cur {display: block;}
.spa-block.cur i,
.spa-block.cur b {
    display: block;
    width: 3px;
    height: 3px;
    overflow: hidden;
    background: url("/i/spa-corners-bg.gif") no-repeat;
    position: absolute;
}
.spa-block.cur i.ll {
    display: none;
}
.spa-block.cur i.rr {
    top: -1px;
    margin-left: 100%;
    left: -2px;
    background-position: -3px 0;
}
.spa-block b {
    bottom: -1px;
    _bottom: expression(this.parentNode.offsetHeight % 2 ? "-2px" : "-1px");
}
.spa-block.cur b.ll {
    left: -1px;
    background-position: 0 -3px;
}
.spa-block.cur b.rr {
    margin-left: 100%;
    left: -2px;
    background-position: -3px -3px;
}
.spa-sizes li {
    margin: 2px 0;
}
.spa-colors li {
    float: left;
    display: inline;
    margin-right: 38px;
    padding-bottom: 15px;
}
.spa-colors img {
    display: block;
    margin-bottom: 10px;
}
#c-specs {
    padding: 20px 12px;
}
#c-specs table {
    width: 100%;
}
#c-specs table th,
#c-specs table td {
    padding: 2px 8px;
    vertical-align: top;
}
#c-specs table tr.odd td,
#c-specs table tr.odd th {
    background: #F1F1F1;
}
#c-specs ul {margin: 0;}
#c-specs table th {
    font-weight: normal;
    text-align: left;
    border-right: 4px solid #FFF;
}
/* @end */

/* @group Gallery */
.gallery h2 {
    margin-top: 15px;
}
.gallery h2 span {
    margin: 0 12px;
}
.gallery h2 a {
    font-size: 12px;
    position: relative;
    top: -2px;
}
.gallery table {
    width: 100%;
    table-layout: fixed;
}
.gallery td.gallery-item {
    width: 174px;
    padding-bottom: 30px;
    vertical-align: top;
}
.gallery-inner td.gallery-item {
    padding-bottom: 15px;
}
.gallery-inner td.gallery-item p {
    margin: 15px 0;
    color: #707070;
}
.pagination {margin-top: 30px;}
.pagination li {
    float: left;
    font-family: Arial, Verdana, sans-serif;
    display: inline;
    line-height: 25px;
    height: 25px;
    margin: 0 5px;
    text-align: center;
}
.pagination li.cur {
    width: 25px;
    color: #FFF;
    font-weight: bold;
    background: #4AA9BB url("/i/pagination-bg.gif") no-repeat;
}
.pagination li.p-all {
    margin-left: 40px;
}
.gallery-img .img-left {
    margin-right: 40px;
}
.gallery-img p {color: #707070;}
* html .gallery-scroller .img {float: left;}
.gallery-scroller {
    position: relative;
    z-index: 6;
}
.gallery-scroller ul li {
    float: left;
    display: inline;
    margin-right: 62px;
}
.gallery-controls {
    position: relative;
    z-index: 9999;
}
.gallery-controls .prev,
.gallery-controls .next {
    position: absolute;
    width: 19px;
    height: 30px;
    background: url("/i/gallery-control-prev-bg.png") no-repeat 0 0;
    top: 45px;
    cursor: pointer;
}
.gallery-controls .prev {
    left: -35px;
}
.gallery-controls .next {
    right: -15px;
    background: url("/i/gallery-control-next-bg.png") no-repeat;
}
/* @end */

/* @group Frontpage */
#front .footer {
    padding-left: 197px;
}

.collections {margin: 30px 0 0;}
.collections .f-col-item {
    float: left;
    display: inline;
    width: 266px;
    margin-left: 52px;
}
.collections .f-col-item.first-child,
.collections .f-col-item:first-child {margin-left: 0;}
.collections .f-col-title {
    position: absolute;
    z-index: 999;
    top: 116px;
    left: 15px;
    display: block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.collections .f-col-title span {
    font-size: 18px;
    display: block;
    float: left;
    height: 40px;
    padding-left: 15px;
    background: url("/i/collections-title-bg-tl.png") no-repeat 0 0;
}
.collections .f-col-title i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 15px;
    height: 40px;
    margin-left: 100%;
    background: url("/i/collections-title-bg-tr.png");
}
.collections .f-col-item .img {float: left;}
.collections .f-col-item p {
    clear: both;
    padding-top: 20px;
    zoom: 1;
}

.f-info {
    float: left;
    width: 605px;
}
#front .main h2 {
    font-size: 30px;
    line-height: 36px;
    color: #000;
}
.more {color: #909090;}
.f-news {
    float: right;
    width: 235px;
}
.f-news dt {
    float: left;
    position: relative;
    font-size: 16px;
    color: #909090;
    width: 57px;
    margin-left: -57px;
}

.promo {
    position: relative;
    min-height: 425px;
}
.promo .next,
.promo .prev {
    width: 14px;
    height: 24px;
    overflow: hidden;
    position: absolute;
    background: url("/i/promo-controls-bg.gif") no-repeat;
    z-index: 9999;
    cursor: pointer;
    top: 191px;
}
.promo .prev {
    left: 30px;
}
.promo .next {
    background-position: -14px 0;
    left: 221px;
}
.promo .promo-tabs {
    position: absolute;
    top: 290px;
    right: 0;
    z-index: 999;
}
.promo .promo-tabs li {
    width: 90px;
    padding-left: 30px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 5px;
}
.promo .promo-tabs li.cur {
    background: #4AA9BB url("/i/promo-tabs-bg.gif") no-repeat;
}
.promo .promo-tabs li.cur a {
    color: #FFF;
    border: none;
    cursor: text;
}
.promo .promo-tabs a {
    border-bottom: 1px dotted #4AA9BB;
}
.promo .promo-tabs a:hover {
    border-color: #234F57;
}
.promo .promo-block {display: none;}
.promo .promo-block.cur {display: block;}
.promo .promo-title {
    position: absolute;
    width: 235px;
    height: 59px;
    background: url("/i/promo-title-bg.png") no-repeat;
    top: 173px;
    left: 15px;
}
.promo .promo-title h2 {
    padding-left: 50px;
    color: #FFF;
    font-size: 24px;
    margin: 0;
    padding-top: 10px;
    line-height: 22px;
}
.promo .promo-title h2 span {
    font-size: 14px;
    display: block;
}
.promo .promo-stats {
    float: left;
    width: 235px;
    display: inline;
    margin: 40px 30px 0 0;
    font-size: 16px;
    line-height: 20px;
}
.promo .promo-stats .img-small {
    float: left;
    margin-right: 20px;
}
.promo .promo-stats ul {
    overflow: hidden;
    zoom: 1;
}
.promo .promo-stats .seats-img {padding: 8px 0;}
.promo .promo-stats .seats-img img {
    float: left;
}
.promo .promo-stats .seats {
    font-size: 36px;
    line-height: 36px;
    color: #4AA9BB;
}
.promo .promo-stats .seats span {
    top: -6px;
    position: relative;
}
.promo .promo-desc {
    margin: 40px 0 0;
    padding-right: 165px;
    overflow: hidden;
}
/* @end */

/* @group Footer */
.footer {
    padding: 75px 0 25px 0;
    position: relative;
}
.footer .copyright span {
    float: left;
    margin-left: -1.35em;
    position: relative;
}
.footer .campell {
    color: #4AA9BB;
    font: 12px/18px Tahoma, Verdana, sans-serif;
}
.footer strong {
	font-weight:normal
}
.footer .counters {
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 205px;
}
.footer .counters img {
    float: left;
    margin-right: 15px;
}
/* @end */

/* @group News */
.news-item .date {
    color: #909090;
    margin-bottom: 5px;
}
.news-item .more {
    margin: -10px 0 18px;
}
.news .news__left {
    float: left;
    width: 430px;
}
.news .news__right {
    float: right;
    width: 400px;
}
/* @end */

/* @group Order form */
.order-form table {
    width: 100%;
}
.order-form td,
.order-form th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding-bottom: 10px;
}
.order-form th {
    width: 152px;
}
.order-form .inp {
    width: 55%;
}
.order-form input,
.order-form textarea {position: relative;}
.order-form textarea {width: 99%;}
.order-form-note {color: #909090;}
.order-form .submit {
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    display: block;
    float: left;
    overflow: hidden;
    height: 34px;
    padding-right: 19px;
    cursor: pointer;
    text-align: center;
    line-height: 34px;
    color: #FFF;
    background: #4aa9bb url("/i/order-button-bg.gif") no-repeat 100% 0;
}
.order-form .submit span {
    display: block;
    float: left;
    height: 34px;
    padding-left: 19px;
    background: url("/i/order-button-bg.gif") no-repeat 0 0;
}
.order-form .submit:hover {color: #FFF;}
/* @end */

/* @group Spa */
.b-spa-catalog-control {
    position: relative;
    float: left;
    width: 351px;
    height: 341px;
    margin-right: 55px;
    background: url("/i/spa-control-bg.jpg") no-repeat;
}
.b-spa-catalog-control span {
    position: absolute;
    display: block;
    cursor: pointer;
}
.b-spa-catalog-control .spa_1 {
    top: 0;
    right: 0;
    width: 163px;
    height: 140px;
}
.b-spa-catalog-control .spa_2 {
    top: 140px;
    left: 238px;
    width: 84px;
    height: 72px;
}
.b-spa-catalog-control .spa_3 {
    top: 211px;
    left: 211px;
    width: 137px;
    height: 128px;
}
.b-spa-catalog-control .spa_4 {
    top: 230px;
    left: 137px;
    width: 74px;
    height: 94px;
}
.b-spa-catalog-control .spa_5 {
    top: 148px;
    left: 13px;
    width: 124px;
    height: 183px;
}
.b-spa-catalog-control .spa_6 {
    top: 0;
    left: 0;
    width: 160px;
    height: 148px;
}
.b-spa-catalog dl {overflow: hidden;}
.b-spa-catalog dt {
    font-size: 24px;
    font-family: Arial, sans-serif;
    line-height: 44px;
    margin-bottom: 10px;
    padding-left: 64px;
    background: url("/i/spa-catalog-blt.png") no-repeat 0 0;
}
.b-spa-catalog .spa_2 {background-position: 0 -44px;}
.b-spa-catalog .spa_3 {background-position: 0 -88px;}
.b-spa-catalog .spa_4 {background-position: 0 -132px;}
.b-spa-catalog .spa_5 {background-position: 0 -176px;}
.b-spa-catalog .spa_6 {background-position: 0 -220px;}
.b-spa-catalog dt span {
    color: #909090;
    border-bottom: 1px dashed #909090;
    cursor: pointer;
}
.b-spa-catalog dd {padding-left: 64px;}
.b-spa-catalog .current span {
    cursor: auto;
    color: #000;
    border: none;
}
/* @end */

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

