/* LAYOUT */

html, body, ul, img, button, form {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    height: 100%;
}
body {
    background-color: #660302;
    position: relative;
    height: 100%;
}
ul {
    list-style-image: url(../images/list-style.png);
}
#main {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background: url(../images/footer-bg.jpg) 0 100% no-repeat;
}
#wrap {
    background: white;
    position: relative;
    margin: 19px 0 95px 0;
    border-top: 3px solid #A10308;
    border-bottom: 3px solid #A10308;
}
#wrap-floats {
    overflow: hidden;
}
#border-l {
    position: absolute;
    width: 16px;
    height: 100%;
    background: url(../images/main-border-l.png) repeat-y;
    z-index: 1;
    left: -4px;
}
#border-t {
    position: absolute;
    top: -4px;
    width: 100%;
    height: 16px;
    background: url(../images/main-border-t.png) repeat-x;

}
#border-r {
    position: absolute;
    width: 16px;
    height: 100%;
    background: url(../images/main-border-r.png) repeat-y;
    z-index: 1;
    right: -4px;
}
#border-b {
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 16px;
    background: url(../images/main-border-b.png) repeat-x;
}
#border-t-l {
    position: absolute;
    top: -3px;
    left: -4px;
    background: url(../images/main-border-cor-t-l.png) repeat-x;
    z-index: 11;
    width: 18px;
    height: 15px;
}
#border-t-r {
    position: absolute;
    top: -3px;
    right: -4px;
    background: url(../images/main-border-cor-t-r.png) repeat-x;
    z-index: 11;
    width: 18px;
    height: 15px;
}
#border-b-r {
    position: absolute;
    bottom: -3px;
    right: -4px;
    background: url(../images/main-border-cor-b-r.png) repeat-x;
    z-index: 11;
    width: 18px;
    height: 15px;
}
#border-b-l {
    position: absolute;
    bottom: -3px;
    left: -4px;
    background: url(../images/main-border-cor-b-l.png) repeat-x;
    z-index: 11;
    width: 18px;
    height: 15px;
}

/* TITLE */

#title {
    width: 100%;
    height: 358px;
    background: url(../images/title-bg.jpg) no-repeat;
    position: relative;
}
#logo {
    width: 270px;
    height: 70px;
    position: absolute;
    left: 240px;
    top: 115px;
}
#menu {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 15px 15px;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu ul li {
    float: left;
    height: 55px;
    margin: 0 12px;
    position: relative;
}
#menu ul li:hover { background: url(../images/menu-hover-main.png) repeat-x; }
#menu ul li:hover a { background: url(../images/menu-hover-left.png) no-repeat; }
#menu ul li:hover p { background: url(../images/menu-hover-right.png) 100% 0 no-repeat; }
.active { background: url(../images/menu-hover-main.png) repeat-x !important; }
.active a { background: url(../images/menu-hover-left.png) no-repeat !important; }
.active p { background: url(../images/menu-hover-right.png) 100% 0 no-repeat !important; }
#menu ul li a {
    display: block;
    height: 30px;
    padding: 25px 17px 0 17px;
    margin-left: -9px;
}
#menu ul li p {
    padding: 0;
    margin: 0 -8px 0 0;
}
.menu-division {
    background: url(../images/menu-division.gif) no-repeat;
    position: absolute;
    left: -15px;
    top: 28px;
    width: 3px;
    height: 3px;
}

/* CONTENT */

#content {
    width: 670px;
    float: right;
    margin: 10px 0 20px 30px;
}
#text {
    overflow: hidden;
    margin-right: 30px;
}
#text ul { margin-left: 20px; }
#text ul li { margin: 10px 0; font-size: 110%; }
.banner {
    margin: 30px 0;
    text-align: center;
    display: block;
}
#tabs {
    background: #FBFDF5;
    border: 1px solid #DECFBB;
    width: 100%;
    position: relative;
}
#tabs-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 -1px 0;
    width: 180px;
    border-right: 1px solid #DECFBB;
}
#tabs-menu li {
    border-bottom: 1px solid #DECFBB;
    border-top: 1px solid #FAE9D3;
    border-right: 1px solid #FAE9D3;
    background: url(../images/tabs-menu-bg.png) repeat-x;
}
#tabs-menu li p {
    margin: 0;
    padding: 20px 0 20px 15px;
    cursor: pointer;
    background: url(../images/tabs-menu-shadow.png) 100% 0 repeat-y;
}
#tabs-menu li p a {
    text-decoration: none;
    border-bottom: 1px dashed #AE7576;
}
#tab1, #tab2, #tab3, #tab4 {
    position: absolute;
    right: 0;
    top: 0;
    width: 430px;
    height: 200px;
    padding: 10px 30px 0 0;
}
#tab2, #tab3, #tab4 {
    display: none;
}
.corner-top {
    background: url(../images/corner-t-l.png) no-repeat;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -1px;
    top: -1px;
}
.corner-bot {
    background: url(../images/corner-b-l.png) no-repeat;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -1px;
    bottom: -1px;
}

