@charset "UTF-8";
/* CSS Document */

body{
	margin:0px 0px 0px 0px;
}



#corpo{
	background-image:url(img/fondo_grigio.png);
	background-position:bottom;
	height:100%;
	width:100%;
	position:absolute;
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
	background-color:#f0f0f0;
}
#wrapper{
	padding:10px 10px 10px 10px;
	margin-left:-425px; 
	margin-top:-350px;
	left:50%; 
	top:50%;
	position:absolute;
	background-color:#FFFFFF;

}
#container{
	background-color:#C91F0E; 
	width:850px; 
}
#cont{
	width:590px;;
	background-color:#EB6A71;
	background-image:url(img/fondo_cont.png);
	background-repeat:repeat-x;
	background-position:bottom;
	min-height:480px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#immagine{
	background-color:#000000;
	width:250px;
	min-height:600px;

	float:left;
}
#wrapp{
	background-color:#FFFF00;
	width:600px;
	margin-left:250px;
	
	min-height:560px;
	background-color:#333333;
}
#navbar{
	background-color:#C91F0E;
	width:600px;

}
#footer{
	background-image:url(img/fondo_pres.gif);
	width:100%;
	
}
#linkbassi{
	padding-top:5px;
	background-color:#DDDDDD;
	width:580px;
	margin-left:250px;
	padding-bottom:5px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:20px;
}
#linkbassi a{
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}
#linkbassi a:hover{
	color:#330000;
}

/*photo*/
#fondo_pres_photo{ background:url(img/fondo_pres_photogallery.png); width:100%; height:68px;}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/
	background:url(img/fondo_pres_photogallery2.png) no-repeat center;
	width: 480px; 
	height: 60px;
	overflow: hidden;
	border:0px solid #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:480px;
		height:60px;
		overflow:hidden;
		float:left;
	
	
	}
	div.scroller div.content {
		width: 10000px; 
	}

	.img_section{
		margin-left:1.5px; 
		margin-right:1.5px; 
		width:86px; 
		height:56px; 
		margin-top:2px; border:none;
	}
	
	/* CONTATTI */
	#testo_contatti{ 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:11px;
	}
	input{
		font-size:11px;
		border:none;
		padding:3px 3px 3px 3px;
	}
	select{
		font-size:11px;
	}
	hr{
		border:none;
		border-top:thin #FFFFFF solid;
	}
	
	#pagine_rist{
	position:absolute;
	 right:20px; 
	 top:25px;
	 font-size:11px;
	 color:#FFFFFF;
	}
	#pagine_rist a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
	
	#pagine_rist a:hover{
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
	}