body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #C00;
    text-decoration: underline;
}
.clear-all {
	clear: both;
}
#main {
    margin: 0 auto;
	width: 780px;
    background: transparent url('../img/map.gif') no-repeat right top;
}
#body {
    background: transparent url('../img/logo.gif') no-repeat left 20px;
	padding: 20px 0 20px 100px;
}
h1, h2 {
	color: #C00;
	font-weight: bold;
    font-size: 240%;
    margin: 0 10px;
    padding: 0px;
    /*display: inline;*/
}
h2 {
    font-size: 160%;
	color: #144D29;
}
.lng-box {
    width: 340px;
    float: left;
	display: inline;
    margin: 5px 0;
}
.lng-box h3 {
    padding: 5px 5px 0 5px;
    margin: 5px 5px 0 5px;
    color: #C00;
}
.lng-box a {
    color: #333;
	float: right;
    text-align: right;
    padding: 3px 5px 5px 0;
}
.lng-text {
	color: #144D29;
	font-size: 12px;
    margin: 0 0 0 5px;
    padding: 7px 0 0 40px;
    text-align: justify;
}
.lng-en, .lng-it {
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
.lng-en {
    background-image: url('../img/en.png');
}
.lng-it {
    background-image: url('../img/it.png');
}
.thick-block {
	display: none;
}
a.close {
	width: 60px;
	height: 20px;
    background-image: url('../img/close.gif');
    background-repeat: no-repeat;
    background-position: 2px 1px;
	float: right;
	display: block;
}
#footer {
    background: transparent url('../img/familiarizzo.gif') no-repeat right 3px;
	margin: 10px auto;
	text-align: right;
	font-size: 11px;
    padding: 10px 98px 0 0;
    border-top: 1px solid #CCC;
    height: 90px;
}
#footer span.tel {
    background-image: url('../img/tel.gif');
}
#footer span.fax {
    background-image: url('../img/fax.gif');
}
#footer span.email {
    background-image: url('../img/email.gif');
}
#footer span.email a {
	color: #000;
}
#footer span.tel, #footer span.fax, #footer span.email {
    background-repeat: no-repeat;
    background-position: 0 -1px;
	padding: 0 0 0 20px;
}
#footer ul {
	padding: 5px 0;
	margin: 0 0 5px 0;
}
#footer ul li {
	padding: 0 5px;
	list-style: none;
	display: inline;
}
#footer ul li a {
	padding: 5px 5px;
	text-decoration: none;
	display: inline;
	color: #000;
}
#footer ul li a:hover {
	background-color: #C00;
	color: #FFF;
}
a.file {
    display: block;
    padding: 3px 20px 3px 0;
    margin: 0 0;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #144D29;
}
a.file:hover {
    color: #C00;
}
a.pdf {
    background: url(../img/pdf.gif) right 3px no-repeat;
}