@charset "UTF-8";
html,body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFF;
	height: 90%;
	width: 100%;
	

}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 9px;
	height: 100%;
	position:fixed;
}
#blanket {
background-color:#000000;
opacity: 0.65;
filter:alpha(opacity=65);
position:fixed;
z-index: 9001;

}
#popUpDiv {
position:fixed;
background-color:#ffffff;
border: 1px solid #000000;
width:600px;
/*height:400px;*/
z-index: 9002;
moz-box-shadow:3px 3px 2px #cccccc;
webkit-box-shadow:3px 3px 2px #cccccc;
box-shadow:3px 3px 2px #cccccc;

}

.pushfooter{
height:100px; /* altezza footer */
clear:both; /* clear di eventuali float se presenti nel layout */
}
.oneColLiqCtrHdr #header {
	background-color: #F00;
	top:0;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	position:fixed;
	width: 100%;
	z-index:10;
}
.news{
width: 170px;
height: 170px;
border: 1px solid #000000;
padding: 3px;
}
.news2{
width:170px;
text-align: center;
margin-left:33%;
}

.newstit{
width:170px;
background-color: #ff0000;
height: 84px;
margin-left:33%;
line-height: 2;
font-family: helvetica;
color: #ffffff;
text-align: left;
font-size: 11px;
font-weight: bold;
}

.oneColLiqCtrHdr #mainContent {
/*	padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 9px;
	min-height:100%;/* inizio per altezza footer */
	height:auto !important;
	height:100%;
	margin:0 auto -100px; /* margine negativo altezza footer */
	
}
.oneColLiqCtrHdr #footer {
	/*padding: 0 10px;*/
	background-color: #FFF;
	position: fixed;
	z-index:10;
	text-align: center;
	left:20%;
	bottom:0;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.h5 {
	font-family: Helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
}
.oneColLiqCtrHdr #container .h5 {
	font-size: 12px;
	color: #000;
}

.oneColLiqCtrHdr #container #mainContent {
	font-family: Helvetica, sans-serif;
	
	line-height: 10px;
	vertical-align: baseline;
	color: #F00;
}
.images {
	vertical-align: bottom;
	padding-right: 4%;
	padding-bottom: 10%;
	padding-left: 4%;
	color: #000;
	padding-top: 80px;
	border: none;
}
.h1 {
	vertical-align: bottom;
	padding-right: 4%;
	margin-bottom: 2%;
	padding-left: 4%;
	color: #000;
	padding-top: 2%;
	border: none;
}
#menu {
	height: 30px;
	width: 50px;
	background-color: #FFF;
	margin-top: 25px;	
	position:fixed;
	left:10px;
	z-index:10;
}
#menu ul {
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	font-family: Helvetica, sans-serif;
	margin-top: 0px;
	
}
#menu li {
	display: inline;
	letter-spacing: 2px;
	margin-left: -30px;
	white-space:nowrap;
}

#menu a {
    color: #F00;
    float: center;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
	vertical-align: middle;
}
.menu_selected {
	color: #00F;
	float: center;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
	vertical-align: middle;
}
#menu a:hover {
	color: #00F;
	float: center;
    font-size: 13px;
    font-weight: bold;
   text-decoration: none;
	vertical-align: middle;
}
#menu .active a {
	color: #00F;
	float: center;
    font-size: 13px;
    font-weight: bold;
     text-decoration: none;
	vertical-align: middle;
}
.frecciared{
	color: #f00;
	font-size: 16px;
	
}
.frecciablack{
	color: #000;
	font-size: 16px;
	
}
.oneColLiqCtrHdr #container #mainContent p {
	/*margin-left:200px;*/
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	padding:2%;
	line-height:1.5;
}
.link a{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #F00;
	text-decoration: none;
}
.link a:hover{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #00F;
	text-decoration: none;
}

.oneColLiqCtrHdr #container #mainContent table tr td {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #F00;
	line-height: 22px;
	text-align: justify;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 0px;
}
.image_right{
	vertical-align: top;
	text-align: center;
	padding-left: 20px;
	
}
.centrale{
	width: 80%;
	height: 50%;
	text-align: justify;
}
.highlight {
	color: #00F;
}
/*qui sotto le immagini pallino rosso del footer...unico modo per riuscire ad averle allineate con le scritte..maledette..*/
.img_foot[align="middle"] {
  vertical-align: middle;
}