body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

/* ----- PAGE STRUCTURE ----- */

#main {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 950px;
}

#header {
	position: relative;}
	
#header.home {
	height: 510px;}	
	
#header.inside {
	height: 278px;}	

#footer {
	position: relative;
	width: 950px;
	height: 76px;
	background: url(/_assets/images/bg-footer.png) no-repeat;
	text-indent: -9999px;}


/* ----- header ----- */
#headerimages {
	position: absolute;
	z-index: 5;}
	
#headerimages.home {
	}
	
#headerimages.inside {
	display: none;
	visibility: hidden;	} 
	
#headerbar {
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 950px;
	height: 30px;
	z-index: 900;
	font-size: 85%;}
	
#headerbar ul {
	z-index: 9999;
	margin:0px;
	margin-left: 25px;
	margin-top: 8px;
	padding: 0px;}
	
#headerbar ul li {
	display: inline;
	float: left;
	border-left: 1px solid #cc9900;
	padding: 0px 15px;}
	
#headerbar ul li a {
	display: block;
	}
		
#headerbar ul li a.aboutus {
	display: block;
	width: 100px;
	height: 18px;		}	
	
#headerbar ul li.first {
	padding-left: 0px;
	border: 0px;}	
	
#headerbar .newsletter	{
	margin-top: 8px;
	/* width: 400px; */}
	
#headerbar a.ch-icon:hover {
	text-decoration: none;
}	
	
#headerbar .newsletter .text {
	margin-top: 0px;}
	
#headerbar .newsletter .text a {
	display: inline;
	float: left;}	
	
div.headerinput {
	width: 160px;
	height: 18px;
	float: right;}	
	
div.headerinput	input {
	width: 130px;
	height: 13px;}
	
div.headerinput	input.nbutton {
	width: 11px;
	height: 13px;}	
	
div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 186px;
	z-index: 50;}	
	
h1 {
	display: block;
	position: absolute;
	margin-top: 30px;
	left: 421px;
	width: 132px;
	height: 115px;}	
	
h1 a {
	display: block;
	text-indent: -9999px;
	width: 132px;
	height: 115px;}	
	
/* ----- headerbar pulldown nav ----- */	

	
	
/* ----- Tier 1 nav ----- */		
	
ul#nav-home {
	position: absolute;
	width: 950px;
	height: 136px;	
	z-index: 9999;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	top: 375px;}
	
ul#nav-inside {
	position: absolute;
	width: 950px;
	height: 136px;	
	z-index: 9999;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
	top: 142px;}		
	
ul#nav-home li.tier1nav,
ul#nav-inside li.tier1nav {
	display: inline;
	float: left;
	position:relative; }	
	
#nav-home li.tier1nav a, 
#nav-inside li.tier1nav a,
#nav-home li.tier1nav li a:visited,
#nav-inside li.tier1nav li a:visited {
	display: block; 
	padding: 0px;
	height: 136px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	cursor: pointer;}
			
#nav-home li.tier1nav a.dine,
#nav-inside li.tier1nav a.dine {
	width: 278px;
	background-image: url(/_assets/images/tier1nav-dine.png);}
	
#nav-home li.tier1nav a.play,
#nav-inside li.tier1nav a.play {
	width: 393px;
	background-image: url(/_assets/images/tier1nav-play.png);}	
	
#nav-home li.tier1nav a.entertain,
#nav-inside li.tier1nav a.entertain {
	width: 279px;
	background-image: url(/_assets/images/tier1nav-entertain.png);}		
	
#nav-home li.tier1nav a:hover,
#nav-inside li.tier1nav a:hover {
	background-position: bottom left;}	
	
/* ----- pulldown nav ----- */	
	
 #headernav ul.h-pulldownnav {
	z-index:9999;
	position: absolute;
	top: 135px;
	left: 0;
	margin: 0px;
	padding: 0px;
	top: 25px;
	left: 25px;
	width: 600px;
	list-style: none;
	display: none;}

	
#headernav li:hover ul.h-pulldownnav, #headernav ul.h-pulldownnav li:hover ul {
	display: block;
	background:#000;
	filter: alpha(opacity=90);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
 	-moz-opacity: 0.90; 
	opacity: 0.9;}
	
#headernav ul.h-pulldownnav li {
	display: block;
	padding: 0 15px;
	float: left;
	border: 0px;}
	

