/* === GENERALE ====================================================== */
*{
	margin: 0;
	padding: 0;
}

.sfondo_logo {
	background: url(sfondo_logo.jpg) no-repeat;
}


/* === TESTO ====================================================== */
.testo p, .testo_eng p{
   margin: 20px 0;
}

.testo {
   padding-left: 50px;
   padding-right: 50px;
   background: url(colonna_zig.jpg) repeat-y;
   line-height: 1.4em;
   color: #FFF;
   font-family: Tahoma;
   font-size: 10pt;
}

.testo_eng {
   padding-left: 50px;
   padding-right: 50px;
   color: #CCC;
   font-family: Tahoma;
   font-size: 10pt;
   line-height: 1.4em;
}


/* === MENU GRAFICO ====================================================== */
#menu_ditta{
	background: url(la-ditta.jpg) no-repeat 0 -94px;
	text-indent: -3000px;
}

#menu_ditta a{
	background: url(la-ditta.jpg) no-repeat;
	text-indent: -3000px;
	display: block;
	height: 100%;
}

#menu_ditta a:hover{
	background: url(la-ditta.jpg) no-repeat 0 -94px;
	text-indent: -3000px;
	display: block;
	height: 100%;
}

#menu_produzione {
	background: url(produzione.jpg) no-repeat 0 -94px;
	text-indent: -3000px;
}

#menu_produzione a{
	background: url(produzione.jpg) no-repeat;
	text-indent: -3000px;
	display: block;
	height: 100%;
}

#menu_produzione a:hover{
	background: url(produzione.jpg) no-repeat 0 -94px;
	text-indent: -3000px;
	display: block;
	height: 100%;
}


#menu_realizzazioni {
	background: url(realizzazioni.jpg) no-repeat 0 -94px;
	text-indent: -3000px;
}

#menu_realizzazioni a{
	background: url(realizzazioni.jpg) no-repeat;
	text-indent: -3000px;
	display: block;
	height: 100%;
}

#menu_realizzazioni a:hover{
	background: url(realizzazioni.jpg) no-repeat 0 -94px;
	text-indent: -3000px;
	display: block;
	height: 100%;
}


#menu_cataloghi {
	background: url(cataloghi.jpg) no-repeat 0 -94px;
	text-indent: -3000px;
}

#menu_cataloghi a{
	background: url(cataloghi.jpg) no-repeat;
	text-indent: -3000px;
	display: block;
	height: 100%;
}

#menu_cataloghi a:hover{
	background: url(cataloghi.jpg) no-repeat 0 -94px;
	text-indent: -3000px;
	display: block;
	height: 100%;
}


/* === CERTIFICAZIONI ====================================================== */
#certificazioni{
	position: absolute;
	width: 180px;
	height: 97px;
	top: 407px;
	left: 0;
	background-image: url(certificazioni.jpg);
}

#certificazioni_interne {
	position: absolute;
	width: 180px;
	height: 97px;
	top: 177px;
	left: 0;
	background-image: url(certificazioni.jpg);
}

#corpo_foto {
	text-align: center;
	background-color: #2C2521;
	border: 1px solid #666;
	padding: 5px;
}

#corpo_foto img {
	border: 1px solid white;
}

#corpo_foto .titolo h2 {
	font-family: Tahoma, Verdana, Sans-serif;
	margin-bottom: 5px;
	font-weight: normal;
	color: #FD6;
}

#corpo_foto a {
	font-family: Tahoma;
	color: #FFF;
}

#corpo_foto a:hover {
	font-family: Tahoma;
	color: #FFF;
	text-decoration: none;
}

#corpo_foto .paragrafo_foto .titolo h3{
	font-family: Georgia, Garamond, Serif;
	margin-bottom: 10px;
}

#corpo_foto .titolo a {
	color: #FD6;
	text-decoration: none;
}

#corpo_foto .titolo a:hover {
	color: #FD6;
	text-decoration: underline;
}

#corpo_foto .paragrafo_foto {
	margin-bottom: 45px;
}

#corpo_foto .testo2 {
	font-family: "Tahoma", "Sans-Serif";
	font-size: 70%;
	color: white;
	margin: 10px 50px;
}

#corpo_foto .nota {
	font-family: tahoma;
	font-size: 8pt;
	color: white;
	margin-top: 3px;
}

#corpo_foto .testo_descrittivo {
	font-family: tahoma;
	font-size: 8pt;
	color: white;
	margin: 3px 20px 30px 20px;
}

#corpo_foto .descrizione {
	font-family: tahoma;
	font-size: 12pt;
	color: white;
	margin-bottom: 10px;
}