body{
	margin: 0px;
	background-image: url(img/bg.jpg);
	background-color: #ebe6d3;
}
img{
  border: 0px;  
}
.content-text table{
    border: 1px solid #c8b17d;
    margin: 15px auto;
    border-color: #c8b17d;
} 

/* header bar */
.container{
    background-color: #fbf7ef;
    width: 964px;
    color: #000;
    border-left: 1px solid #efe6d6;
	margin: 0px auto 0px auto;
	-webkit-box-shadow: 3px 3px 3px #c8b17d;
    -moz-box-shadow: 3px 3px 3px #c8b17d;
    box-shadow: 3px 3px 3px #c8b17d;
}

#topbar{
}

.menu{
	width: 951px;
	margin: 0px auto 0px auto;
	padding: 7px;
	text-align: center;
	font-size: 8pt; 
	color: #decaa2; 
	line-height: 13px; 
	font-family: Tahoma, sans-serif ; 
	text-decoration: none;
	opacity: 0.85;
	background-color: #faf7f2;
	border-bottom: 1px solid #decaa2;
}

.menu .menuitem{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	color: #b18e3c;
	text-decoration: none;	
}
.menu .menuitem-selected{
    margin-left: 10px;
	margin-right: 10px;
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	color: #b18e3c;
    text-decoration: underline;	
}
.menu .menuitem:hover{
	text-decoration: underline;	
}

#topbar .header{
  height: 145px;
  background-image: url(img/top.jpg);  
}

.line{
  height: 7px;  overflow: hidden;
  background-image: url(img/topline.jpg); 
}

#topbar #logo{
  width: 200px;
  position: relative;
  float: left;
  left: 40px;
  top: 10px;
}

#topbar #skype{
  width: 110px;
  position: relative;
  float: right;
  right: 10px;
  top: -10px;
  font-size: 8pt;
  margin: 7px;
  color: #7a6043;
  line-height: 12px;
  font-family: Tahoma, sans-serif;
  text-shadow: #fff 0px 1px 1px;
  text-decoration: none;
  text-align: center;
}

#topbar #languagebar{
  position: relative;
  top: 80px;
  left: 165px;
  font-size: 8pt;
  font-family: Tahoma, sans-serif;
  color: #817662;
  text-decoration: none;
}

#topbar .language{
  margin: 5px;
  font-size: 8pt;
  font-family: Tahoma, sans-serif;
  color: #817662;
  font-weight: bold;
  text-decoration: none;
}

#topbar .language:hover{
  text-decoration: underline;
}

#languagebar .selected{
  margin: 5px;
  font-size: 8pt;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  color: #d2ac67;
}

#localtime{
  position: relative;
  top: 65px;
  right: 20px;
  text-align: right;
  float: right;
  font-size: 8pt; 
  color: #817662;  
  font-family: Tahoma, sans-serif ; 
  text-decoration: none;
}
/* menu */
#menu{
  height: 22px;
  background-image: url(img/buttonsbg.jpg);
  font-size: 8pt;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	color: #624716;
	padding: 7px 0 0 10px;
	text-align: center;
}

#menu .menuitem{
	margin: 12px 5px 0 5px;
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	color: #624716;
	text-decoration: none;
	text-shadow: #fff 0px 1px 1px;	
}

#menu .menuitem:hover{
	color: #fbf7ef;
	text-decoration: none;
	text-shadow: #000 0px 1px 1px;	
}

#menu .menuitem-selected{
    margin: 12px 5px 0 5px;
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	font-weight: bold;	
	color: #fbf7ef;
	text-decoration: none;
	text-shadow: #000 0px 1px 1px;	
}
/* content */
#main{
    background-color: #fbf7ef;
}

#main .maintop{
  height:362px;
}

#main .rightbannerbar{
  float: right;
  margin: 0px;
  width: 328px;
  padding-top: 1px;
}

