/*::::DIEGO VALOBRA 2009::*/

/*::::::REGOLE GENERALI::::::*/

body{
	background:#000 url(bg.jpg) center top no-repeat;
	margin:0;
	padding:0;
	width:100%;
	font-family:Arial;
	font-size:80%;
	color:#fff;
}
ul,li,dl,dt,dd{
	list-style-type:none;
	margin:0;
	padding:0;
}
img{
	border:none;
}
p{
	margin:0;
	padding:0;
}
h1{
	position:absolute;
	margin:0;
	padding:0;
	text-indent:-999em;
	display:none;
}
h2,h3{
	margin:0;
	padding:0;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}
a{
	color:#fff;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#fff;
	text-decoration:none;
	outline:none;
}

/*::::::FINE REGOLE GENERALI::::::*/

/*::::::REGOLE SPECIFICHE::::::*/

/*::::::CONTENITORE PRIMARIO::::::*/
.intro_cont{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	background:#000;
}

.intro a{
	position:fixed;
	width:500px;
	height:350px;
	top:50%;
	left:50%;
	margin-top:-175px;
	margin-left:-250px;
	background:url(intro.jpg) no-repeat;
	cursor:pointer;
}

#main{
	margin:0 auto;
	width:950px;
	display:block;
	height:100%;
}
/*::::::HEADER::::::*/
#header{
	float:left;
	width:950px;
	height:149px;
	background:url(header.jpg) center center no-repeat;
}
/*:::::: LOGO ::::::*/
.logo_home {
	float:left;
	width:136px;
	height:149px;
	background:url(logo_a.jpg) center bottom no-repeat;
	margin:0 0 0 27px!important;
	margin:0 0 0 13px;
	display:block;
}
.logo a{
	float:left;
	width:136px;
	height:149px;
	background:url(logo_a.jpg) center bottom no-repeat;
	margin:0 0 0 27px!important;
	margin:0 0 0 13px;
	display:block;
}
.logo a:hover{
	float:left;
	width:136px;
	height:149px;
	background:url(logo.jpg) center bottom no-repeat;
	margin:0 0 0 27px!important;
	margin:0 0 0 13px;
	display:block;
}
/*::::::NAVIGAZIONE PRIMARIA ORIZZONTALE ::::::*/
#nav{
	float:left;
	width:870px;
	height:18px;
	margin:15px 0 5px 65px!important;
	margin:15px 0 5px 32px;
}

#nav ul{
	float:left;
	width:850px;
	height:18px;
	font-size:12px;
	text-align:center;
}
#nav li{
	float:left;
	width:80px;
	height:18px;
	margin:0 0 0 4px!important;
	margin:0 0 0 2px;
	line-height:18px;
}
#nav li a{
	float:left;
	width:80px;
	height:18px;
	display:block;
	background:#222;
}

#nav li.active a{
	background:#ff6400;
}
#nav li.dx_contact {
	width:80px;
	margin:0 0 0 90px!important;
}
#nav li.dx_links{
	width:80px;
	margin:0 0 0 4px!important;
}
#nav li a:hover{
	background:#ff6400;
}
/*::::::FINE NAVIGAZIONE ORIZZONTALE::::::*/


/*::::::CONTENITORE COLONNA SINISTRA E DESTRA::::::*/
.content_main{
	float:left;
	width:900px;
	margin:25px 0 0 25px!important;
	margin:25px 0 0 12px;
	display:block;
}
/*::::::COLONNA SINISTRA::::::*/
.content_left{
	float:left;
	width:660px;
	display:block;
}
/*::::::TITOLO COLONNA SINISTRA::::::*/
.content_left_in h2{
	background:#ff6400;
	height:16px;
	line-height:16px;
	padding:0 0 0 10px;
	width:650px;
	margin:0 0 5px 0;
}
/*::::::COLONNA SINISTRA CONTENUTO::::::*/
.content_left_in{
	float:left;
	width:658px;
	display:block;
	padding:10px 0 10px 0;
	margin:0px 0 10px 0;
	background:url(bg_p.gif) bottom repeat-x;
}
.content_left_in dl{
	float:left;
	width:315px;
	display:block;
	padding:10px 0 20px 10px;
}
.content_left_in_bio{
	float:right;
	display:block;
	width:495px;
}
.descr_bio{
	position:absolute;
	left:50%;
	top:0;
	width:140px; 
	margin:450px 0 0 -446px;
	height:50px;
}
.content_left_in dt{
	color:#999;
	font-weight:700;
	margin:0 0 5px 0;
	border-bottom:1px dotted #fff;
}
.content_left_in iframe{
	float:left;
	margin:10px 2px 50px 2px;
	padding:1px;
	border:1px solid #333;
}
.content_left_in dd{
	float:left;
	width:99%;
	display:block;
	margin:4px 0 4px 3px;
	border-bottom:1px dotted #333;
}
/*::::::COLONNA SINISTRA TITOLO H3 :::::*/
.content_left_in h3{
	color:#ff6400;
	height:14px;
	line-height:14px;
	padding:0 0 0 10px;
	width:630px;
	font-size:11px;
	margin:10px 0 0 0;
}
.content_left_in h3.grey{
	color:#999;
	float:left;
	margin:10px 0 20px 0;
}
/*::::::COLONNA SINISTRA IMMAGINE::::::*/
.content_left_in img{
	float:left;
	margin:5px 10px 8px 2px;
	border:1px solid #222;
	padding:3px;
	background:#000;
}
.content_left_in img.dx_pos{
	float:right;
	margin:5px 2px 0 10px;
	border:1px solid #222;
	padding:3px;
	background:#000;
}
	
