/**
* Лэйаут страницы
*/
* {
  margin: 0;
  padding: 0;
  font-size: 100.01%;
}

html {
  height: 100%;
/*  height: 10000px;*/
  min-width: 1002px;
  background: #f1eacf url(../img/bg.jpg) 50% 0;
}

body {
  font-weight: normal;
  font-family: Arial, Verdana, Tahoma;
  color: #333;
  font-size: 13px;
  line-height: 18px;
  min-height: 100%;
  height: 100%;
  min-width: 1002px;
}

#preload {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

#container {
  position: relative;
  height: auto !important;
  min-height: 100%;
  height: 100%;
  width: 1002px;
  position: relative;
  margin: 0 auto;
}

#header {
  position: relative;
  height: 570px;
/*  overflow: hidden;*/
}

#header_contacts {
  position: absolute;
  top: 40px;
  right: 42px;
  line-height: 18px;
  font-size: 14px;
  font-style: italic;
  color: #9b8756;
  text-align: right;
  text-shadow: 1px 1px #ecdfc2, -1px 0 #756133;
}

#logo {
  display: block;
  position: absolute;
  top: 30px;
  left: 80px;
  z-index: 2;
}

#header_border {
  position: absolute;
  left: 15px;
  top: 158px;
  width: 971px;
  height: 360px;
  /*background: url(../img/header_border.jpg) 0 0 no-repeat;*/
}

#header_image {
  position: absolute;
  left: 39px;
  top: 168px;
  width: 923px;
  height: 334px;
/*  background: url(../img/header_image.jpg) 0 0 no-repeat;*/
}

#seashell {
  position: absolute;
  left: 840px;
  top: 436px;
  width: 163px;
  height: 133px;
/*  background: url(../img/seashell.png) 0 0 no-repeat;*/
}

#sand1 {
  position: absolute;
  left: 771px;
  top: 156px;
  width: 200px;
  height: 147px;
/*  background: url(../img/sand1.png) 0 0 no-repeat;*/
}

#sand2 {
  position: absolute;
  left: 27px;
  top: 454px;
  width: 57px;
  height: 58px;
/*  background: url(../img/sand2.png) 0 0 no-repeat;*/
}

#sand3 {
  position: absolute;
  left: 715px;
  top: 298px;
  width: 351px;
  height: 253px;
  /*background: url(../img/header_bg.jpg) 0 0 no-repeat;*/
}

#girl {
  position: absolute;
  left: 39px;
  top: 130px;
  width: 357px;
  height: 426px;
/*  background: url(../img/sand2.png) 0 0 no-repeat;*/
}

h1 {
  display: block;
  position: absolute;
  top: 198px;
  left: 388px;
  width: 440px;
  line-height: 48px;
  font-size: 48px;
  color: #035083;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  font-style: italic;
  font-family: 'Times New Roman';
  margin: 0;
  padding: 0 30px;
  background: url(../img/arrows.png) 0 50% no-repeat;
}

#content {
  float: left;
  width: 530px;
  padding-left: 90px;
}


/**
* Футер
*/
#footer_guarantor {
  height: 260px;
  clear: both;
}

#footer {
  margin: -206px 0 0 0;
  height: 206px;
  clear: both;
  position: relative;
  background: url(../img/footer_bg1.png) 50% 0 repeat-x;
}

#footer .inner1 {
  height: 206px;
  background: url(../img/footer_bg2.jpg) 50% 27px repeat-x;
}

#footer .inner2 {
  position: relative;
  width: 882px;
  padding-top: 30px;
  margin: 0 auto;
  position: relative;
}

#footer .block {
  float: left;
  width: 250px;
  margin: 0 22px 0 22px;
}


/**
* Типография
*/
a, a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
  font-weight: normal;
  color: #3b5473;
  outline: 0;
}

a:hover, a:active {
  text-decoration: underline;
}

h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 5px 0 10px 0;
  text-transform: uppercase;
}

h2 {
  font-size: 20px;
  line-height: 1.125em;
}

h3 {
  font-size: 18px;
  line-height: 1.125em;
}

h4 {
  font-size: 16px;
  line-height: 1.125em;
}

h5, h6 {
  font-size: 13px;
  line-height: 1.125em;
}

/**
* Общее
*/
#content p {
  margin: 1em 0;
}

#content ul, #content ol {
  margin: 0 0 0 2em;
  list-style: disc;
}

#content ol {
  list-style: decimal;
}

