* {
  margin: 0px;
  padding: 0px;
}

html, body {
  height: 100%;
  font: 13px Arial;
  color: #333333;
}

img {
  border: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #ffffff;  
}

a:hover {
  text-decoration: underline;
}

/* Layout */

#bg {
  min-width: 980px;
  min-height: 100%;
  position: relative;
  background: #1b2e1d url('../images/bg.jpg') repeat-x;
}

#background {
  min-width: 980px;
  min-height: 836px;
  position: relative;
  background: url('../images/background.jpg') top no-repeat;
}

#main {
  width: 980px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

#header {
  width: 980px;
  height: 223px;
  position: relative;
  background: url('../images/top.png') top no-repeat;
}

#content {
  width: 980px;
  position: relative;
  margin-top: 375px;
}

#main-content {
  width: 980px;
  height: 79px;
  position: relative;
  background: url('../images/main-top.png') top no-repeat;
}

#middle-content {
  width: 980px;
  position: relative;
  margin-top: 3px;
  background: url('../images/main-middle.png') top repeat-y; 
}

#middle-content-top {
  width: 980px;
  min-height: 150px;
  position: relative;
  top: -3px;
  padding-top: 34px;
  background: url('../images/main-middle-top.png') top no-repeat;
}

#bottom-content {
  width: 980px;
  height: 43px;
  position: relative;
  background: url('../images/main-bottom.png') bottom no-repeat;
}

#footer-bg {
  min-width: 980px;
  height: 286px;
  position: relative;
  margin: -286px auto 0;
  background: url('../images/footer.png') bottom no-repeat;
}

#footer {
  min-width: 980px;
  height: 77px;
  position: absolute;
  left: 50%;
  margin-left: -489px;
  bottom: 0px;
  padding-top: 10px;
}

#pool-bg {
  min-width: 900px;
  min-height: 100%;
  position: relative;
  background: url('../images/pool-bg.jpg');
}

#pool {
  min-width: 900px;
  min-height: 836px;
  position: relative;
  background: url('../images/pool.jpg') top no-repeat;
}

#main2 {
  width: 900px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

#header2 {
  width: 900px;
  height: 223px;
  position: relative;
}

#content2 {
  width: 900px;
  position: relative;
  margin-top: 20px;
}

#footer2 {
  min-width: 900px;
  height: 77px;
  position: relative;
  margin: -88px auto 0;
  padding-top: 10px;
}

#sauna-bg {
  min-width: 900px;
  min-height: 100%;
  position: relative;
  background: url('../images/sauna-bg.jpg');
}

#sauna-line-bg {
  min-width: 900px;
  min-height: 100%;
  position: relative;
  background: url('../images/sauna-line-bg.jpg') top repeat-x;
}

#sauna {
  min-width: 900px;
  min-height: 836px;
  position: relative;
  background: url('../images/sauna.jpg') top no-repeat;
}

#billiards-bg {
  min-width: 900px;
  min-height: 100%;
  position: relative;
  background: url('../images/billiards-bg.jpg');
}

#billiards {
  min-width: 900px;
  min-height: 836px;
  position: relative;
  background: url('../images/billiards.jpg') top no-repeat;
}

#pub-bg {
  min-width: 900px;
  min-height: 100%;
  position: relative;
  background: url('../images/pub-bg.jpg');
}

#pub-line-bg {
  min-width: 900px;
  min-height: 100%;
  position: relative;
  background: url('../images/pub-line-bg.jpg') top repeat-x;
}

#pub {
  min-width: 900px;
  min-height: 836px;
  position: relative;
  background: url('../images/pub.jpg') top no-repeat;
}

#pub-footer {
  min-width: 900px;
  height: 272px;
  position: relative;
  margin-top: -272px;
  background: url('../images/pub-footer.jpg') top no-repeat;
}

#footer3 {
  min-width: 900px;
  height: 77px;
  position: absolute;
  left: 50%;
  margin-left: -450px;
  bottom: 0px;
  padding-top: 10px;
}

