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

html  {
	margin:0;
	padding: 0;
	height: 100%;
}
body  {
	font: 100% "Univers Arial", Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	background: #000 url("/images/stars.png") top center no-repeat;
}
img {
	padding: 0;
	margin: 0;
}
a img {
	border: none;
}
a {
	text-decoration: none;
}
p {
	margin:0;
	padding:0;
	font-size: 13px;
	line-height: 20px;
	color: #FFF;
}	
h1 {
	margin:0 0 5px;
	font-size:26px;
	line-height:32px;
	font-weight: bold;
	color: #999;
}
h2 {
	margin:0 0 10px;
	font-size:18px;
	line-height:18px;
	color: #999;
}
h3 {
	margin:0;
	font-size:13px;
	line-height:22px;
	color: #999;
}
h4 {
	margin:0;
	font-size:13px;
	line-height:22px;
	color: #0099FF;
}
h6 {
	margin:0;
	font-size:13px;
	line-height:22px;
	font-weight: normal;
	color: #999;
}
strong {
	font-weight: bold;
}
ul, ul ul, ul ul ul {
	list-style-type: none;
	margin:0;
	padding:0;
	font-size: 11px;
	line-height: 20px;
	color: #FFF;
}
ul li {
	list-style-type: none;
	margin:0;
	padding:0;
	font-size: 11px;
	line-height: 20px;
	color: #FFF;
}

#mainwrap {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	margin:0;
	left: 0px;
	top: 130px;
	z-index: 0;
	padding: 0;
}
#wrap {
	width:90%;
	margin:auto;
	position:relative;
	height: 100%;
	text-align: center;
	padding-left: 10px;
}
.fotowrap {
	margin:5px;
	padding:0;
	position:relative;
	text-align: center;
	vertical-align: middle;
	background: #333;
	float: left;
	width:170px;
	height:170px;
	display: table;
}
.fotowrap a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border:none;
	margin: auto;
	#position: absolute;
	#top: 50%;
	#left: 50%;
}
* html .fotowrap a {
	left: 50%;
}
.fotowrap a img {
	border:none;
	margin: auto;
	#position: relative;
	#top: -50%;
	#left: -50%;
}
* html .fotowrap a img {
	left: -50%
}
.fotowrap a:hover img {
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity:0.7;
}

.start .fotowrap {
	margin:5px;
	padding:0;
	position:relative;
	text-align: center;
	background: #333;
	float: left;
	width:95px;
	height:95px;
	display: table;
}/*Outermost Panel*/

#dropdownpanel{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0px;
	visibility:hidden;
	text-align:center;
	z-index: 1;
}
#dropdownpanel .control{
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: transparent url("/images/back.png") bottom center repeat-x;
	padding-top: 0px;
	height: 70px;
	line-height: 11px;
	width: 100%;
	z-index: 15;
	position: relative;
}
* html #dropdownpanel .control {
	background: transparent url("/images/back.png") center repeat-x;
}
.control img {
	padding-top: 80px; 
}
.control:hover img {
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity:0.7;
}
#dropdownpanel .background {
	padding: 0;
	background: #000;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity:0.7;
	width: 100%;
	height: 420px;
	position: absolute;
	z-index: 0;
}
* html #dropdownpanel .background {
	height: 373px;
}
#dropdownpanel .contentdiv { 
	color: #FFF;
	padding: 0;
	margin: auto;
	position: relative;
	width: 100%;
	text-align:center;
}
#content {
	width: 980px;
	margin: auto;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 20px;
	position: relative;
}
#content a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#content a:hover {
	display: block;
	color: #FF3399;
	text-decoration: none;
}
#contact {
	background: url("/images/contact.png") bottom left no-repeat;
	position: absolute;
	width: 200px;
	height:335px;
	left: 100px;
	top: 20px;
	padding-bottom: 45px;
	padding-left: 45px;
	z-index: 0;
	text-transform: none;
}
* html #contact {
	background: url("/images/contact.gif") top left no-repeat;
}
#series {
	position: absolute;
	background: url("/images/series.png") bottom left no-repeat;
	width: 200px;
	left: 400px;
	top: 20px;
	height:335px;
	padding-bottom: 45px;
	padding-left: 45px;
	z-index: 0;
}
* html #series {
	background: url("/images/series.gif") bottom left no-repeat;
}
#playlist {
	position: absolute;
	background: url("/images/playlist.png") bottom left no-repeat;
	width: 200px;
	height:335px;
	left: 700px;
	top: 20px;
	padding-bottom: 45px;
	padding-left: 45px;
	z-index: 0;
}
.bottom {
	position: absolute;
	left: 40px;
	bottom: 70px;
}
* html #playlist {
	background: url("/images/playlist.gif") top left no-repeat;
}
.sound {
	position: absolute;
	text-align: center;
	margin:10px;
	padding:0;
	z-index: 1;
}
