body{
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background-color: #fff;
	min-width: 970px;
}

#header{

	margin-bottom: .5em;
	padding: .8em;
	padding-bottom: 0;
	width: 919px;
	margin: 0 auto;
	text-decoration: none;
}
#header img{
	text-decoration: none;
	border: none;
	}
	
#menu{
	width: 919px;
	height: 25px;
	margin: 0 auto;
	margin-top: .5em;
	margin-bottom: .5em;
	background: url(../images/barra.jpg) no-repeat;
}

#menu ul {
	margin-top: 1px;
	height: 20px;
	padding: 3px;
}

#menu li {
	height: 20px;
	padding: 3px;
	padding-left: 0;
	padding-right: 0;
	display: inline;
	}
	
#menu li:hover {
	height: 20px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: white ;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;

	}

#menu a{
	height: 20px;
	padding: 3px;
	font-size: 15px;
	text-decoration: none;
	color: white;
}

#menu a:hover {
	height: 20px;
	padding: 3px;
	font-size: 15px;
	color: #00aff2;
}

#menu a:active {
	color: #5f3331;
}

#menu a:visited {

}



#presentation{
	height: 303px;
	width:919px;
	margin: 0 auto;

}

#contenuto{
	
	margin: 0 auto;
	margin-top: .5em;
	width: 920px;
	height: 300px;


}
#can {
	/*padding: 1%;*/

	float: left;
	width: 25%;
	height: 300px;
	color: #000;
	background: url(../images/icon_gate.jpg) no-repeat right bottom;
}
#rec {
	/*padding: 1%;*/
	float: left;
	width: 25%;
	height: 300px;
	background: url(../images/icon_rec.jpg) no-repeat right bottom;
}
#inf {
	/*padding: 1%;*/
	float: left;
	width: 25%;
		height: 300px;
		background: url(../images/icon_inf.jpg) no-repeat right bottom;
}
#mur {
	/*padding: 1%;*/
	float: left;
	width: 25%;
	height: 300px;
	background: url(../images/icon_wall.jpg) no-repeat right bottom;
}
#title{
	color: #ffffff;
	font-size: 1em;
	height: 20px;
	padding: 6px;
	background: #01acf1 url(../images/base_barra.jpg) repeat-x;
	border-right-style: solid;
	border-right-width: 1px;
}


#contenuto ul {
	list-style-type: none;
	margin-left: 0;
	margin: 0;
	padding: .1em;
	height: 200px;
font-size: .9em;
}

#contenuto li {
	margin-top: .1em;
	padding: .2em;
}




#contenuto a {
	padding: 5px;
	display: block;
	color: #000;
	background: url(../images/arrow_01.jpg) no-repeat right center;
}

#contenuto a:hover {
	background: url(../images/arrow_02.jpg) no-repeat right center;
	color: #01afee;
	background-color: #edfaff;
}

#descrizione{
font-size: .7em;
padding: .5em;
padding-left: 10px;
padding-right: 70px;
	/*text-align: justify;*/
}


#footer{

	margin-top: 2em;
	font-size: .7em;
	padding: 1em;
	background-color: #01acf1;
	color: #fff;
}