.rightbannerbar a{
  text-align: right;
  font-size: 8pt;
  font-family: Tahoma, sans-serif;
  color: #9b7c43;
  text-decoration: underline;
}

.rightbannerbar a:hover {
  color:#624716;
}

.content-text a{
  text-align: right;
  font-size: 8pt;
  font-family: Tahoma, sans-serif;
  color: #9b7c43;
  text-decoration: underline;
}

.content-text a:hover {
  color:#624716;
}

.content-text{
    margin: 10px;
    padding: 10px;
    font-size: 8pt;
    color: #624716;
    line-height: 13px;
    font-family: Tahoma, sans-serif; 
    text-decoration: none;
/*    text-align: justify; */
    border: 1px solid #decaa2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.content-title{
    font-size: 8pt;
    font-weight: bold;
    font-family: Tahoma, sans-serif;
    color: #9b7c43;
}

#main .rightbanner{
  width: 307px;
  height: 109px;
  padding: 5px 7px 5px 12px;
  margin-right: 1px;
  border-right: 1px solid #d1cdb0;
  border-bottom: 1px solid #d1cdb0;
  background-image: url(img/rbanner.jpg);
  font-size: 8pt;
  color: #624716;
  line-height: 13px;
  font-family: Tahoma, sans-serif; 
  text-decoration: none;
/*  text-align: justify; */
}

/* bottom */
#bottombar{
}

.contact-input{
    border: 1px solid #b18e3c;
    font-size: 8pt;
    color: #7a6043;
    font-family: Tahoma, sans-serif;
    padding: 3px; 
    margin-right: 10px; 
    width:330px;
}

#bannerbar{
  height: 136px;
  background-color: #fff;
  padding-left: 1px;
  padding-top: 1px;
}

.banner{  
  float: left;
  margin: 0px;
  padding: 0px;
  width: 320px;
  height: 135px;
  border-right: 1px solid #fff;
}

.banner-border{  
  margin: 0px 1px 0px 1px;
}

#infobar{
  height: 108px;
  background-image: url(img/bottom.jpg);
}

.friends{
  float: left;
  height: 93px;
  padding: 20px 5px 0px 15px;
  width: 300px;
  margin: 0px;
}

.friends .partener{
  margin: 10px;
}

.media{
  float: left;
  height: 93px;





  padding: 20px 5px 0px 15px;
  width: 300px;
  margin: 0px;
  font-size: 7pt;
  color: #7a6043;
  line-height: 12px;
  font-family: Tahoma, sans-serif; 
  text-decoration: none;
  text-align: center;
}

.media .mediasite{
  margin: 5px;
}

.contact{
  float: left;
  height: 93px;
  padding: 15px 15px 5px 5px;
  width: 300px;
  margin: 0px;

  text-align: right;
  font-size: 7pt;
  color: #624716;
  line-height: 13px;
  font-family: Tahoma, sans-serif ;
  text-decoration: none;
}

.contact a{
  font-size: 8pt;
  font-family: Tahoma, sans-serif;
  color: #9b7c43;
  text-decoration: underline;
}

.contact a:hover{
  color: #624716;
}

#copyright{
  padding-top: 20px;
  width: 960px;

  margin: 0px auto 10px auto;
  font-size: 7pt;
  color: #7a6043;
  line-height: 12px;
  font-family: Tahoma, sans-serif; 
  text-decoration: none;
  text-align: center;
}

#copyright .menuitem{
  font-size: 8pt;
  margin: 7px;
  color: #7a6043;
  line-height: 12px;
  font-family: Tahoma, sans-serif;
  text-shadow: #fff 0px 1px 1px;
  text-decoration: none;
}

#copyright .menuitem:hover{
  color: #3a2805;
}

#copyright .menuitem-selected{
  font-size: 8pt;
  margin: 7px;
  line-height: 12px;
  font-family: Tahoma, sans-serif;
  text-shadow: #fff 0px 1px 1px;
  text-decoration: none;
  color: #3a2805;
}

