body {
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll;	
	background-color:#000;		
}
/* take away dotted border over clicked links in Firefox */
a:active {
        outline-color:-moz-use-text-color;
        outline-style:none;
        outline-width:medium;
}
a:focus {
        outline-style:none;
}

/* home */

.nm_currentPage_home #homeframewrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:702px;
}
.nm_currentPage_home #homeframe {
	background:url(images/splashpagebg.jpg) no-repeat;
	border:6px #699bcb solid;	
	height:590px;
	position:relative;
}
.nm_currentPage_home #latitlesplash {
	position:absolute;
	bottom:198px;
	left:10px;
	background:url(images/latitlesplash.png) no-repeat;
	width:248px;
	height:92px;
}
.nm_currentPage_home #menublocksplash {
	position: absolute;
	left:22px;
	bottom:2px;
	height:187px;
	width:226px;
}
.nm_currentPage_home #menublocksplash h2 {
	display: none;
}
.nm_currentPage_home #menublocksplash ul {
	position: relative;
}
.nm_currentPage_home #menublocksplash ul li {
	background-repeat: no-repeat;
	display: block;
	position: absolute;
}
.nm_currentPage_home #menublocksplash li.nm_presskit {
	top: -8px;
}
.nm_currentPage_home #menublocksplash li.nm_forpromoters {
	top: 9px;
}
.nm_currentPage_home #menublocksplash li.nm_pressquotes {
	top: 25px;
}
.nm_currentPage_home #menublocksplash li.nm_photogallery {
	top: 43px;
}
.nm_currentPage_home #menublocksplash li.nm_media {
	top: 61px;
}
.nm_currentPage_home #menublocksplash li.nm_triobios {
	top: 77px;
}
.nm_currentPage_home #menublocksplash li.nm_music {
	top: 95px;
}
.nm_currentPage_home #menublocksplash li.nm_order {
	top: 112px;
}
.nm_currentPage_home #menublocksplash li.nm_itinerary {
	top: 130px;
}
.nm_currentPage_home #menublocksplash li.nm_booking {
	top: 149px;
}
.nm_currentPage_home #menublocksplash li.nm_contact {
	top: 168px;
}

.nm_currentPage_home #menublocksplash ul li a.topLink {
	display: block;
	width:226px;
	height: 18px;
	text-decoration: none;
	text-indent: -5000px;
	background: url(images/homenavbar.png) no-repeat;
}
.nm_currentPage_home #menublocksplash ul li a.topLink:hover {

}
.nm_currentPage_home #menublocksplash li.nm_presskit a.topLink {
	background-position: 0px -1px;
}
.nm_currentPage_home #menublocksplash li.nm_presskit a.topLink:hover {
	background-position: -249px 0px;
}
.nm_currentPage_home #menublocksplash li.nm_forpromoters a.topLink {	
	background-position: 0px -19px;
}
.nm_currentPage_home #menublocksplash li.nm_forpromoters a.topLink:hover {
	background-position: -249px -19px;
}
.nm_currentPage_home #menublocksplash li.nm_pressquotes a.topLink {
	background-position: 0px -36px;
}
.nm_currentPage_home #menublocksplash li.nm_pressquotes a.topLink:hover {
	background-position: -249px -36px;
}
.nm_currentPage_home #menublocksplash li.nm_photogallery a.topLink {
	background-position: 0px -55px;
}
.nm_currentPage_home #menublocksplash li.nm_photogallery a.topLink:hover {
	background-position: -249px -55px;
}
.nm_currentPage_home #menublocksplash li.nm_media a.topLink {
	background-position: 0px -74px;
}
.nm_currentPage_home #menublocksplash li.nm_media a.topLink:hover {
	background-position: -249px -74px;
}
.nm_currentPage_home #menublocksplash li.nm_triobios a.topLink {
	background-position: 0px -90px;
}
.nm_currentPage_home #menublocksplash li.nm_triobios a.topLink:hover {
	background-position: -249px -90px;
}
.nm_currentPage_home #menublocksplash li.nm_music a.topLink {
	background-position: 0px -109px;
}
.nm_currentPage_home #menublocksplash li.nm_music a.topLink:hover {
	background-position: -249px -109px;
}
.nm_currentPage_home #menublocksplash li.nm_order a.topLink {
	background-position: 0px -126px;
}
.nm_currentPage_home #menublocksplash li.nm_order a.topLink:hover {
	background-position: -249px -126px;
}
.nm_currentPage_home #menublocksplash li.nm_itinerary a.topLink {
	background-position: 0px -145px;
}
.nm_currentPage_home #menublocksplash li.nm_itinerary a.topLink:hover {
	background-position: -249px -145px;
}
.nm_currentPage_home #menublocksplash li.nm_booking a.topLink {
	background-position: 0px -163px;
}
.nm_currentPage_home #menublocksplash li.nm_booking a.topLink:hover {
	background-position: -249px -163px;
}
.nm_currentPage_home #menublocksplash li.nm_contact a.topLink {
	background-position: 0px -183px;
}
.nm_currentPage_home #menublocksplash li.nm_contact a.topLink:hover {
	background-position: -249px -183px;
}
.nm_currentPage_home #menublocksplash ul li ul {
/*	display: none; */
}

.nm_currentPage_home #nmcredit {
	color:#fff;
	text-align:right;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	height:10px;
}
.nm_currentPage_home #nmcredit a {
	font-weight:bold;
	color:#085BA9;
}
.nm_currentPage_home #nmcredit a:hover {
	color:#699bcb;
}

