﻿body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url('images/bkgd.gif');
	background-repeat:repeat-x;
	margin:5px 0px 0px 0px;
	font-size:12px;
	color:#000000;
}

a{
	color:#000000;
	text-decoration:underline;
}

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

.highlighted{
	font-weight:bold;
}

.highlightedTitle{
	font-weight:bold;
	font-size:11px;
	line-height:15px;
}

.BigTitle{
	font-size:20px;
	color:#E1B300;
	line-height:25px;

}

.SmallTitle{
	font-size:13px;
	color:#E1B300;
	line-height:20px;
	font-weight:bold;

}

.BigTitleGray{
	font-size:18px;
	color:#999999;
	line-height:23px;

}




.AllDiv{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	
}

.ClearDiv{
	clear:both;
	font-size:1px;
	height:1px;
	margin:0px;
	padding:0px;
}


.SpaceDiv{
	clear:both;
	height:20px;
}

td{
	vertical-align:top;
}


li {
	list-style-type:square;
	list-style-position:outside;
	}



/* HEADER */

.LogoArea, .ButtonArea{
	float:left;
}

.LogoArea{
	height:75px;
	width:230px;
}

/* Selezione della lingua */

.LanguageArea{
	height:50px;
    text-align:right;
    width:550px;
}

.ChangeLan, .ButtonLan{
	float:right;
	color:#AFAFAF;
	margin-top:10px;
}

.ChangeLan{
	margin:12px 4px 0px 0px;
}

.ButtonLan img{
	border:0px;
}
.ButtonLan{
	border:1px #FFCC00 solid;
	margin-top:13px;
}



/* Animazione Flash */

.FlashArea {
	width:806px;
	height:341px;
	background-color:#AFAFAF;
	background-image:url('images/bkgd_flash1.jpg');
	background-repeat:no-repeat;
}


/* MENU */

.MenuItem{
	width:90px;
	float:left;
	font-weight:bold;
	color:#AFAFAF;
	text-align:center;
	margin-right:3px;
}

.MenuItem a{
    text-decoration:none;
    color:#AFAFAF;
    display:block;
    border-bottom:5px #AFAFAF solid;

 }
 
.MenuItem a:hover{
    text-decoration:none;
    color:#FFCC00;
    border-bottom:5px #FFCC00 solid;
    display:block;

 }
 
 .MenuItemSelected {
 	width:90px;
	float:left;
	font-weight:bold;
	text-align:center;
	margin-right:3px;
	text-decoration:none;
    color:#FFCC00;
    display:block;
    border-bottom:5px #FFCC00 solid;

}

/* Contenuto */

.ContentArea{
	height:260px;
    line-height:14px;

}

.ColumnLf, .ColumnRg{
    float:left;
    width:400px;
}

.TextColumnLf{
	width:389px;
}

.ColumnRg{
	background-image:url('images/bkgrd_table_row.jpg');
	background-repeat:repeat-y;
	background-position:8px 0px;
    height:260px;
}

.FooterColumnRg{
	background-image:url('images/bkgrd_table_footer.jpg');
	background-repeat:no-repeat;
	background-position:8px 0px;
    height:20px;
    background-color:#FFFFFF;

}
.HomeBoxHL{
	width:335px;
	margin:0px 30px -5px 35px;
	height:250px;
	background-image:url('images/bkgrd_table_bottom.jpg');
	background-repeat:no-repeat;
	background-position:88px 120px;
	line-height:20px;

}


.TitlePage{
	margin:10px 0px 15px 0px;
}

/* FOOTER */

.FooterArea{
	background-image:url('images/footer.gif');
	background-repeat:no-repeat;
	width:800px;
	height:28px;
}

.BottomFooter{
	text-align:center;
	font-size:10px;
	margin-top:5px;
}