.caption{
  font-size: 10pt; 
  color: #624716; 
  line-height: 13px;
  font-weight: bold; 
  font-family: Tahoma, sans-serif;
  text-decoration: none;
  margin: 0px 0px 4px 0px;
  text-shadow: #fff 0px 1px 1px;
}

a.caption:hover{
    text-decoration: underline;
}




.moreinfo{
  text-align: right;
  font-size: 8pt;
  font-family: Tahoma, sans-serif;
  color: #9b7c43;
  text-decoration: underline;
}

.moreinfo:hover{

  color:#624716;
}

/* gallery */
#show-gallery{
  float: left;
  margin: 0px;
  width: 634px;
  height: 360px;
  overflow: hidden;
  border: 1px solid #fff;
}

.show-slides-container{
    float: left;
    overflow: hidden;
    width: 519px;
    height: 360px;
}

.show-slides{
  height: 360px;
  width: 521px;
  border-right: 1px solid #fff;
}



.show-slide{
    float:left;
    height: 360px;
}

.show-menu{
    float: right;
    width: 114px;
    padding-top: 6px;
    padding-bottom: 4px;
    background-color: #dec286;
    text-align: center;
}

.show-list{
	margin: 0px;
	padding: 0px;
}

.show-thumbs{
    height: 308px;
    overflow: hidden;
}

.show-menuitem{
	width: 106px;
	display: inline;
	list-style: none;
	height: 73px;
	overflow: hidden;
	margin: 0px;
}



.show-selected{
    position: absolute;
    display: none;
}

.show-separator{
	display: inline-block;
	list-style: none;
	height: 40px;
    width: 2px;    
}

#book-now{
    border: 1px solid #decaa2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 2px;
    padding: 5px;
}

.form-bar{
    margin: 0px;
    padding: 0px;
    height: 130px;
}

.form-panel{
    width: 400px;
    float: left;
    height: 100%;
}

.form-panel-a{
    width: 450px;
    float: left;
    height: 100%;
}
.form-panel-b{
    width: 450px;
    float: left;
    height: 100%;
}

.form-panel1{
    width: 390px;
    float: left;
    height: 100%;

}
.options{
    width: 160px;
    float: left;
}

.info-line{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 3px;
    padding: 1px;
}

.mark-line{
   background-color: #eee7d5;
}

.options .input-label{
    width: 75%;
    margin-right: 5px;
    text-align: right;
    float:left;
    font-size: 8pt;
    color: #7a6043;
    font-family: Tahoma, sans-serif;
    text-shadow: #fff 0px 1px 1px;
}
.options .data-input{
    width: 15%;
    border: 1px solid #b18e3c;
    font-size: 8pt;
    color: #7a6043;
    font-family: Tahoma, sans-serif;
    text-shadow: #fff 0px 1px 1px; 
    padding: 3px;
    margin-right: 0px;
}
.form-panel1 .input-label{
    width: 48%;
    margin-right: 8px;
    text-align: right;
    float:left;
    font-size: 8pt;
    color: #7a6043;
    font-family: Tahoma, sans-serif;

    text-shadow: #fff 0px 1px 1px;
}
.form-panel1 .data-input{
    width: 40%;
    border: 1px solid #b18e3c;
    font-size: 8pt;
    color: #7a6043;
    font-family: Tahoma, sans-serif;
    text-shadow: #fff 0px 1px 1px; 
    padding: 3px;
    margin-right: 10px;
}
.input-label{
    width: 25%;
    margin-right: 8px;
    text-align: right;
    float:left;
    font-size: 8pt;
    color: #7a6043;
    font-family: Tahoma, sans-serif;
    text-shadow: #fff 0px 1px 1px;
}

.center-label{
    text-align: center;
    width: 100%
}
.data-input{
    width: 65%;
    border: 1px solid #b18e3c;
    font-size: 8pt;
    color: #7a6043;
    font-family: Tahoma, sans-serif;
    text-shadow: #fff 0px 1px 1px; 
    padding: 3px;
    margin-right: 10px;
}


