html, body{
	height:100%;
}

body  {
	position: relative;
	font-family: Arial, san-serif;
	font-size: 12px;
	line-height: 1.1em;
	background: url(../img/background-new-dark.jpg) fixed top center repeat-y #ccc1c1; 
	text-align: center;
}

body#log{
	position: relative;
	font-family:Arial, san-serif;
	font-size:12px;
	background:url(..) center repeat-y #000; 
	text-align:center;
	}
	
.left {float:left;}
.right {float:right;}
.centra {text-align:center;}

.noNews {
	display: block;
	text-align: center;
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #3f3f3f;
	margin: auto;
	padding-top: 20px;
}

a{
	color:#00a6ec;
}

a:hover{
	color:#f00;
}

	
/* Pagina di login/registrazione */
#div_info, #div_how {
	position: absolute;
	left:0px;
	top: 20px;
	overflow: hidden;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	background-color: #000;
	color: #fff;
	z-index: 10;
	display: none;
	padding-bottom: 20px;
	}
	
.sub_infohow{
	position:relative;
	background:#000;
	width:500px;
	min-height:450px;
	height: auto !important;
	height:450px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	color:#999;
	font-size:12px;
	border:1px solid #00a6ec;
	padding:10px 14px 38px 14px;
	cursor:pointer;
}

a.close {
	display: block;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	position: absolute;
	bottom: 6px;
	right: 6px;
	padding-left: 20px;
	background: url(../img/close.jpg) left center no-repeat;
}

a.close:hover{
	background: url(../img/close-on.jpg) left center no-repeat;
}

.sub_infohow h1{
	margin-bottom:8px;
	color:#00a6ec;
	font-size:14px;
	font-weight:bold;
}
	
.maincontent_log{
	position:relative;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top: 120px;
	}

.maincontent_log ul{
	position:absolute;
	left:280px;
	display:block;
	width:430px;
	margin-top:10px;
	color:white;
	}	

.maincontent_log li{
	display:block;
	font-size:14px;
	}	

.maincontent_log a{
	color:#00a6ec;
	}

.maincontent_log a:hover{
	color:#ff0000;
	}

.help {
	font-weight:bold ;
}
	
#logreg {
	background:#000000 url(../img/login.jpg) no-repeat;
	width:430px;
	height:280px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color:#FFFFFF;
	border:1px solid #00a6ec;
	}	

#logreg fieldset{
	position:relative;
	width:200px;
	left:230px;
	top:10px;
	font-size:12px;
	}	

#logreg h1{
	color:#00a6ec;
	font-size:16px;
	font-weight:bold;
	}

#logreg input{
	margin-bottom:6px;
	margin-top:1px;
	margin-left:0px;
	width:180px;
	}

#logreg p{
	margin-top:2px;
	margin-bottom:12px;
	}

#invio{
	background-color:#00a6ec;
	border:0px solid #fff; 
	color:#000; 
	height:24px;
	font-weight:bold;
	}

.err{
	position:absolute;
	top:40px;
	width:430px;
	padding:10px 0px;
	color:#ff0000;
	margin-top:50px;
	display:block;
	clear:both;
	font-weight:bold;
	border:1px solid #ff0000;
	margin:auto;
	margin-top:20px;
	text-align:center;
	}

/* Fine pagina di login/registrazione */


/* TOP MENU */
#topMenu{
	position:relative;
	background-color:#000; 
	height:121px; 
	padding:0px; 
	margin:0px 0px 10px 0px;
	width:844px;
	background:url(../img/testata-new.jpg) 0px 1px no-repeat #000; 
	}

#topMenu ul{
	position:absolute;
	background-color:#00a6ec;
	top:100px;
	height:22px;
	width:100%;
	}
	
#topMenu ul li{
	float:left; 
	list-style-type:none;
	display:inline;
	/*border-left:2px solid #000;*/
	}

#topMenu ul li a{
	display:block; 
	color:#fff;
	padding:0 10px;
	font-size:12px;
	line-height:22px;	
	text-transform:uppercase; 
	text-decoration:none;
	text-align:center;
	}
	
#topMenu ul li a:hover{ 
	display:block; 
	text-decoration:none;
	color:#fff;
	background-color:#000; 
	}

#topMenu ul li a.current{ 
	display:block; 
	text-decoration:none;
	color:#3f3f3f;
	background-color:#fff; 
	}

/*
#topMenu ul.dropdown{width:570px; height:22px; position:absolute; top:280px; right:20 px;}
#topMenu ul.dropdown li{float:left; width:79px; height:22px; }
#topMenu ul.dropdown li a{display:block; width:79px; color:#ddd; font-size:11px; text-decoration:none; text-align:center; line-height:22px;} 
#topMenu ul.dropdown li a:hover{text-decoration:none; color:#707070;;background:url();background-color:#f4f4f4; }

#topMenu ul.dropdown li.verticallinenone a{display:block; width:79px; color:#707070; text-decoration:none; text-align:center; line-height:22px;background-color:#f4f4f4;} 
#topMenu ul.dropdown li.verticallinenone a:hover{text-decoration:none; color:#707070; }
*/

/* FINE TOP MENU */


