@charset "UTF-8";
/* CSS Document */


img {
	border:0px;
}


body {
	margin:0px;
	background-image:url(../img/sfondo-rip.gif);
	background-repeat:repeat;
}

#centrato {	
	width:950px;
	position:relative;
	left:50%;
	margin: 0 0 0 -475px;
	background-image: url(../img/sfondo.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

#centrato-pag {	
	width:950px;
	position:relative;
	left:50%;
	margin: 0 0 0 -475px;
	background-image: url(../img/sfondo-rip2.gif);
	background-repeat:repeat-x;
	background-color:#f5f4ef;
	overflow:hidden;
}

#logo {	
	width:485px;
	float:left;
	height:689px;
	position:relative;
	background-image:url(../img/logo.png);
}

#menu {	
	float:right;
	margin-right:50px;
	margin-top:20px;
}

#menu-pag {	
	float:right;
	margin-right:50px;
	margin-top:20px;
	z-index:1000;
	position:relative;
}

#box-testo {
	width:950px;
	background-image:url(../img/box-testo.png);
	background-repeat:repeat-y;
	margin-top:24px;
	padding-top:10px;
}

.progetti {
	width:760px;
	margin-left:100px;
}

.top-pag {
	width:950px;
	margin-top:-14px;
	background-image:url(../img/top-pag.gif);
	background-repeat:no-repeat;
	z-index:100;
	position:relative;
}


/*  TESTI E LINK  */

ul {
	font-family:Helvetica;
	font-size:13px;
	line-height:22px;
	color:#000000;
	list-style:url(../img/punto-elenco.gif);
}

.testo {
	width:320px;
	padding-left:80px;
	font-family:Helvetica;
	font-size:13px;
	line-height:22px;
	color:#000000;
}

.testo a:link {
	color:#000000;
}

.testo a:visited {
	color:#000000;
}

.testo a:hover {
	color:#001975;
}

.testo a:active {
	color:#000000;
}

.testo.pag {
	width:610px;
	padding-top:50px;
	padding-left:120px;
}

.testo.progetti {
	width:800px;
	padding-left:0px;
	margin-left:5px;
}

.testo.contatti {
	float:left;
	width:350px;
	padding-left:0px;
	margin-left:5px;
}

.importante {
	font-family:Helvetica;
	font-size:13px;
	line-height:20px;
	color:#001975;
	font-weight:bold;
}

.recapiti {
	padding-top:195px;
	padding-left:38px;
}

.recapiti-pag {
	padding-top:210px;
	padding-left:38px;
}

.mail {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:13.5px;
	color:#000000;
	text-decoration:none;
}
.mail a:link {
	color:#000000;
	text-decoration:none;
}
.mail a:visited {
	color:#000000;
	text-decoration:none;
}
.mail a:hover {
	color:#001975;
	text-decoration:none;
}
.mail a:active {
	color:#000000;
	text-decoration:none;
}

.piede {
	width:950px;
	position:relative;
	left:50%;
	margin: 0 0 0 -505px;
	text-align:right;
	font-family:Helvetica;
	font-size:10px;
	color:#000000;
	margin-top:-15px;
}

.piede.pag {
	margin-top:5px;
}

.piede a:link {
	color:#000000;
	text-decoration:none;
}
.piede a:visited {
	color:#000000;
	text-decoration:none;
}
.piede a:hover {
	color:#001975;
	text-decoration:none;
}
.piede a:active {
	color:#000000;
	text-decoration:none;
}




/*  GALLERY  */

.foto {
	width:760px;
	height:254px;
	margin-left:100px;
}

.foto.mauro {
	background-image:url(../img/box-mauro.gif);
}

.foto.giuseppe {
	background-image:url(../img/box-giuseppe.gif);
}

.foto.enrico {
	background-image:url(../img/box-enrico.gif);
}

.foto.arianna {
	background-image:url(../img/box-arianna.gif);
}

.foto.sonia {
	background-image:url(../img/box-sonia.gif);
}

.foto.sandro {
	background-image:url(../img/box-sandro.gif);
}



/*  FORM  */

.voci-form {
	font-family:Helvetica;
	font-size:11px;
	line-height:22px;
	color:#000000;
}
.btn-submit {
	font-family:Helvetica;
	font-size:11px;
	color: #000000;
	background-color: #f7f6f3;
	border: 1px solid #001975;
}

.input-text-contatti {
	padding:5px;
	background-color:#56b7d6;
	font-family: Helvetica;
	font-size:11px;
	line-height:22px;
	margin-left: 5px;
	background-color: #f7f6f3;
	border: 1px solid #001975;
	color:#000000;
}

.form {
	font-family:Helvetica;
	font-size:11px;
	line-height:22px;
	color:#000000;
}