.data-input:focus{
    border: 1px solid #817662;
    color: #817662;

}

.country-panel{
    width: 200px;

    float: left;
    height: 100%;
}
.date-panel2{
    width: 422px;
    float: left;
    text-align: center;
}

.date-panel{
    width: 502px;
    float: left;
    padding: 5px 0 5px 10px;
    text-align: center;
}
.datepickerdiv{
    margin: 5px auto;
    width: 450px;
}

.jToday {
	width:40px;
	height:38px;
	background-image: url(img/day.png);
	overflow:hidden;
	text-align:center;
	float: right;
	margin: 0 0 3px 3px;
}
.jToday .year {
	display:none;
}
.jToday .month {
	font-weight:bold;
	color:#eeeeee;
	font-size:14px;
	line-height:14px;
}
.jToday .day {
	font-weight:bold;
	color:#444444;
	line-height:22px;
	font-size:22px;
}

.news-img{
    float: left;
    margin: 0 10px 10px 0;   
}

.img-small{
    width: 80px;
}

.img-big{
    width: 320px;
}

.news-separator{
    clear: both;
    width: 80%;
    border-top: 1px solid #decaa2;
    margin: 20px auto 20px auto;
    text-align: center;
}

.news-more{
    font-size: 8pt;
    font-family: Tahoma, sans-serif;
    color: #9b7c43;
    text-decoration: none;
}

.news-more:hover{
    color: #624716; 
}

.room-show{    
    width: 2730px;
    height: 270px;       
}

.room-container{
    margin: 10px auto 10px auto;
    border: 1px solid #decaa2;
    width: 910px;
    height: 270px;
    overflow: hidden;
    font-size: 8pt;
    color: #624716;
    line-height: 13px;
    font-family: Tahoma, sans-serif; 
    text-decoration: none;
    /* text-align: justify; */
}

.room-entry{
    float: left;
    width: 900px;
    height: 260px;
    padding: 10px 0 0 10px;
    background-color: #f7f0e0;
}

.room-image{
    float: left;
    width: 300px;
	
    height: 210px;
}

.superior-double{
    background-image: url(rooms/superior-double.jpg);
}
.superior-suite{

    background-image: url(rooms/superior-suite.jpg);
}
.presidential-suite{
    background-image: url(rooms/presidential-suite.jpg);
}

.room-left{
    float: left;
    width: 300px;		padding-top: 20px;
    text-align: center;
}

.room-description{
    float: left;
    width: 420px;
    margin-left: 20px;
}

.room-prices{
    float: left;
    width: 150px;
    padding-left: 10px;
}
.rooms-selection{
    list-style-type: none;
}

.room-selection{
    font-size: 8pt;
    color: #624716;
    line-height: 13px;
    font-family: Tahoma, sans-serif; 
    text-decoration: none;
    border: 1px solid #decaa2;
    border-radius: 5px;
    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;
    background-color: #f6f1e0;
    padding: 3px 3px 3px 10px;
    margin: 5px;
    width: 92%;   
}

.room-add{
    font-size: 10pt;
    font-weight: bold;
    color: #624716;
    line-height: 13px;
    font-family: Tahoma, sans-serif; 
    text-decoration: none;
    margin-left: 50px;
}

.room-new{
    display: none;
}

.room-add:hover{
    text-decoration: underline;
}
.room-remove{
    font-size: 10pt;
    font-weight: bold;
    color: #624716;
    line-height: 13px;
    font-family: Tahoma, sans-serif; 
    text-decoration: none;
    float: right;
    margin: 3px 10px;
}

.room-remove:hover{
    text-decoration: underline;
}
.room-control{
    background-color: #f6f1e0;
}

.controls{

    text-align: center;
}

.control{
    margin: 10px;
    font-weight: bold;
}

.fadeContent{
    position: relative;
    left: 0px;
    top: 0px;
}

