/* CSS Document */
* {
    margin: 0;
    padding: 0;

}

body {
    font-size: 100%;
    line-height: 1.125em;
    background: url(../images/bg.gif) repeat-x top #f0efeb;
    font-size: 16px;
}

html,input,textarea {
    font-family: sans-serif, Tahoma, Geneva;
    color: #918e96;
}

.alignMiddle {
    vertical-align: middle
}

.alignCenter {
    text-align: center
}

.container1 {
    width: 100%
}

.clear {
    clear: both;
}

.fleft {
    float: left
}

.fright {
    float: right;
    margin-right: 3px;
}

div.container {
    overflow: hidden;
    width: 100%;
    margin-right: 10px;
}

a img {
    border: 0
}

img {
    vertical-align: top;
}

a {
    color: #918e96;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

.link {
    color: #000000;
    background: url(../images/marker.gif) top left no-repeat;
    padding-left: 20px;
    background-position: 0 5px;
    text-decoration: none;
    font-size: .916em
}

.link:hover {
    text-decoration: underline
}

.link1 {
    font-size: .83em;
    color: #f26522;
    font-weight: bold;
    text-decoration: none
}

.link1:hover {
    color: #000;
    text-decoration: none
}

.link2 {
    font-size: .83em;
    color: #ff4e00;
    float: right
}

.link3 {
    font-size: .916em;
    color: #55564f;
    font-weight: bold
}

.link4 {
    color: #3296bb;
    float: right
}

#content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#content ul li {

}

#content ul li a {
    color: #3296bb;
    text-decoration: underline;
    line-height: 2em
}

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

#content .ul ul li {
    background: url(../images/marker.gif) top left no-repeat;
    background-position: 0 7px;
    margin: 0;
    padding-left: 10px;
}

#content .ul ul li a {
    color: #e0dfdb;
    text-decoration: none;
    line-height: 1.63em
}

#content .ul ul li a:hover {
    text-decoration: underline;
}

.link-1 {
    display: block;
    float: left;
    background: url(../images/link_bg.gif) left top repeat-x;
    color: #74726b;
    text-decoration: none;
    font-size: .75em
}

.link-1 em {
    display: block;
    background: url(../images/link_left.gif) no-repeat left top;
}

.link-1  b {
    display: block;
    background: url(../images/link_right.gif) no-repeat right top;
    padding: 0 10px 3px 11px;
    font-weight: normal;
    font-style: normal;
}

.link-1:hover {
    text-decoration: none;
    color: #000000
}

.link-2 {
    display: block;
    float: left;
    background: url(../images/link_bg1.gif) left top repeat-x;
    color: #878683;
    text-decoration: none;
    font-size: 0.9em;
}

.link-2 em {
    display: block;
    background: url(../images/link_left1.gif) no-repeat left top;
}

.link-2  b {
    display: block;
    background: url(../images/link_right1.gif) no-repeat right top;
    padding: 0 10px 3px 11px;
    font-weight: normal;
    font-style: normal;
    white-space: nowrap;
}

.link-2:hover {
    text-decoration: none;
    color: #000000
}

.link-3 {
    display: block;
    float: left;
    background: url(../images/link_bg3.gif) left top repeat-x;
    color: #000000;
    text-decoration: none;
    font-size: 0.9em;
}

.link-3 em {
    display: block;
    background: url(../images/link_left3.gif) no-repeat left top;
}

.link-3  b {
    display: block;
    background: url(../images/link_right3.gif) no-repeat right top;
    padding: 0 10px 3px 11px;
    font-weight: normal;
    font-style: normal;
}

.link-3:hover {
    text-decoration: none;
    color: #878683
}

/*header*/
#header {
    font-size: 0.6875em;
    color: #FFFFFF;
    height: 145px;
    background: url(../images/bg_menu.png) repeat-x left top;
    position: relative;
    vertical-align: bottom;

}

