@charset "UTF-8";
/* CSS Document */

/* CSS Reset 
   v3.0 | 28 Novembre 2012
   License: none (Neno)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
table, tr, td {
	vertical-align:top;
	text-align:left;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	/*background:url(../images/bkg_site.jpg) no-repeat top center #fff;*/
	background:#fff;
	/*background:#f1f1f1;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****************/
div#page{
	width:950px;
	margin:0 auto;
	background:#fff;
	/*padding:0 15px;*/
}

/* Header */
div#header{
	width:950px;
	height:110px;
	/*background:url(../images/bkg_header.jpg) no-repeat top center;*/
}
/* logo */
div#header div#logo{
	width:140px;
	height:90px;
	float:left;
	margin-top:20px;
}
div#header div#logo a{
	display:block;
	width:140px;
	height:90px;
}
div#header div#logo a:hover{
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
/* lingue */
div#header div#languages{
	float:right;
	width:810px;
	height:10px;
	margin-top:5px;
}
div#header div#languages ul li{
	width:15px;
	height:10px;	
	display:inline;
	float:right;
	margin-right:10px;
}
div#header div#languages ul li a{
	display:block;
	width:15px;
	height:10px;	
	text-indent:-9999px;
}
div#header div#languages ul li a#ita{
	background:url(../images/flag_ita.gif) no-repeat top left;
}
div#header div#languages ul li a#eng{
	background:url(../images/flag_eng.gif) no-repeat top left;
}
div#header div#languages ul li a#ita:hover,
div#header div#languages ul li a#eng:hover{
	background-position:0 -10px;
}
/* payoff */
div#header div#payoff{
	width:240px;
	height:28px;
	float:right;
	margin:20px 10px 0 0;
}
/* Menu orizzontale */
div#header div#navigation{
	float:right;
	width:810px;
	margin-top:20px;
}
div#header div#navigation ul{
	float:right;
}
div#header div#navigation ul li{
	float:left;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:17px;
	margin:0 1px;
}
div#header div#navigation ul li a{
	color:#4b4b4b;
	display:block;
	text-decoration:none;
	padding:5px 10px;
}
div#header div#navigation ul li a:hover,
div#header div#navigation ul li a.active{
	color:#fff;
	background:#1572b5;
	text-decoration:none;
}


/** Footer **/
div#footer{
	border-top:1px solid #4f4f4f;
	padding-top:10px;
	padding-bottom:20px;
	width:950px;
	margin-top:50px;
	float:left;
}
div#footer p{
	font-size:11px;
	color:#232323;
	line-height:14px;
	width:470px;
	height:50px;
	float:left;
}
div#footer p a{
	color:#232323;
	text-decoration:none;
}
div#footer p a:hover{
	color:#232323;
	text-decoration:underline;
}
div#footer div.certificato{
	float:left;
	width:150px;
}
div#footer div.certificato img{
	float:left;
	margin-right:10px;
}
div#footer div.certificato p{
	font-size:11px;
	color:#232323;
	line-height:14px;
	float:left;
	width:100px;
	font-weight:bold;
}
div#footer ul{
	float:right;
	width:320px;
}
div#footer ul li{
	height:25px;
	float:right;
	margin:0 15px;
}
div#footer ul li img{
	height:25px;
}