/* CSS Document */
/*------------------------------------------------------------------------------------------------------------------------------------------------*/

html { 
	height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #000;
	background-image: url(../immagini/testata.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align:justify;
}

a, a:visited, a:active {
	text-decoration: none;
	color:#ffaa00;
}

a:hover {
	text-decoration:underline;
}

h1 {
	margin:0px;
	padding:0px;
	width: 520px !important;
	width /**/: 540px;
	padding-left: 20px;
	height:28px !important;  /*hack per bug ie boxmodel*/
	height /**/:40px;  /*hack per bug ie boxmodel*/
	padding-top:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	background-image: url(../immagini/sfondoH1.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	margin-top:25px;
	margin-bottom:25px;
}

h2 {
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	padding-top:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: normal;
	color: #ffaa00;
}	

h3 {
	margin:0px;
	padding:0px;
	padding-top:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #ffaa00;
}	



ul {
	list-style-image:url(../immagini/list-bullet.gif);
}

hr {
	background: #ccc;
	color: #ccc;
	height: 1px;
	margin: 0 0 10px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------*/

#divMain {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#divTestata {
	width: 980px;
	height: 275px;
	background-image: url(../immagini/testata-lowres.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#divContenuto {
	width: 980px;
}

#divColSX {
	background-color:#000000;
	width: 200px; 
	float:left;
}

#divColCX {
	width:540px !important;
	width /**/:560px;
	min-height: 500px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	display: inline; /* hack per bug ie6 su box float+margin */
	background-image:url(../immagini/bg-div-cx.gif);
	background-repeat: repeat-y;
}

#divColDX {
	background-color:#000000;
	width: 200px; 
	margin-left: 10px;
	float:left;
	display: inline; /* hack per bug ie6 su box float+margin */
}

#divFooter {
	border-top: none;
	width: 980px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------*/

.divClearer {
clear: both;
}

a.divMenuSx {
	display: block;
	width: 200px;
	/*height: 35px;*/
}

a.divMenuSx img{
	border: none;
}

.divBoxHome {
	width: 520px !important;
	width /**/: 540px;
	padding: 10px;
	margin-top: 30px;
	background-image:url(../immagini/bg-box-home.gif);
	background-repeat:repeat-y;
}

.divBoxHome img {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.divBoxBands {
	width: 520px !important;
	width /**/: 540px;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image:url(../immagini/bg-box-home.gif);
	background-repeat:repeat-y;
	border:solid 1px #999;
}

.divBoxBands img {
	float:left;
	border:none;
}

.clearer {
clear: both;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------*/

a.testoFooter, a.testoFooter:visited, a.testoFooter:active {
	color: #fff;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------*/


#divClassifica1 {
	width:540px;
	height:150px;
	margin-top: 50px;
	background:url(../immagini/classifica-home-01.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#divClassifica2 {
	width:540px;
	height:150px;
	margin-top: 50px;
	background:url(../immagini/classifica-home-02.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#divClassifica3 {
	width:540px;
	height:150px;
	margin-top: 50px;
	background:url(../immagini/classifica-home-03.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}


.tabellaClassifica {
	width:540px;
	height:150px;
	margin:0px;
	padding:0px;
}




