 body {
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
   	color: #696962;
	background-color: #F5F5EC;
	background-image: url("../imgs/bkg_main.gif");
}
 .clearer {
	margin:0; 
	padding:0;
    clear: both;
}
.clearer span {
	height: 0;
	margin: 0;
	padding: 0;
}
.clearer br {
	height: 1px;
	line-height: 1px;
}
p {
    font-size: 1em;
    line-height: 1em;
}

/* -------------------------------------------------------------  tables */

table {
	font-size: 1em;
}
* html td { /* font size bug in ie5x Win */
	font-size: 1em !important; /* mac */
	font-size: 1em;	/* ie6 */
	font-size /* */: 0.8em; /* ie5 */
}
table {
	display: table;
	empty-cells: show; 
	border-collapse: collapse;
}
tr { display: table-row; }
thead { display: table-header-group; }
tbody { display: table-row-group; }
tfoot { display: table-footer-group; }
col { display: table-column; }
colgroup { display: table-column-group; }
td, th { display: table-cell; }
caption { display: table-caption; }
td {vertical-align: top; }


/******************************
* Page  Fraxmes
******************************/

#mainWrapper	{ /* contenitore generale */
	margin: 0 auto;
	padding: 0;
	width: 740px;
	text-align: left;
}
#mainColor { /* contenitore delle colonne */
	margin: 0;
	padding:0;
	background-color: #EFF2E4;
}
#top {
	width: 740px;
	height: 7px;
	background-image: url("../imgs/bkg_top.gif");
	background-repeat: no-repeat;
	margin: 0;
	padding:0;
}
#bottom {
	width: 740px;
	height: 7px;
	background-image: url("../imgs/bkg_bottom.gif");
	background-repeat: no-repeat;
	margin: 0;
	padding:0;
}
#header,
#header img {
	margin: 0;
	padding:0;
}

/******************************
* Menu
******************************/

#nav {
  width:730px;
  background-color: #EFF2E4;
  font-size: 0.9em;
  line-height:normal;
  margin: 0;
  padding: 0;
  margin-left: 5px;
  }
#nav div {
	margin: 0px;
	width: 104px;
	height: 21px;
	float: left;
}

#nav a:link,
#nav a:visited {
	width: 104px;
	height: 21px;
	display: block;
	background-image: url("../imgs/menu01.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
}
#nav a:link span.etichetta,
#nav a:visited span.etichetta{
	display: none;
	text-decoration: none;
}
#nav a:hover span.etichetta {
	display: block;
	position: absolute;
	top: 161px;
	width: 500px;
	bbackground-color: red;
}
*html #nav a:hover span.etichetta {
	position: absolute;
		top: 175px;
}

#nav .foot01 {
	width: 104px;

}

#nav .foot01 a:hover span.etichetta {
	margin-left: 10px;
}
#nav .foot02 a:hover span.etichetta {
	margin-left: -512px;
}
#nav .foot03 a:hover span.etichetta {
	margin-left: -304px;
}
#nav .foot04 a:hover span.etichetta {
	margin-left: -408px;
}
#nav .foot05 a:hover span.etichetta {
	margin-left: -200px;
}
#nav .foot06 a:hover span.etichetta {
	margin-left: -94px;
}
#nav .foot07 a:hover span.etichetta {
	margin-left: -616px;
}

#nav a:hover,
#nav a:focus,
#nav a:active {
	background-position: 0 -21px;
	text-decoration: none;
	color: #577AA0;
}
#nav .foot01 a:link,
#nav .foot01 a:visited {
	background-image: url("../imgs/menu01.gif");
	width: 104px;
	
}
#nav .foot02 a:link,
#nav .foot02 a:visited {
	background-image: url("../imgs/menu02.gif");
}
#nav .foot03 a:link,
#nav .foot03 a:visited {
	background-image: url("../imgs/menu03.gif");
}
#nav .foot04 a:link,
#nav .foot04 a:visited {
	background-image: url("../imgs/menu04.gif");
}
#nav .foot05 a:link,
#nav .foot05 a:visited {
	background-image: url("../imgs/menu05.gif");
}
#nav .foot06 a:link,
#nav .foot06 a:visited {
	background-image: url("../imgs/menu06.gif");
}
#nav .foot07 a:link,
#nav .foot07 a:visited {
	background-image: url("../imgs/menu07.gif");
	width: 106px;
	
}

