@charset "utf-8";
/* Typography */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 0.9px;
}
#footer {
	/*text-align: center;*/
}
#colonnaPrimaria {
	
	text-align: left;
}
h1 {
	font-size: 25px;
	margin-bottom: 15px;
	margin-top: 15px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
#colonnaSecondaria h2 {
	text-align: center;
}
#colonnaSecondaria p {
	letter-spacing: 0.4px;
}


#sottoHeader ul li a {
	letter-spacing: 1.5px;
	word-spacing: 3px;
	font-weight: normal;
	color: #DDD;
	
}
#sottoHeader ul li a:hover {
	color: #476a8f;
	
}
#sottoHeader {
	word-spacing: 1px;
	color: #2e4c6f;
}
#menuFooter .itemFooterMenu {
	text-align: left;
	color: #F0F0F0;
}

#img_left span {
	font-size: 9px;
	color: #666;
	clear: both;
	width: 100%;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
#img_right span {
	font-size: 9px;
	color: #666;
	clear: both;
	width: 100%;
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}

.font90 {
	font-size: 90%;
}