sub, sup {
  font-size: 0.75em;
}

.img_left {
  display: block;
  float: left;
  margin: 0 20px 10px -35px;
  border: 8px solid #fff;
  -moz-box-shadow: 1px 1px 4px #000;
  -webkit-box-shadow: 1px 1px 4px #000;
  box-shadow: 1px 1px 4px #000;
}

.img_right {
  float: right;
  margin: 0 0 10px 20px;
  border: 8px solid #fff;
  -moz-box-shadow: 1px 1px 4px #000;
  -webkit-box-shadow: 1px 1px 4px #000;
  box-shadow: 1px 1px 4px #000;
}

.nofloat {
  float: none;
}


/**
* Content Item
*/
.contentItem {
  margin: 0 0 20px 0;
}

.contentItem .date {
  font-weight: normal;
  font-size: 12px;
  margin-right: 10px;
}

.contentItem .title {
  border-bottom: 2px solid #baab8c;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}


/**
* Цитата
*/
#citation {
  position: absolute;
  top: 392px;
  left: 362px;
  width: 425px;
  height: 95px;
  line-height: 19px;
  overflow: hidden;
  color: #3b5473;
  font-size: 14px;
  font-style: italic;
}



/**
* Главное меню
*/
#mainmenu {
  list-style: none;
  position: absolute;
  display: block;
  top: 113px;
  right: 34px;
  padding: 0;
  margin: 0;
  height: 32px;
}

#mainmenu li {
  display: block;
  float: left;
  height: 32px;
}

#mainmenu li a:link, #mainmenu li a:visited,
#mainmenu li a:hover, #mainmenu li a:active {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 32px;
  max-width: 100px;
/*  width: auto;*/
  line-height: 16px;
  margin: 0;
  padding: 0 8px;
  color: #9b8756;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Myriad Pro', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial;
  text-shadow: 1px 1px #ecdfc2, -1px 0 #756133;
}

#mainmenu li a:hover, #mainmenu li a:active,
#mainmenu li a.sel:link, #mainmenu li a.sel:visited {
  color: #664902;
  text-shadow: 1px 1px #ecdfc2, -1px 0 #62512b;
}

#mainmenu ul {
  position: absolute;
  display: none;
  background: #fcefd5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 3px 3px 2px #555;
  -webkit-box-shadow: 3px 3px 2px #555;
  box-shadow: 3px 3px 4px #555;
  padding-bottom: 1px;
}

#mainmenu ul li {
  display: block;
  float: none;
  padding: 0 6px;
}

#mainmenu ul li a:link, #mainmenu ul li a:visited,
#mainmenu ul li a:hover, #mainmenu ul li a:active {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #2e322a;
  border-bottom: 1px solid #ede5cd;
  text-transform: lowercase;
  text-align: center;
  padding: 0 20px;
  text-shadow: none;
  white-space: nowrap;
  max-width: 300px;
}

#mainmenu ul li a:hover, #mainmenu ul li a:active {
  text-decoration: underline;
}


/**
* Подменю
*/
#submenu ul {
  list-style: none;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}

#submenu li {
  display: block;
  float: left;
  height: 30px;
  margin: 0 18px 0 0;
}

#submenu li a:link, #submenu li a:visited,
#submenu li a:hover, #submenu li a:active {
  display: block;
  height: 30px;
  line-height: 20px;
  min-width: 98px;
  margin: 0;
  padding: 0 2px;
  color: #9b8756;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  text-transform: lowercase;
  text-align: center;
  font-family: 'Myriad Pro', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial;
  text-shadow: 1px 1px #ecdfc2, -1px 0 #756133;
}

#submenu li a:hover, #submenu li a:active {
  color: #664902;
  text-shadow: 1px 1px #ecdfc2, -1px 0 #62512b;
}

#submenu li a:hover, #submenu li a:active,
#submenu li a.sel:link, #submenu li a.sel:visited {
  background: url(../img/submenu_bg.jpg) 50% 100% no-repeat;
}


/**
* Языки
*/
#lnmenu {
  position: absolute;
  list-style: none;
  top: 125px;
  left: 40px;  
}

#lnmenu li {
  display: block;
  float: left;
  /*width: 25px;*/
  margin-right: 8px;
}