#header .logo {
    margin: 25px;
    float: left;
    display: inline-block;

}

#header .tel {
background:url("../images/call_bg.png") no-repeat scroll left top transparent;
display:inline-block;
float:right;
font-family:Arial,Helvetica,sans-serif;
font-size:2.2em;
font-style:italic;
margin:20px 15px 0;
padding:15px 30px 16px 60px;
}

#header .name{
display:inline-block;
left:30px;
position:relative;
top:35px;


}


#header .adress{
display:inline-block;
font-size:10px;
line-height:13px;
position:absolute;
right:35px;
text-align:right;
top:70px;
}


#header .navigation{
bottom:0;
display:block;
position:absolute;
right:5px;
text-align:right;
vertical-align: bottom;
margin-right: 5px;
  }


#header ul {
    margin: 0;
    padding: 0 ;
    list-style: none;
    display: inline-block;

}

#header ul li {
    margin: 0;
    display: inline;
    padding: 0;

}

#header ul li.active a {
    color: #000;
}

#header ul li a {
    color: #297ea2;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    text-decoration: none;
    background: url(../images/menu_butt_left.png) top left no-repeat;
    height: 35px;
    display: inline-block;
    position: relative;

}

#header ul li a  b {
    display: block;
    font-weight: normal;
    font-style: normal;
    padding: 8px 17px 7px 16px;
    height:20px;

}

#header ul li a em {
    display: block;
    font-weight: normal;
    background: url(../images/menu_butt_right.png) no-repeat right top;
}

#header ul li a:hover {
    color: #000;
   /* height: 50px;*/

}

/*content*/
#content {
    font-size: 0.75em;
    width: 100%;
    text-align: left;
}

#content .indent-main {
    padding: 0 0 0 0
}

#content .indent-col {
    padding: 17px 15px 0 17px
}

#content .indent-col-1 {
    padding: 37px 5px 0 17px
}

#content .indent-col1 {
    padding: 37px 20px 10px 17px
}

#content .title {
    margin-bottom: 16px
}

#content .line {
    margin: 16px 0 0 0
}

#content .img-left {
    float: left;
    margin: 0 20px 16px 0
}

#content .img-left1 {
    float: left;
    margin: 0 5px 0 0
}

#content .offer {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
    z-index: 9;
    left: -1px;
}
#content .offer img{
    width: 57px !important;
}

#content .offer_hotel{
    position: relative;
    margin-left: -61px;
    z-index: 6;
}

#content .offer_text{
    display: block;
}

#content .img-indent {
    margin: 0 0 6px 0
}

#content p {
    margin: 0 0 7px 0
}

#page3 #content p {
    margin: 0 0 15px 0
}

#content .p {
    margin: 0 0 17px 0
}

#content .p1 {
    margin: 0 0 5px 0
}

#content h4 {
    color: #3f404f;
    font-size: 1em;
}

#content h4 a {
    color: #3f404f;
    font-size: 1em;
    text-decoration: none;
}

#content h3 {
    color: #646e58;
    font-size: 1.5em;
    margin-bottom: 13px;
    margin-top: 15px
}

#content h5 {
    /*color: #3296bb;*/
    color: #918E96;
    font-size: 0.98em;
    font-weight: normal
}

#content .tail {
    background: url(../images/tail.gif) repeat-x bottom;
    padding-bottom: 2px;
    margin-bottom: 7px
}

.txt {
    color: #646e58;
    display: block;
    margin-bottom: 7px;
    margin-top: 18px
}

.txt1 {
    color: #55564f;
    font-size: 0.916em
}

.txt1 span {
    color: #ff0000;
}

.txt1 b {
    color: #ff0000;
}

.txt1 a {
    color: #55564f;
    text-decoration: none;
}

.txt1 a:hover {
    color: #55564f;
    text-decoration: underline;
}

.txt2 {
    color: #918e96;
    font-size: 1.1em;
    line-height: 1.1em;
}

