@charset "UTF-8";
/* CSS Document */

/* ||| universal set of reset styles |||*/

html,
body,
div,
span,
applet,
object,
iframe,
caption,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	vertical-align: baseline;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

/* define focus styles! */

:focus {
	outline: 0;
}
body {
	background: white;
	line-height: 1;
	color: black;
}
ol,
ul {
	color:#ffffff;
	font-size:12px;
	list-style: disc;
	list-style-position:outside;
}

/* set of clearing floats */	

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clr {
	font-size : 1px;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
/* End hide from IE-mac */

/* mesh band default style */

a {
	outline: none;
	cursor: pointer;
}

img {
	border: none;
	text-decoration: none;
	
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #00CEFF;
}
a:hover {
	text-decoration: none;
	color: #FF0066;
}

a.menulink:link,
a.menulink:visited,
a.menulink:active {
	background:transparent url(images/arrow.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:13px;
	height:18px;
	line-height:14px;
	text-decoration:none;
	text-indent:20px;
}
a.menulink:hover {
	text-decoration: none;
	color: #FF0066;
}

a.songlink:link,
a.songlink:visited,
a.songlink:active {
	text-decoration: none;
	color: #ffffff;
	font-size:12px;
	display:block;
	background:url(images/small_arrow.png) no-repeat;
	height:20px;
	text-indent:16px;
	line-height:11px;
}
a.songlink:hover {
	text-decoration: none;
	color: #FF0066;
}

a.credits:link,
a.credits:visited,
a.credits:active {
	text-decoration: none;
	color: #ffffff;
	font-size:14px;
	height:23px;
	line-height:22px;
}
a.credits:hover {
	text-decoration: none;
	color: #FF0066;
}


html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	font-size:100%;
}

h1 {
	border-bottom:1px solid #00CEFF;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:normal;
	height:26px;
	line-height:26px;
}

h3 {
	color:#ffffff;
	font-size:14px;
	margin-bottom:10px;
	font-weight:normal;
}

p {
	color:#ffffff;
	font-size:12px;
	margin-bottom:12px;
	text-align:justify;
	line-height:15px;
	
}

.divider {
	margin-top:30px;
}



#bg {
	background: #000 url('images/background-pattern.png') repeat-x fixed 0 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height:1.6;
	color: #999;
}

#left {
	background:transparent url('images/left_background.png') no-repeat scroll 0 0;
	width:950px;
	padding: 0;
	margin: 0 auto;
	min-height: 560px;
}

#page {
	background: transparent url('images/alpha_bg.png') repeat scroll 0 0;
	width: 850px;
	padding: 0 0 10px 0;
	margin: 0 auto;
	min-height: 560px;
	border-top:4px solid #00CEFF;
	border-bottom:4px solid #00CEFF;
}

#top {
	height:180px;
	background:transparent url('images/lighten_top.png') no-repeat scroll top right;
}

#rest {
	min-height:600px;
	background:transparent url('images/lighten_rest.png') no-repeat scroll top right;
}

#logo {
	background: url('images/logo.png') no-repeat 0 0;
	height: 54px;
	width:496px;
	display: block;
	position:absolute;
	top:75px;
	margin-left:20px;
}

#menu {
	float:right;
	position:relative;
	right:35px;
	top:58px;
	
}

#leftcolumn {
	width:350px;
	float:left;
	margin:50px 35px 0 35px;
}

#rightcolumn {
	float:right;
	margin:50px 35px 0 0;
	width:395px;
}

#set {
	margin-top:20px;
}

div#wn	{ 
	position:relative;
	width:350px; 
	height:235px; 
	overflow:hidden;
	float:left;
}
	
#scrollLinks {
	float:right;
	height:100px;
	margin-top:10px;
	position:relative;
	width:18px;
}

.mouseover_up {
}

.mouseover_down {
	position:relative;
	top:5px;
}