.active-tabs {
    background: #FBFDF5 !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    margin-right: -1px;
}
.active-tabs p { background: none !important; }
.active-tabs a, #tabs-menu li:hover a { border: none !important; }

.small-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#tabs .small-menu {
    float: right;
}
.small-menu li {
    background: url(../images/small-menu-main.png) no-repeat;
    height: 22px;
    float: left;
    margin: 5px 10px;
}
.small-menu li  a {
    color: white;
    text-decoration: none;
    font-size: 95%;
    display: block;
    height: 21px;
    padding: 2px 10px 0 10px;
    background: url(../images/small-menu-right.png) 100% 0 no-repeat;
    margin: 0 -5px 0 0;
}
.active-s-m {
    background-image: url(../images/small-menu-a-main.png) !important;
}
.active-s-m a {
    background-image: url(../images/small-menu-a-right.png) !important;
    color: #350807 !important;
    cursor: default;
}

/* HOTEL */

#wrap-prices .small-menu {
    padding: 7px 30px 0 0;
    float: right;
}
#wrap-prices h1 {
    margin-left: 40px;
}
#wrap-prices p {
    margin: 20px 150px 20px 40px;
}
#wrap-prices em {
    font-style: normal;
    color: #C50A10;
}
.prices {
    position: relative;
}
.prices table {
    border: 1px solid #DECFBB;
    width: 100%;
    background: #E1E3DB;
    margin: 0;
    padding: 0;
}
.prices table thead td, .prices table thead th {
    padding: 2px 20px;
    color: #6F6F6F;
}
.prices table thead th {
    padding-left: 40px;
}
.prices table tbody tr p {
    background: #FBFDF5;
    height: 22px;
    padding: 5px 0 5px 0;
    margin: -3px !important;
    font-family: Georgia, serif;
}
.prices table th {
    text-align: left;
    font-weight: normal;
    width: 160px;
}
.prices table th p {
    padding-left: 40px !important;
}
.prices table td {
    text-align: center;
}
.dark p {
    background: #F4F8E9 !important;
}
#prices-cor-bl {
    background: url(../images/corner-b-l.png) no-repeat;
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#prices-cor-tl {
    background: url(../images/corner-t-l.png) no-repeat;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
}
.sales {
    border: 1px solid #DECFBB;
    background: #FBFDF5;
    position: relative;
}
.sales h2 {
    margin: 10px 40px 10px 40px;
}
.sales p {
    margin: 10px 20px !important;
}
.hotel-detail {
    float: left;
	width: 315px;
}
.hotel-detail ul {
    margin-left: 12px;
}
.hotel-detail li {
    margin: 10px 0;
}
#carousel-box {
    padding: 0 0 50px 30px;
    position: relative;
}
#carousel-box .small-menu {
    position: absolute;
    left: 35px;
    bottom: 20px
}
#large-im {
    background: url(../images/shadow-for-larg-car.png) no-repeat;
    width: 212px;
    height: 141px;
    padding: 8px 7px 10px 7px;
    overflow: hidden;
}
#large-im p {
    background: url(../images/loader.gif) 50% 50% no-repeat;
    padding: 0;
    margin: 0;
    width: 212px;
    height: 137px;
}
#carousel {
    margin: 8px 0 10px -5px;
}
#carousel ul {
    list-style: none;
    padding: 0;
}
#carousel ul li {
    background: url(../images/shadow-for-carousel.png) no-repeat;
    width: 100px;
    height: 74px;
    margin: 0 5px;
    padding: 4px;
}
#prev, #next {
    width: 16px;
    height: 15px;
    position: absolute;
    cursor: pointer;
    top: 199px;
}
#prev {
    background: url(../images/carousel-btn-prev.png) no-repeat;
    left: 9px;
}
#next {
    background: url(../images/carousel-btn-next.png) no-repeat;
    right: -10px;
}

/* FORM */

