@charset "utf-8";
/* CSS Document */
/****************************** Main Css ******************************/
*/
html, body {border: 0; margin: 0; padding: 0; height: auto;}
body {	
	font: 11px arial, helvetica, sans-serif;
	color: #8a7b50; /*Font color*/
	background: #ffffff url(../images/bg.gif) top repeat-x;
	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 */
}
	p {}
	p, ul, ol { margin: 0; padding: 0; list-style: none; }
	img, img a { border: none; }
 	/*img, div { behavior: url(iepngfix.htc) }
	img, div, a, input { behavior: url(iepngfix.htc) }*/
	form { margin: 0; padding: 0; }
	
/************************* Global linking *************************/	
a:link {
	color: #b76d14;
	text-decoration: none;
}
a:visited {
	color: #b76d14;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
a:active {
	color: #534c33;
}
/************************* Wrapper Css *************************/	
#Wrapper {
	width: 960px;
	padding: 0 38px;
	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. */
}

/****************************** Header Css ******************************/
#header{
	width: 884px;
	height: 89px;
	/*background-color:#FF6600;*/
	float:left;
}
#header-logo {
	/*width: 102px;
	height: 86px;*/
	float:left;
}
#header-right {
	float:right;
	width:auto;
	font: 11px arial, helvetica, sans-serif;
}
.divider {
	float:left;
	width:6px;
	height:21px;
	background: url(../images/divider.png) no-repeat left;
}
#header-language {
	width: auto;
	padding: 5px 0 0 8px;
	color: #b76d14;
	float: left;
	text-align: left;
	/*background: url(../images/divider.png) no-repeat left;*/
}
#header-language a:link, #header-language a:visited, #header-language a:hover {
	text-decoration:none;
	color: #b76d14;
}
#header-login {
	/*width: 80px;
	text-align: right;*/
	padding: 5px 10px 0 5px;
	color: #b76d14;
	float: left;
}
#header-greeting {
	width: auto;
	padding: 5px 15px 0 0;
	color: #b76d14;
	float: left;
	background: url(../images/divider.png) no-repeat right;
}
#header-login a, #header-greeting a {
	color: #b76d14;
}
/****************************** Nav Css ******************************/
#nav {
	height: 22px;
	float: right;
	padding-top: 45px;
	text-align:right;
	width:700px;
}
#nav-home, #nav-rooms, #nav-dining, #nav-leisure, #nav-events, #nav-weddings, #nav-retail, #nav-destination, #nav-promotions
{
	float:left;
}

#nav-home a, #nav-rooms a, #nav-dining a, #nav-leisure a, #nav-events a, #nav-weddings a, #nav-retail a, #nav-destination a, #nav-promotions a
{
	height:22px;
	float:left;
	display:block;
	text-indent: -9999px;	
}
#nav-home a:focus, #nav-rooms a:focus, #nav-dining a:focus, #nav-leisure a:focus, #nav-events a:focus, #nav-weddings a:focus, #nav-retail a:focus, #nav-destination a:focus, #nav-promotions a:focus
{
	overflow:hidden;
	height:22px;
}
/***** nav - Home *****/
#nav-home, #nav-home a{
	width: 64px;
	height:22px;
	background: url(../images/navi.gif) 0 0;
}
#nav-home a:hover, #nav-home a:active {
	width: 64px;
	height:22px;
	background: url(../images/navi.gif) 0 -22px;
}
/***** nav - Rooms *****/
#nav-rooms, #nav-rooms a{
	width: 68px;
	height:22px;
	background: url(../images/navi.gif) -64px 0;
}
#nav-rooms a:hover, #nav-rooms a:active {
	width: 68px;
	height:22px;
	background: url(../images/navi.gif) -64px -22px;
}
/***** nav - Dining *****/
#nav-dining, #nav-dining a{
	width: 68px;
	height:22px;
	background: url(../images/navi.gif) -132px 0;
}
#nav-dining a:hover, #nav-dining a:active {
	width: 68px;
	height:22px;
	background: url(../images/navi.gif) -132px -22px;
}
/***** nav - Leisure *****/
#nav-leisure, #nav-leisure a{
	width: 72px;
	height:22px;
	background: url(../images/navi.gif) -200px 0;
}
#nav-leisure a:hover, #nav-leisure a:active {
	width: 72px;
	height:22px;
	background: url(../images/navi.gif) -200px -22px;
}
/***** nav - Events *****/
#nav-events, #nav-events a{
	width: 66px;
	height:22px;
	background: url(../images/navi.gif) -272px 0;
}
#nav-events a:hover, #nav-events a:active {
	width: 66px;
	height:22px;
	background: url(../images/navi.gif) -272px -22px;
}
/***** nav - Weddings *****/
#nav-weddings, #nav-weddings a{
	width: 88px;
	height:22px;
	background: url(../images/navi.gif) -338px 0;
}
#nav-weddings a:hover, #nav-weddings a:active {
	width: 88px;
	height:22px;
	background: url(../images/navi.gif) -338px -22px;
}
/***** nav - Retail *****/
#nav-retail, #nav-retail a{
	width: 61px;
	height:22px;
	background: url(../images/navi.gif) -426px 0;
}
#nav-retail a:hover, #nav-retail a:active {
	width: 61px;
	height:22px;
	background: url(../images/navi.gif) -426px -22px;
}
/***** nav - Destination *****/
#nav-destination, #nav-destination a{
	width: 102px;
	height:22px;
	background: url(../images/navi.gif) -487px 0;
}
#nav-destination a:hover, #nav-destination a:active {
	width: 102px;
	height:22px;
	background: url(../images/navi.gif) -487px -22px;
}
/***** nav - Promotions *****/
#nav-promotions, #nav-promotions a{
	width: 95px;
	height:22px;
	background: url(../images/navi.gif) -589px 0;
}
#nav-promotions a:hover, #nav-promotions a:active {
	width: 95px;
	height:22px;
	background: url(../images/navi.gif) -589px -22px;
}

