@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}
.clear {
	height:0;
	line-height:0;
	font-size:1px;
	clear:both;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	color:#0C1F4B;
}
/* HEADER */
.header {
	height:155px;
	width:1000px;
	margin:0 auto;
}
tr.menu_top td div {
	text-align:center;
}
div.txt_header {
	text-align:right;
	color:#F2EACC;
	padding:108px 12px 0 0;
}
div.txt_header a {
	text-decoration:none;
	color:#F2EACC;
	font-size:10px;
}
div.txt_header a img {
	border:0;
	line-height:10px;
	padding:0 3px 0 0;
}
div.txt_header a.rss {
	margin:0 0 0 25px;
}
/* END HEADER */
/* CONTENITORE CENTRALE */
table.contenitore {
	display:block;
	margin:0 auto;
	margin-top:10px;
}
table.contenitore tr td table tr td table tr td a {
	color:#FFCC33;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
table.contenitore tr td table tr td table tr td span {
	font-size:18px;
	color:#FFF;
}
table.contenitore tr td table tr td table tr td p {
	font-size:14px;
	color:#FFF;
	margin:0;
	padding:0;
}
table.contenitore tr td table tr td table tr td p span {
	font-size:42px;
}
/* END CENTRALE */
/* TABBING */
.box_tabs {
	width:669px;
	height:35px;
	background-image:url(imagebase/bkg_box_tab_top_home.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.box_tabs ul {
	padding:10px 0 0 40px;
}
.box_tabs ul li {
	list-style-type:none;
	float:left;
}
.box_tabs ul li a {
	display:block;
	padding:7px 19px 4px 19px;
	margin:0 5px 0 0;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	background-image:url(imagebase/bkg_btn_tab_home.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	border-top:1px solid #02406F;
	border-left:1px solid #02406F;
	border-right:1px solid #02406F;
	cursor:pointer;
}
.box_tabs ul li a.current {
	color:#002652;
	background-image:none;
	background-color:#FBE5AB;
	border-top:1px solid #FBE5AB;
	border-left:1px solid #FBE5AB;
	border-right:1px solid #FBE5AB;
}
.panes div {
	height:150px;
	background-color:#FBE5AB;
	display:none;
}
div.panes p.txt_tab {
	font-size:11px;
	color:#0C1F4B;
}
div.panes p.txt_tab strong {
	font-size:14px;
	color:#0C1F4B;
}
div.panes p.dettaglio_tab a {
	font-size:10px;
	font-weight:bold;
	color:#0C1F4B;
}
div.panes div table tr td table tr td {
	font-size:10px;
}
table.contenitore tr td table tr td div.panes div table tr td table tr td a {
	color:#0C1F4B;
	font-size:10px;
	font-weight:normal;
}
table.contenitore tr td table tr td div.panes div table tr td table tr td span {
	color:#990000;
	font-size:10px;
	font-weight:bold;
}
/* END TABBING */
/* FOOTER */
table.footer {
	display:block;
	margin:0 auto;
}
table.footer tr td {
	color:#F3EACE;
	font-size:10px;
}
table.footer tr td a {
	color:#F3EACE;
	text-decoration:none;
}
table.footer tr td ul {
	display:block;
	float:left;
	padding:0 16px 0 9px;
	height:75px;
}
table.footer tr td ul.last {
	padding:0 9px 0 13px;
}
table.footer tr td ul li {
	list-style-type:none;
	height:12px;
}
table.footer tr td ul li.first {
	height:15px;
}
table.footer tr td ul li strong {
	font-size:12px;
}
/* END FOOTER */
/* modifiche per la home inglese */
table.footer tr td.en ul {
	display:block;
	float:left;
	padding:0 8px 0 9px;
	height:90px;
}
table.footer tr td.en ul.last {
	padding:0 9px 0 7px;
}
table.footer tr td.en ul li.doppio {
	list-style-type:none;
	height:24px;
}
table.contenitore tr td table tr td table tr td p.en {
	font-size:13px;
}