﻿body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial;
	background-color: Black;
}
img
{
	border: 0px;
}
.page
{
	width: 950px;
	margin: 0px auto;
}

.header
{
	height: 130px;
	overflow: hidden;
	background-color: White;
}
.headerinterno
{
	height: 91px;
	overflow: hidden;
}
.menu
{
	height: 39px;
	overflow: hidden;
	background-image: url('../img/menu.jpg');
	background-repeat: repeat-x;
	margin-left: 10px;
	width: 930px;
	position: relative;
}
.sottomenu ul
{
	margin: 0px;
	padding: 0px;
}
.sottomenu li
{
	float: left;
	padding: 0 0px 0 0px;
	min-width: 155px;
	line-height: 44px;
	text-align: center;
	color: #a7a8a8;
	font-family: Arial;
	background-image: url('../img/menu2.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	list-style: none;
}
.sottomenu a
{
	color: #c7c7c7;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	width: 150px;
	height: 100%;
}
.sottomenu a:hover
{
	background: url('../img/menuvisita.jpg') repeat-x;
}
.logo
{
	float: left;
	padding-top: 7px;
	padding-left: 30px;
	width: 400px;
	height: 80px;
	padding-bottom: 6px;
}
.intestazione
{
	float: right;
	width: 422px;
	overflow: hidden;
}
.componentiaggiuntivi
{
	width: 422px;
	height: 28px;
	background-image: url('../img/barraorizmenu.jpg');
	background-repeat: no-repeat;
	
}
.componentiaggiuntivi div
{
	float: left;
	line-height: 30px;
	font-size: 11px;
}
a:visited, a:link
{
	color: white;
	text-decoration: none;
}
a:active, a:hover
{
	text-decoration: underline;
}
.titolodx
{
	text-align: right;
	padding-top: 5px;
	padding-right: 22px;
	width: 400px;
	height: 47px;
}

.content
{
	background-color: White;
	overflow: hidden;
	margin-top: 0px;
}
.slide
{
	margin-left: 10px;
	margin-bottom: 8px;
	height: 165px;
	background: url('../img/Intestazione.jpg') top left no-repeat;
    padding: 0px 0 0 0;

}
.riga
{
	overflow: hidden;
	background-color: White;
}
.boxsx
{
	float: left;
	width: 207px;
	margin-left: 15px;
	background-color: White;
}
.box1
{
	overflow: hidden;
	margin-bottom: 15px;
}
.titolobox
{
	height: 24px;
	background-image: url('../img/parteboxlat.jpg');
	background-repeat: no-repeat;
	color: #f3f8fe;
	padding-left: 23px;
	padding-top: 13px;
}
.elenco
{
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	width: 205px;
	overflow: hidden;
	background-color: #f0f0f0;
}
.elenco ul
{
	margin: 0px 15px 0px 15px;
	padding: 0px;
	background-color: #f0f0f0;

}
.elenco li
{
	padding-left: 18px;
	margin: 0px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	list-style: none;
	border-bottom: solid 1px #d7d7d7;
}

.elenco a
{
	text-decoration: none;
	color: #3e6680;
}

.elenco a:active
{
font-weight:200;
}

.elenco a:hover
{
font-weight:200;
}

.testo
{
	width: 715px;
	min-height: 480px;
	overflow: hidden;
	float: right;
	background-color: White;	
}	
.testo a
{
	text-decoration: none;
	color: blue;
}

.benvenuto
{
	font-family: "Trebuchet MS", Verdana;
	font-size: 23px;
	color: #033759;
	float: left;
}
.text
{
	margin-top: 60px;
}
.partecentro{
	 width: 650px;
	 text-align:center;	
	 margin-left:20px;		
}
.footer
{
	height: 100px;
	overflow: hidden;
	background-image: url('../img/barravertfooter.jpg');
	background-repeat: repeat-x;
	position: relative;
	line-height: 28px;
	font-size: 11px;
	color: White;
	text-align: center;
	clear: both;
	width: 100%;
}
.footer a:visited, a:link, a:active, a:hover
{
	text-decoration: none;
}



