/* CSS Document */

HTML, BODY {
	padding:0;	margin:0 auto;
	width:100%; height:100%;
	text-align: center;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(/img/bg-body.jpg) no-repeat center center;
	SCROLLBAR-FACE-COLOR: #909e1b;
	SCROLLBAR-HIGHLIGHT-COLOR: #d6ec00; 
	SCROLLBAR-SHADOW-COLOR: #011400; 
	SCROLLBAR-3DLIGHT-COLOR: #45520a;
	SCROLLBAR-ARROW-COLOR: #f0ff12;
	SCROLLBAR-TRACK-COLOR: #374700; 
	SCROLLBAR-DARKSHADOW-COLOR: #45520a;
	}
								
	#container {
		width:1000px; height:682px;
		position:absolute;
		top:50%;
		left:50%;
		margin:-341px 0 0 -500px;
		}

		h1,
		span {display:none;}
		
		.logo-left {
			position: absolute; 
			top: 60px;
			left: 50%; 
			margin-left: -549px;
			width: 49px; height: 231px;
			background: url(/img/home/logo-left.gif) no-repeat 0 0;
			}
			
		
/* NEWS */

.flash {
	width:1000px; height:422px;
	}
	
.news-container {
	display: block;
	width: 1000px; height:220px;
	background: url(/img/home/bg-news.jpg) no-repeat top;
	text-align:left;
	margin-bottom:2px;
	}
	
	.loghi-sotto {
		width:220px;
		display:block;
		}

.disabili {
	width:94px; height:109px;
	display:block;
	float:left;
	background: url(/img/home/t-disabili.gif) no-repeat;
	}

.libera {
	width:217px; height:65px;
	display:block;
	float:left;
	background: url(/img/home/libera.gif) no-repeat;
	}

.turismotorino {
	width:107px; height:53px;
	display:block;
	float:left;
	margin:44px 0 25px 8px;
	background: url(/img/home/t-turismotorino.gif) no-repeat;
	}

.news {
	position:absolute;
	top:450px; left:50%;
	width:555px; height:155px;
	overflow: auto;
	/*margin-right: 110px;*/
	margin-left:-180px;
	}

.news-block {
	padding: 0 15px 15px 0;
	margin-right:10px;
	}
	
	.data {color:#f17000; float:left;}
	
	.titolo {
		color:#f17000;
		font-weight:bold;
		font-size:14px;
		}
	
	.testo {
		display:block;
		padding:0 0 5px 0;
		line-height:13px;
		}
		
		.testo A:LINK, .testo A:VISITED {
			color:#c9c9c9;
			text-decoration:none;
			}
		
		.testo A:HOVER {
			color:#fff;
			text-decoration:underline;
			}
			
			.testo P { padding:0; margin:0;}
		
		
/*FOOTER*/
	#footer {
		font-size:13px;
		font-weight:bold;
		height:37px;
		/*padding:11px 100px 20px 160px;*/
		padding:9px 0 20px 41px;
		text-align:left;
		color:#f17000;
		margin:0 auto;
		background: url(/img/pagine/bg-footer.gif) no-repeat 0 0;
		}
		
		#footer A:link, #footer A:visited {
			color:#f17000;
			text-decoration:none;
			}
			
		#footer A:hover {color:#fff;}
		
		.plugin {
			position: absolute;
			border: none;
			margin-top: -4px;
			margin-left: 15px;
			}