@charset "utf-8";
/*@import url("menu.css");*/
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0
}
p {
	margin: 0
}
body {
	text-align: center;
	font-size: 100%;
	margin: 0;
	background-color: #ff9900;
}
#pagina {
	width: 763px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

/*testata*/
#testata {
	float: left;
	display: block;
	height: 80px;
	width: 763px;
}
#testataUno a {
	float: left;
	width: 110px;
	height: 80px;
	display: block;
	background-image: url(immagini/botHome.jpg);
	text-decoration: none;
}
#testataUno a:link, .a:visited {
	text-decoration: none;
} 
#testataUno a:hover {
	background-position: 0px -80px;
}
#testataUno span {
	position: relative;
	z-index: -10;
}
#testataTre span {
	position: relative;
	z-index: -10;
}

#testataDue {
	display: inline;
	float: left;
	width: 410px;
	height: 80px;
	background-image: url(immagini/testata.jpg);
	background-repeat: no-repeat;
}
#testataTre {
	display: inline;
	float: left;
	width: 240px;
	height: 80px;
	background-image: url(immagini/logo.jpg);
}
#testata span {
	position: relative;
	z-index: -10;
}

/*corpo*/
#corpo {
	clear: left;
	float:left;
	height: 390px;
	width: 763px;
}

#spacerSx {
	float: left;
	width: 20px;
	height: 390px;
	background-image:url(immagini/spacerSx.jpg);
	background-repeat:repeat-y;
}
#spacerDx {
	float: left;
	width: 20px;
	height: 390px;
	background-image:url(immagini/spacerDx.jpg);
	background-repeat:repeat-y;
}

/*bottoni*/
#bottoni {
	clear: left;
	float: left;
	height: 60px;
	width: 763px;
}
#valigia {
	float: left;
	width: 110px;
	height: 60px;
	background-image: url(immagini/valigia1.jpg);
	background-repeat: no-repeat;
}
#spacerBot {
	float: left;
	width: 410px;
	height: 60px;
	background-image: url(immagini/spacer.jpg);
}
#navFissa{
	float: left;
	width: 240px;
	height: 60px;
}
ul.navFissa {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.navFissa li{
	float: left;
}
.navFissa a {
	width: 120px;
	height: 60px;
	display: block;
}
.navFissa a:link, .navFissa a:visited, .navFissa a:hover {
	text-decoration: none;
} 
.navFissa a.chi {
	text-decoration: none;
	background-image: url(immagini/botChi.jpg);
	background-position: 0px 0px;
}
.navFissa a.chi:hover {
	background-position: 0px -60px;
}
.navFissa a.contatti {
	text-decoration: none;
	background-image: url(immagini/botContatti.jpg);
	background-position: 0px 0px;
}
.navFissa a.contatti:hover {
	background-position: 0px -60px;
}
#navFissa span {
	position: relative;
	z-index: -10;
}
#piede {
	clear: left;
	width: 760px;
	height: 70px;
	background-image: url(immagini/piede.jpg);
	background-repeat: no-repeat;
}
#piede p {
	display: block;
	text-align: right;
	padding-right: 510px;
	height: 60px;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 0.7em;
}
a.isa {
	color: #FFFFFF;
}