#lnmenu li a:link, #lnmenu li a:visited,
#lnmenu li a:hover, #lnmenu li a:active {
  color: #5f5438;
  font-size: 11px;
  font-family: 'Myriad Pro', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial;
  text-decoration: none;
  text-transform: uppercase;
  -moz-text-shadow: 0 0 1px #a39160;
  -webkit-text-shadow: 0 0 1px #a39160;
  text-shadow: 0 0 1px #a39160;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color='#a39160')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color='#a39160'); 
}

#lnmenu li a.sel:link, #lnmenu li a.sel:visited,
#lnmenu li a:hover, #lnmenu li a:active {
  color: #332501;
  text-decoration: underline;
}


/**
* Sidebar
*/
#sidebar {
  position: relative;
  float: right;
  width: 300px;
  margin-top: -25px;
  padding-right: 35px;
}

#sidebar .box {
  padding: 0 0 0 137px;
}

#sidebar .title {
  display: block;
  color: #9b8756;
  font-size: 16px;
  line-height: 19px;
  width: 120px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Myriad Pro', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial;
  text-shadow: 1px 1px #ecdfc2, -1px 0 #756133;
}

#sidebar a.title:hover, #sidebar a.title:active {
  color: #664902;
  text-shadow: 1px 1px #ecdfc2, -1px 0 #62512b;
}

#sidebar .line {
  height: 3px;
  margin: 4px 0;
  background: url(../img/sidebar_line.png) 0 0 no-repeat;
}

#sidebar .desc {
  display: block;
  width: 135px;
  font-size: 12px;
  color: #3b5473;
  font-style: italic;
  font-weight: bold;
  line-height: 15px;
  text-transform: lowercase;
}

#sidebar a.desc:hover, #sidebar a.desc:active {
  text-decoration: underline;
}

#sidebar .gallery {
  height: 35px;
  padding-top: 15px;
  margin-bottom: 30px;
  background: url(../img/sidebar_icons.png) 0 0 no-repeat;
}

#sidebar .booking {
  height: 100px;
  padding-top: 26px;
  margin-bottom: 36px;
  background: url(../img/sidebar_icons.png) 0 -78px no-repeat;
}

#sidebar .consultation {
  height: 100px;
  padding-top: 14px;
  margin-bottom: 23px;
  background: url(../img/sidebar_icons.png) 0 -240px no-repeat;
}

#sidebar .pricelist {
  height: 100px;
  padding-top: 27px;
  margin-bottom: 30px;
  background: url(../img/sidebar_icons.png) 0 -377px no-repeat;
}

#sidebar .responses {
  height: 100px;
  padding-top: 18px;
  margin-bottom: 30px;
  background: url(../img/sidebar_icons.png) 0 -538px no-repeat;
}

#sidebar .awards {
  height: 100px;
  padding-top: 24px;
  background: url(../img/sidebar_icons.png) 0 -691px no-repeat;
}


/**
* Галерея
*/
#gallery_wrapper {
  position: relative;
  margin: 15px -10px 0 -60px;
  /* 600px */
}

#gallery_wrapper .gallery_item, #gallery_wrapper .gallery {
  display: block;
  position: relative;
  float: left;
  width: 174px;
  height: 130px;
  border: 5px solid #fff;
  background: #fff;
  color: #333;
  margin: 0 16px 16px 0;
  -moz-box-shadow: 1px 1px 4px #000;
  -webkit-box-shadow: 1px 1px 4px #000;
  box-shadow: 1px 1px 4px #000;
}

#gallery_wrapper .gallery_item:hover, #gallery_wrapper .gallery:hover {
  -moz-box-shadow: 1px 1px 7px #000;
  -webkit-box-shadow: 1px 1px 7px #000;
  box-shadow: 1px 1px 7px #000;
  text-decoration: none;
}

#gallery_wrapper .gallery {
  height: 166px;
}

#gallery_wrapper .gallery_item img, #gallery_wrapper .gallery img {
  display: block;
  width: 174px;
  height: 130px;
}

#gallery_wrapper .gallery_item .title, #gallery_wrapper .gallery .title {
  display: block;
  height: 32px;
  padding-top: 4px;
  line-height: 16px;
  text-transform: uppercase;
  font-size: 13px;
  overflow: hidden;
}


/**
* Стандартная форма
*/
.stdform .rpad {
  padding-left: 20px;
}

/*.stdform .fieldset {
  position: relative;
  margin: 1em 0;
  padding: 0;
  background: #fff;
  border: 0;
}

.stdform .legend {
  margin: 0;
  padding: 0 0 0 55px;
  height: 40px;
  line-height: 38px;
  overflow: hidden;
  font-size: 18px;
  font-style: italic;
  text-transform: lowercase;
  font-weight: normal;
  color: #095e68;
} */