#nav a span {
	display: none;
}
#nav .clearer {
	height: 0;
}
#nav #label {
	width: 730px;
	height: 22px;
	margin: 0;
	padding: 0;
	background-image: url("../imgs/menu_label2.gif");
	background-repeat: no-repeat;
}
#topTools {
	position: relative;
	top: 27px;
	left: -10px;
	width: 736px;
	text-align: right;
	margin: 0;
	font-size: 0.9em;
}

#topTools ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topTools li {
	display: inline;
	padding: 0;
	color: #577AA0;
}
#topTools li a:link, #topTools li a:visited {
	color: #577AA0;
	text-decoration: none;
}
#topTools li a:hover, #topTools li a:focus, #topTools li a:active {
	color: #004175;
	text-decoration: none;
}
#topTools form {
	display: inline;
	position: relative;
	top: 0px;
	margin: 0;
	padding-left: 4px;
}
#topTools span.changeLanguage{
	display: inline;
	position: relative;
	width:24px;
	height:24px;
	top: 6px;
	left: -5px;
	 	
}
#topTools span.changeLanguage a:hover,#topTools span.changeLanguage a:focus,#topTools span.changeLanguage a:active{
	text-decoration: none;
}

* html #topTools form {
	background-position: 0 4px;
}
#topTools input {
	font-size: 11px !important;			/* hack per MAC IE */
	font-size: 0.9em;
	color: #577AA0;
	width: 100px;
}
#topTools input.submit {
	width: auto;
	font-size: 0.9em;
}
#topTools label {
	display: none;
}

/******************************
* Contenuto
******************************/

#mainContent {
	margin-top: 50px;
}
* html #mainContent {
    margin-top: 8px;
}
#colonna	{ /*colonna destra */
	float: right;
	width: 152px;
	padding:0;
	margin: 0;
}
#txt { /* contenitore del testo */
	float: left;
	margin: 0;
	padding: 0;
	width: 586px;
	line-height: 1em;
	color: #1a2e46;
	background-color: transparent;
}

/******************************
* Box Generali
******************************/

.boxWrapper,
.newsWrapper,
.addressWrapper,
.loginWrapper {
    margin: 0 0 10px 0px;
    padding: 0;
    width: 143px;
}

/******************************
* Box Menu Colonna
******************************/

.boxWrapper {
    background-image: url("../imgs/box01_bkg.gif");
	background-repeat: repeat-y;
	font-size: 0.9em;
	background-color: #628EC4;
}
.boxTop {
    margin: 0;
    padding: 0;
    width: 143px;
    height: 8px;
    background-image: url("../imgs/box01_top.gif");
	background-repeat: no-repeat;
}
.boxBottom {
    margin: 0;
    padding: 0;
    width: 143px;
    height: 8px;
    background-image: url("../imgs/box01_bottom.gif");
	background-repeat: no-repeat;
	background-color: #EFF2E4;
}
.boxWrapper ul {
   margin: 0;
   margin: 2px 6px;
   padding: 0;
}
.boxWrapper ul li{
   list-style-type: none;
   display: inline;
   margin:0;
   padding:0;
}
.boxWrapper ul li a,
.boxWrapper span {
    display: block;
	padding: 3px 6px;
    margin: 0px;
}

.boxWrapper span,
.boxWrapper ul li a:link,
.boxWrapper ul li a:visited {
	color: #E1EDFC;
	text-decoration: none;
	border-bottom: 1px solid #97B6DC;
}
.boxWrapper ul li a:hover,
.boxWrapper ul li a:focus,
.boxWrapper ul li a:active {
	color:#eee;
	background-color: #80A5D3;
}

