@charset "utf-8";
html { overflow:-moz-scrollbars-vertical !important; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  
}
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #edede8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height:1.5em;
}
p {line-height:1.5em; }
table {font: normal 11px Verdana, Geneva, sans-serif; }
.thrColFixHdr #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background-color: #ffffff;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px; /* padding keeps the content of the div away from the edges */
    padding-left:30px;}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	padding: 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 360px;
	margin-bottom: 0;
	margin-left: 360px;
} 
h1, h2 {font-weight: bold; 
            background-color: #8b8e09;
			color: #fff;
			padding: 6px 0 6px 10px;
			font-family:Tahoma, Geneva, sans-serif; }
h1 {font-size: 18px; }
h2 {font-size: 14px; }
h3 {color: #8b8e09;
    font-weight:bold;
	font-size: 11px; }
.countryh1 {width: 500px; }
.thrColFixHdr #mainContentbase {
	padding: 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e8e8ce;
	text-align:right;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-size: 9px;
	color: #999999;}
.footer_image {text-align:right;
                background-color:#edede8;
				padding: 0;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav_bar {
	background-image: url(images/nav_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 0;
	border-top: solid 6px #8b8e09;
	height: 22px;
	font: bold 11px Verdana, Geneva, sans-serif;
	color: #ffffff;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 34px;
}
a, a:link, a:active, a:visited, a:focus {color: #8b8e09; 
text-decoration:none;
 }
a:hover {background-color: #fff;
                  color: #000; 
				  text-decoration:none;}
a.mainnav, a.mainnav:active, a.mainnav:focus {color: #fff;
   font: bold 12px verdana;
   text-decoration:none;
   padding: 0 51px 0 0;
}
a.mainnav:hover {color: #8b8e09; 
                 background: none;}
a.textlink, a.textlink:active, a.textlink:focus {color: #8b8e09; 
text-decoration:underline;
font-weight: bold; }
a.textlink:hover {background-color: #8b8e09;
                  color: #000; }
a.footerlink, a.footerlink:active, a.footerlink:focus {color: #666666;
                  text-decoration:none;
}
a.footerlink:hover {color: #000000; }
#welcome_bar {
	position: relative;
	height: 300px;
}
#welcome_bar h1 {font: bold 14px Verdana, Geneva, sans-serif;
                 margin-top: 0;
}
#welcome_bar p { }
#image_show {
	float:right;
	top: 0px;
	right: 0px;
	height: 297px;
	width: 512px;
}
#findvenue {
	background-color: #edede8;
	width: 502px;
	text-align: right;
	padding: 30px 10px;
	z-index: 1000;
	position:absolute;
	top: 218px;
	right: 512px;
}
.welcome {
	padding: 30px;
	line-height: 1.8em;
	width: 450px;
	float:left;
	position: absolute;
	top: 0px;
	left: 0px;
}
.maintable {display:table;
            width: 1024px;
			border-collapse:collapse;
			background-image:url(images/table_back.gif);
			background-position: top right;
			background-repeat:repeat-y;
}
.colheaders {
	color: #333;
	background-color: #FFF;
	padding: 10px;
}
.colheadertext {
	text-align:center;
	width: 320px;
	padding: 8px;
	font: bold 12px Verdana, Geneva, sans-serif;
	float: left;
}
.searchcountry {width: 300px; }
.searchbutton {background: #8b8e09;
               border-top: solid 2px #464807;
			   border-right: solid 2px #464807;
			   border-bottom: solid 2px #b0b256;
			   border-left: solid 2px #b0b256;
			   font: bold 10px verdana; 
			   color: #ffffff;}
.developedby {text-align:right;
              padding: 2px 10px;
			  font-size:9px;
			  color:#666666; 
			  background-color: #edede8;}
td.hotelcell {width: 380px;
          text-align: right; }
.imagehotel {border: double 3px #8b8e09; 			 
			 margin-bottom: 20px;
			 padding: 3px;
			 }
.hotelheading {background-color:#8b8e09;
          color:#ffffff;
		  padding: 6px 20px;
		  font-size: 16px;
		  font-weight: bold;
}
.logoimage {float:left;
            margin: 0 10px 10px 0; }
.hotel {background-color:#8b8e09;
          color:#ffffff;
		  padding: 4px 20px;
		  font-size: 13px;
		  width: 506px;
		  }
.roomcellheader {font: bold 11px verdana; 
     color: #ffffff;
	 background-color: #8b8e09;
	 text-align:center;
	 border-right: solid 1px #ffffff;
	 border-bottom: solid 1px #ffffff;}
.roomcellheaderright {font: bold 11px verdana; 
     color: #ffffff;
	 background-color: #8b8e09;
	 text-align:right;
	 border-right: solid 1px #ffffff;
	 border-bottom: solid 1px #ffffff;}
.roomcelldata  {font: normal 11px verdana;
               color: #333333;
			   background-color: #e8e8ce;
			   text-align:center;
			   border-right: solid 1px #ffffff;
			   border-bottom: solid 1px #ffffff;}
.roomcellarea  {font: normal 11px verdana;
               color: #333333;
			   background-color: #cccccc;
			   text-align:center;
			   border-right: solid 1px #ffffff;
			   border-bottom: solid 1px #ffffff;}
.countryimage {position:relative; 
               min-height: 700px;
			   width: 370px;
			   float: right;}
.countryimage1 {position: absolute;
                top: 5px;
				right: 30px;
				z-index:200;
				border: double 3px #8b8e09;
				padding: 3px;
				}
.countryimage2 {position: absolute;
                top: 200px;
				right: 390px;
				z-index: 201;
				border: double 3px #8b8e09;
				padding: 3px;}
.countryimage3 {position: absolute;
                top: 140px;
				right: 560px;
				z-index: 202;
				border: double 3px #8b8e09;
				padding: 3px;}
.countryimage4 {position: absolute;
                top: 170px;
				right: 730px;
				z-index: 203;
				 border: double 3px #8b8e09;
				padding: 3px;}
.generalimage {float: right; 
    border: double 3px #8b8e09;
				padding: 3px;
}
.strongred {
	color: #F00;
}
#chooseanother {margin-top:30px;}
#hotelcontainer {padding:0 20px 10px 20px;}
td.hoteldesc {font-weight:bold;
              color: #8b8e09; 
			  }
.hiddenField {display:none; }
.specialofferscountry {
	padding: 0px 20px;
	font-size: 14px;
	font-weight:bold;
	line-height: 1.2em;
}
.specialoffershotel {
	padding:0px 40px;
}
.specialdetails {padding: 10px;
                 border:dotted 1px #8b8e09; }
.backto {text-align:right; 
         color: #cccccc;}
a.backtolink, a.backtolink:active, a.backtolink:visited, a.backtolink:focus {text-decoration:none;
color: #cccccc;
}
a.backtolink:hover {color: #666666; }
.nopadding {padding:0px; }
.monty {float:right; 
        margin-top: 30px;}
.quote {border: dotted 1px #cccccc;
        padding: 20px;
		width: 260px;
		float:right; 
		color: #8b8e09;
		text-align:left;}
.signatory {font-weight:bold; font-style:italic; }
a:hover {text-decoration:none; }
.spotlight {width: 450px;
	float:left;
	position:relative;
	padding: 0px 20px;
	}
.spotlight h2 {font-size: 16px;
	font-weight:bold;
	 }
.spotinner {padding:10px; }
.image1 {position:absolute;
	top:50px;
	right:80px; 
	z-index:100;}
.image2 {position:absolute;
top:170px;
left:60px;
z-index:200; }
.buttondivs {float:right;  }
a.nounderline, a.nounderline:active, a.nounderline:link, a.nounderline:focus {color:#fff; text-decoration:none;}
a.nounderline:hover {color: #fff; }
.spottext {position:absolute;
top:280px;
left: 260px;
width:200px; }
