/* CSS Document */
html{
	background-color:#0A0A0A;
	margin:0px;
	padding:0px;
	}
html img{
	border:none;
	}
body{
	width:100%;
	font-family:  verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	margin:0px;
	padding:0px;
	color:#C0C0C0;
	}
TD {
	vertical-align: top;
	}
body a{
	color:#FDFDFD;
	text-decoration: none;
	}
/*-------------------Utils------------------*/
.clear {
	clear:both;
	}
/*-------------------struttura------------------*/
#struttura{
	position: relative;
	width:100%;
	margin:0px 0px;
	text-align: center;
	background-image: url("img/sf_pagina_testata.jpg");
	background-repeat:repeat-x;
	}
#struttura:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both;}
/*-------------------testata------------------*/
#testata {
	position: relative;
	width:820px;
	padding:0px 0px;
	margin:0px auto;
	background-image: url("img/sf_testata.jpg");
	background-repeat:repeat-x;
	}
#logo{
	width:210px;
	float: left;
	}
#navb{
	width:610px;
	float: right;
	text-align: right;
	margin-top: 40px;
	}
#navb img{
	margin-left: 10px;
	}
/*-------------------Corpo------------------*/
#corpo{
	position: relative;
	width:820px;
	padding:0px 0px;
	margin:0px auto;
	background: #000000;
	text-align: left;
	background-image: url("img/sf_colonna_sx.jpg");
	background-repeat:no-repeat;
	}
#colonna-sx{
	width:210px;
	float: left;
	}
#sottonavigazione{
	width:180px;
	margin-top: 20px;
	}
#sottonavigazione UL{
	list-style: none
	}
#sottonavigazione LI{
	border-bottom: 1px solid #636363;
	padding:4px 0px ;
	}
#colonna-dx{
	width:610px;
	float: right;
	letter-spacing: 0,5px;
	}
#contenuto{
	width:590px;
	margin: 20px 0px 30px 20px;
	letter-spacing: 0,5px;
	line-height:18px;
	}
.titolo{
	width:590px;
	}
.titolo-sx{
	padding: 10px 0px;
	float: left;
	}
.titolo-dx{
	padding: 10px 0px;
	float: right;
	}
.colonne{
	width:590px;
	}
.colonna-sx{
	padding: 10px 0px;
	float: left;
	background-image: url("img/sf_centropagina_dx.jpg");
	}
.colonna-dx{
	padding: 10px 0px;
	float: right;
	background-image: url("img/sf_centropagina_sx.jpg");
	}
.centropagina{
	background-image: url("img/sf_centropagina_centro.jpg");
		}
.elenco {
	width:100%;
	border-bottom: 1px solid #636363;
	border-left: 1px solid #636363;
	padding:5px 3px 5px 3px ;
	}
.lista {
	border-bottom: 1px solid #636363;
	padding:2px 0px;
	}
.gallery {
	width:100%;
	line-height:12px;
	}
.gallery IMG {
	margin: 5px 0px 5px 0px;
	}
.gallery TD {
	text-align: center;
	width:25%;
	border-bottom: 1px solid #636363;
	padding:5px 0px 5px 0px ;
	}
.elenco-table {
	width:100%;
	margin-top: 10px;
	}
.elenco-table TD{	
	border-bottom: 1px solid #636363;
	border-left: 1px solid #636363;
	padding:5px 3px 5px 3px ;
	}
#scheda{	
	width:100%;
	border-top: 1px solid #636363;
	}
#scheda-sx{	
	width:42%;
	float: left;
	}
#scheda-dx{	
	width:57%;
	float: left;
	}
/*-------------------Bottom------------------*/
#bottom {
	width: 100%;
	padding:0px 0px;
	margin:0px 0px;
	background-image: url("img/sf_pagina_bottom.jpg");
	background-repeat:repeat-x;
	border-top: 1px solid #636363;
	text-align: right;
	}
	
#bottom-content{
	position: relative;
	width:820px;
	padding:0px 0px;
	margin:0px auto;
	text-align: left;
	background-image: url("img/sf_bottom.jpg");
	background-repeat:no-repeat;
	height: 200px;
	min-height: 200px;
	color: #808080;
	}
/*-------------------FORMATTAZIONI------------------*/
h1 {
	margin:0px;
	padding:0px;
	font-size:115%;
	color: #ffffff;
	}
h2 {
	margin:0px;
	padding:0px;
	font-size:100%;
	color: #ffffff;
	}
.gruppo {
	color: #ED3339;
	}
.studio {
	color: #E29802;
	}
.impresa {
	color: #4F8EB1;
	}
