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

*{
	padding:0;
	margin:0;
}
html, body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background:url(../images/sfondo.jpg) center top fixed no-repeat;
	color:#FFF;
	height:100%;
	background-color:#000;
}

#wrap {
	width:950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}
/***div#wrap {
	width:950px;
	margin: 0 auto;
}***/

a{
	text-decoration:none;
	color:#999;
}
a:hover,
a:active{
	text-decoration:none;
	color:#eaea00;
}

div#up {
	height:180px;
}
div#up img {
	border:0;
	display:block;
	padding-top:47px;
	float:left;
}
/*** MENU ***/
ul#mainMenu {
	float:right;
	font-size:13px;
	margin:120px 5px 0 0;
}
ul#mainMenu li{
	list-style:none;
	display:inline;
	color:#fff;	
	border-left:1px solid #FFF;
	padding-left:4px;
}
ul#mainMenu li a{
	color:#fff;
	text-decoration:none;
	padding:0 2px;
	
}
ul#mainMenu li a:hover,
ul#mainMenu li a.active{
	color:#000;
	background-color:#eaea00;
}

/*** FLASH ***/
div#flash {
	width:950px;
	height:180px;
}


/*** HEADER HOME***/
div#header {
	width:920px;
	height:150px;
	background-color:#000;
	padding:15px;
	margin-bottom:20px;
	display:block;
}

div#header p.home{
	float:right;
	width:422px;
	margin-top:17px;
	font-size:17px;
	color:#FFF;
	text-align:center;
	
}
div#header p.home span{
	float:right;
	color:#eaea00;
	font-size:14px;
	margin:10px 48px 0 0;
}

#slideshow {
    position:relative;   
	height:150px;	
	float:left;
}
#slideshow IMG {
    position:absolute;
    left:0;
    z-index:8;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}
/*** ***/


/*** HEADER PAGINE INTERNE***/
div#header {
	width:920px;
	height:150px;
	background-color:#000;
	padding:15px;
}

div#headerIn {
	float:right;
	width:425px;
	text-align:left;
}
div#headerIn p{
	font-size:11px;
	text-align:justify;
}
div#headerIn h1{
	font-size:20px;
	font-weight:normal;
	color:#eaea00;
	margin-bottom:15px;
}
div#headerIn h1 span{
	color:#FFF;
}


/*** BOX AWARD ***/
div#award {
	padding:0 0 15px 0;
	width:440px;
	float:right;
	clear:both;
	margin-top:20px;
	font-size:11px;
	margin-bottom:40px;
}
div#award h2{
	font-size:20px;
	font-weight:normal;
	margin-bottom:15px;
	color:#999;
}






/*** FOOTER ***/

.push {
	height: 40px; /* .push must be the same height as .footer */
}

img {
	display:block;
	border:0;
}

.footer {
	width:100%;
	border-top:1px dotted #999;
	bottom:0;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	height:30px;
	padding-top:5px;
	display:block;
}
div.footer div{
	width:950px;
	margin:0 auto;
	font-size:9px;
}
div.footer div a{	
	color:#999;
	text-decoration:none;
	margin-right:5px;
}
div.footer div a.mail{
	float:left;
}
div.footer div a:hover{	
	color:#eaea00;
}
div.footer div ul{
	list-style:none;
	margin-left:913px;
}
div.footer div ul li{
	display:inline;
}
div.footer div ul li a{
	margin-right:0;
}




#container {
	overflow: auto;
	padding: 0 0 0 0;
}