.boxWrapper ul li span {
   	border-bottom: none;
	background-color: #587FB0;
	border-bottom: 1px solid #587FB0;
}
.boxWrapper ul li #last {
	border-bottom: 0px solid #97B6DC;
}

.boxWrapper ul li a.level0 {padding-left: 4px;}
.boxWrapper ul li a.level1 {padding-left: 16px;}
.boxWrapper ul li a.level2 {padding-left: 28px;}
.boxWrapper ul li a.level3 {padding-left: 40px;}

.boxWrapper span {display: block; padding: 2px 0;}
.boxWrapper span.level0 {padding-left: 4px;}
.boxWrapper span.level1 {padding-left: 16px;}
.boxWrapper span.level2 {padding-left: 28px;}
.boxWrapper span.level3 {padding-left: 40px;}


/******************************
* Box News Colonna
******************************/
.newsWrapper {
    background-image: url("../imgs/boxNews_bkg.gif");
    background-repeat: repeat-y;
}
.newsboxTop,
.addressboxTop, 
.loginboxTop {
    margin: 0;
    padding: 0;
    width: 143px;
    height: 29px;
    background-image: url("../imgs/boxNewsTop.gif");
	background-repeat: no-repeat;
}
.newsboxBottom,
.addressboxBottom,
.loginboxBottom {
    margin: 0;
    padding: 0;
    width: 143px;
    height: 5px;
    background-image: url("../imgs/boxNewsBottom.gif");
	background-repeat: no-repeat;
	background-color: #EFF2E4;
}
.newsboxTop h2,
.addressboxTop h2,
.loginboxTop h2 {
    margin: 0;
    line-height: 1em;
    font-size: 1.2em;
    color: #DAE2EB;
    padding: 8px 30px 8px 30px;
}

.newsWrapper ul,
.addressWrapper ul {
	margin:0;
	padding: 5px;
}
.newsWrapper ul li,
.addressWrapper ul li {
	list-style-type: none;
	background-repeat: no-repeat;
	padding: 0 3px 4px 3px;
	border-bottom: 1px solid #7998BB;
	margin-bottom: 4px;
}
.newsWrapper ul li .newsBig,
.addressWrapper ul li .newsBig {
	margin:0;
	padding: 0 0 3px 0;
	font-size:  0.9em;
	color: #2B5173;
	font-weight: bold;
}

.newsWrapper ul li .newsBig {
	background: url(../imgs/bulletnews.gif) no-repeat 0 0;
	padding: 0 0 3px 16px;
}

.newsWrapper .mailBig {	
	text-align: center;
	font-size:  0.9em;
	color: #2B5173;
	font-weight: bold;
}
.addressWrapper ul li .newsBig {
	border-bottom: 1px dashed #7594BB;
	margin-bottom: 6px;
}
.newsWrapper ul li .newsSmall,
.addressWrapper ul li .newsSmall {
	font-size: 0.9em;
	line-height: 1em;
	color: #497CA9;
	margin: 0;
	padding: 0;
	margin-top: 1px;
	font-style: normal;
}
.newsBig a:link,
.newsBig a:visited {
	color: #2B5173;
	text-decoration: none;
}
.newsBig a:hover {
color: #000;
}

/******************************
* Box Address Colonna
******************************/

.addressWrapper {
    background-image: url("../imgs/boxAddress_bkg.gif");
   	background-repeat: repeat-y;
margin-left: 10px;
}

.addressboxTop {
    background-image: url("../imgs/boxAddressTop.gif");
	background-repeat: no-repeat;
}

.addressboxBottom {
    background-image: url("../imgs/boxAddressBottom.gif");
	background-repeat: no-repeat;
}

.addressboxTop h2,
.loginboxTop h2 {
	padding: 8px 8px 8px 34px;
}
.addressWrapper ul li {
border-bottom: none;
margin-bottom: 0;
}

