@charset "utf-8";
/* 
Schlossle Hotel website CSS

@author: 

@reviwed and refactored: Alex Tretyakov aka TPETb (alextret@gmail.com)
*/

/*=Reset styles=*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: 400;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
ul, li {
    list-style-type: none;
}
em {
    font-style: italic;
}


/*=Common styles=*/
input {
    font-weight: normal;
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #777;
}
a, a:hover, a:visited {
    text-decoration: none;
    color: #133469;
}
body {
    background: transparent url(images/bg.jpg);
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #777;
}

/*=Containers styles=*/
/*TODO: Change containers to wrappers*/
#container, #footer, .top-container, .bottom-container {
    width: 890px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}
.top-container {
    background: transparent url(images/border-top.png);
    font-size: 0px;
    height: 5px;
}
.bottom-container {
    background: transparent url(images/border-bottom.png);
    font-size: 0px;
    height: 5px;
}
#container {
    background: transparent url(images/bg-line.png) repeat-y;
    padding-bottom: 30px;
    overflow: hidden;
}
/*=Header styles=*/
#header {
    position: relative;
}
#logo {
    margin-left: 20px;
    float: left;
    margin-top: 24px;
    margin-bottom: 20px;
}
#other-branches {
    width:480px;
    height:33px;
    margin-top:33px;
    float:right;
    padding-right:20px;
}
#hotels-header-menu, #hotels-footer-menu {
    margin:0px;
    padding:0px;
    float:right;
    text-align:center;
}
#hotels-header-menu li p, #hotels-footer-menu li p {
    display:table;
}
#hotels-header-menu li b, #hotels-footer-menu li b {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#hotels-header-menu li span, #hotels-footer-menu li span {
    display:table-cell;
    vertical-align:middle;
}
#hotels-header-menu li, #hotels-footer-menu li {
    display: inline;
    list-style-type:none;
    float:left;
    margin-left:36px;
}
#hotels-footer-menu li {
    margin-left:0px;
    margin-right:18px;
}
#hotels-footer-menu li p {
    height:78px;
}

#top-navigation {
    padding-right: 20px;
    margin-top: 32px;
    float: right;
}
#top-navigation li {
    display: inline-block;
    float: left;
}
#top-navigation li.separator {
    background: #C7C9CB;
    height: 14px;
    width: 1px;
    margin-left: 18px;
    margin-right: 18px;
}

#navigation-and-language-switch-wrapper {
    height: 37px;
    clear: both;
    float: left;
    border-top: #DBDCDD solid 1px;
    margin-top: 17px;
    padding-top: 17px;
    width: 100%;
}
#navigation-and-language-switch-wrapper a {
    color: #25272F;
    outline: none;
}

#language-switch-wrapper {
    float: right;
    margin-top: 28px;
    padding-right: 20px;
    width: 45px;
}
#language-switch a {
    color: #818990;
    font-size: 10px;
    padding-left: 8px;
}
#language-switch li {
    background: url(images/language-root.png) no-repeat;
    width: 44px;
}
#language-switch li a {
    height: 18px;
    display: inline-block;
    padding-top: 4px;
}
#language-switch li ul {
    width: 44px;
    background: url(images/language-list-bg.png) no-repeat bottom;
    position: relative;
    z-index: 5000;
}
#language-switch li ul li {
    background: transparent;
    height: 16px;
}
#language-switch li ul li a {
    height: 15px;
    padding-top: 0;
    width: 34px;
    padding-left: 6px;
    margin-left: 2px;
}
#language-switch li ul li a:hover {
    background: url(images/language-item-hover-bg.png) no-repeat;
}

#navigation {
    padding-left: 20px;
    float: left;
    width: 870px;
}
#navigation li {
    float: left;
    font-size: 19px;
    font-family: Georgia, sans-serif;
    height: 38px;
}
#navigation .active a,
#navigation a:hover {
    color: #77679b;
}
#navigation li.separator {
    background: transparent url(images/navigation-separator.png) no-repeat;
    display: block;
    float: left;
    width: 5px;
    height: 6px;
    margin-right: 18px;
    margin-left: 18px;
    margin-top: 11px;
}
#navigation #submenu li.separator {
    margin-top: 6px;
}
#navigation li ul li {
    font-size: 13px;
    height: auto;
}
#navigation #submenu {
    position: absolute;
    left: 20px;
    top: 198px;
}
#navigation #submenu .active a, 
#navigation #submenu a:hover {
    color: #8C8C8C;
}
#navigation .submenu li.separator {
    background: #C7C9CB;
    width: 1px;
    height: 15px;
    margin-top: auto;
}
#submenu-container {
    background: url(images/bg-submenu.png) no-repeat;
    width: 890px;
    height: 37px;
    margin-top: -1px;
    clear: both;
}
#navigation .has-submenu {
    height: 38px;
}
#navigation .has-submenu.active {
    background: url(images/submenu-active.jpg) no-repeat bottom center;
}