.title-1 {
    display: block;
    float: left;
    background: url(../images/title_bg.gif) left top repeat-x;
    color: #737270;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

.title-1 em {
    display: block;
    background: url(../images/title_left.gif) no-repeat left top;
}

.title-1  b {
    display: block;
    background: url(../images/title_right.gif) no-repeat right top;
    padding: 13px 10px 13px 20px;
    font-weight: normal;
    font-style: normal;
}

.title-2 {
    display: block;
    float: left;
    background: url(../images/title_bg1.gif) left top repeat-x;
    color: #fefefe;
    text-decoration: none;
    font-size: 1.5em
}

.title-2 em {
    display: block;
    background: url(../images/title_left1.gif) no-repeat left top;
}

.title-2  b {
    display: block;
    background: url(../images/title_right1.gif) no-repeat right top;
    padding: 7px 10px 9px 17px;
    font-style: normal;
}

.title-3 {
    display: block;
    float: left;
    background: url(../images/title_bg2.gif) left top repeat-x;
    color: #fefefe;
    text-decoration: none;
    font-size: 1.5em
}

.title-3 em {
    display: block;
    background: url(../images/title_left2.gif) no-repeat left top;
}

.title-3  b {
    display: block;
    background: url(../images/title_right2.gif) no-repeat right top;
    padding: 7px 10px 9px 17px;
    font-style: normal;
}

#content .indent {
    padding: 25px 0 24px 0
}

#content .indent-1 {
    padding: 40px 0 0 0
}

#content .indent1 {
    padding: 20px 0 0 118px
}

#content .indent2 {
    padding: 10px 0 0 0; margin:8px;
}

#content .indent3 {
    padding: 2px 0 0 0
}

#content .indent4 {
    padding: 26px 0 0 0
}

#content .indent5 {
    padding: 20px 0 20px 0
}

#content .bg {
    background: url(../images/bg1.gif) no-repeat top left;
    height: 36px
}

#content .bg1 {
    background: url(../images/bg1.gif) no-repeat top left;
    padding-top: 8px;
    height: 28px
}

#content .h1 {
    padding-top: 8px;
    height: 28px
}

/*box*/
.box {
    background: #ffffff;
    width: 100%;
    color: #918e96
}

.box .border-top {
    background: url(../images/border_top.gif) repeat-x top;
}

.box .border-bottom {
    background: url(../images/border_bottom.gif) repeat-x bottom;
}

.box .border-left {
    background: url(../images/border_left.gif) repeat-y left;
}

.box .border-right {
    background: url(../images/border_right.gif) repeat-y right;
}

.box .corner-top-left {
    background: url(../images/corner_top_left.gif) no-repeat left top;
}

.box .corner-top-right {
    background: url(../images/corner_top_right.gif) no-repeat right top;
}

.box .corner-bottom-left {
    background: url(../images/corner_bottom_left.gif) no-repeat left bottom;
}

.box .corner-bottom-right {
    background: url(../images/corner_bottom_right.gif) no-repeat right bottom;
    width: 100%;
}

.box .indent-box {
    padding: 5px;
    /*display: inline-table;*/


}

.box .indent-box1 {
    padding: 15px 10px 10px 10px;
}

.box .indent-box2 {
    padding: 15px 12px 10px 17px;
}

.box .indent-box3 {
    padding: 5px;
    display: inline-table;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 99%;
}

/*box1*/
.box1 {
    background: #72716f;
    width: 100%;
    font-size: .916em;
    margin-top: 21px
}



.box1 .border-bottom {
    background: url(../images/border_bottom1.gif) repeat-x bottom;
}

.box1 .border-left {
    background: url(../images/border_left1.gif) repeat-y left;
}

.box1 .border-right {
    background: url(../images/border_right1.gif) repeat-y right;
}

.box1 .corner-top-left {
    background: url(../images/corner_top_left1.gif) no-repeat left top;
}

