/**************layout*************/

* {
 padding: 0;
 margin: 0;
}
img{
	border:0;
}

body {
	text-align: center;
	color: #454545;
	font: 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: none;
	background-color: transparent;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
#testata {
	display: none;
}
	
	
#barra{
	display: none;
	
}
	
	
	
#sinistra {
	display: none;
}

#centro {
	width: 543px;
	float: left;
	position: relative;
	background-color: transparent;
	background-image: none;
}
#centro a, #centro h1, #centro h2, #centro h3{
	color: #454545;
}
	#centro-in{
		padding: 8px 12px 8px 12px;
		text-align:center;
	}
	#centro .item{
	clear: both;
	background-image: none;
}
#centro .item-foot{
	clear: both;
	border-bottom: 1px solid #575B64;
	padding-left:5px;
	padding-bottom:10px;
	
}
#centro .item img{
	margin:2px;
}
#centro ul{
	text-align: left;
	margin-left: 5px;
	margin-top: 10px;
	padding: 0;
	
}
#centro li{
display: inline;
margin-right: 5px;
}
.centro-fine{
	display: none;
}



#footer-wrapper
{
	display: none;
}
#footer{
	display: none;
}









/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder{
		
		width:510px;	
		height:300px;	
		
		position:relative;
	
	}
	#sinistra .imageSlideshowHolderSmall{
		
		width:183px;
		height:184px;
		margin-left:5px;
		
		position:relative;
		}
	.imageSlideshowHolder img, .imageSlideshowHolderSmall img{
		position:absolute;
		left:0px;
		top:0px;
	}
	
	/*xtra classes*/
	
.sinistra{
	float:left;
	margin-right: 10px;
}
.destra {
	float:right;
}
.handcursor{
cursor:hand;
cursor:pointer;
}

h2.handcursor {
	font-size:0.5em;
}
.acapo{
	clear:both;
}
.small{
	font-size:0.8em;
}
  .errFld {
	border: 1px solid #FF7900; 
}
  .errMsg { color: #FF7900; 
   }

	
/*formz*/
form{
	margin-top:10px;
}
.campotesto{
	width: 200px;
	background-color: transparent;
	color: #D2D2D2;
	padding: 3px;
	border: 1px solid #ccc;
}
.pulsante{
	width: 90px;
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #ccc;
}
.thumbs{
	text-align:left;
}




