﻿* {
	margin: 0;
	padding: 0;
}


html, body {
  height:100%;
  margin:0;
  padding:0;
  width:100%;
}

/* markup */


body
{
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-y;
  background-color: #3C3230;
  background-position: center top;
  font: 11px "Tahoma";
  color: #a9a495;
  text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 965px;
	position: relative;
	height: 100%; 
	padding-bottom:45px;
		
}

#w {
	background-image: url(../images/contentbg.gif);
    background-repeat: repeat-y;
    margin:0 auto;
    min-height:100%;
    position:relative;
    width:970px;
}

#w1 {
	background-image: none;
    margin:0 auto;
    min-height:100%;
    position:relative;
    width:970px;
}

.clear {
	clear: both;
}

#topmenu {
	height: 28px;
	border-bottom: 1px solid #302926;
	font: 10px "Times New Roman";
	color: #8f856d;
	position: relative;
	background-color: #362C2A;
}

#header {
	height: 336px;
	border-top: 1px solid #49413e;
	border-bottom: 1px solid #302926;
	position: relative;	
	background-color:#3C3230;
}

#content{
	
	border-top: 1px solid #49413e;
	position: relative;	

    text-align: left;
}

#footer {
	clear: both;
	height: 45px;
	border-top: 1px solid #49413e;
	position: relative;	
	font: 10px "Tahoma";
	color: #8b8881;
	text-align: center;
	background-color: #362C2A;
	margin: 0 auto;
	width: 965px;	
	bottom:0;
    position:absolute;

}

#counter {
	float: right;
	padding: 8px 8px 0 0;
}

#menu {
	text-align: left;
	position: absolute;
	left: 90px;
	top: 10px;
	width: 260px;
	min-height: 320px;
	background-image: url(../images/menu_bg.gif);
	background-position: bottom;
    background-repeat: no-repeat;
}

#news {
	float: left;
	position: relative;
	width: 390px;
	min-height: 385px;
}

#text, #text1 {
   float: right;
   position: relative;
   width: 550px;
   min-height: 385px;	
   padding: 10px;
   min-height: 386px; 
}

#text1 {
	width: 910px;
	float: none;
	padding: 0 25px;
	background-color: #3C3330;
}

#newsbox {
	margin: 10px auto;
	width: 325px;
	min-height: 250px;
	background-image: url(../images/newsbox_ctr_bg.gif);
    background-repeat: repeat-y;	
}

#bookbox {
	margin:10px auto;
    height:110px;
    width:325px;
	background-image: url(../images/bookingbg.png);
    background-repeat: no-repeat;
    text-align: center;
}

#newstop {
	background-image: url(../images/newsbox_top_bg.gif);
    background-repeat: no-repeat;	
    height: 9px;
}

#newsbottom {
	background-image: url(../images/newsbox_btm_bg.gif);
    background-repeat: no-repeat;
	height: 7px;	
}

#newsctr {
	min-height: 234px;
	padding: 0 15px;
	text-align: left;
}

/* text */
p {
	padding: 5px 10px;
}

a {
	color: #E3D7AC;
}

#bookbox a {
	text-decoration: none;
}

h1, h2, h3 {
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
	font-family: "Times New Roman";
	color:#e3d7ac;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
}

#newsctr h1 {
	text-align: center;
}

#menu span {
	color: #f2e7b1;
}



#topmenu ul {
	list-style: none;
	text-align: right;
	padding-top: 10px;
}

#topmenu li {
	display: inline;
	padding: 10px 5px 10px 5px;
}

#topmenu a{
	text-decoration: none;
	color: #8f856d;
	text-transform: uppercase;
	font: 9px "Times New Roman";
    display: inline;
}

#footer p{
	padding-top: 25px;
}

#menu ul {
	list-style: none;
	height: 40px;
}

#foomenu ul {
	list-style: none;
/*	height: 40px; */
}

#menu_head {
	
    height: 68px;
    margin-bottom: 10px;
}

#menu li {
    display: block;
    background-image: url(../images/menuitembg.gif);
    background-repeat: no-repeat;
    padding: 5px 0 0 50px;
    margin: 0px 0px 0px 17px;
}

#foomenu li {
	display:  inline;
    color: #889cb5;
    font: 11px "Tahoma";
}

#footext {
   margin: 25px 0 0 250px;
}

#menu a{
   text-decoration: none;
   color: #f5f2e2;   /* f2e7b1; */
   font: 17px "Arial";
   display: block;
   height: 25px;
   width: 130px;
   padding: 0;
}

#foomenu a  {
   text-decoration: none;
	color: #889cb5;
	font: 11px "Tahoma";
	padding:0 15px;
}

.imgLoading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: url(/hotels/images/bg/semi_transparent.png);
}

.imgLoading p {
  position: absolute;
    top: 50%;
    left: 50%;
    margin: -1em 0 0 -4.3em;
    width: 8.6em;
}

.imgLoading img{
    opacity:1;
    position: absolute;
    top: -200px;
    left: -300px;
    margin: -8px 0 0 0;
}