#form {
    background: #FBFDF5;
    border: 1px solid #DECFBB;
    position: relative;
    padding: 20px 0;
    text-align: center;
    margin: 10px 0 20px 0;
}
#form table {
    margin-bottom: 20px;
}
#form table th {
    width: 200px;
    text-align: right;
    font-weight: normal;
}
#form table td{
    padding: 15px 0 15px 35px;
}
.input-big {
    background: url(../images/input-order-big.png) no-repeat;
    display: block;
    width: 341px;
    height: 31px;
}
.input-big input {
    width: 327px;
    height: 27px;
    padding: 3px 7px 0 7px;
}
.input-small {
    display: block;
    background: url(../images/input-order-small.png) no-repeat;
    height: 31px;
    width: 151px;
    position: relative;
}
.input-small small {
    position: absolute;
    top: -20px;
    left: 10px;
    display: none;
}
.input-small input {
    height: 29px;
    width: 115px;
}
#from, #to {
    background: url(../images/calendar.png) 90% 50% no-repeat;
    text-align: center;
    padding: 3px 30px 0 5px;
}
#submit {
    background: url(../images/order-btn.png) no-repeat;
    width: 222px;
    height: 49px;
    cursor: pointer;
    margin-left: 25px;
}
#wrong-order {
    display: none;
}
#wrong-order div {
    background: url(../../shared/images/ui-bg_loop_75_f3d8d8_21x21.png) 50% 50% repeat;
    border: 1px dotted #C50A10;
    padding: 5px;
    margin-top: 20px;
}

/* GALARY */

#galary {
    overflow: hidden;
}
#galary  a {
    background: url(../images/galary-bg.png) no-repeat;
    display: block;
    width: 260px;
    height: 178px;
    float: left;
    padding: 13px 13px 0 13px;
    font-size: 160%;
    text-align: center;
    font-style: italic;
    font-family: Georgia, serif;
    margin: 20px 0 50px 20px;
}
#galary img {
    display: block;
    margin-bottom: 20px;
}
#slide-btn span {
    border-bottom: 1px dashed #C50A10;
    cursor: pointer;
}
#slide-btn span:hover {
    border: 0;
}
#slide-text {
    display: none;
    padding: 0 30px 0 0;
}
#slide-text p {
    margin: 0;
    padding: 10px 0;
}
#galary-open {
    padding: none;
    margin: none;
    list-style: none;
}
#galary-open li {
    background: url(../images/galary-open-bg.png) no-repeat;
    width: 178px;
    height: 122px;
    display: block;
    float: left;
    padding: 8px 0 0 8px;
    margin: 10px;
}

/* FANCY BOX */

div#fancy_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 30;
}

div#fancy_loading {
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    background: transparent;
    z-index: 100;
}

div#fancy_loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url('../images/fancy_progress.png') no-repeat;
}

div#fancy_outer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
    position: relative;
    width:100%;
    height:100%;
    background: #FFF;
}

div#fancy_content {
    margin: 0;
    z-index: 100;
    position: absolute;
}

div#fancy_div {
    background: #000;
    color: #FFF;
    height: 100%;
    width: 100%;
    z-index: 100;
}

img#fancy_img {
    position: absolute;
    top: 0;
    left: 0;
    border:0;
    padding: 0;
    margin: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

div#fancy_close {
    position: absolute;
    top: -12px;
    right: -15px;
    height: 32px;
    width: 33px;
    background: url('../images/fancy_closebox.png') top left no-repeat;
    cursor: pointer;
    z-index: 181;
    display: none;
}

#fancy_frame {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}

#fancy_ajax {
    width: 100%;
    height: 100%;
    overflow: auto;
}

a#fancy_left, a#fancy_right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    z-index: 111;
    display: none;
    background-image: url("data:image/gif;base64,AAAA");
    outline: none;
    overflow: hidden;
}

a#fancy_left {
    left: 0px;
}

a#fancy_right {
    right: 0px;
}

span.fancy_ico {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 112;
    cursor: pointer;
    display: block;
}

span#fancy_left_ico {
    left: -9999px;
    background: transparent url('../images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
    right: -9999px;
    background: transparent url('../images/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
    visibility: visible;
    background-color: transparent;
}

a#fancy_left:hover span {
    left: 20px;
}

a#fancy_right:hover span {
    right: 20px;
}

#fancy_bigIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

div#fancy_bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 70;
    border: 0;
    padding: 0;
    margin: 0;
}

div.fancy_bg {
    position: absolute;
    display: block;
    z-index: 70;
    border: 0;
    padding: 0;
    margin: 0;
}

