﻿/*
	HTML elements
*/

BODY
{
	background-color: #000066;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}



/*
	Main parts
*/

#container
{
	background-color: #000066;
	margin-left: -380px; 
	margin-top: -225px; 
	height: 450px; 
	left: 50%; 
	position: absolute; 
	text-align: center; 
	top: 50%; 
	width: 760px;
}

#title H1
{
	background-image: url('../img/bgH1.gif');
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 313px;
	height: 137px;
}

#title H1 SPAN
{
	display: none;
}

#title H2
{
	background-color: transparent;
	color: #ff9900;
	display: block;
	font-size: 18pt;
	margin: 0;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	bottom: 390px;
	z-index: 500;
}

#title H2.left
{
	left: 320px;
	width: 300px;
}

#title H2.right
{
	left: 460px;
	text-align: right;
	width: 300px;
}

#title H2 SPAN
{
}

#menuLeft
{
	background-image: url('../img/bgMenuLeft.gif');
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 137px;
	width: 313px;
	height: 313px;
}

#menuLeft A
{
	color: #ffffff;
	display: block;
	font-family: Arial, Sans-Serif;
	font-size: 18pt;
	font-weight: normal;
	margin-right: 16px;
	margin-top: 8px;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 2.0pt;
}

#menuLeft A:hover
{
	color: #ff9900;
}


#menuTop
{
	background-image: url('../img/bgMenuTop.gif');
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 313px;
	top: 0px;
	width: 447px;
	height: 137px;
}

#menuTop A
{
	color: #000066;
	display: block;
	line-height: 16pt;
	margin-right: 4px;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
}

#menuTop A.first
{
	margin-top: 68px;
}

#menuTop A:hover
{
	color: #ff9900;
}

#home A
{
	background-color: transparent;
	display: block;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 313px;
	height: 137px;
}

#home A SPAN
{
	display: none;
}

#main
{
	background-image: url('../img/bgMainEx.gif');
	display: block;
	margin: 0;
	position: absolute;
	left: 313px;
	overflow: auto;
	text-align: left;
	top: 137px;
	width: 447px;
	height: 287px;
}

#footer
{
	background-image: url('../img/bgFooter.gif');
	display: block;
	margin: 0;
	position: absolute;
	left: 305px;
	overflow: auto;
	text-align: left;
	top: 424px;
	width: 455px;
	height: 26px;
	z-index: 100;
}

#footer SPAN
{
	display: none;
}

#contents
{
	margin: 4px;
}

#contents H3
{
	color: #000066;
	font-size: 16pt;
	margin-bottom: 1pt;
	margin-top: 3pt;
}

#contents P
{
	color: #000066;
	font-family: Arial, sans-serif;
	font-size: 12pt;
}

#contents IMG.valore
{
	vertical-align: middle;
}

#contents UL
{
	color: #000066;
	font-family: Arial, sans-serif;
	font-size: 12pt;
}


/*
	Additional
*/

.underConstruction
{
	background-color: #ffffff;
	background-image: url('../img/bgUnderConstruction.gif');
	background-position: center center;
	background-repeat: no-repeat;
	border: solid 2px #ff9900;
	color: #000066;
	font-size: 18pt;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	padding-bottom: 100px;
	padding-top: 100px;
	text-align: center;
}