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

body 
{
	margin: 0;
	padding: 0;
	background-color: #001919;
	font-size: 12px; 
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #FFFFFF; 
	text-decoration: none;
	background-image: url(../img/fondo_intestazione.jpg);
	background-repeat: repeat-x;
}

a
{
	text-decoration: none;
	color: #FF7F00;
}

a:hover
{
	text-decoration: underline;
	color: #BB6300;
}

div
{
	display:block;
}

div#contenitore
{
	width: 980px; 
	height: 100%;
	position: relative; 
	top: 0px; 
	margin: 0 auto;
}


div#linea_h
{
	clear:left;
	float:left;
	position:relative;
	width: 880px;
	height: 1px;
	background-color: #E6E6E6;
	margin: 0 auto;
}

div#linea_h_mezzo
{
	clear:left;
	float:left;
	position:relative;
	width: 880px;
	height: 1px;
	background-color: #E6E6E6;
	margin: 0 auto;
	left:56px; 
	margin-top:40px; 
	margin-bottom: 20px;
}

div#linea_h_fondo
{
	clear:left;
	float:left;
	position:relative;
	
	height: 1px;
	background-color: #E6E6E6;
	margin: 0 auto;

	left:15px;
	width:950px; 
	margin-top:40px;
}

div#linea_h_col
{
	width: 205px;
	height: 1px;
	background-color: #E6E6E6;
	margin: 0 auto;
}


/* #### HEADER #### */

div#intestazione
{
	float:left;
	background: url(../img/fondo_intestazione_logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	height: 80px;
	width: 100%;
}

div#menuSecondario
{
	position:relative;
	text-align:right;
	top: 20px;
	left: 0px;
	color: #898989;
	font-weight: bold;
	margin-right: 88px;
}

div#menuSecondario a
{
	color: #898989;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

div#menuSecondario a:hover
{
	color: #FFFFFF;
}




/* #### VISORE FLASH #### */

div#visore
{
	float:left;
	background-position: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 270px;
	/*background-color:#FF2244;*/
}




/* #### AREE BOX #### */

div#aree
{
	clear:left;
	float:left;
	padding-top: 20px;
	width: 100%;
	height: 224px;
	background-color: #FFFFFF;
}

div#aree .box
{
	width: 244px;
	height: 193px;
	float: left;
	border-right: solid;
	border-right-color: #E6E6E6;
	border-right-width: 1px;
}

div#aree .lastbox
{
	width: 244px;
	height: 193px;
	float: left;
}

div#aree .titolo
{
	position: relative;
	top: 8px;
	left: 15px;
	color: #FF7F00;
	text-align: left;
	font-weight: normal;
	font-size: 20px;
	margin: 0;
}

div#aree .testo
{
	position: relative;
	top: 41px;
	left: 15px;
	text-align: left;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

div#aree a
{
	color: #FF7F00;
}

div#aree a:hover
{
	color: #BB6300;
}




/* #### FOOTER #### */

div#fondo
{
	clear:left;
	float:left;
	width: 100%;
	height: 75px;
	background-image: url(../img/fondo_fondo.jpg);
}

div#linea_fondo
{
	width: 950px;
	height: 2px;
	background-color: #E6E6E6;
	margin: 0 auto;
}

div#menuServizio
{
	position:relative;
	text-align:left;
	font-size: 12px;
	top: 0px;
	left: 5px;
	color: #898989;
	font-weight: normal;
	margin-right: 88px;
}

div#menuServizio a
{
	color: #898989;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}

div#menuServizio a:hover
{
	color: #6F7272;
}

div#copytext
{
	position: relative;
	left: 15px;
	top: 22px;
	width: 895px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #898989;
	text-align: right;
}

div#copytext a
{
	color: #898989;
}

div#copytext a:hover
{
	color: #505050;
}