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

#main {
	position: relative;
	width: 767px;
	background: #3479C6;
	margin: 30px auto;	
}
body {
	background: #FFFFFF;
	font-family: Arial;
}
#container {
	position: relative;
	border-top: 1px solid #FFFFFF;
	padding: 34px;
}
#contenuto {
	position: relative;
	border: 1px solid #FFFFFF;
	height: 493px;
}

#menu_ambienti {
	position: absolute;
	top: 11px;
	left: 34px;
	*left: 0px;
	*top: 12px;
}
#menu_ambienti a {
	display: block;
	float: left;
	height: 23px;
	line-height: 23px;
	padding: 0px 13px 0px 13px;
	text-align: center;
	background: #D2D2D2;
	margin-right: 1px;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	text-transform: uppercase;
}
#menu_ambienti a:hover, #menu_ambienti a.active {
	background: #FFFFFF;
}


/*THUMBNAILS*/
/******************************************/

#thumbnails {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 140px;
	height: 493px;
	background: transparent	url("../images/sfondo_gallery.png") no-repeat left top;
	_background:url("../images/sfondo_gallery.gif") no-repeat left top;
/*	
*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/sfondo_gallery.png",sizingMethod="scale");
*/
}

#thumbnails #overflow {
	position: absolute;
	top: 65px;
	left: 25px;
	height: 360px;
	width: 140px;
	overflow: hidden;
}

#thumbnails #overflow #scroll a {
	display: block;
	width: 90px;
	margin-bottom:20px;
	border: 1px solid #000000;
}

#thumbnails #overflow #scroll {
	position: absolute;
	
}

#thumbnails #top_a {
	position: absolute;
	display: block;
	top: 0px;
	width: 140px;
	height: 31px;
	text-decoration: none;
}
#thumbnails #bottom_a {
	position: absolute;
	display: block;
	bottom: 0px;
	width: 140px;
	height: 31px;
	text-decoration: none;
}

/******************************************/


#footer {
	position: relative;
	margin: 0px auto;
	font-size: 11px;
	width: 767px;
	color: #476EAB;
	font-size: 11px;
	background: #FFFFFF;
	height: 55px;
}
#footer a {
	color: #476EAB;
}
#footer a:hover {
	text-decoration: none;
}
#footer .firma {
	position: absolute;
	right: 0px;
	bottom: 13px;
	font-size: 10px;
	color: #5E5D5D;
}
#footer .firma a {
	color: #5E5D5D;
	text-decoration: none;
}
#footer .firma a:hover {
	text-decoration: underline;
}



#testo {
	position: absolute;
	width: 767px;
	left: 50%;
	top: 1500px;
	margin-left: -383px;
	font-size: 13px;	
}
#testo h1 {
	color: #3479C6
}

#testo ul {
	margin-left: 20px;
	margin-bottom: 15px;
}
#testo p {
	margin-bottom: 15px;
}