#hotel-bg {
  min-width: 900px;
  min-height: 100%;
  position: relative;
  background: url('../images/hotel-bg.jpg');
}

#hotel {
  min-width: 900px;
  min-height: 836px;
  position: relative;
  background: url('../images/hotel.jpg') top no-repeat;
}

#about-bg {
  min-width: 900px;
  min-height: 100%;
  position: relative;
  background: url('../images/about-bg.jpg');
}

#about {
  min-width: 900px;
  min-height: 836px;
  position: relative;
  background: url('../images/about.jpg') top no-repeat;
}

/* Order */

.modal {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 8;
  background: url('../images/modal-bg.png');
}

.order {
  width: 500px;
  height: 432px;
  padding: 30px 0 0 45px;
  position: absolute;
  
  
  
  z-index: 10;
  background: url('../images/feedback.png') no-repeat;
}

.order .exit {
  position: absolute;
  top: 0px;
  right: 0px;
}

.order .order-form-name-field {
  width: 150px;
  font-size: 12px;
  font-style: italic;
  line-height: 25px;
  position: relative;
  float: left;
}

.order .important {
  color: #ff0000;
}

.order .order-form-field {
  position: relative;
  float: left;
  margin-bottom: 5px;
}

.order .order-form-field input {
  width: 270px;
  padding: 1px 3px;
}

.order .order-form-field textarea {
	width: 270px;
	position: relative;
	float: left;
	padding: 1px 3px;
}

.order .order-form-field .text {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: #9d1b1b;
  position: absolute;
  top: 0px;
  right: -15px; 
}

.order .about {
  font-size: 12px;
  position: absolute;
  bottom: 35px;
  left: 45px;
}

.order .button {
  position: absolute;
  bottom: 30px;
  right: 60px;
}

.order .button a {
  width: 112px;
  height: 47px;
  display: block;
  font-size: 14px;
  color: #f4fc09;
  text-align: center;
  line-height: 43px;
  background: url('../images/order.png') no-repeat;
}

/* Header */

.about-links {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -80px;
}

.about-links ul li {
  position: relative;
  float: left;
  margin-right: 50px;
}

.about-links ul li a {
  font-size: 15px;
}

.info {
  width: 164px;
  height: 180px;
  position: absolute;
  top: 20px;
  right: 93px;
}

.info ul.language {
  position: relative;
  margin-top: 32px;
}

.info ul.language li {
  position: relative;
  float: left;
  margin: 0 3px 0 16px;
}

.info ul.language li.active {
  width: 38px;
  height: 50px;
  text-align: center;
  margin: -28px -1px 0 12px;
  background: url('../images/language-active.png') top no-repeat;
}

.info ul.language li.active a {
  position: relative;
  top: 28px;
}

.info p {
  font: 20px Garamond;
  color: #333333;
  margin: 35px 0 0 23px;
}

.info .block-telephone {
  width: 130px;
  height: 27px;
  position: relative;
  margin: 10px 0 0 26px;
}

.info .block-telephone .tel {
  font: 22px Garamond;
  color: #c7190d;
  position: relative;
}

.info .block-telephone .tel span {
  font-size: 16px;
  color: #795825;
}

.about-links2 {
  width: 238px;
  height: 53px;
  position: absolute;
  top: 40px;
  left: 35px;
  background: url('../images/about.png') no-repeat;
}

.about-links2 ul {
  position: relative;
  margin-top: 20px;
}

.about-links2 ul li {
  position: relative;
  float: left;
  margin: 0 22px 0 35px;
}

.about-links2 ul li a {
  font-size: 15px;
}

.about-links2 ul li a:hover {
  text-decoration: none;
  color: #f4fc09;
}

.info2 {
  width: 164px;
  height: 180px;
  position: absolute;
  top: 35px;
  right: 0px;
}

.info2 ul.language {
  position: relative;
  margin-top: 32px;
}

.info2 ul.language li {
  position: relative;
  float: left;
  margin: 0 3px 0 16px;
}

.info2 ul.language li.active {
  width: 38px;
  height: 50px;
  text-align: center;
  margin: -28px -1px 0 12px;
  background: url('../images/language-active.png') top no-repeat;
}

