/* CSS Stylesheet for Screen, Presentation */

/************ General rules ************/
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: #885522/*5e3812*/ url('graphics/bg.gif') repeat-x center top;
}
body {
    font-size: 11px;
    font-family: Verdana, Arial, Tahoma, 'Geneva CE', Lucida, sans-serif;
    color: #5e3812;
}
/************ General classes ************/
.cleaner {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 10px;
    line-height: 0;
    clear: both;
    background: #ebebc2/*e4e4d5*/;
}
.floatr {
    float: right;
}
.floatl {
    float: left;
}
input.button {
    border: 0;
    width: 132px;
    height: 23px;
    background: transparent url('graphics/button_bg.gif') center center no-repeat;
    color: #323C3C;
    cursor: pointer;
}
select {
    border: 1px solid #939490;
    margin: 0;
    padding: 0;
    font-size: 90%;
    padding: 1px 1px;
    background: #EDEDED;
}
select option {
    font-size: 10px;
    padding: 1px 1px;
    margin: 2px 0;
}
a {
    color: #5e3812;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

/************ bg ************/
#bg {
    width: 100%;
    text-align: center;
    border: none;
    position: relative;
    background: #885522/*5e3812*/ url('graphics/bg.gif') repeat-x center top;
    margin: 0;
}

#bg p {
    text-align: left;
}
/************ bg2 ************/
#bg2 {
    width: 772px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: 0;
    position: relative;
    background: transparent;
}
/************ bg2_in ************/
#bg2_in {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 25px 0;
    border: 0;
    position: relative;
}
/************ bg2_in2 ************/
#bg2_in2 {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #000000;
    position: relative;
}
/************ bg3 ************/
#bg3 {
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
    background: #ebebc2;
}
/************ freeHtml ************/
#freeHtml {
    float: left;
    position: relative;
    height: 170px;
}
#freeHtml iframe {
	margin: 0;
	$margin-right: 3px;
	border: 0;
}
#freeHtml .icons {
    position: absolute;
    left: 494px;
    top: 6px;
    width: 36px;
    text-align: center;
}
#freeHtml .icons a, #freeHtml .icons img {
    border: 0;
    margin: 3px 0;
}
/************ bg4 ************/
#bg4 {
    position: relative;
}

/************ lang ************/
#lang {
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    width: auto;
    background: transparent;
    position: absolute;
    right: 6px;
    top: 130px;
}
#lang ul {
    list-style: none;
    width: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#lang li {
    display: block;
    width: 25px;
    float: left;
    padding: 0;
    margin: 0;
    padding: 5px 0 0 10px;
    vertical-align: middle;
    background: transparent;
    clear: both;
}
#lang li.current {
    background: transparent;
}
#lang li.current a {
    color: #000000;
}
#lang li.current a img{
    color: #000000;
    border: none;
}
#lang li a img{
    color: #000000;
    border: none;
}
#lang ul li.separator {
    width: 7px;
    display: none;
    padding: 0;
    background: transparent;
}
#lang li a {
    display: block;
    width: auto;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
}
#lang li a:hover {
    display: block;
    text-decoration: none;
    background: transparent;
}
/************ head ************/
#head {
    width: 770px;
    height: 170px;
    margin: 0;
    padding: 0;
    border: 0;
}

#logo {
    width: 240px;
    height: 170px;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    text-align: center;
}

#logo a, 
#logo a:hover {
    border: 0;
}

#logo img {
    border: 0;
}

