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

body, html {
height: 100%;
margin: 0;
}

#container {
width: 968px;
height: 640px;
border: 0px;
border-color: #cacaca;
border-style: solid;
position: absolute; top: 50%; left: 50%;
margin: -320px 0 0 -484px;
}

#boxlogo {
	width: 968px;
	height: 24px;
	margin-bottom: 35px;
	margin-top: 35px;
	
	
}

#boxlogo .sx {
	width: 341px;
	height: 9px;
	float:left;
	padding-left: 140px;
	padding-top: 15px;
}
	
	#boxlogo .dx {
	width: 305px;
	height: 24px;
	float:left;
	padding-right: 176px;
	text-align: right;
		
}
	
#boxcontenitore {
	width: 968px;
	height: 543px;
}

#box1 {
	width: 111px;
	height: 543px;
	float: left;
	margin-right: 35px;
	background-color:#ffffff;
}

#box2 {
	width: 645px;
	height: 543px;
	float: left;
	background-color:#FFF;
}
	
	#box3 {
		width: 141px;
		height: 543px;
		float: left;
		background-color: #ffffff;
		margin-left: 35px;
	}
	
#boxslideshow {
	width: 645px;
	height: 300px;
	float:left;
	background-color: #ffffff;
}

#boxtesto {
	width: 645px;
	height: 208px;
	float:left;
	margin-top: 35px;
	background-color: #ffffff;
}

p, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:justify;
	margin: 0px;
	border: 0px;
	line-height: 18px;
}

a, a:hover {
	color:#666666;
	text-decoration: underline;
}


	

