/* CSS Document */

html, body{
	margin: 0;
	padding:0;
	border: 0;
}


body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	color:#9BA5AC;
	background:#000 url(../img/sfondo-sfumato.jpg) repeat-x;
	font-weight:normal;
	text-decoration:none;
	margin:0 auto;
	padding:0;
}


.clear {
	clear:both;
	}


/* WRAPPER -------------------------------------------------------------------------*/

#wrapper{
	width:970px;
	margin:0 auto;
	padding:0;
	position:relative;
}
/*--- STRUTTURA ----*/

h1 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 32px;
	line-height: 34px;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #000000;
	}


/*---CHI SIAMO---*/

.chisiamo {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Optima, sans-serif;
	line-height: 16px;
	font-size: 11px;
}
.chisiamo-titolo {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Optima, sans-serif;
	line-height: 28px;
	font-size: 14px;
	font-weight:bold;

}
.chisiamo-slogan {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Optima, sans-serif;
	line-height: 18px;
	font-size: 13px;
	color: #999900;
}

/*---- CONTATTI ___*/

.contatti {

	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -1px;
	color: #666666;

}

.iva {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Optima, sans-serif;
	line-height: 16px;
	font-size: 9px;
	color:#FFFFFF;
}


/*--- LINKS ----*/


a.color1 { color: #E20A16 !important; }
a.color2 { color: #559ECC !important; }
a.color3 { color: #7EBC3A !important; }
a.color4 { color: #999900!important; }