.info2 ul.language li.active a {
  position: relative;
  top: 28px;
}

.logo {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -80px;
}

.menu {
  position: absolute;
  top: 130px;
  left: 50px;
}

.menu2 {
  position: absolute;
  top: 130px;
  left: 530px;
}

ul.secondary-menu {
  position: relative;
}

ul.secondary-menu li {
  min-width: 73px;
  position: relative;
  float: left;
  margin: 0 15px;
  text-align: center;
}

ul.secondary-menu li a {
  font-size: 15px;
  color: #f4fc09;
  font-style: italic;
}

ul.secondary-menu li.active {
  min-width: 73px;
  height: 40px;
  background: url('../images/menu-active2.png') bottom no-repeat;
}

ul.secondary-menu li.active a {
  text-decoration: none;
}

ul.secondary-menu li:hover {
  min-width: 73px;
  height: 40px;
  background: url('../images/menu-active2.png') bottom no-repeat;
}

ul.secondary-menu li:hover a {
  text-decoration: none;
}

/* Content */

ul#primery-menu {
  position: relative;
  top: 26px;
  margin-left: 56px;
}

ul#primery-menu li {
  min-width: 101px;
  text-align: center;
  position: relative;
  float: left;
  margin: 0 15px;
}

ul#primery-menu li.active {
  min-width: 101px;
  height: 40px;
  background: url('../images/menu-active.png') bottom no-repeat;
}

ul#primery-menu li.active a {
  text-decoration: none;
}

ul#primery-menu li a {
  width: 101px;
  font-size: 18px;
  font-style: italic;
  text-decoration: underline;
}

ul#primery-menu li:hover {
  min-width: 101px;
  height: 40px;
  background: url('../images/menu-active.png') bottom no-repeat;
}

ul#primery-menu li:hover a {
  text-decoration: none;
}

.content {
  width: 800px;
  position: relative;
  margin-left: 100px;
}

.content h2 {
  font-size: 30px;
  color: #4a0a09;
  position: relative;
  left: -33px;
  margin-bottom: 37px;
}

.content p {
  font-size: 14px;
  color: #412f12;
  position: relative;
  margin-bottom: 20px;
}

.content .line {
  width: 804px;
  height: 5px;
  position: relative;
  margin: 0 auto 20px;
  background: url('../images/line.png') no-repeat;
}

.gallery {
  width: 911px;
  height: 182px;
  position: relative;
  margin-left: 33px;
  top: 4px;
}

.gallery .left-arrow {
  width: 33px;
  height: 65px;
  position: relative;
  float: left;
  top: 58px;
  margin-right: 5px;
}

.gallery .block-foto {
  width: 836px;
  height: 182px;
  position: relative;
  float: left;
  background: url('../images/block-foto.png') no-repeat;
}

.gallery .block-foto .foto {
  position: absolute;
  top: 37px;
  left: 46px;
}

.gallery .block-foto .foto img {
  border: 1px solid #f5fc08;
}

.gallery .right-arrow {
  width: 32px;
  height: 65px;
  position: relative;
  float: left;
  top: 58px;
  margin-left: 5px;
}

.content-info {
  width: 570px;
  position: relative;
  margin-left: 80px;
  margin-bottom: 50px;
}

.content-info h1 {
  font-size: 38px;
  font-weight: 600;
  color: #f4fc09;
}

.content-info h3 {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  color: #f4fc09;
  margin-bottom: 20px;
}

.content-info p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-left: 30px;
}

.content-info p.small {
  font-size: 12px;
  font-style: italic;
}

.gallery2 {
  width: 573px;
  height: 182px;
  position: relative;
  margin-left: 33px;
}
.gallery2 .small-block-foto {
  width: 536px;
  height: 182px;
  position: relative;
  float: left;
  background: url('../images/block-foto-small.png') no-repeat;
}

.gallery2 .small-block-foto .foto {
  position: absolute;
  top: 37px;
  left: 46px;
}

.gallery2 .small-block-foto .foto img {
  border: 1px solid #f5fc08;
}