#header {
    width: 225px;
    height: auto;
    position: absolute;
    top: 339px;
    left: 533px;
    margin: 0;
    border: 0;
    padding: 0;
    text-align: left;
    background: transparent;
    display: none;
}
#header h2 {
    display: none;
}
#header_in {
    width: 225px;
    height: auto;
    margin: 28px 0 10px 5px;
    padding: 10px;
    background: url('graphics/header_bg.gif') repeat-y left;
}
#header_in strong {
    margin-bottom: 2em;
    padding-bottom: 2em;
}
.header_contact {
    margin: 10px;
    padding: 0;
}
#header_map {
    margin: 10px;
    padding: 0;
    text-align: left;
}
#header_map img {
    margin: 0;
    padding: 0;
    border: none;
}
/************ menu ************/
#menu {
    font-family: Tahoma, Verdana, Arial, 'Geneva CE', Lucida, sans-serif;
    width: 770px;
    display: block;
    background: url('graphics/menu_bg.gif') center center no-repeat;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 38px;
    _margin-top: -12px;
    position: relative;
    text-align: center;
}
#menu_in {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 15px;
    border: 0;
}
#menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    text-align: center;
}
#menu ul li {
    display: inline;
    float: left;
    height: 38px;
    line-height: 38px;
    padding: 0;
    margin: 0;
    width: auto;
    position: relative;
    background: transparent url('graphics/menu_li_separator.gif') left top no-repeat;
}
#menu ul li.menu-top-item {
    background: transparent;
}
#menu ul li.separator {
	display: none;
}
#menu ul li a {
    padding: 0 10px;
    margin-left: 10px;
    _margin-left: 5px;
    font-size: 110%;
    color: #f1fadc;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    width: auto;
    display: block;
    float: left;
    height: auto;
    border-bottom: none;
}
#menu ul li a:hover {
    color: #f1fadc;
    background: transparent url('graphics/menu_hover_bg.gif') top center repeat-x;
}
#menu li a span {
    cursor: pointer;
}
#menu ul li.menu-top-item a {
    margin-left: 0;
}


#menu ul ul {
    border: #eaf1d2 solid 1px;
    width: 150px;
    margin-top: 37px;
}
#menu ul ul li, #menu ul ul li.menu-top-item {
    height: 34px;
    line-height: 34px;
    background: transparent url('graphics/menu_sub_bg.gif') repeat-x top left;
    padding: 0;
    overflow: hidden;
}
#menu ul ul li a {
    display: block;
    margin: 0;
    padding-left: 20px;
    text-align: left;
    width: 100%;
}
#menu ul ul li a:hover {
    background: transparent url('graphics/menu_sub_hover_bg.gif') repeat-x top left;
}

/************ news ************/
#news {
    clear: left;
    width: 250px;
    display: block;
    _position: relative;
    border: 0;
    float: left;
    background: transparent url('graphics/news_bg.gif') repeat-y left top;
    text-align: left;
    margin: 10px 0 2px 10px;
    _margin-left: 5px;
    padding: 0 0 10px 0;
}
#news_in {
    width: auto;
    padding: 0 10px;
    font-size: 100%;
}
#news .news-title {
    width: 206px;
    display: block;
    height: 38px;
    line-height: 33px;
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 130%;
    font-weight: bold;
    color: #323c3c;
    background: url('graphics/h2_news_bg.gif') no-repeat;
}
#news dl, #news dt, #news dd {
    margin: 5px;
    padding: 0;
    color: #425558;
}
#news dt {
    font-weight: bold;
    margin: 0px 5px;
    color: #425558;
}
#news .date {
    font-weight: bold;
    color: #5e3812;
}
#news a {
    font-weight: bold;
    color: #5e3812;
    text-decoration: none;
    border-bottom: #5e3812 1px solid;
}
#news a:hover {
    text-decoration: none;
    border-bottom: #5e3812 1px dashed;
}
#news a h3{
    margin: 0px;
}



/************ reservation - Request Form ************/
#requestForm {
    width: 395px;
    border: 1px solid #e5e5aa;
    background-color: #eceeee;
    margin: 10px 0px;
    padding: 5px;
}
#requestForm label {
    display: block;
    float: left;
    vertical-align: middle;
    width: 150px;
    margin: 3px 0px 0px 0px;
}
#requestForm input {
    border-color: #939490 #c6c8bf #c6c8bf #939490;
    border-width: 1px;
    border-style: solid;
    font-size: 95%;
    vertical-align: middle;
    height: 1.3em;
    line-height: 1.3em;
    margin: 4px 5px;
    padding: 2px 1px 2px 2px;
}
#requestForm .request_term {
    width: 170px;
}
#requestForm .request_guests {
    width: 30px;
}
#requestForm .contact {
    width: 200px;
}
#requestForm .confirmationCode {
    width: 50px;
}
#requestForm .warning {
    font-weight: bold;
}
#requestForm .request_note {
    border-color: #939490 #c6c8bf #c6c8bf #939490;
    border-width: 1px;
    border-style: solid;
    padding: 2px;
    width: 220px;
    height: 80px;
    font-size: 95%;
    margin: 4px 5px;
}

