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

p, h1, h2, h3, h4, ul, dl, * {margin:0; padding:0;}

#logo { 
position: absolute;
width: 184px;
height: 195px;
background-image: url(../image/logo.png);
background-color: transparent;
margin-left: 16px;
margin-top: 25px;
}




/*gestione menu in linea superiore*/

#alto { 
	position: absolute;
	width: 680px;
	height: 72px;
	left: 280px;
	background-image: url(../image/alto.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

#alto ul { 
	list-style: none;
	margin-top: 0px;
	margin-left: 375px;
}

#alto li { 
	display: inline;
	float: left;
	line-height: 1.0;
	background-image: url(../image/filettoSup.gif);
	background-repeat: no-repeat;
	padding: 36px 33px 0 33px;  /*padding: alto/destra/basso/sinistra */
}

#alto a:link, #alto a:visited { 
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff; 
	font-size: 12px; 
	line-height: 1.0;
	text-decoration: none;
}

#alto a:hover { 
	text-decoration: underline; 
}




/*gestione testata*/

#testata {
	position: absolute;
	top: 100px;
	left: 300px;
	width: 640px;
	height: 115px;
	background-color: transparent;
	padding: 0 0 0 20px;
}

#testata .titolo {
	margin-left: -20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 25px;
	line-height: 1.0;
}

#testata .titoletto {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 2.0;
}

#testata .dida {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.3;
}




/*gestione menu genrale*/

#menu { 
	position: absolute;
	top: 220px;
	left: 0px;
	width: 290px;
	height: 160px;
	background-image: url(../image/baseMenu.png);
	background-repeat: no-repeat;
	background-color: transparent;
	z-index: 2;
}

#menu ul { 
	margin-left: 30px;
	margin-top: 0;
	list-style: none;
	padding: 0;
}

#menu li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.75;
	padding: 9px 0 1px 0;
}

#menu a:link, #menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.75; 
	color: #333333;
	text-decoration: none;
	background-image: url(../image/frecceMenu.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 0 0 0 20px;
}

#menu a:hover {
	background-position: 0 -18px;
	color: #FF9900; 
}

#menu .nolink { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.75;
	color: #FF9900;
	background-image: url(../image/frecceMenu.gif);
	background-repeat: no-repeat;
	background-position: 0 -15px;
	margin: 9px 0 1px 0;
	padding: 0 0 0 20px;
}




/*gestione testo*/

#contenitore1 {
	position: absolute;
	top: 390px;
	left: 320px;
	width: 300px;
	margin: 0;
	padding: 0;
}

#contenitore2 {
	position: absolute;
	top: 390px;
	left: 660px;
	width: 305px;
	margin: 0;
	padding: 0;
}

p {
	text-align: justify;
	
}

.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #C7C7C7;
}

.blocchettiText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #FF9900;
}

.titoletti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	color: #FF9900;
}

.mail a:link, .mail a:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	text-decoration: none;
	font-size: 12px; 
	line-height: 1.5;
}

.mail a:hover {
	text-decoration: underline; 
}




/*gestione footer*/

#footer .copy { 
	margin-left: 30px;
	margin-top: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666; 
	font-size: 10px; 
	line-height:13px; 
}

#footer .bios { 
	color: #ffffff; 
}

.credits a:link, .credits a:visited {
	font-family: Arial, Helvetica, sans-serif;
	float: left; 
	color: #ffffff; 
	text-decoration: none;
	font-size: 10px;
	margin-left: 628px;
	margin-top: 10px;
}

.credits a:hover {
	color: #666666; 
}
