body {
	margin: 0px; padding: 0px;
	background: #000;
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
	margin: 0px;
	font-size:40px; color: #fff;
	text-shadow:2px 2px 0px black;
	position: absolute; top:8%; left: 5%;
	line-height:16px;
	
}

.node_white {color: #ffffff;}
.node_red {color: #9a1413;}



.h1small {font-size:16px;}

img, a {
	border: none;
}

/*full screen loading*/

.vegas-loading {
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
	background:#000 url(assets/loading.gif) no-repeat center center;
	background:rgba(0, 0, 0, 0.7) url(assets/loading.gif) no-repeat center center;
	height:32px;
	right:20px;
	position:fixed;
	top:50px;
	width:32px; 
	z-index:0;
}

.vegas-overlay {
	background:transparent url(assets/03.png);
	opacity:0.5;
	z-index:-1;
}

.vegas-background {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
	z-index:-2;
}

/*end full screen loading*/

aside {
	position: absolute; top:0px;
	width:100%; height:36px;
}



.node_one {background: rgb(0, 0, 0);  background: rgba(0, 0, 0, 0.7);}
.node_two {background: rgb(0, 0, 0);  background: rgba(0, 0, 0, 0.6);}

#primenav {
	width:960px;
	margin:auto;
}



#primenav a {
	margin-left:15px; margin-right:15px;
	text-decoration:none;
	text-shadow:1px 1px 0px black;
	font-size:86%; line-height:30px;
}

#primenav a:link, #primenav a:visited {
	color:#fff;
}

#primenav a:hover {
	color:#bbc2cb;
} 

#intro {
	position:absolute;
	 top:40%; left: 8%;
	width:80%; padding:12px;
	font-size:90%; color:#fff; text-align:left;
	text-shadow:1px 1px 0px #000;
	-moz-box-shadow: 3px 3px 3px #000; -webkit-box-shadow: 3px 3px 3px #000;
	-moz-border-radius: 20px; -webkit-border-radius: 20px;
}

#bookings, #entrapment, #fantasia {
	position:absolute;
	 top:20%; left: 5%;
	width:400px; padding:12px;
	font-size:90%; color:#fff; text-align:center;
	text-shadow:1px 1px 0px #000;
	-moz-box-shadow: 3px 3px 3px #000; -webkit-box-shadow: 3px 3px 3px #000;
	-moz-border-radius: 20px; -webkit-border-radius: 20px;
}

.bookings img {
	border: 1px solid #fff;
	padding:6px;
	height: 80px; margin:3px;
	}

#dressing {
	position:absolute;
	 top:40%; left: 5%;
	width:550px; padding:12px;
	font-size:90%; color:#fff; text-align:center;
	text-shadow:1px 1px 0px #000;
	-moz-box-shadow: 3px 3px 3px #000; -webkit-box-shadow: 3px 3px 3px #000;
	-moz-border-radius: 20px; -webkit-border-radius: 20px;
}


#dungeon {
	position:absolute;
	 top:15%; right: 5%;
	width:350px; padding:12px;
	font-size:90%; color:#fff; text-align:center;
	text-shadow:1px 1px 0px #000;
	-moz-box-shadow: 3px 3px 3px #000; -webkit-box-shadow: 3px 3px 3px #000;
	-moz-border-radius: 20px; -webkit-border-radius: 20px;
}




#thumbs {
	position:absolute;
	left: 3%; bottom:1%;
	width:90%; padding:12px;
	font-size:90%; color:white; text-align:left;

}


#thumbs img {
	border: 1px solid #fff;
	padding:6px;
	-moz-box-shadow: 3px 3px 3px #000; -webkit-box-shadow: 3px 3px 3px #000;
	background: rgb(0, 0, 0);  background: rgba(0, 0, 0, 0.4);
}

.bookings img, .dressing img {height: 80px; margin:3px;}
.dungeon img, .fantasia img {height: 40px; margin:3px;}
.suspension img {height: 30px; margin:2px;}
.awakening img {height: 60px; margin:3px;}



#wrap {
	width: 960px;
	margin: auto;
}

#frontcontent {
	width:960px; height: 450px;
	float: left; position: relative;
	background:url(assets/front.jpg) no-repeat top left;
}




#disc {
	float:left;
	font-size: 66%;
	color: #666;
	width: 800px;
	margin-top: 80px;
	margin-left: 80px;
}

#disc h1 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #999999;
}

#disc a {
	color: #bbc2cb;
	text-decoration: none;
}

.bmenu {
    padding: 0px;
    margin: 0 0 10px 0;
    position: absolute;
    top: 450px; left: 100px;
}

.bmenu li {
    font-size: 30px;
    display: block;
}

.bmenu li a{
	color: transparent;
	display: block;
	text-transform: uppercase;
	text-shadow: 0px 0px 4px #fff;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.bmenu:hover li a{
	text-shadow: 0px 0px 6px #fff;
}


.bmenu li a:hover{
	color: #fff;
	text-shadow: 0px 0px 1px #fff;
	padding-left: 10px;
}



.noshow {
	display: none;
}

#linkholder {
	display: none;
}