#requestForm .button {
    border: none;
    margin: 0px 10px 0px 0px;
    padding: 0px 10px 0px 10px;
	font-size: 12px;
	font-weight: bold;
    text-decoration: none;
	color: #323C3C;
	cursor: pointer;
	overflow: hidden;
	width: 132px;
    height: 23px;
    background: transparent url('graphics/button_bg.gif') center center no-repeat;
}
#requestForm .error-out {
    width: 85%;
    margin: 10px auto;
    padding: 0px;
    border: 0px;
}
#requestForm .error-in {
    width: auto;
    border: 1px dashed #939490;
    padding: 5px;
    margin: 0px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}



/************ quickGallery ************/
.quickGallery {
    width: 250px;
    display: block;
    border: 0;
    background: transparent url('graphics/news_bg.gif') repeat-y left top;
    text-align: left;
    margin: 10px 0 2px 10px;
    _margin-left: 5px;
    padding-top: 5px;
    float: left;
    clear: both;
    _position: relative;
}
.quickGallery .quickGallery_in {
    width: auto;
    padding: 0 20px 20px 20px;
    font-size: 90%;
    background: transparent;
}
.quickGallery .quickGallery-title {
    width: 206px;
    display: block;
    height: 38px;
    line-height: 33px;
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 130%;
    font-weight: bold;
    color: #323c3c;
    background: url('graphics/h2_news_bg.gif') no-repeat;
}
.quickGallery table {
    width: 100%;
}
.quickGallery td {
    text-align: center;
    vertical-align: middle;
}
.quickGallery a {
    color: #5e3812;
    border: none;
}
.quickGallery a:hover {
    border: none;
}
.quickGallery a img {
    border: 2px solid #5e3812;
    display: block;
    margin: 2px auto;
}
.quickGallery a:hover img {
    border: 2px solid #edcc61;
}
.quickGallery .more-photos a {
    line-height: 15px;
    padding: 0;
    margin: 0;
    text-align: right;
    display: block;
}

/************ content ************/
#content {
    *width: 500px;
    height: auto;
    overflow: visible;
    margin: 0;
    padding: 0 0 0 260px;
    *padding: 0;
    border: 0;
    color: #5e3812;
    font-size: 110%;
}
#content_in {
    background: transparent;
    width: 500px;
    height: auto;
    margin: 0;
    padding: 5px 0 0 5px;
}
#content p {
    line-height: 20px;
    text-align: justify;
}
#contant_in2{
    border: 0;
    float: left;
}
#content_in2 {
    text-align: left;
    padding: 5px 15px;
    _padding-left: 5px;
}
a {
    text-decoration: none;
    border-bottom: #5e3812 1px solid;
}
a:hover {
    text-decoration: none;
    border-bottom: #5e3812 1px dashed;
}
#content img {
    border: none;
    margin: 2px 5px;
}
#content h1 {
    background: transparent;
    margin-top: 2px;
    padding-top: 2px;
    font-size: 160%;
    text-transform: uppercase;
    font-weight: normal;
    color: #5e3812;
    height: auto;
    line-height: 26px;
}
#content h2 {
    color: #5e3812;
    margin-top: 2px;
    padding-top: 2px;
    font-size: 130%;
    text-transform: uppercase;
    font-weight: bold;
}
#content h3 {
    color: #5e3812;
    margin: 2px 0;
    padding: 2px 0;
    font-size: 115%;
    text-transform: uppercase;
    font-weight: bold;
}
#content ul {
    margin-left: 10px;
    padding-left: 10px;
    list-style-type: square;
    text-align: left;
}
#content ul li {
    line-height: 25px;
    vertical-align: middle;
}

#content iframe#map {
	width: 465px;
	height: 400px;
	margin: 5px 0px 0px 0px;
	border: 1px solid #bbc9bc;
	overflow: hidden;
	display: none;
}
#content .contact-map-paragraph {
    display: none;
}

