@charset "iso-8859-1";
@font-face {
font-family: "Futura";
src: url(http://localhost/bongioannistampi/font/futura_3.ttf) format("truetype");
}
.Stile2 {color: #a22525}

/* CSS Document */

body {
	background-image: url(../images/sfondo.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0px;
}
#contenitore_globale {
	background-image: url(../images/sfondo_contenuto.gif);
	background-repeat: repeat-x;
	width: 920px;
	height: 1024px;
	margin: auto;
	position: relative;
}
#contenitore_globale #top_page {
	background-repeat: no-repeat;
	background-position: center center;
	width: 920px;
	height:81px;
	position: relative;
}
#contenitore_globale #top_page #logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 81px;
	width: 315px;
	float: left;
}
#contenitore_globale #top_page #language img {
	padding: 1px;
}
#contenitore_globale #top_page #language {
	position: absolute;
	left: 234px;
	top: 42px;
	width: 68px;
}



#contenitore_globale #animazione_home {
	background-color: #000000;
	width: 920px;
	position: relative;
}
#contenitore_globale #barra_news {
	background-image: url(../images/sfondo_news.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 262px;
	position: absolute;
	left: 23px;
	padding-left: 20px;
	padding-top: 20px;
}
#contenitore_globale #navig_lat_sx {
	height: 300px;
	width: 277px;
	position: absolute;
	left: 23px;
	padding-top: 20px;
	color: #FFFFFF;
}

.tit_news {
	font-family: Futura, "trebuchet MS", arial, verdana;
	font-size: .7em;
	color: #FBDBBD;
}
#contenitore_globale #navig_lat_sx #label1 {
	position: absolute;
	left: 17px;
	top: 26px;
	font-family: Futura, "trebuchet MS", arial, verdana;
	font-size: 16px;
	color:#FFFFFF;
	text-decoration: none;
}
#contenitore_globale #navig_lat_sx #label2 {
	position: absolute;
	left: 17px;
	top: 156px;
	font-family: Futura, "trebuchet MS", arial, verdana;
	font-size: 16px;
	color:#FFFFFF;
	text-decoration: none;
}#contenitore_globale #navig_lat_sx #label3 {
	position: absolute;
	left: 17px;
	top: 290px;
	font-family: Futura, "trebuchet MS", arial, verdana;
	font-size: 16px;
	color:#FFFFFF;
	text-decoration: none;
}


#contenitore_globale #barra_news h1 {
	font-family: "Futura", "trebuchet MS", verdana;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 4px;
}
#contenitore_globale #barra_news .data_news {
	font-family: "Futura", "trebuchet MS", verdana;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 6px;
}
#contenitore_globale #barra_news .titolo_news {
	font-family: "Futura", "trebuchet MS", verdana;
	font-size: 12px;
	color: #fbdbbd;
}
#contenitore_globale #barra_news .descrizione_news {
	font-family: "Futura", "trebuchet MS", verdana;
	font-size: 12px;
	color: #fbdbbd;
}


#contenitore_globale #content {
	width: 565px;
	padding: 5px;
	margin-left: 320px;
	position: relative;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 0.9em;
	padding-top: 10px;
	text-align: justify;
}
#contenitore_globale #content p{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 0.9em;

}
#contenitore_globale #content h1 {
	font-family: "Futura", "trebuchet MS", arial, verdana;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 7px;
}
#contenitore_globale #footer {
	font-family: Futura, "trebuchet MS", arial, verdana;
	height: 20px;
	width: 900px;
	margin: auto;
	padding: 10px;
	position: relative;
	margin-top: 25px;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
/*pulsanti di navigazione*/


#contenitore_globale  #top_page #nav {
	position: relative;
	height: 81px;
	margin-left: 315px;
	z-index: 10;
}
    
    div#nav li{
        margin: 0;
        padding: 0;
    }
    
    div#nav li,div#nav a{
        float: left;
        margin-top: 0px;
        width: 84px;
        height: 81px;
    }
    
 
    /* homepage */
    li#homepage a{
        background-position: 0px 0px;
    width: 84px;}
    
    li#homepage a:hover{
	
        background-position: 0 -81px;
    }
    
    /* products */
    li#azienda a{
	width: 84px;
        background-position: -84px 0px;
    }
    
    li#azienda a:hover{
        background-position: -84px -81px;
    }
	
	li#produzione a{
	width: 84px;
        background-position: -168px 0px;
    }
    
    li#produzione a:hover{
        background-position: -168px -81px;
    }
    
    /* where*/
    li#servizi a{
	width: 84px;
        background-position: -252px 0px;
    }
    
    li#servizi a:hover{
        background-position: -252px -81px;
    }
    
    /* information*/
    li#prog a{
        width: 84px;
        background-position: -336px 0px;
    }
    
    li#prog a:hover{
        background-position: -336px -81px;
    }
	
    li#acc a{
        width: 84px;
        background-position: -420px 0px;
    }
    
    li#acc a:hover{
        background-position: -420px -81px;
    }
	 li#contatti a{
        width: 84px;
        background-position: -504px 0px;
    }
    
    li#contatti a:hover{
        background-position: -504px -81px;
    }

#contenitore_globale #navig_lat_sx #realizzazioni {
	padding-top: 5px;
}
#contenitore_globale #navig_lat_sx #prodotti {
	padding-top: 5px;
}
