/* 
Title: Beat Fly Multimedia Lab v.07 - The Sequel Vision 2008
Owner: dott. Patrizio Quatrini
Agency: Beat Fly Lab
URL: http://www.beatfly.com

Created: Oct 07
Copyright: Beat Fly Lab

All rights reserved including rights of reproduction and use in any form or by any means, including the making of copies by any photo process or by any electronic or mechanical device (printed, written, or oral), or recording for sound or visual reproduction, or for use in any knowledge or retrieval system or device, unless permission in writing is obtained from the copyright proprietor.
*/

@import url("text.css");
@import url("form.css");
@import url("error.css");

html, body{
	padding:0;
	margin:0;}

body{
	color:#535353;
	cursor:default;
	text-align:center;
	background:#000 url(../../splash_library/bg_body.jpg) repeat-x top;
	font:68.75%/1.5 "Lucida Grande", Tahoma, sans-serif;}

#container{
	text-align:left;
	width:960px;
	margin:0 auto;}
	
#header{
	padding:0;
	margin:0;}
	
#logo{
	width:202px;
	height:51px;
	padding:0;
	margin:0;
	float:left;}
	
#logo img{
	padding:0;
	margin:0;
	border:none;}
	
#mainContent{
	background:#000;
	padding:0;
	margin:0;}
	
#intro{
	width:658px;
	height:500px;
	padding:0;
	margin:0;
	float:left;
	background:#000 url(../../img_library/intro.jpg) no-repeat top;}
	
#main{
	width:630px;
	background-color:#000;
	padding:10px 4px 0 4px;
	margin:0;
	float:left;}
	
#newsletter{
	width:630px;
	height:100px;
	background-color:#121212;
	border:1px solid #282824;
	text-align:left;
	padding:10px 4px 20px 4px;
	margin:0;
	float:left;}
		
#sidebar{
	width:297px;
	background-color:#000;
	padding:10px 0 0 0;
	margin:0;
	float:right;}
		
#full{
	width:100%;
	background-color:#000;
	padding:10px 4px 0 4px;
	margin:0;
	float:left;}
	
/*-------------------------video player---------------------------------*/
#navigationplayer{
	width:100%;
	padding:0 0 16px 0;
	margin:0;}
	
#flashvideo{
	width:720px;
	height:630px;
	padding:20px 0 0 0;
	margin:0 auto;}
	
#flashvideo p{
	color:#FF4747;
	background-color:#111;}
	
/*-------------------------setting menu-----------------------------*/
#menu{
	width:750px;
	padding:0;
	margin:0;
	float:right;}

.solidblockmenu{
	margin:0;
	padding:10px 0 0 0;
	float:right;}

.solidblockmenu li{
	display:inline;}

.solidblockmenu li a{
	float:left;
	color:#6B7A7E;
	padding:9px 11px 9px 11px;
	text-decoration:none;}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color:#fff;
	background:transparent url(../../splash_library/blockactive.gif) center center repeat-x;}
	
/*-------------------------clearfix---------------------------------*/
.clearfix:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;}

.clearfix {display:inline-block;}

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

/*-------------------------img setting------------------------------*/
	
.member{
	padding:0 0 8px 0;}