/*::::::COLONNA SINISTRA PARAGRAFO::::::*/
.content_left_in p{
	padding:0 0 12px 0;
	margin:10px ;
}
.content_left_in ul{
	float:left;
	width:650px;
	padding:0 0 10px 10px;
}
.content_left_in ul img{
	border:1px solid #777;
}
.content_left_in li {
	float:left;
		margin:0 0 20px 0;
}
.content_left_in li a{
	float:left;
	margin:0 0 5px 0;
}
.flash_obj{
	float:left;
	margin:10px 0 20px 10px;
	display:block;
}

.banner_center{
	float:left;
	display:block;
	margin:0 0 30px 5px;
	background:url(propaganda.jpg) center center no-repeat;
	width:650px;
	height:104px;
}
.banner_center img{
	margin:0 0 0 220px;
	border:none;
}
.eng{
	color:#999;
	font-style:italic;
}
.grey{
	color:#999;
}
.orange{
	color:#ff6400;
}
.bio_p{
	float:left;
	width:600px;
	padding:0 0 10px 0;
}
.bio a{
	float:left;
	background:#222;
	display:block;
	color:#fff;
	text-align:center;
	margin:5px 5px 12px 0;
	padding:2px 5px 2px 5px;
}
.bio a:hover{
	background:#ff6400;
	display:block;
	color:#fff;
}
/*::::::FINE COLONNA SINISTRA::::::*/

/*::::::COLONNA DESTRA::::::*/
.content_right{
	float:right;
	width:210px;
	display:block;
	margin-left:20px;
}
/*::::::TITOLO COLONNA DESTRA::::::*/
.content_right h3{
	float:left;
	width:200px;
	background:#666 url(h3_down.jpg) center right no-repeat;
	height:16px;
	line-height:16px;
	padding:0 0 0 10px;
	cursor:pointer;
}
.content_right h3:hover{
	color:#000;
	background:#777 url(h3_down_h.jpg) center right no-repeat;
}
.h3_active{
	color:#000;
}

/*::::::COLONNA DESTRA IMMAGINE::::::*/
.content_right img{
	float:left;
	margin:5px 0 15px 25px;
}

/*::::::NAVIGAZIONE COLONNA DESTRA::::::*/
.content_right ul{
	float:left;
	width:210px;
	margin:0 0 5px 0 ;
	font-size:10px;
}
.content_right li a{
	float:left;
	width:203px;
	height:18px;
	line-height:18px;
	padding:0 0 0 7px;
	margin:0 0 5px 0 ;
	background:url(bg_ul_dx.jpg) top no-repeat;
}
.content_right li.uno a{
	background-position:0 0;
}

.content_right li.due a{
	background-position:0 -83px;
}
.content_right li.tre a{
	background-position:0 -140px;
}
.content_right li.quattro a{
	background-position:0 -200px;
}

.content_right li a:hover{
	background-position:0 -100px;
}
/*::::::FINE NAVIGAZIONE COLONNA DESTRA::::::*/

/*::::::COLONNA DESTRA CONTENUTO::::::*/
.content_right_in{
	float:right;
	width:210px;
	display:block;
	margin:5px 0 5px 0;
	background:#333;
}

/*::::::COLONNA DESTRA FORMATTAZIONE LISTA IMMAGINI::::::*/
.content_right_in ul{
	float:left;
	width:210px;
	margin:5px 0 0 0;
	display:block;
}
.content_right_in li{
	float:left;
	margin:0 0 2px 5px!important;
	margin:0 0 2px 2px;
	display:block;
	padding:3px 0 3px 0;
}
.content_right_in li a{
	float:left;
	display:block;
	padding:0;
	background:none;
	width:44px;
	height:44px;
	background:#000;
	border:1px solid #222;
}
.content_right_in li.end{display:none; visibility:hidden; margin:0; padding:0;}
.content_right_in li.begin{display:none; visibility:hidden; margin:0; padding:0;}
.cooperation li{
	border-bottom:1px dotted #fff;
}
.content_right_in li img{
	margin:0;
	padding:2px 0 0 2px ;
	border:none;
}
/*::::::COLONNA DESTRA FORMATTAZIONE DESCRIZIONE COLLABORAZIONI::::::*/
.content_right_in li span{
	float:left;
	width:150px;
	display:block;
	font-size:11px;
	margin:0 0 0 5px;
}
/*::::::FINE COLONNA DESTRA::::::*/


/*::::::FOOTER::::::*/
#footer{
	clear:both;
	width:900px;
	height:30px;
	background:#333;
	margin:25px 0 0 25px;
}
#footer p{
	line-height:30px;
	font-size:10px;
	color:#fff;
	margin:0 0 0 25px;
}
#footer p span{
	margin:0 0 0 165px;
}
.top{
	position:fixed!important;
	position:absolute;
	right:20px;
	bottom:0;
}
/*::::::FINE STILI::::::*/