#mainContent{
	/*position:relative;*/
	width:844px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color:#242222;
	background-color: #fff;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -45px;
	}

/* HOME  */

.home {
	background:url(../img/gio.jpg) -100px bottom no-repeat #000;
}

#mainContent.home h1 {
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	background:url(../img/home-title.jpg) center center no-repeat;
}

#mainContent.home h1 span{
	position: absolute;
	display: inline;
	left: -9000px;
}

#homeContent {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 90px;
	width: 400px;
	text-align: justify;
	display: inline;
}
/* FINE HOME */

#rightNews{
	float:right;
}

.rightNewsContent{
	background: #f3f3f3 url(..);
	width:214px;
	margin-top:12px;
	padding-bottom: 42px;
}

#rightNews h2{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#fff;
	padding:4px 0px;
	width:214px;
	background-color:#000;
	text-align:center;
	/*margin-left:19px;*/
	border-bottom:5px solid #00a6ec;
}

#rightNews ul{
	position:relative;
	margin-top:5px;
	margin-left:15px;
	margin-right:15px;
	/*padding-bottom:20px;*/
	}
	
#rightNews ul li{
	list-style-type:none;
	background: url(../img/frecciaCategorieAzz.jpg) left center no-repeat;
	/*margin-left:40 px;*/
	border-bottom:1px solid #ccc;
	}

#rightNews ul li a{
	display:block; 
	color:#333;
	font-weight:bold;
	padding-left:15px;
	font-size:11px;
	line-height:22px;
	text-decoration:none;
	}
	
#rightNews ul li a:hover{ 
	display:block; 
	text-decoration:none;
	color:#00a6ec;
	}

#rightNews ul li a.current{ 
	display:block; 
	text-decoration:none;
	color:#00a6ec;
	}
	
#leftNews{
	width:550px;
	float:left;
	/*margin-left:40px;*/
	margin-left:20px;
}

#leftNews h2{
	font-size:22px;
	line-height:22px;
	margin:0px;
	font-weight:normal;
	color:#3f3f3f;/*#00a6ec;*/
	width:450px;
	padding-top:5px;
}

.newsList{
	overflow:auto;
	width:550px;
	overflow:hidden;
}

.newsListHead{
	background:#3f3f3f url(../img/news-up.jpg) top left no-repeat;
	overflow:auto;
	width:550px;
	height:37px;
}

.newsListMiddle{
	background:url(../img/news-middle.jpg) top left repeat-y;
	width:550px;
}

.newsListFoot{
	background:url(../img/news-bottom.jpg) bottom left no-repeat;
	overflow:auto;
	width:550px;
	height:54px;
	
}

.data{
	border:1px solid #3f3f3f;
	width:40px;
	text-align:center;
	float:left;
	margin:0px 10px 0px 30px;
	display: inline;
}

#leftNews h3{
	background-color:#00a6ec;
	color:#fff;
	font-size:10px;
	margin:0px;
	padding:4px;
}

.giornoMese{
	font-size:11px;
	padding:4px 0px;
	background-color:#f3f3f3;
}

.autore{
	font-style:italic;
}

.corpoNews{
	clear:both;
	display:block;
	margin-top:20px;
	margin-left:30px;
	padding-right:30px;
	text-align:justify;
	/*margin:20px 0px 30px 30px;*/
}

.paginazione{
	text-align:center;
	height: 50px;
}

.paginazione ul {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 270px;
}
	
.paginazione li{
	float:left; 
	list-style-type:none;
	width:90px;
	display:inline;	
	font-size:11px;
	line-height:18px;	
	}

.paginazione ul li a{
	display:inline; 
	color:#00a6ec;
	border:0px solid #00a6ec;
	font-size:11px;
	line-height:18px;	
	text-transform:uppercase; 
	/*text-decoration:none;*/
	text-align:center;
	
	font-weight:bold;
	}

.paginazione ul li.noActive{
	display:block; 
	color:#3f3f3f;
	font-size:11px;
	line-height:18px;	
	font-weight:bold;
	text-transform:uppercase;
	}
	
.paginazione ul li.nPage{
	font-weight: bold;
	color: #3f3f3f;
}	

.paginazione ul li a:hover { /* .paginazione ul li a.current */
	display:block; 
	text-decoration:none;
	color:#f00;
	}

.paginazione ul li.current{ 
	display:block; 
	text-decoration:none;
	color:#fff;
	background-color:#00a6ec;
	padding:0 10px;
	font-size:11px;
	line-height:18px;	
	text-transform:uppercase; 
	text-decoration:none;
	text-align:center;
	margin:0px 1px;
	}

#footer{
	width: 844px;
	height: 40px;
	background-color: #000;
	border-top: 5px solid #00a6ec;
	margin-left: auto;
	margin-right: auto;	
	text-align:right;
}

.copyright {
	margin-right: 20px;
	line-height: 40px;
	font-size: 10px;
	color: #999;
}

#push {
	height: 45px;
	clear: both;
}

#allestimento {
	text-align:center;
	width: 100%;
	padding-top: 30px;
}

#allestimento h1{
	background: url(../img/in-allestimento.jpg) top center no-repeat;
	margin:auto;
	width:718px;
	height:279px;
}