@charset "UTF-8";

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 75%;
	background:#000;
	}
	
a img {
	border: 0;	
	outline: 0;
}

#wrapper { 
	width: 895px;
	margin: 0 auto;
	}

.header {
	background: url(../images/line.gif) no-repeat bottom center;
	padding: 35px 0 15px 0;
	text-align:right;
	}
	
.navigation {}
	
ul.nav-main {
	margin: 0 0 0 0;
	padding: 0;
}

ul.nav-main li {
	display: inline;
	margin: 0;
	list-style: none;
}

ul.nav-main li a {		
	/*Leahy/Langridge image replacement technique*/
	float: left;
	margin: 0 0;
	padding-top: 23px;
	overflow: hidden; 
    background-repeat: no-repeat;
	background-position: 0 0; 
    height: 0px !important;
    height /**/:23px;
}


/*Leahy/Langridge image replacement technique*/
ul.nav-main li#menu-whats-on a { background-image: url(../images/menu_whats_on.gif); width: 121px;}
ul.nav-main li#menu-menu a { background-image: url(../images/menu_menu.gif); width: 77px;}
ul.nav-main li#menu-functions a { background-image: url(../images/menu_functions.gif); width: 122px;}
ul.nav-main li#menu-tour a { background-image: url(../images/menu_tour.gif); width: 71px;}
ul.nav-main li#menu-coming-up a { background-image: url(../images/menu_coming_up.gif); width: 125px;}

ul.nav-main li a:link { background-position: 0 0; }
ul.nav-main li a:visited { background-position: 0 0; }
ul.nav-main li a:active { background-position: 0 -23px; }
ul.nav-main li a:hover { background-position: 0 -23px; }

/* 'you are here' styles 
.whats-on li#menu-whats-on a { background-position: 0 -23px; }
.menu li#menu-menu a { background-position: 0 -23px; }
.functions li#menu-functions a { background-position: 0 -23px; }
.tour li#menu-tour a { background-position: 0 -23px; }
.coming_up li#menu-coming_up a { background-position: 0 -23px; }*/
	
ul.nav-sub {
	margin: 0 0 0 6px;
	padding: 30px 0 0 0;
	clear: both;
}

ul.nav-sub li {
	display: inline;
	margin: 0 .4em 0 0;
	list-style: none;
}

ul.nav-sub li a {
	text-decoration:none;	
	font-weight: normal;
}

ul.nav-sub li a:link { color: #FFF; }
ul.nav-sub li a:visited { color: #FFF; }
ul.nav-sub li a:active { color: #F0F; }
ul.nav-sub li a:hover { color: #F0F; }

/* 'you are here' styles 
.corner-bar li#menu-corner-bar a { color: #F0F; }
.mid-wicket-bar li#menu-mid-wicket-bar a { color: #F0F; }
.astoria-room li#menu-astoria-room a { color: #F0F; }
.pulteney-room li#menu-pulteney-room a { color: #F0F; }
.atrium-bar li#menu-atrium-bar a { color: #F0F; }
.balcony li#menu-balcony a { color: #F0F; }
.mezzanine li#menu-mezzanine a { color: #F0F; }
.the-extra-room li#menu-the-extra-room a { color: #F0F; }*/


.content {
	clear: both;
	padding: 20px 0;
	margin: 0 7px;
	width: 700px;
	}
	
.content h1 {
	color: #F0F; 
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	}
	
.functions-icons {
	text-align: center;
	margin: 0 0 1em -20px;
	}
	
.functions-icons td {
	padding: 0 20px;
	vertical-align: top;
	width: 60px;
	}
	
.functions-icons img {
	display: block;
	margin: 10px auto;
	}
	
ul.functions-list {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #777;
	}
	
ul.functions-list strong{
	color: #FFF;
	}

.menu-table {
	font-weight: bold;
	color: #777;
	}
	
.menu-table td {
	padding: 5px 0;
}
	
.menu-table strong {
	color: #FFF;
	font-weight: bold;
	}
	
a.toplink {
	display: block;
	margin: 10px 0;
	background: url(../images/toplink.gif) left center no-repeat;
	padding: 0 0 0 20px;
	}


a.toplink:link { color: #777; text-decoration:none; }
a.toplink:visited { color: #777; text-decoration:none;}
a.toplink:active { color: #FFF; text-decoration:none;}
a.toplink:hover { color: #FFF; text-decoration:none;}


.footer {
	background: url(../images/line.gif) no-repeat top center;
	text-align:right;
	padding: 15px 7px 15px 7px;
}

.footer img {
       margin-right: 6px;
}

a {font-weight:bold;}
a:link { color: #777; text-decoration:none; }
a:visited { color: #777; text-decoration:none;}
a:active { color: #F0F; text-decoration:underline;}
a:hover { color: #F0F; text-decoration:underline;}
a.selected { color: #F0F; text-decoration:underline;}

/* - - - - jQuery slideshow - - - - - */

#slideshow {
    position:relative;
    height:295px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