#book-form-line {
    width: 100%;
    height: 40px;
    clear: both;
}
/*TODO(Minor): Think on this thing. maybe heading tag?*/
.book-online {
    width: 165px;
    height: 40px;
    float: left;
    background: url(images/book-online.jpg) no-repeat;
}
.book-online p {
    font-family: Georgia, serif;
    font-size: 20px;
    color: #32343D;
    padding-top: 7px;
    padding-left: 20px;
}

#book-form {
    width: 705px;
    padding-left: 20px;
    height: 40px;
    float: right;
    vertical-align: top;
    background: url(images/book-form-bg.jpg) no-repeat;
}
#book-form * {
    float: left;
    display: block;
    margin-top: 7px;
}
#book-form label {
    margin-top: 12px;
    margin-left: 35px;
    margin-right: 8px;
    font-weight: bold;
    color: #343942;
    font-size: 13px;
}
#book-form input {
    border: 0px;
    padding-top: 4px;
    text-align: center;
}
#book-form button {
    border: 0px;
    margin: 0px;
}
#book-form button.check {
    width: 135px;
    height: 28px;
    margin-top: 6px;
    margin-left: 45px;
    padding: 0 0 3px 0;
    background: transparent url(images/check-button.png) no-repeat;
    color: #2F3133;
    font-weight: bold;
    cursor: pointer;
}
#book-form button.calendar {
    margin-top: 8px;
    width: 25px;
    height: 22px;
    padding: 0px;
    background: url(images/calendar-button.png) no-repeat;
    cursor: pointer;
}
input.date {
    width: 82px;
    margin-right: 3px;
    height: 18px;
    border: 0px;
    background: url(images/data-input-text.png) no-repeat;
}
input.tiny-int {
    width: 27px;
    height: 18px;
    border: 0px;
    background: transparent url(images/number-input-text.png) no-repeat;
}

#banner {
    clear: both;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 1px;
    position: relative;
}

#promo-banner {
    border-bottom: 1px solid #CFD1D4;
    margin-bottom: 12px;
}

#breadcrumbs {
    height: 36px;
    background: url(images/bg-bread.jpg) no-repeat;
    margin-bottom: 12px;
}
#breadcrumbs ul {
    padding-top: 13px;
    padding-left: 24px;
}
#breadcrumbs li {
    float: left;
}
#breadcrumbs a.active {
    color: #545454;
}
#breadcrumbs li.separator {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 6px;
    background: url(images/breadcrumb-img.jpg) no-repeat;
    width: 4px;
    height: 5px;
}

/*=Main content styles=*/
#content ul li {
    margin-left: 40px;
}
#content ol li {
    margin-left: 30px;
    list-style: inherit;
}
#content {
    float: left;
    width: 580px;
    padding-left: 20px;
    position: relative;
    padding-right: 28px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #656869;
}
#content h1 {
    font-family: Georgia, serif;
    font-size: 23px;
    color: #32343D;
    padding-top: 12px;
    margin-bottom: 15px;
}
#content h2 {
    font-family: Georgia, serif;
    font-size: 19px;
    font-weight: normal;
    color: #32343D;
    margin: 10px 0;
}
#content h3 {
    font-family: Georgia, serif;
    font-size: 16px;
    color: #32343D;
    font-style: italic;
}
#content p {
    margin:17px 0;
}
#content ul,
#content ol {
    margin: 15px 0;
}
#content ul ul,
#content ul ol,
#content ol ul,
#content ol ol {
    margin: 0;
}
#content ul li {
    list-style-image: url(images/bullet.gif);
}

