/* Copyright NETTuno '09 */
*{
	margin: 0;
	padding: 0;
	font-size: 13px;
}
/* Elimina i puntini di firefox */
* :focus {
   outline: 0;
}

img {
	border:0;
}
body {
	height: 100%;
	background: url(../images/lineafooter.png) repeat-y left top;
	background-color: #0d5dac;
	font-family: Arial, Helvetica, sans-serif;
}
.under{
	font-size: 12px;
	text-decoration: underline;
}
#header{
	width: 100%;
	height: 150px;
	background-color: #fff;
}
#flashcontent{
	margin: auto;
	width: 1024px;
	height: 130px;
	text-align: center;
}
.linea_azzurra{
	margin: auto;
	width: 100%;
	height: 17px;
	background-color: #7bb6f3;
}
#menu{
	margin: auto;
	padding: 0;
	width: 830px;
	height: 15px;
	text-align: left;
}
#menu ul{
	display: block;
	height: 15px;
	font-size: 13px;
	float: right;
	text-align: right;
}
#menu li{
	padding: 0 0 0 10px;
	float: left;
	list-style: none;
}
#menu ul li a{
	font-size: 12px;
	color: #252378;
	text-decoration: none;
}
#menu ul li a:hover{
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.active{
	font-weight: bold;
}
#menu p{
	display: block;
	width: 250px;
	height: 15px;
	float: left;
	margin: 0 0 0 20px;
	text-align: left;
	color: #fff;
}
.linea_arancio{
	margin: auto;
	width: 100%;
	background-color: #ffa11a;
}
* html .linea_arancio{
	font-size: 1px;
}
.due{
	height: 2px;
}
.cinque{
	height: 5px;
}
.otto{
	height: 8px;
}
#pfooter{
	text-align: center;
	font-size: 11px;
	word-spacing: 3px;
	color: #fff;
}
/* hack ie6 */
* html #pfooter{
	padding-bottom: 1px;
}
a.biancobold{
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.biancobold:hover{
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
.arancio{
	font-weight: bold;
	color: #fea855;
}
.blu{
	color: #252378;
}
.grigio{
	color: #333;
}
#corpo{
	width: 100%;
	height: auto;
	padding:20px 0;
	background-color: #fff;
	overflow: auto;
}
#credits{
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#credits p{
	text-align: center;
	font-size: 11px;
	word-spacing: 3px;
	color: #fff;
}