.addressBottom {
	wwidth: 360px;
	background-color: #fafcf2;
	border: 1px solid #d8d8d8;
	margin: 0 10px 0 10px;
	padding: 10px;	
}

.addressBottom h2{
	margin: 0;
	padding: 0;
	line-height: 0.8em;
	font-size: 14px;
	margin-bottom: 4px;
	color: #4f77a8;
}
.addressBottom1 {
	font-weight: bold;
	margin-bottom: 2px;
	color: #3f5b7d;
}
/******************************
* Box Form Login
******************************/
.loginWrapper {
    background-image: url("../imgs/boxLogin_bkg.gif");
   	background-repeat: repeat-y;
}
.loginboxTop {
    background-image: url("../imgs/boxLoginTop.gif");
	background-repeat: no-repeat;
}
.loginboxBottom {
    background-image: url("../imgs/boxLoginBottom.gif");
	background-repeat: no-repeat;
}
.loginboxTop h2 {
    color: #295B8C;
	padding: 8px;
}
#formExtranet {
	width: 178px;
	color: #fff;
	padding: 0 0 0 10px;
    margin: 4px 0 4px 0;	
}
#formExtranet label {
	padding: 5px 3px 5px 0px;
	display: block;
	color: #D9E2ED;
}
#formExtranet input {
	width: 53px;
	padding-left: 0px;
	font-size: 0.9em;
	color: #577AA0;
}
#formExtranet input.submitUser {
	width: 46px;
	padding: 0;
	color: #577AA0;
}

/******************************
* Corpo pagina TXT
******************************/
#txt #path { /* contenitore del path */
	margin: 0 5px;
	margin-left: 12px;
	padding: 0;
	color: #94978E;
	font-size: 0.9em;
}
#txt #path a { 
    padding-right: 4px;
    padding-left: 4px;	
}
#txt #path a:link,
#txt #path a:visited { 
    color: #6681A3;
    text-decoration: none;
}
#txt #path a:hover,
#txt #path a:focus,
#txt #path a:active {
	color:#2C5B96;
}
#txt #path #current { 
    font-weight: bold;	
}
#txt #mainText {
    margin: 0;
    padding: 10px;
    margin: 10px;
    background-color: #fff;
    border: 1px solid #C9CAC5;
}

/******************************
* Footer
******************************/

#footer {
    margin: 0 auto;
    margin-top: 15px;
   	margin-bottom: 15px;

    padding: 0;
    width: 740px;
    height: 51px;
    background-image: url("../imgs/bkg_footer.gif");
	background-repeat: no-repeat;
	text-align: left;
}

#footcontent{
	float: left;
    margin: 0;
    margin-left: 68px;
    color: #3B5C68;
    padding-top: 13px; 
width: 440px;
}
* html #footcontent {
	margin-left: 34px;
}
#footcontent a:link,
#footcontent a:visited {
    color: #0E313D;
    text-decoration: none;
}
#footcontent a:hover,
#footcontent a:focus,
#footcontent a:active {
	color:#EFF2E4;
}
 
 #log{
   float: right;
	margin: 0px;
	padding: 0;
	width: 90px;
	height: 42px;
	margin-top: 5px;
	margin-right: 6px;
}
#log a span {
	display: none;
}

#log a,
#log a:link,
#log a:visited {
	width: 90px;
	height: 42px;
	display: block;
	background-image: url("../imgs/login.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#log a:hover,
#log a:focus,
#log a:active {
	background-position: 0 -42px;
}

 #telefono{
   float: right;
	margin: 0px;
	padding: 0;
	width: 90px;
	height: 42px;
	margin-top: 5px;
	margin-right: 6px;
}
#telefono a span {
	display: none;
}

#telefono a,
#telefono a:link,
#telefono a:visited {
	width: 90px;
	height: 42px;
	display: block;
	background-image: url("../imgs/telefono.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#telefono a:hover,
#telefono a:focus,
#telefono a:active {
	background-position: 0 -42px;
}
