* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url(../immagini/bkg_sup.jpg) #9f0606	repeat-x top left;
}

#main {
	position:relative;
	margin: 0px auto 0px auto;	
	width:1020px;
	
}

#container{
width: 1020px;
float:left;
}

#header {
	width:1020px;
	height:395px;
	margin: 0px auto 0px auto;	
	background:url(../immagini/header.jpg) #9f0606 no-repeat;
	float:left;
	position:relative;
}

#content {
	width:1020px;
	background:url(../immagini/bkg_center.jpg) #9f0606 repeat-y top left;
	float:left;
	
}

#contenuto_scheda{
	width:860px;
	padding-left:80px;
}

#container_foto_big{
	width:520px;
	float:left;
	text-align:center;
}

#container_info{
	width:320px;
	float:left;
	padding:10px 0px 0px 20px;
}

.azzera_float{clear:both;}

#footer{
	float:left;
	text-align:center;
	width:1020px;
	height:45px;
	margin: 0px auto 0px auto;	
	background:url(../immagini/footer.jpg) #9f0606 no-repeat;
}

.foto{
	margin-top:10px;
	border:solid 1px #FF0000;
	padding:2px;
}

.contenitore_miniature{
	text-align:center;
}

.container_miniature{
	width:100px;
	height:100px;
	border:solid 1px #FF0000;
	padding:2px;
	float:left;
	margin:5px 8px;
}

.container_miniature_hot{
	width:100px;
	height:100px;
	border:solid 1px #FF0000;
	padding:2px;
	float:left;
	margin:5px 8px;
	position:relative;
}

.container_miniature_hot .hot{
	position:absolute;
	width:100px;
	height:100px;
	top:2px;
	left:2px;
	background:url(../immagini/hot.jpg) top left;
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity: 0.8; 
}

.testo_giustificato{
	text-align:justify;
	color:#FFFFFF;
	padding:10px 0px;
}

.testo_giustificato a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

.testo_giustificato a:hover{
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold;
}

h1{
	font-size:24px;
	font-weight:normal;
	text-align:center;
	color:#FFFFFF;
}

h2{
	font-size:20px;
	font-weight:normal;
	text-align:center;
	color:#FFFFFF;
}

.container_h1{
	text-align:center;
}

.mail{
	background:url(../immagini/mail.png) no-repeat top left;
	line-height:32px;
	font-size:15px;
	color:#FFFFFF;
	padding-left:40px;
}

.mail a{
	color:#FFFFFF;
	text-decoration:none;
}

.mail a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}



.tel{
	background:url(../immagini/phone.png) no-repeat top left;
	line-height:32px;
	font-size:24px;
	color:#FFFFFF;
	padding-left:40px;
}

.website{
	background:url(../immagini/web.png) no-repeat top left;
	line-height:32px;
	font-size:15px;
	color:#FFFFFF;
	padding-left:40px;
}

.website a{
	color:#FFFFFF;
	text-decoration:none;
}

.website a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.photogallery{
	line-height:32px;
	font-size:20px;
	font-weight:normal;
	color:#FFFFFF;
	padding-left:40px;
	text-align:center;
}