.box1 .corner-top-right {
    background: url(../images/corner_top_right1.gif) no-repeat right top;
}

.box1 .corner-bottom-left {
    background: url(../images/corner_bottom_left1.gif) no-repeat left bottom;
}

.box1 .corner-bottom-right {
    background: url(../images/corner_bottom_right1.gif) no-repeat right bottom;
    width: 100%;
}

.box1 .indent-box {
    padding: 18px 0 25px 31px;
}

#content .box1 h3 {
    color: #ffc332;
    font-size: 1em;
    margin-bottom: 11px;
    margin-top: 0
}

/*footer*/
#footer {
    color: #72716f;
    font-size: 0.625em;
    background: url(../images/bot.gif) repeat-x top;
}

#footer .indent-footer {
    padding: 47px 22px 0 22px;
}

#footer span {
    float: right;
    color: #f7941d;
    font-weight: bold
}

#footer span a {
    color: #f7941d;
    text-decoration: none
}

#footer span a:hover {
    text-decoration: underline
}

#footer a {
    color: #72716f;
    text-decoration: none
}

#footer a:hover {
    text-decoration: underline
}

.bot-left {
    background: url(../images/bot_left.gif) no-repeat top left
}

.bot-right {
    background: url(../images/bot_right.gif) no-repeat top right;
    height: 90px
}

.jamp {
    width: 96px;
}

.jamp1 {
    width: 59px;
}

.jamp2 {
    width: 110px;
}

select {
    font-size: 1em;
    color: #2d3331;
    height: 20px;
    font-family: Tahoma, Geneva, sans-serif;
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
    border-right: 1px solid #d4d0c8;
    border-bottom: 1px solid #d4d0c8;
}

table {
    font-size: 0.9em;
}

.indent-2 {
    position: relative;
    padding-left: 20px;
    float: left
}

.h {
    height: 27px
}

.h2 {
    height: 30px
}

.block-contact span {
    float: right;
    margin-right: 20px
}

.input {
    width: 405px;
    height: 18px;
}

.input1 {
    width: 55px;
    height: 18px;
}

.textarea {
    width: 405px;
    height: 88px;
}

input {
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
    border-right: 1px solid #d4d0c8;
    border-bottom: 1px solid #d4d0c8;
    background: #FFFFFF;
    width: 259px;
    height: 18px;
    font-size: 1em;
    padding-left: 5px;
    padding-top: 2px
}

textarea {
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
    border-right: 1px solid #d4d0c8;
    border-bottom: 1px solid #d4d0c8;
    background: #FFFFFF;
    width: 268px;
    height: 172px;
    font-size: 1em;
    padding-left: 5px;
    margin-bottom: 11px;
    overflow: auto
}

.previewImage img, .offer_hotel img{
    vertical-align: top;
    width: 175px;
    border: 0px;
}

.previewHotelBig img{
    float:left;
    width: 300px;
    border: 0px;
}

.previewNewsBig img{
    float:left;
    width: 222px;
    border: 0px;
}

div.hotelList {
    display: inline-table;
    width: 900px;
}

div.hotelList div {
    float: left;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/marker.gif) top left no-repeat;
    background-position: 0 7px;
    margin-left: 10px;
    padding-left: 10px;
}

div.hotelList div a {
    color: #e0dfdb;
    text-decoration: none;
    line-height: 1.63em
}

div.hotelList div a:hover {
    text-decoration: underline;
}

.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}
.ditto_pages {
    float:right;
}
.ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin: 1px;
    background-color: #4A92D7;
    color: #fff;
}
.ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin: 1px;
    color: #ccc;
}
.ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #008CBA;
    padding: 1px 5px 2px;
    margin: 1px;
    text-decoration: none !important;
    color: black;
}
.ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}

fieldset {
    border:1px solid #888A7F;
    margin-bottom:1em;
    padding:1em;
}
