@import url('http://fonts.googleapis.com/css?family=Gafata');



/* * GESTIONE TITOLI E PARAGRAFI * */

p {
padding:0px 0px 0px 0px;
margin:0px 0px 15px 0px;
}





/* * GESTIONE LINK * */

a:link,
a:visited {
color: #0D6179;
text-decoration: none;
}

a:hover,
a:focus,
a:active {
color: #0D6179;
text-decoration:none;
border-bottom: 1px #000 dotted;
}

/***** CLASSI *****************************************************************************/





/* * GESTIONE LAYOUT * */

body {
margin: 30px 0 0 0;
padding: 0px;
text-align:center;
background:#FFFFFF;
font-size: 14px;
font-family: 'Gafata', sans-serif;
color:#333;
line-height: 16px;
}



/* *  CENTRO IL LAYOUT * */
#centrato {
width: 640px;
padding:0px;
margin: auto;
text-align:left; /* per IE5.x/Win */
background:#FFFFFF;
}


#contenitore {
float:left;
width: 640px;
background:#FFFFFF;
margin:0px;
}



#testata {
width: 640px;
height:310px;
background: #FFFFFF url(../images/zbimpianti-logo.jpg) center center no-repeat;
}


h1#logo{
color:#FFFFFF;
margin:0;
padding:0px;
position:relative;
left:215px;
top:10px;
width:210px;
height:290px;
text-indent:-8000px;
overflow:hidden;
z-index:10;
}

h1#logo a{
color:#FFFFFF;
display:block;
height:290px;
text-decoration:none;
}



#corpo {
float:left;
width: 640px;
padding:0px;
margin:40px 0 0 0;
text-align:center;
}

#corpo img {
padding:0px;
margin:0px;
}


/***** FINE ******************************************************/


