@charset "utf-8";
body {
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* E' buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #fff;
}

div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

img{
	border: none;
}

h2{
	display: none;
}

h1{
	margin: 0;
	width: 259px;
	height: 112px;
	background: transparent url(../images/logo.gif) no-repeat 0px 0px;
}

h1 span{
	display: none;
}

a{
	outline: none;
	color: #999;
	text-decoration: none;
}

a:hover{
	color: #ffcc99;
	text-decoration: underline;
}

#container {
	background: #000 url(../images/background.jpg) no-repeat top right;
	width: 900px;
	margin: 30px auto 0 auto; /* i margini auto (insieme a una larghezza) centrano la pagina */
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body. */
	min-height: 690px;
}

/*NUOVO MENU*/

#heading {
	height: 23px; /* =altezza immagine */
	display: block;
	text-align: center;
	margin-bottom: 30px;
	background: transparent;
}

#menu_container{
	width: 700px;
	margin: 0px auto 0px 0px;
}

#heading ul, #heading li {
	margin: 0px;
	padding: 0px;
}

#heading ul#buttons li {
	display: inline;
	
}

#heading ul#buttons a {
	font-family: "Times New Roman", Times, serif;
	float: left;
	height: 0px;
	background: transparent;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	/*font-weight: bold;*/
	color: #999;
}

li.active a{
	color: #fff !important;
}

/*FINE NUOVO MENU*/

#wrapper {
	width: 700x;
	margin: 15px 0px 1em 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;
	overflow: hidden;
	
}
		
#panes {
	width: 2000px;
	text-align: justify;
	border-style: none;
	margin: 0 0 0 10px;
	overflow: auto;
}

#panes p {
	width: 600px;
	margin: 0 auto 1em 0;
	/*line-height: 1.2em;*/
	font-size: 11px;
	line-height: 18px;
}

p.default{
	width: 600px;
	margin: 0 auto 1em 0;
}

#panes div div { overflow: hidden; }

#panes h3 {
	width: 600px;
	margin: 0 auto 1em 0;
	/*line-height: 1.2em;*/
}

#panes ul,
#panes li{
	padding: 0;
	width: 600px;
	margin: 0 auto 1em 0;
	/*line-height: 1.2em;*/
	font-size: 14px;
	list-style: none;
	line-height: 11px;
}
		
#panes div div { overflow: hidden; }
		
#previous { float: none; cursor: pointer; }
#next { float: none; cursor: pointer; }

.div_home{
	padding: 0;
	width: 600px;
	margin: 0 auto 20px 0px;
	text-align: center;
}

.div_home img{
	border: 2px solid #3d576d !important;
}

.social_icon{
	padding: 0;
	width: 600px;
	margin: 0 auto 20px 0px;
	/*height: 50px;*/
	text-align: center;
}

.social_icon img{
	margin: 5px 5px 5px 0px;
}


.gallery{
	padding: 0;
	width: 550px;
	margin: 0 auto 0 0;
	height: 170px;
}

.gallery img{
	margin: 10px;
}

.gallery a img{
	border: 2px solid #fff !important;
}

.gallery a:hover img{
	border: 2px solid #ffcc99 !important;
}


#disco_list{
	padding: 0;
	width: 600px;
	margin: 0 auto 0 0;
	text-align: center;
}

#bio_block{
	width: 600px;
	margin: 0 auto 1em 0;
}

.bio_block{
	margin: 0 auto 1em auto;
}

.bio_block img{
	float:left;
	margin-right: 10px;
}

.bio_block p{
}

p.top{
	/*width: 600px;*/
	margin: 0 auto 1em auto;
	font-size: 12px !important;
	text-align: right;
	color: #999;
}

p.top a{
	font-size: 10px !important;
	color: #999;
}

p.top a:hover{
	font-size: 10px !important;
	color: #ffcc99;
}

.video{
	padding: 0px 0px;
	width: 480px;
	height: 385px;
	margin: 5px auto 5px 0;
	text-align: center;
	border: 2px solid #fff;
}

#footer{
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#player{
	position: absolute;
	width: 900px;
	top:0;
	left: 50%;
	padding:0 0 0 0;
	margin: 0 auto 0 -450px;
	height: 23px;
	background: transparent;
	z-index: 5;
}

object { outline:none; }

#player object{
	margin:0px 0px 0px 0px;
}

#credit{
	clear: both;
	margin: 0px;
	padding:10px 0px 20px 10px;
	font-size: 10px;
	letter-spacing: 2px;
}

.table_credits{
	width: 600px;
	margin: 0 auto 0  0;
}

.tr_one{
	float: left;
	width: 170px;
}

.tr_two{
	width: 170px;
	margin-left: 170px;
}

p.credit{
	
}

p.credit,
p.credit a{
	font-size: 11px !important;
	line-height: 15px !important;
}

.credit img{
	margin-top: 3px;
	margin-left:auto;
	margin-right: auto;
}

.credit a img{
	border: 2px solid #fff !important;
}

.credit a:hover img{
	border: 2px solid #b8292f !important;
}

#atollo_footer{	
	width: 900px;
	margin: 0 auto;
	text-align: right;
	padding: 0px 0px 20px 0px;
}