.gallery2 .right-arrow {
  width: 32px;
  height: 65px;
  position: relative;
  float: left;
  top: 58px;
  margin-left: 5px;
}

.contacts {
  width: 230px;
  position: relative;
  float: right;
  margin-top: -50px;
  margin-right: 20px;
}

.contacts .telephone {
  position: absolute;
  top: 0px;
  left: -60px;
}

.contacts .tel {
  height: 50px;
  font: 48px 'Times New Roman';
  color: #ffffff;
  position: relative;
}

.contacts .tel span{
  font-size: 20px;
}

.contacts .tel2 {
  height: 50px;
  font: 40px 'Times New Roman';
  color: #ffffff;
  position: relative;
}

.contacts .tel2 span {
  font-size: 20px;
}

.contacts .contacts-info {
  font-size: 15px;
  color: #f4fc09;
  text-align: right;
  margin-right: 10px;
}

.banner {
  width: 254px;
  min-height: 60px;
  position: relative;
  float: left;
  margin: 65px 0px 0 50px;
}

.banner .images {
  height: 60px;
  position: relative;
  float: left;
  margin-right: 0px;
  text-align: center;
}

.banner .images2 {
  height: 60px;
  position: relative;
  float: left;
  margin-right: 10px;
  text-align: center;
}

.banner .images3 {
  height: 119px;
  position: relative;
  top: -35px;
  float: left;
  margin-right: 10px;
  text-align: center;
}

.banner span {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}

.banner .text {
  width: 100px;
  height: 45px;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  float: left;
  padding: 15px 0 0;
}

.banner .text2 {
  width: 140px;
  height: 45px;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  float: left;
  padding: 15px 0 0;
}

.banner .text3 {
  width: 100px;
  height: 43px;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  float: left;
  padding: 17px 0 0;
}

/* Menu bar */

.block-menu-bar {
  width: 846px;
  position: relative;
  margin: 0 auto;
}

.block-menu-bar .top-menu-bar {
  width: 846px;
  height: 62px;
  position: relative;
  background: url('../images/menu-bar-top.png') top no-repeat;
}

.block-menu-bar .top-menu-bar ul {
  position: relative;
  margin-left: 7px;
}

.block-menu-bar .top-menu-bar ul li {
  position: relative;
  float: left;
  margin: 12px 0 0 60px;
}

.block-menu-bar .top-menu-bar ul li a {
  font-size: 14px;
  font-style: italic;
  color: #f5fc08;
  text-decoration: underline;
}

.block-menu-bar .top-menu-bar ul li a:hover {
  text-decoration: none;
}

.block-menu-bar .middle-menu-bar {
  width: 846px;
  position: relative;
  background: url('../images/menu-bar-middle.png') top repeat-y;
}

.block-menu-bar .middle-menu-bar .name-menu-bar {
  width: 846px;
  height: 60px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  background: url('../images/name-menu-bar-bg.png') bottom no-repeat;
}

.block-menu-bar .middle-menu-bar .name-menu-bar h2 {
  font: 30px 'Times New Roman';
  color: #b38d51;
}

table.menu-bar {
  width: 765px;
  font-size: 12px;
  color: #ffffff;
  position: relative;
  margin: 0 auto;
}

table.menu-bar tr.head {
  font-style: italic;
}

table.menu-bar tr.head td {
  padding: 0 13px;
  vertical-align: top;
  text-align: center;
}

table.menu-bar tr.head td.capacity {
  width: 60px;
}

table.menu-bar tr.head td.price {
  width: 70px;
}

table.menu-bar tr.table-clear td {
  height: 15px;
}

table.menu-bar tr.title-group td {
  font-size: 12px;
  font-weight: 600;
  color: #b38d51;
  padding-left: 89px;
}

table.menu-bar tr.item td {
  font-size: 12px;
  vertical-align: top;
  text-align: center;
}

table.menu-bar tr.item td.name {
  text-align: left;
}

.block-menu-bar .bottom-menu-bar {
  width: 846px;
  height: 48px;
  position: relative;
  background: url('../images/menu-bar-bottom.png') top no-repeat;
}