/* TODO: Change to something more logic*/
#thumbnails {
    width: 194px;
    overflow: auto;
    float: right;
}
#thumbnails.extended {
    width: 100%;
    float: left;
    margin-top: 3px;
    overflow: hidden;
}
#thumbnails #gallery-film {
    width: 900px;
}
#thumbnails #gallery-film li {
    float: left;
    margin: 0 2px 0 1px;
    list-style: none;
}
/* TODO: Change to something more logic*/
#thumbnails img {
    border: #CACBCD solid 2px;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 1px;
}
/* TODO: Change to something more logic*/
#big-image {
    position: relative;
    float: left;
    width: 686px;
    height: 300px;
    overflow: hidden;
}
.img-zoom {
    background: url(images/zoom.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 7px;
    bottom: 7px;
}
.img-zoom a {
    width: 40px;
    height: 40px;
}
#slides-container {
    position: relative;
}
/*TODO: Change separator to border.*/
/*TODO: Get inner wrapper here.*/
img.separator {
    width: 28px;
    height: 100%;
}
.content-separator {
    width: 28px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}
/*TODO: Move to proper place in file*/
a.read-more {
    text-decoration: underline;
    background: url(images/link-more-img.jpg) no-repeat;
    background-position: 100% 6px;
    padding-right: 10px;
}

/*=Sidebar styles=*/
#sidebar {
    width: 240px;
    float: right;
    padding-left: 20px;
    padding-top: 10px;
}
#sidebar h2 {
    font-size: 19px;
    font-family: Georgia, serif;
    color: #252730;
    padding-top: 12px;
    padding-bottom: 12px;
}
#sidebar img {
    margin-bottom: 10px;
}

#subscribe-form {
    background: transparent url(images/subscribe-form-bg.jpg) no-repeat;
    width: 240px;
    height: 68px;
    padding-top: 12px;
    padding-left: 10px;
}
#subscribe-form form {
    margin-top: 10px;
    width: 220px;
}
/* TODO. change to heading or something*/
#subscribe-form cite {
    color: #2F3234;
    font-size: 18px;
    font-family: Georgia, serif;
}
#subscribe-form .input {
    border: 0px;
    background: transparent url(images/subscribe-input-text.png) no-repeat;
    height: 24px;
    width: 148px;
    float: left;
    padding-left: 4px;
    padding-top: 3px;
}
#subscribe-form .button {
    background: transparent url(images/subscribe-button.png) no-repeat;
    height: 24px;
    width: 67px;
    border: 0px;
    float: right;
    font-weight: bold;
    color: #FFF;
}
/*TODO: wtf is that? */
li.active {
    background-position: 0px 11px;
}
#quick-links li.separator {
    border-bottom: #DEE0E1 solid 1px;
    font-size: 0px;
    background: none;
    height: auto;
    margin: 0px;
}
/*TODO: Change to address tag.*/
#contacts {
    line-height: 1.6;
}
#contacts a {
    text-decoration: underline;
}

#quick-links li {
    background: url(images/menu-coner.png) no-repeat 0px 5px;
    padding-left: 10px;
    margin-bottom: 9px;
    margin-top: 9px;
    color: #133469;
}

/*TODO: Change to something else=))*/
.phone cite {
    font-size: 19px;
    font-family: Georgia, serif;
    margin-bottom: 5px;
    display: block;
}

/*=Footer styles=*/
#footer {
    height: 105px;
    background: transparent url(images/bg-footer.png) no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    font-size: 11px;
}
#footer div {
    float: left;
    padding-top: 17px;
}
#footer div.footer-separator {
    padding: 0px;
    margin: 7px 15px 0;
    font-size: 0px;
    width: 1px;
    height: 89px;
    background: #D2D3D4;
}
#footer div.logo {
    font-size: 0px;
    /*width: 340px;*/
    height: 78px;
}
#footer div.address {
    line-height: 1.8;
    margin-left: 15px;
    margin-top: 8px;
    /*width: 237px;*/
}
#footer div.phone {
    color: #4C4F54;
    margin-top: 2px;
    width: 176px;
}
#brand {
    bottom: -20px;
    position: absolute;
    right: 5px;
}
#brand img {
    margin-bottom: 10px;
}