#headernav ul.h-pulldownnav li a, #headernav ul.h-pulldownnav li a:visited {
	display: block;
	height: auto;
	text-align: left;
	padding: 6px 15px;
	background: url(/_assets/images/icon-arrow-blue.png) no-repeat #000;
	background-position: 0px 5px;
	filter: alpha(opacity=95);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
 	-moz-opacity: 0.95; 
	opacity: 0.95;
	padding-left: 20px;
	color:	#99ccff;
	width: 105px;
	text-indent: 0px;
	text-decoration: none;}
	
		
#headernav ul.h-pulldownnav li a:hover, #headernav ul.h-pulldownnav li a:active {
	background-image: url(/_assets/images/icon-arrow-white.png); 
	background-repeat: no-repeat;
	background-color: #004785;
	background-position: 0px 5px;
	filter: alpha(opacity=100);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 	-moz-opacity: 1.0; 
	opacity: 1.0;
	color: #fff;}
	
	
#headernav ul.h-pulldownnav li a.last, #headernav ul.h-pulldownnav li a:visited.last {
	width: 180px;}	
	
/* ----- content ----- */

#info-home {
	position: absolute;
	z-index:0;
	width: 950px;
	background: url(/_assets/images/bg-content-home.gif) repeat-y;}
	
#info-inside {
	position: absolute;
	z-index:0;
	width: 950px;
	background: url(/_assets/images/bg-content-inside.gif) repeat-y;}	
		
#info-holder {
	padding: 35px 25px;
	width: 900px;
	text-align: left;	
	}	
	
/* ----- content home ----- */			
	
#info-holder .home1 {
	width: 225px;
	float: left;	}
	
#info-holder .home2 {
	width: 350px;
	float: left;
	margin-left: 48px;}	
	
#info-holder .home3	{
	width: 220px;
	float: right;	}
	
#info-holder .home3	ul {
	margin:0px;
	padding:0px;
	height: 70px;
	list-style: none;}
	
#info-holder .home3	ul li {
	display: inline;
	float: left;}	
	
#info-holder .home3	ul li a {
	display: block;
	width: 32px;
	font-size: 12px;
	padding: 4px;
	padding-top: 0px;
	padding-left: 0px;}	
	
#info-holder .home3	ul.fw,	
#info-holder .home3	ul.snc {
	height: 100px;
	margin-bottom: 25px;}	
	
#info-holder .home3	ul.fw {
	display: block;}	
	
#info-holder .home3	ul.fw li {
	margin-bottom: 5px;
}	
	
#info-holder .home3	ul.fw li img {
	float: left;
	vertical-align: middle;
	margin-right: 10px;}	
	
#info-holder .home3	ul.fw li a {
	display: inline;}	
	


/* ----- content inside ----- */	
	
#info-holder .left {
	width: 220px;
	float: left;
	margin-right: 50px;}	
	
#info-holder .right {
	width: 620px;
	float: right;	}	
	
.left ul.tier2nav {
	margin: auto 0px;
	padding: 0px;}
	
.left ul.tier2nav li {
	padding: 3px;
	margin: 2px;
	list-style: none;
	display: block;}	
	
.left ul.tier2nav li a {
	display: block;
	width: 195px;
	height: 20px;
	padding: 0px;
	text-indent: 20px;
	background: url(/_assets/images/icon-arrow-blue.gif);
	background-repeat: no-repeat;
	background-color: #000; 
	background-position: 3px 0px;
	color: #99ccff;
	text-decoration: none;}		
	
.left ul.tier2nav li a:hover, .left ul.tier2nav li a.active {
	background-color: #333;}	
	
.left ul.tier3nav {
	margin: auto 0px;
	padding: 0px;
	margin-bottom: 3px;
	margin-left: 15px;}
	
.left ul.tier3nav li {
	padding: 2px;
	margin: 0px;
	list-style: none;
	display: block;}	
	
.left ul.tier3nav li a {
	display: block;
	width: 180px;
	height: 20px;
	padding: 0px;
	text-indent: 20px;
	background: url(/_assets/images/icon-arrow-white.gif) no-repeat #000; 
	background-position: 3px 0px;
	color: #fffff6;
	text-decoration: none;}		
	
.left ul.tier3nav li a:hover, .left ul.tier3nav li a.active {
	background-color: #333;}				
		

/* ----- general ----- */

.right {
	float: right;}
	
.end {
	margin-right: 25px;}	