* { 
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}


H1, H2, H3, H4, H5, H6, PRE, CODE, ADDRESS, BLOCKQUOTE {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

A, A:hover {
	text-decoration: none;
}

A IMG {
    border: 0;
}

HR {
	display: none;
}

BODY {
	font-size: 100%;
	background-color: #808080;
	background-image: url('../immagini/b-wrapper.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

#WrapperContainer {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	margin-top: 16px;
}

#Testata {
	position: relative;
	width: auto;
	height: 190px;
	background-image: url('../immagini/b-testata.gif');
	background-repeat: no-repeat;
}

#Logo {
	position: absolute;
	top: 0px;
	left: 25px;
	width: 195px;
	height: 53px;
}

#Logo A {
	display: block;
	width: 195px;
	height: 53px;
	text-indent: -9999px;
}

#Lingua LI {
	list-style-type: none;
	display: inline;
}

#Lingua A {
	display: block;
	position: absolute;
	top: 19px;
	width: 30px;
	height: 22px;
	text-indent: -9999px;
}

#Lingua A#Italiano {
	right: 275px;
}

#Lingua A#Inglese {
	right: 308px;
}

#ApplicativoFlash {
	position: absolute;
	width: 760px;
	height: 104px;
	top: 59px;
	left: 0px;
	background-color: red;
}

/* form ricerca testata */

#RicercaLBL {
	position: absolute;
	top: 22px;
	right: 198px;
	font-size: 12px;
	color: #B6B6B6;
	font-weight: bold;
}

#RicercaCampo {
	position: absolute;
	top: 20px;
	right: 54px;
	width: 126px;
	height: 18px;
	border: 1px solid #828282;
}

#RicercaInvia {
	position: absolute;
	top: 19px;
	right: 25px;
	width: 24px;
	height: 21px;
	border: 0;
	background-image: url('../immagini/b-submit.gif');
	background-repeat: no-repeat;
	font-size: 0px;
}

/* --- menù a tendina --- */

#WrapperAmbiti {	
	position: relative;
	top: 164px;
	left: 10px;
	height: 26px;
	width: 750px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav A {
	display: block;
	width: 120px;
	font-family: Tahoma;
}

#nav a.Primo {
	font-size: 13px;
	font-weight: bold;
	height: 26px;
	line-height: 23px;
	color: #D3FFBA;
}

#nav a.Primo:hover {
	background-color: #175B4A;
	color: #ffffff;
}

#nav a.Primo STRONG {
	padding-left: 5px;
}

#nav a.Secondo {
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #D3FFBA;
	font-weight: bold;
	background-color: #208169;
	border-bottom: 1px solid #175B4A;
	line-height: 14px;
	text-transform: lowercase;
	width: 160px;
}

#nav a.Secondo:hover {
	background-color: #175B4A;
	color: #ffffff;
	border-bottom: 1px solid #A8FF00;
}


#nav A.Primo SPAN, #nav A.Secondo SPAN {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}


#nav li { /* all list items */
	float: left;
	width: 121px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #ffffff;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -26px 0 0 160px;
	border: 1px solid #ffffff;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* --- fine menù tendina --- */

#CorpoPagina {
	width: auto;
	background-color: #ffffff;
	min-height:300px;
  height:auto !important;
  height:300px;
}

#PiedePagina {
	position: relative;
	width: auto;
	height: 82px;
	background-image: url('../immagini/b-piede.gif');
	background-repeat: no-repeat;
}

#IstitBasso LI {
	list-style-type: none;
	display: inline;
}

#IstitBasso A {
	display: block;
	position: absolute;
	top: 0px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}

#IstitBasso A#TornaSu {
	right: 94px;
}

#IstitBasso A#Home {
	right: 70px;
}

#IstitBasso A#EMail {
	right: 42px;
}

#PiedePagina ADDRESS {
	position: absolute;
	text-align: center;
	top: 29px;
	left: 30px;
	font-size: 11px;
	color: #909090;
	width: 700px;
	height: 30px;
	line-height: 15px;
}

#PiedePagina ADDRESS A:hover {
	color: #000000;
}

	