/* Personnel */

.block-personnel {
  width: 900px;
  min-height: 200px;
  position: relative;
}

.block-personnel .personnel {
  width: 145px;
  min-height: 193px;
  position: relative;
  float: left;
  margin: 30px 30px 20px 50px;
}

.block-personnel .personnel .personnel-foto {
  width: 138px;
  height: 193px;
  position: relative;
  margin: 0 auto;
  padding: 4px 0 4px 4px;
  background: url('../images/frame.png') no-repeat;
}

.block-personnel .personnel .personnel-info {
  width: 145px;
  min-height: 60px;
  text-align: center;
  position: relative;
  background: url('../images/for-frame.png') 5px 0 no-repeat;
}

.block-personnel .personnel .personnel-info .name {
  font: 18px 'Times New Roman';
  color: #ffffff;
  position: relative;
  left: -2px;
  padding-top: 3px;
}

.block-personnel .personnel .personnel-info img {
  position: relative;
  left: -2px;
  margin: 5px 0;
}

.block-personnel .personnel .personnel-info .posada {
  font: 18px 'Times New Roman';
  color: #605536;
  position: relative;
  left: -2px;
}

/* Ul */

.content ul, .content-info ul {
  width: 800px;
  position: relative;
  margin: 0px 0 20px 25px;
}

.content ul li, .content-info ul li {
  margin: 5px 0;
  list-style: circle;
}

.content ul li {
  font-size: 14px;
  color: #412f12;
}

.content-info ul li {
  font-size: 15px;
  color: #ffffff;
}

/* Footer */

.footer-content {
  width: 735px;
  height: 74px;
  position: relative;
  margin: 0 auto;
  border-top: 4px double #b09b74;
}

.copyright {
  font-size: 11px;
  color: #e5dcc7;
  position: absolute;
  top: 33px;
  left: -60px;
}

.logo32x32 {
  font-size: 10px;
  line-height: 11px;
  width: 210px;
  position: absolute;
  bottom: 20px;
  right: -80px;
  color: #e5dcc6;
}

.logo32x32 a {
  color: #e5dcc6;
  text-decoration: underline;
}

.logo32x32 a:hover {
  text-decoration: none;
}

.logo32x32 img {
  float: left;
  margin-right: 5px;
}

.footer-content2 {
  width: 735px;
  height: 74px;
  position: relative;
  margin: 0 auto;
  border-top: 4px double #477ba3;
}

.copyright2 {
  font-size: 11px;
  color: #ffffff;
  position: absolute;
  top: 33px;
  left: -60px;
}

.logo32x32-2 {
  font-size: 10px;
  line-height: 11px;
  width: 210px;
  position: absolute;
  bottom: 20px;
  right: -80px;
  color: #ffffff;
}

.logo32x32-2 a {
  color: #ffffff;
  text-decoration: underline;
}

.logo32x32-2 a:hover {
  text-decoration: none;
}

.logo32x32-2 img {
  float: left;
  margin-right: 5px;
}

.footer-content3 {
  border-top: 4px double #512e19;
}

.footer-content4 {
  border-top: 4px double #679a65;
}

.footer-content5 {
  border-top: 4px double #605736;
}

.footer-content6 {
  border-top: 4px double #5c2727;
}

.footer-content7 {
  border-top: 4px double #48211d;
}

/* Clear */

.clear {
  width: 99%;
  height: 0px;
  clear: both;
}

.clear-2 {
  width: 99%;
  height: 50px;
  clear: both;
}

.clear-footer {
  width: 99%;
  height: 128px;
  clear: both;
}

.clear-footer2 {
  width: 99%;
  height: 180px;
  clear: both;
}

.replacement {
width: 150px;
height: 47px;
margin: 0;
padding: 0;
padding-bottom: 8px;
border: 0;
background: transparent url('../images/order.png') no-repeat center top;
font: 18px Georgia;
color: #ebbf86;
text-decoration: none;
text-align: center;
line-height: 30px;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */
}