/* MODIFICHE HTML */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: #003366;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: normal;
	margin: 0px;
}

a:link {
	color: #003366;
}

a:visited {
	color: #003366;
}

a:hover {
	color: #FF0000;
}


/* FINE MODIFICHE HTML */

/* ELEMENTI STRUTTURA */

#testa {
	background-color:#FFFFDF;
	}

#corpo {
	background-color: #FFFFDF;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer {
	background-color: #CC0000;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer a:link {
	color: #FFCC00;	
}

#footer  a:visited {
	color: #FFCC00;	
}

#footer  a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#skuldnet {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}

#skuldnet a:link {
	color: #FF9900;	
}

#skuldnet  a:visited {
	color: #FF9900;	
}

#skuldnet  a:hover {
	color: #FFCC00;
	text-decoration: none;
}

/* FINE STRUTTURA */


/* MENU */

#navcontainer ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	background-color: #CC0000;
	color: white;
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 12px;
}

#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

#navcontainer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	background-color: #FF9900;
	color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }

/* FINE MENU */



/* IMMAGINI */
.img {
	border: 1px solid #000000;
}

.imgtitolo {
	padding-top: 6px;
	padding-bottom: 6px;
}
/*  FINE IMMAGINI */


/*  CATEGORIE GLOBAL */
.tabcategorie {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

.tabcategorie td{
	text-align: left;
	margin-left: 5px;
}
/*  FINE CATEGORIE GLOBAL */


/* ALTRI ELEMENTI */
#linee {
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	padding-left: 5px;
	}
	
#linee a:link{
	color: #003399;
	}
#linee a:visited{
	color: #003399;
	}
#linee a:hover{
	color: #FF0000;
	}

.titlinea{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0033CC;
	text-align: center;
	}	


.news li{
	list-style-image: url(images/puntatore.jpg);
	line-height: 20px;
	text-align: left;	
}

.promo {
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

.promod {
	background-color: #FF0000;
	line-height: 2px;
}


.tab {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	border: 1px solid #000000;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
.tabcont{
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: justify;
	top: 0px;
	}
.tabt {
	background-color: #C62700;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	padding-left: 5px;
}
.tabm {
	background-color: #003366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
}

/* MODIFICHE HTML */