/* Style for Language Drop Down Menu */
.dropmenulang{
	position:absolute;
	margin-top: 3px;
	border: 1px solid #d5c1a7; /*THEME CHANGE HERE*/
	z-index:100;
	background-color: white;
	width: 180px;//130px;
	padding: 3px;
	visibility: hidden;
	/*top: 0;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenulang a {
	color: #494949;
	padding: 4px;
	margin: 0;
}

* html .dropmenulang a{ /*IE only hack*/
	width: 100%;
}

.dropmenulang a:hover{ /*THEME CHANGE HERE*/
	text-decoration: underline;
	color: #ff6600;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	margin-top: 3px;
	border: 1px solid #c3b683; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #e5e3d7;
	width: 160px;
	visibility: hidden;
	/*top: 0;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a:link, .dropmenudiv a:visited {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #8a7b50;
	background: url(../images/dot.gif) no-repeat 5px 9px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #fba22e;
	text-decoration: none;
	color: white;
}
/****************************** Main Flash Css ******************************/
#content {
	width: 872px;
	padding: 10px 0 10px 10px;
	border: 1px solid #f5f5ea;
	background-color:white;
	float:left;
	text-align:left;
	position: relative;
}
#main-flash{
	width: 640px;
	float:left;
	z-index: 1;
}
#main-btn {
	width: 334px;
	right: 8px;
	bottom: 8px;
	position: absolute;
}

/****************************** Main right panel Css ******************************/
#col-panel {
	width: 220px;
	float:right;
}
.banner {
	height: 100px;
	border-bottom: 1px solid #e9e4cc;
}
.banner img {
	padding: 5px 10px 5px 0;
}
.banner a {
	color: #ff6600;
	text-decoration: none;
}
.banner a:hover {
	text-decoration: underline;
}

/****************************** Main right panel Css ******************************/
#right-panel {
	width: 230px;
	height: 276px;
	position: absolute;
	background: url(../images/home/rightbg.gif) bottom repeat-x;
	right:0;
}

/****************************** Subpages panel Css ******************************/
#sub-leftpanel {
	width: 425px;
	float:left;
}
#sub-content {
	width: 270px;
	height: 358px;
	padding: 0 10px;
	float:left;
	background:url(../images/bgsub.gif) repeat-x bottom;
}
#sub-content-text {
	padding: 0 7px;
}
#sub-content-text a {
	color: #ff6600;
}
#sub-content-text a:hover {
	text-decoration:underline;
}
#sub-rightpanel {
	width: 145px;

	padding-right: 8px;
	float:left;
}
#sub-btn {
	width: 156px;
	height: 66px;
	right: 8px;
	bottom: 8px;
	position: absolute;
}

/****************************** Footer Css ******************************/
#footer{
	width: 884px;
	height: 80px;
	padding-top: 8px;
}

#footercontent { 
  	float: left;
  	margin: 0;
  	padding: 0;
	color:#534c33;
	font-size: 10px;
  	list-style: none;

  	}
#footercontent a {
	color:#534c33;
	font-size: 10px;
  	text-decoration: none;
  	}
	
#footercontent a:hover{
	color:#534c33;
	font-size: 10px;
	text-decoration:underline;
}

#copyright {
	width:549px;
  	float: left;
  	margin: 0;
	padding: 5px 0;
  	}
#address {
	width:335px;
  	margin: 0;
	float: left;
	padding: 5px 0;
  	} 
	
/****************************** Clear float Css ******************************/	
#clear{
	clear:both;
}