div#fancy_bg_n {
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent url('../images/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
    top: -20px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('../images/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
    right: -20px;
    height: 100%;
    width: 20px;
    background: transparent url('../images/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
    bottom: -20px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('../images/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent url('../images/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
    bottom: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('../images/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
    left: -20px;
    height: 100%;
    width: 20px;
    background: transparent url('../images/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
    top: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: transparent url('../images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
    position: absolute;
    z-index: 100;
    display: none;
}

div#fancy_title div {
    background: #FBFDF5;
    border: 1px solid #DECFBB;
    color: #690203;
    font: 12px Arial;
    padding: 5px;
    max-width: 950px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div#fancy_title table {
    margin: 0 auto;
}

div#fancy_title table td {
    padding: 0;
    vertical-align: middle;
}

/* PANEL */

#panel {
    width: 270px;
    padding: 20px 30px 0 0;
    float: right;
}
#mini-order {
    border: 1px solid #DECFBB;
    background: #F4F5EF;
    padding: 0 0 0 30px;
}
#mini-order h1 {
    margin: 0;
    padding: 10px 0;
}
#mini-order form {
    background: url(../images/mini-order-corner-t.png) 100% 0 no-repeat;
    margin: -1px -1px 0 0;
}
#mini-order table {
    background: url(../images/mini-order-corner-b.png) 100% 100% no-repeat;
    width: 239px;
    margin-bottom: -1px;
    padding-bottom: 10px;
}
#mini-order table td {
    width: 111px;
    color: #690203;
}
#mini-order table th, #mini-order table td  {
    padding: 10px 0;
}
.input-bg {
    background: url(../../shared/images/mini-order-input.png) no-repeat;
    display: block;
    width: 102px;
    height: 26px;
    margin: 2px 0 0 0;
}
#mini-order td input {
    width: 70px;
    width: 67px;
    height: 20px;
}

#m-order-btn {
    background: url(../images/mini-order-btn.png) no-repeat;
    width: 141px !important;
    height: 32px;
    cursor: pointer;
}
#p-section {
    margin: 30px 0 30px 30px;
    text-align: center;
}
#p-section table {
    width: 70%;
    margin: 0 auto 30px auto;
}

/* CONTACTS */

#contacts {
    width: 940px;
    padding: 0 30px 40px 30px;
    float: right;
    background: #430102;
    color: #FFF;
    overflow: hidden;
}
.section {
    width: 235px;
    float: left;
}
.section p, .section big {
    font-size: 95%;
}
.section span {
    font-size: 120%;
}

/* FOOTER */

#footer {
    position: absolute;
    bottom: 0;
    width: 940px;
    height: 80px;
    padding: 15px 20px 0 30px;
}
#footer p {
    padding: 5px 0;
}
#infotech {
    float: right;
}
#infotech p {
    float: right;
}
#infotech-logo {
    background: url(../images/footer-in-logo.png) no-repeat;
    padding: 30px 0 0 50px !important;
    margin: 7px 0 0 10px;
}

/* FONTS COLORS */

body, input, textarea {
    font: 11pt Arial, Helvetica, sans-serif;
    color: #430102;
}
input, textarea {
    background: none;
    border: none;
    color: #CB0A11;
}

h1, h2, h3 , h4, h5, h6, .section div, #p-section, #wrap-prices p { font-family: Georgia, serif; }
.section big { font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3 , h4, h5, h6, #p-section {
    font-style: italic;
    font-weight: normal;
    color: #C50A10;
}
a { color: #A71516; }
a:hover { text-decoration: none; }

#infotech-logo { font-weight: bold; }
#p-section a { font-size: 170%; }
#p-section table td, #form table th, #form table input  { font-size: 120%; }
.hotel-detail li{ font-size: 110%; }
#infotech-logo, #mini-order td input, #wrap-prices p { font-size: 80%; }

#footer, #footer a, #contacts h1, #contacts h2, #contacts h3 { color: white;}
.section big, #wrong-order b  { color: #A10308; }
#mini-order table td { color: #690203; }
#tabs-menu { color: #A7070B; }
.sales p, .sales h2 { color: #C50A10; }
.hotel-detail li { color: #990000; }

/* BORDER */

.radius-shadow-wrap {
    position: relative;
    width: 100%;
    padding: 18px 20px 0 22px;
    margin: -18px -20px 0 -22px;
    overflow: hidden;
}
.radius-shadow-cn {
    position: absolute;
    left: -55px;
    z-index: -2;
}
.shad-tl, .shad-tr {
    height: 1000px;
    top: -28px;
}
.shad-tl, .shad-bl { width: 100%; }
.shad-tr, .shad-br {
    width: 56px;
    margin-left: 100%;
}
.shad-bl, .shad-br { height: 27px; }
.shad-bl {
    left: -77px;
    padding-right: 42px;
    clip: rect(auto auto auto 55px);
}
.shad-br { left: -35px; }
.bg-img-opacity { background: url(../images/border-opacity.png) no-repeat; }
.pod-img-bg {
    position: absolute;
    left: 0;
    top: 0;
    margin: 15px 0 0 20px;
    z-index: 0;
}
.border-img {
    margin: 10px;
    position: relative;
    padding: 3px 4px;
    display: block;
}

#pusher {
    clear:left;
    float:left;
    height:0;
}