#content p.topnav{
    margin: 0;
    padding: 3px;
    border: #5e3812 1px solid;
    background: #f5ada1; 
}
#content p.topnav a{
    margin-right: 20px;
}
/************ priceList ************/
table.pricelist {
    text-align: left;
    border: none;
    display: block;
    width: 460px;
    border: 1px solid #f3f3ca;
}
table.pricelist thead {
    font-weight: bold;
    text-align: center;
    background: transparent;
    border: none;
    color: #5E3812;
    border: none;
    width: 460px;
}
table.pricelist th.season-title, table.pricelist th.season-range {
    background: transparent;
    font-weight: bold;
    height: 25px;
    padding: 0 5px;
}
table.pricelist thead th {
    border: none;
    padding: 3px 5px;
    background: transparent;
}
table.pricelist th.season-title {
    text-align: left;
    width: 160px;
    background: #f3f3ca;
}
table.pricelist th.season-range {
    text-align: right;
    width: 300px;
    background: #f3f3ca;
}
table.pricelist thead div {
    margin: 0;
    padding: 0 5px;
}
table.pricelist tbody td {
    padding: 3px;
    color: #425558;
    text-align: left;
    background: #f3f3ca;
}
table.pricelist td.price-value {
    text-align: right;
}
table.pricelist th.rooms-title {
    font-weight: bold;
    border: none;
    background: transparent;
    text-align: left;
    padding-left: 5px;
}
table.pricelist th.guests-count {
    font-weight: bold;
    border: none;
    text-align: right;
}
table.pricelist td.room-name {
    font-weight: normal;
    width: 130px;
    color: #425558;
    text-align: left;
    border: none;
}
table.pricelist th.guests-title {
    width: 316px;
}


/************ accommodation ************/
.objectKind-detail {
    width: 465px;
    margin: 10px 0px;
    padding: 2px 5px;
    border-width: 1px 0;
    border-color: #e5e5aa;
    border-style: solid;
    background-color: #f3f3ca;
}
.objectKind-detail .objectKind-detail-text {
    font-style: italic;
    margin: 2px 10px;
}
.objectKind-detail .objectKind-detail-title {
    padding-bottom: 2px;
    letter-spacing: 2px;
    text-align: left;
}
.objectKind-detail .objectKind-properties {
    padding: 2px;
    margin: 2px;
    clear: right;
}
.objectKind-detail .objectKind-gallery {
    border-color: #ebebc2;
    background: #e5e5aa;
}
.objectKind-detail .objectKind-gallery a img {
    border: 2px solid #ebebc2;
}
.objectKind-detail .objectKind-gallery a:hover img {
    border: 2px solid #f3f3ca;
}

/************ gallery ************/
#gallery table, #gallery tbody {
    width: 100%;
    border: none;
}
#gallery table tbody td {
    text-align: center;
    vertical-align: middle;
}
#gallery table a {
    border: none;
}
#gallery table a:hover {
    border: none;
}
#gallery table a img {
    border: 2px solid #5e3812;
}
#gallery table a:hover img {
    border: 2px solid #edcc61;
}

/************ footer ************/
#footer {
    bottom: 0px;
    font-size: 90%;
    color: #425558;
    width: 770px;
    margin: 0;
    padding: 0;
    border: 0;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    clear: both;
    text-align: left;
    background: #dadac2 url('graphics/footer_bg.gif') right repeat-y;
}
#footer #copy {
    width: auto;
    height: 100%;
    text-align: left;
    margin: 0;
    border: 0;
}
#copy #copy-previo {
    float: right;
    text-align: left;
    margin-right: 10px;
}
#copy #copy-hotel {
    float: left;
    margin-left: 10px;
}
#footer a {  
    color: #5e3812;
    text-decoration: none;
    border-bottom: #5e3812 1px solid;
}
#footer a:hover {  
    color: #5e3812;
    text-decoration: none;
    border-bottom: #5e3812 1px dashed;
}

/****** Calendar ******/
.cal-left, .cal-right, .cal-month, .cal-year, .calendar .td_top {
    background-color: #526652;
}
.calendar .td_hilite div {
    background-color: #DEE7DE;
    border-color: #526652;
}
.calendar .td_today div {
    border-color: #526652;
}
