body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	html, body { height: 100%; }
	
	table.princ { height: 100%; width: 100%; border: 0px; }
		table.princ td {
			text-align: center;
			/* vertical-align: middle; */
			vertical-align: top;
			padding: 0px;
		}

a:link, a:visited { color: #999999; text-decoration: underline; }
a:hover, a:active{ color: #333333; text-decoration: none; }

h1 { text-align: center; font-size: 24px; font-weight: bold;}

.abstract { text-align: justify; padding: 10px 20px 10px 20px; }

.container {
	width: 840px;
	margin: 30px auto 0px auto;
}

.testata {
	background-color: #dedede;
	width: 840px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto 10px auto;
}
	.testata a:link, .testata a:visited { color: #666666; text-decoration: none; }
	.testata a:hover, .testata a:active { color: #de5c9e; text-decoration: none; }	



.immagine_centrale_home { 
	background-position: top center;
	background-repeat: no-repeat;
	width: 840px;
	height: 530px;
}


.immagine_centrale { 
	 /* background-image: url(splash/splash_home_01.jpg); */ 
	/* background-color: #f2f2f2; */	
	background-position: top center;
	background-repeat: no-repeat;
	width: 770px;
	height: 285px;
	padding-top: 175px;
	padding-left: 70px;
}
	.immagine_centrale .descrizione { 
		height: 158px;
		background-color: #dedede; 

	}
		.immagine_centrale .descrizione h2 { padding: 0px; margin: 0px; padding-left: 30px; padding-right: 30px; font-size: 22px; font-weight: normal;  }
		.immagine_centrale .descrizione p { padding: 0px; margin: 0px;	padding-left: 30px; padding-right: 340px; font-size: 14px; color: #666;  }
		


.thumb_container {
	width: 780px;
	margin: auto;
}

.cliente_thumb {
	width: 240px;
	height: 265px;
	vertical-align: middle;
	text-align: center;
	background-image: url(images/quadrato2.gif);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	border: 10px solid #ffffff;
}
	.cliente_thumb div {
		text-align: center;
		color: #666666;
		width: 240px;
		margin: auto;
		position: absolute;
		bottom: 5px;
		left: 0px;
	}
	
	
	
.barra_thumb {
	height: 51px;
	padding: 40px;
	background-color: #dedede;
	text-align: center;
}
	.barra_thumb a:link, .barra_thumb a:visited {
			text-decoration: none;
			display: block;
			height: 50px;
			width:76px;
			float: left;
			background-position: 13px 0px;
			text-align: center;
	}
	.barra_thumb a:hover, .barra_thumb a:active {
			text-decoration: none;
	}
	.barra_thumb img { border: 0px; }
	
	
	
.separatore { clear: both; height: 5px; line-height: 5px; font-size: 2px; }

.barra_bottom {
	background-color: #e9e9e9;
	padding: 1px 3px 1px 3px;
	width: 834px;
	color: #666;
	height: 35px;
	margin: 0px auto 0px auto;
}
	.barra_bottom a:link, .barra_bottom a:visited {
		background-color: #CCC;
		color: #666;
		text-decoration: none;
		
		}
	.barra_bottom a:hover, .barra_bottom a:active {
		background-color: #666;
		color: #CCC;
		text-decoration: none;
		}
		

.paginazione {
	padding: 10px 10px 0px 10px;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
/*	height: 30px; 
	line-height: 20px; */
}
	.paginazione a:link, .paginazione a:visited ,
	.paginazione .attivo{
		display: block;
		height: 18px;
		padding: 0px 5px 0px 5px;
		text-align: center;
		line-height: 18px;
		border: 1px solid #cccccc;
		text-decoration: none;
		color: #999999;
		font-weight: bold;
		margin-right: 5px;
		margin-bottom: 5px; 
		float: left;
	}
		.paginazione .attivo {
			background-color: #cccccc;
			color: #666666;
			border: 1px solid #cccccc;
		}
	.paginazione a:hover, .paginazione a:active {
		border: 1px solid #666666;
		text-decoration: none;
		background-color: #666666;
		color: #333333;
	}


.footer {
	width: 830px;
	text-align: center;
	margin: auto;
	padding: 20px;
	color: #999999;
}

.loghi_home  {
	margin: 368px auto 0 auto;
	width: 800px;
	}
.loghi_thumb {
	width:70px;
	height: 70px;
	background-position:right top;
	background-repeat: no-repeat;
	float:left;
	border-right: 15px solid #ffffff;
	border-left: 15px solid #ffffff;
	}