#content .stdform p {
  margin: 5px 0;
  clear: both;
  overflow: auto;
}

.stdform label {
  display: block;
  float: left;
  padding: 0 5px 0 0;
  height: 22px;
  line-height: 22px;
}

.stdform input.text, .stdform select {
  display: block;
  float: left;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 1px solid #baab8c;
  background-color: #f7f3e1;
  background-color: rgba(255, 255, 255, 0.5);
}

.stdform input.text {
  padding: 0 2px 0 3px;
  width: 150px;
}

.stdform textarea {
  width: 99%;
  height: 100px;
  border: 1px solid #baab8c;
  background-color: #f7f3e1;
  background-color: rgba(255, 255, 255, 0.5);
}

.stdform .submit {
  display: block;
  border: 1px solid #c2b08d;
  background-color: #d6c390;
  text-transform: uppercase;
  height: 26px;
  line-height: 26px;
  color: #625538;
  padding: 0 20px;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;  
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.stdform .submit:hover {
  background: #dfbd7a;
}


/**
* Стили для всех форм
*/
span.star {
  overflow: hidden;
  color: #dc4206;
}

input.hiddensubmit {
  position: absolute;
  left: -9999em;
  top: -9999em;
}


/**
* Постраничная навигация
*/
#content ul.pagination {
  display: block;
  list-style: none;
  margin: 15px auto 0 auto;
  padding: 0;
  text-align: center;
}

.pagination li {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  zoom: 1;
  *display: inline;
}

.pagination li a, .pagination li span {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
}

.pagination li a:link, .pagination li a:visited { 
  background-color: #f7f3e1;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
}

.pagination li a:hover, .pagination li span {
  background-color: #DFBD7A;
}











/**
* Highslide
*/
.highslide-container div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-container table {
    background: none;
}
.highslide {
    outline: none;
    text-decoration: none;
}
.highslide img {
    border: 0px solid silver;
}
.highslide:hover img {
    border-color: gray;
}
.highslide-active-anchor img {
    visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
    border-color: black;
    visibility: visible;
    cursor: default;
}
.highslide-image {
    border-width: 2px;
    border-style: solid;
    border-color: white;
    background: gray;
}
.highslide-wrapper, .highslide-outline {
    background: white;
}
.glossy-dark {
    background: #111;
}
.highslide-image-blur {
}
.highslide-number {
    font-weight: bold;
    color: gray;
}
.highslide-caption {
    display: none;
    border-top: none;
    font-size: 1em;
    padding: 5px;
    background: white;
}
.highslide-heading {
    display: none;
    font-weight: bold;
    margin: 0.4em;
}
.highslide-dimming {
    position: absolute;
    background: black;
}
a.highslide-full-expand {
   background: url(../img/highslide/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
    display: block;
    color: black;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    background-color: white;
    padding-left: 22px;
    background-image: url(../img/highslide/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-move, .highslide-move * {
    cursor: move;
}
.highslide-overlay {
    display: none;
}

/*****************************************************************************/
/* Controls for the galleries.                                               */
/* Remove these if you are not using a gallery                               */
/*****************************************************************************/
.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../img/highslide/controlbar-white.gif) 0 -90px no-repeat;
    margin: 20px 15px 10px 0;
}
.highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../img/highslide/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
    margin:0;
}
.highslide-controls a {
    background-image: url(../img/highslide/controlbar-white.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
    background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}





/**
* версия для печати
*/
@media print {
  #header, #footer, #footer_guaranter, #sidebar, #submenu {
    display: none;
  }
  
  html {
    height: auto;
    background: #fff;
  }

  body {
    min-height: auto;
    height: auto;
    background: none;
  }

  #container {
    height: auto !important;
    min-height: auto;
    height: auto;
  }
  
  #content {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
    color: #000;
  }
  
  .img_left {
    margin-left: 0;
  }
}
/*
     FILE ARCHIVED ON 04:47:01 Sep 02, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:58:23 Sep 06, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.53
  exclusion.robots: 0.043
  exclusion.robots.policy: 0.031
  esindex: 0.009
  cdx.remote: 5.966
  LoadShardBlock: 58.99 (3)
  PetaboxLoader3.datanode: 87.683 (5)
  load_resource: 146.237 (2)
  PetaboxLoader3.resolve: 65.762 (2)
*/