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

body {
	background-color:#ffffff;
	margin:0;
	padding:0;	
	min-height:600px;
	min-width:900px;
	-ms-interpolation-mode:bicubic;
}

a img {
	border-style: none;
}

a hover img {
	border-style: none;
}
#content{
	width: 1000px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}

#logo{
	width: 200px;
	height: 200px;
	position:fixed; 
	left: 20px;
	top: 20px;
	z-index: 2;
	opacity: 0.8;
}
#video {
	width: 800px;
	height: 450px;
	overflow: visible;
	top: 50%;
	margin-top: -190px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	z-index: 1000;
}

#title{
	width: 640px;
	height: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 0px solid #000000;
	text-align: center;
	font-family: futura;
	font-size: 12pt;
	position: absolute;
	top: 50%;
	margin-top: -330px;
	left: 50%;
	margin-left: -320px;
	z-index: 9;
	float: left;
	list-style-type: none;
}

#title a{
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	  -o-transition: color .5s ease-in;
  -ms-transition: color .5s ease-in;
  -moz-transition: color .5s ease-in;
  -webkit-transition: color .5s ease-in;
  transition: color .5s ease-in;
}

#title a:hover{
	color: #DDDDDD;
}



#top{
	width:100%;
	height:80px;
	background-color:#fff;
	position:fixed;
	left:0;
	bottom:0;
	padding-right:0;
	padding-left:0;
	z-index:120;
	opacity: 0.8;
}
#bottom{
	width:100%;
	height:40px;
	background-color:#fff;
	position:fixed;
	left:0px;
	bottom:0;
	padding:20px 0px 20px 0px;
	z-index:1001;
	opacity: 0.6;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#bottom a{
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	  -o-transition: color .5s ease-in;
  -ms-transition: color .5s ease-in;
  -moz-transition: color .5s ease-in;
  -webkit-transition: color .5s ease-in;
  transition: color .5s ease-in;
	font-weight: bold;
	font-size: 12px;
}

#bottom a:hover{
	color: #EEEEEE;
}



#left{width:0px; height:100%; background-color:#fff; float:left; position:fixed; left:0; top:0; padding-right:0;padding-left:0;}
#right{width:0px; height:100%; background-color:#fff; float: right; position:fixed; right:0; top:0; padding-right:0;padding-left:0; }

#release_info,#press_release,#freedownload,#purchase,#biography,#interview{
	background-color: #FFF;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing: 1px;
	line-height: 1.5;
}
#release_info a,#press_release a,#freedownload a,#purchase a,#biography a,#interview a{
	color: #000000;
	text-decoration: underline;
	-o-transition: color .5s ease-in;
	-ms-transition: color .5s ease-in;
	-moz-transition: color .5s ease-in;
	-webkit-transition: color .5s ease-in;
	transition: color .5s ease-in;
}

#release_info a:hover,#press_release a:hover,#freedownload a:hover,#purchase a:hover,#biography a:hover,#interview a:hover{
	color: #DDDDDD;
	text-decoration: none;
}
