@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: transparent;
	text-align:left;
	font:12px Verdana, Arial, Helvetica, sans-serif; 
/*	
	scrollbar-face-color:#000; 
	scrollbar-track-color:#000; 
	scrollbar-arrow-color:#999; 
	scrollbar-shadow-color:#999; 
	scrollbar-dark-shadow-color:#999; 
	scrollbar-3dlight-color:#999; 
	scrollbar-highlight-color:#999;
*/	
}
/* css per background con video */
#background {
	z-index: 1;
	position:absolute;
	width: 100%;
	height: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	left: 0px;
	top: 0px;
	vertical-align:top;
	background-image: url(../images/pattern_background.png);
}
#mainContainer{
	z-index: 10;
	position:absolute;
	width: 1024px;
	height: 720px;
	/*border: 1px dashed #004283;*/
	margin: 0 auto 0 auto;
	top: 50%;
	left: 50%;
	margin-left: -512px;
	margin-top: -360px;
}
/* per div contenitore della middle strip nella quale sono collocati il logo e il menu principale*/
#middleStrip{
	z-index: 20;
	position:absolute;
	width: 100%;
	height: 143px;
	top: 40%;
	left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/* div contenitore del logo*/
#logo{
	z-index: 20;
	width: 700px;
	height: 143px;
	float:left;
	top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* div contenitore del menu*/
#menu{
	z-index: 20;
	width: 264;
	height: 48px;
	float:left;
	margin-top: 96px;
	margin-left: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

}



/* div contenitore del menufooter*/
#menufooter{
	z-index: 20;
	width: 300px;
	height: 100px;
	float:center;
	position: absolute;
	bottom: 0px;
  	left: 50%;
	margin-left:-150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

}

/* elementi del menu per il TIPSY */
a			{ text-decoration: none; outline: none; color:#d00000; }
p 			{ padding-bottom:10px; position:absolute; left:47%; bottom:5px;}
p a:hover	{ border-bottom: 2px dotted #d00000; cursor:pointer;}
ul {list-style:none;}

#iconbar	{ width:264px; height:100px; position:relative; top:0; left:0;}
#iconbar li { width:48px; float:left; position:relative; margin-right:20px; margin-left:20px;}
#iconbar span {
	background: url(../images/ttbg.png) no-repeat;
	width: 120px;
	height: 35px;
	position: absolute;
	top: -10px;
	left: -100px;
	text-align: center;
	padding: 5px;
	display: none;
	line-height:110%;
	color:#000000;
	cursor:pointer;
}

#iconbarfooter	{ width:360px; height:100px; position:absolute; top:0; left:0;}
#iconbarfooter li { width:60px; float:left; position:relative; margin-right:10px;}
#iconbarfooter span {
	background: url(../images/ttbg.png) no-repeat;
	width: 120px;
	height: 35px;
	position: absolute;
	top: -10px;
	left: -100px;
	text-align: center;
	padding: 5px;
	display: none;
	line-height:110%;
	color:#000000;
	cursor:pointer;
}


/* messaggio Flash Player 6.0 */
#noFlashMessage {
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	width:424px; 
	height:150px;
	position:relative;
	left: 50%;
	top: 660px;
	margin-left: -212px;
}


