body { background-image:url(../images/bg.jpg); background-repeat:repeat-x; background-color:#f1eee7; padding:0px; margin:0px; }

#header { width:980px; margin:0 auto; }

.captcha
{
  width: 150px;
}
.refresh
{
  position:relative;
  float: right;
  margin-top: -45px;
  margin-right: -22px;
}
#url
{
  visibility: hidden;
  height: 1px;
  width: 1px;
  position:absolute;
}

a:link {
	color: #A47454;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A47454;
}
a:hover {
	text-decoration: none;
	color: #A73A3A;
}
a:active {
	text-decoration: none;
}

#content { background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:15px;
    width: 1003px; clear:both;
    -moz-box-shadow: -1px -1px 5px #d2cec2;
    -webkit-box-shadow: -1px -1px 5px #d2cec2;
    box-shadow: -1px -1px 5px #d2cec2;
}

h1 { font-family: 'Noto Sans', sans-serif; font-size:20px; color:#A73A3A; padding:0px;}

h2 { font-family: 'Noto Sans', sans-serif; font-size:20px; color:#A73A3A; padding:0px; }
	
#footer { background-image:url(../images/footerbgf.jpg); width:100%; background-repeat:repeat-x; background-color:#eeebe4; padding:0px; margin:0px;  }

#footercontent { width:980px; margin:0 auto; }

.footerblocks { width:240px; float:left; margin-bottom:15px; }

.footerblockslast { width:220px; float:left; margin-bottom:15px; padding-top:20px; }

.footerblockscontact { width:270px; float:left; margin-bottom:15px; }
	
.buttonpanel {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
	margin-bottom:15px;
    text-align: left;
    width: 1000px;
}
.buttonpanel ul {
    list-style: none outside none;
    margin: 0;
}
.buttonpanel li {
    background-image: url("../images/menu-bullet.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    color: #A99D8C;
    display: inline;
    font-family: 'Noto Sans', sans-serif; 
    font-size: 18px;
    font-style: italic;
    padding-left: 10px;
    padding-right: 20px;
}
.buttonpanel li a {
    color: #A99D8C;
    text-decoration: none;
}
.buttonpanel li a:hover {
    color: #A73A3A;
}

.buttonpanel li .active {
    color: #A73A3A;
}
	
	.clearfloat { clear:both; }
	
	#contentmain { width:975px; margin-left:10px; margin-top:0px; margin-bottom:10px; }
	
	#contentinsideleft {  width:650px; float:left; margin-left:10px; margin-top:0px; margin-bottom:10px;}
	
	#accommodationleft {  width:490px; float:left; margin-left:10px; margin-top:0px; margin-bottom:10px;}
	#accommodationright {  width:490px; float:right; margin-left:10px; margin-top:0px; margin-bottom:10px;}
	
	#contentinsideright {  width:315px; float:right; margin-right:10px; margin-top:0px; margin-bottom:10px;}

#header p { padding:0px; margin:0px; font-family: 'Noto Sans', sans-serif; font-size:16px; }

#logo { float:left; background-image:url(../images/logo.png); width:410px; height:131px; margin-bottom:15px; margin-top: 30px; }

.fadein { position:relative; width:980px; height:441px; margin:0 auto; border:11px solid #FFF; }
.fadein img { position:absolute; left:0; top:0; }

.bottom-banner-shadow {
    background-image: url("../images/bottom-shadow-banner.png");
    height: 42px;
    margin: 0 auto;
    width: 1003px;
}

#contactus { float:right; width:380px; }

#map { float:right; width:370px; }

p { padding:0px; margin:0px; font-family: 'Noto Sans', sans-serif; font-size:16px; color:#655d54; }

.top-line hr {
	clear:both;
    border-color: #F8F7F3 -moz-use-text-color #DCD8CC;
    border-style: solid none;
    border-width: 1px 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 1003px;
}

/* Gallry */
.gallery ul {
	list-style: none;
	display: inline;
	margin-left: 0px;
	padding: 0px;
}
.gallery li {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
.gallery img {
	padding: 5px;
}
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Arial;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}

.nights-bridge {
	margin-top: 10px;
}

.nights-bridge a {
	background-color: #f1eee7;
	padding: 10px;
	border: 2px solid #A99D8C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.nights-bridge a:hover {
	background-color: #D3CBB6;
}