@charset "iso-8859-1";
/* CSS Document */

html,body {
	height:100%; 
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}
body {
	background-color:#999;
}

#container {
	width:100%;
	height:800px; 
	background-image:url(../images/sf_1.jpg);
	background-repeat:repeat-x;
}
#upper {
	width:100%;
	height:5px;
	background-color:#F0C22E;
}
 
#header {
	width:1280px;
	height:250px;
/*	background-image:url(../images/header_3.jpg);
	background-repeat:no-repeat; */
	padding:0;
	text-align:center;
	margin:auto;
}
#menu_container {
	position:relative; 
	width:1280px;
	height: 60px;
	margin:0 auto;
	background-image:url(../images/sf_menu_2.jpg);
	background-repeat:repeat-x;
}
.menu1 {
	float:left;
	height: 60px;
	margin:0;
	font-family:Arial;
	font-size:13px;
	font-weight: bold;
	text-align: center;
	padding:0px;
	line-height:50px;
	display:block;
	border:0px;
	padding:0 30px 0 30px;
}

a.menu1:link {color: #F0C22E; text-decoration:none; }
a.menu1:visited {color: #F0C22E; text-decoration:none;}
a.menu1:hover {text-decoration: none;color:#FFF; font-weight:bold;}
a.menu1:active {color: #F0C22E; text-decoration:none;} 

#corpo {
	width: 1280px;
	min-height:750px;
	height:950px;
	margin:auto;
	background-color:#FFF;
}
#leftcontent{
	float:left;
	width:150px;

}
.menu_colonna_sinistra {
	display:block;
	width:125px;
	height: 20px;
	padding: 0 0 0 25px;
	margin:0 0 0 0;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	border-bottom: solid;
	border-bottom-width:1px;
	border-bottom-color:#999;
	color:#333;
}
.menu_attivo_colonna_sinistra{
	display:block;
	width:125px;
	height: 15px;
	padding: 0 0 0 25px;
	margin:3px 0 0 0;
	line-height:15px;
	font-size:12px;
	font-weight:bold;
	border-bottom: solid;
	border-bottom-width:1px;
	border-bottom-color:#999;
	color:#F00;
}

a.menu_colonna_sinistra:link {color: #000; text-decoration:none; }
a.menu_colonna_sinistra:visited {color: #000; text-decoration:none;}
a.menu_colonna_sinistra:hover {text-decoration: none; color:#666; font-weight:bold; background-color:#CCC; }
a.menu_colonna_sinistra:active {color: #000; text-decoration:none;} 


#rightcontent{
	float:right;
	width:1050px;

//	height:100%;
	background-color:#FFF;
	padding:25px;
	text-align: center;
}
.marchi {
	float:left;
	padding:10px;
	margin-left:15px;
}
.foto_azienda {
	float:left;
	margin:20px;
	border: 1px solid #BBB;
	padding: 2px;
	background-color:#FFF;
}
.foto_footer {
	width:210px;
	float:left;
	padding:15px;
	margin:30px 0 0 10px;
	background-color:#CCC;
}
.partners {
	width:350px;

	float:left;
	padding:15px;
	margin:50px 0 0 10px;
	background-color:#CCC;
}
.testo_foto_partners {
	width:600px;

	float:left;
	padding:15px;
	margin:50px 0 0 10px;
	text-align:justify;
	background-color:#E4E4E4;
	
}
.testo_foto_footer {
	width:230px;
	height:120px;
	float:left;
	padding:5px;
	margin:0 0 0 10px;
	text-align:justify;
	background-color:#E4E4E4;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	
}
.testo_foto_footer a {
	decoration:none;
	color:#000;

}
.clear {
	clear:both;
	}
#footer {
	width:100%;
	height:50px;
	background-color:#333;
//	left:0;
//	bottom:0;
}
#footer_box {
	position:relative;
	margin:auto;
	width:1280px;
	height:50px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
	line-height:50px;
	padding:0;
}

#copyright_box {
	position:relative;
	margin:auto;
	width:1280px;
	height:10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#333;
	text-align:center;
	line-height:10px;
}
.email {
	color:#fff;
}