.fadeDiv{
    position: absolute;
    left: 0;
    top: 0;

    display: none;
}

.countries{
    height: 110px;
    padding: 3px;
    width: 190px;
}

.country{
    overflow: hidden;
    width: 190px;
    padding: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.country-selected{
    background-color: #eee7d5;
}

.country-select{
  vertical-align: middle;

  font-size: 8pt;
  margin: 7px;
  color: #7a6043;
  line-height: 12px;
  font-family: Tahoma, sans-serif;
  text-shadow: #fff 0px 1px 1px;
  text-decoration: none;

}

.jScrollPaneContainer {
    margin: 5px auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border: 1px solid #eee7d5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #eee7d5;
}
.jScrollPaneDrag {
	position: absolute;
	background: #624716;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.promobar {
    margin-bottom: 20px;   
}

.promo{

    font-size: 8pt;
    color: #624716;
    line-height: 13px;
    font-family: Tahoma, sans-serif; 
    text-decoration: none;
    border: 1px solid #decaa2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f6f1e0;
    padding: 5px;
    margin: 5px;
}

.promo-date{
    color: #cf9b9b;
    font-weight: bold;
}

.centered{
    margin: 5px auto;
    width: 915px;
}

.comments{
    width: 450px;
    height: 100px;
    margin-right: 10px;
    border: 1px solid #decaa2;
}

.book-now-button{
    background-image:url('img/book_active.gif');
    width: 123px;
    height: 28px;
    font-size: 12pt;
    font-family: Tahoma;
    padding-top: 10px;
    color: #624716;
    text-align:center;
    margin: 5px auto; 
    cursor: pointer;
    text-decoration: none;
}

.contact-button{
    background-image:url('img/book_active.gif');
    width: 123px;
    height: 28px;
    font-size: 12pt;
    font-family: Tahoma;
    padding-top: 10px;

    color: #624716;
    text-align:center;
    margin: 5px auto; 
    cursor: pointer;
    text-decoration: none;
}

.book-now-button a{
    font-size: 12pt;
    font-family: Tahoma;
    padding-top: 10px;
    color: #624716;
    text-align:center;
    margin: 5px auto; 
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: 2px;
}

.book-now-button:hover{
    background-image:url('img/book_passive.gif');
}
.contact-button:hover{
    background-image:url('img/book_passive.gif');
}
/*

	GalleryView Stylesheet
	
	Use the CSS rules below to modify the look of your gallery.
	 
	To create additional rules, use the markup below as a guide to GalleryView's architecture.
	NOTE - The markup below represents the DOM generated by the GalleryView plugin, NOT the markup you would include in your HTML file.
		   Refer to README.txt to review markup requirements.
	
	<div class="gallery">
		<div class="panel">
			<img src="path/to/image.jpg" />
			<div class="panel-overlay">
				...overlay content...
			</div>
			<div class="overlay-background"></div>
		</div>
		<ul class="filmstrip">
			<li class="frame current">
				<img src="path/to/thumbnail.jpg" />
				<div class="caption">caption text</div>
			</li>
			<li class="frame">
				<img src="path/to/thumbnail.jpg" />

				<div class="caption">caption text</div>
			</li>
		</ul>
	</div>
		

*/

/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos { 
visibility: hidden; 
margin: auto;
}

.contact-info{
    height: 270px;
}


.contact-map{
    float: right;
    margin: 5px 5px 5px 15px;
}

.contact-section{
    float:left;
    height: 130px;
    width:47%;
    padding: 10px;
}

.contact-form{
    margin: 5px auto;
}

.back-image{
    background: url('img/bg-gal.png');
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)

 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;

}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;

	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;

	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 

	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#gallery a{
    float: left;
    padding: 0px;
    text-decoration: none;
    margin: 9px;
}
#gallery a img{
    border: 3px solid #decaa2;
}
#gallery a img:hover{
    border: 3px solid #fff;
}
#gallery{
    text-align:center;
}