/*=Contact form styles=*/
#contact-form {
    background: transparent url(images/contact-form-bg.png) no-repeat;
    margin-left: -20px;
    padding-left: 20px;
    padding-top: 24px;
}
#contact-form label {
    color: #3C4041;
    font-size: 15px;
    margin-bottom: 8px;
    float: left;
    width: 110px;
}
/*#contact-form .form-fields select {
width: 45px;
color: #656869;
}*/
#contact-form .form-fields .rbtnsex {
    float:left;
    width:14px;
    margin:0px;
    padding:0px;
}
#contact-form label.lsex {
    margin-left:3px;
    width:28px;
}
#contact-form .form-fields select#request {
    width: 305px;
}
#contact-form .form-fields input {
    width: 300px;
    color: #656869;
}
#contact-form .form-fields input#fullname {
    width:207px;
    margin-left:3px;
}
#contact-form .form-field-message {
    margin-top: 18px;
}
#contact-form .form-field-message textarea {
    width: 535px;
    height: 110px;
    color: #656869;
}
/*TODO(Minor): Refactor those lulz*/
#contact-form .form-field-message input {
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    border: 0px;
    background: transparent url(images/send-button.png) no-repeat;
    width: 99px;
    height: 29px;
    margin-top: 14px;
}
.asterisk {
    display: inline;
    color: #ff0000;
    width: 1pt;
    height: 1pt;
}

/* for safari*/
.content-separator-inner {
    position: relative;
    height: 100%;
    overflow: hidden;
}
/*=Patterns=*/
.clear {
    clear: both;
    float: none;
}
.no-display {
    display: none;
}
.slide {
    position: absolute;
    float: left;
}
.slide img {
    float: left;
}


/*=Enquiry form=*/
#content.extended {
    width: 842px;
}
#reservation-form {
    color: #656869;
}
#reservation-form .block {
    width: 100%;
    float: left;
    clear: both;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#reservation-form .block h2 {
    font-size: 18px;
    color: #32343d;
    font-family: Georgia, sans-serif;
    margin-bottom: 10px;
}
#reservation-form .block div {
    float: left;
    clear: none;
    width: 420px;
    overflow: hidden;
}
#reservation-form label {
    display: inline-block;
    width: 180px;
    line-height: 28px;
}
#reservation-form input.textfield {
    width: 225px;
}
#reservation-form input.town {
    width: 170px;
}
#reservation-form input.zip {
    width: 50px;
    margin-left: 1px;
}
#reservation-room.block div,
#reservation-linen.block div,
#reservation-pillow.block div,
#reservation-music.block div {
    width: 280px;
}
#reservation-room.block div input,
#reservation-pillow.block div input,
#reservation-music.block div input {
    float: left;
    clear: left;
    height: 21px;
}
#reservation-flowers.block div,
#reservation-champagne.block div {
    width: 215px;
}
#reservation-info.block label {
    width: 820px;
}
#reservation-restaurants.block label {
    width: auto;
    margin-right: 10px;
}
#reservation-restaurants.block input.textfield {
    width: 75px;
    margin-right: 20px;
}
#reservation-restaurants.block p {
    margin-top: 12px;
    margin-bottom: 0;
}
#reservation-transport table {
    width: 100%;
}
#reservation-transport table tr {
    line-height: 28px;
}
#reservation-transport table tr th {
    font-weight: bold;
    border-bottom: 1px solid #e7e7e7;
    background: #efefef;
    font-size: 11px;
}
#reservation-transport table tr td {
    border-bottom: 1px solid #e7e7e7;
}
#reservation-transport table tr td.item-title,
#reservation-transport table tr th.item-title {
    padding-left: 20px;
}
#reservation-transport table tr td.item-price,
#reservation-transport table tr th.item-price {
    padding-left: 20px;
    width: 130px;
}
#reservation-transport table tr td.item-value-1,
#reservation-transport table tr th.item-value-1 {
    padding-left: 20px;
    width: 130px;
    text-align: center;
}
#reservation-transport table tr td.item-value-2,
#reservation-transport table tr th.item-value-2 {
    padding-right: 20px;
    width: 200px;
    text-align: center;
}
#reservation-transport.block {
    border-bottom: 0;
}
#reservation-comments.block {
    border-bottom: 0;
}
#reservation-comments textarea {
    width: 100%;
    height: 100px;
}
#reservation-form .submit {
    background: url(images/submit.gif) no-repeat;
    height: 34px;
    width: 100px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    margin-left: 387px;
}

/* Menu accordion styles */
#menu-container h2 {
    cursor: pointer;
}
#menu-container div {
    position: relative;
    overflow: hidden;
}
#menu-container h2 {
    background-image:url(images/list-item.gif);
    background-position: 0 10px;
    background-repeat:no-repeat;
    padding:0 0 0 14px;
    text-align: left;
}
#menu-container h2.active {
    background-image:url(images/list-item-active.gif);
}

