/* CSS Document */

#header {
	padding-bottom:35px;
}

#header #home {
	float:left;
	border:0px solid #000;
}

#header #menu {
	position:relative;
	float:right;
	height:129px;
	width:520px;
	top:50px;
	padding-right:70px;
	margin:0px;
	border:0px solid #000;
}

#header #menu #menu3 {
	float:right;
	text-align:right;
	width:345px;
	padding:0px;
	border:0px solid #000;
}

#header #menu #menu2 {
	float:right;
	text-align:right;
	width:520px;
	padding:10px 0px 0px 0px;
	border:0px solid #000;
}

#header ul, #header ul li {
	display:inline;
	border:0px;
	margin:0px;
	padding:0px;
}

#header ul li a img {
	border:0px;
	margin:0px;
	padding:0px;
}

#header #breadCrumb {
	clear:both;
	position:relative;
	border:0 solid #000;
	margin:0;
	padding: 5px 0px 0px 57px;
	font-size:0.8em;
	color:#565757;
}

#header #breadCrumb a, #header #breadCrumb a:link, #header #breadCrumb a:visited, #header #breadCrumb a:active, #header #breadCrumb span {
	font-weight:normal;
	/*color:#999999;*/
	color:#565757;
	text-decoration:underline;
}

#header #breadCrumb a:hover {
	color:#565757;
	text-decoration:underline;
}

/**/
#main {
	position:relative;
	float:left;
	width:100%;
}

#main #corpo {
	background-image:url(../img/sf-intLeft.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:0px;
	margin:0px;
	float:left;
	min-height: 280px;
	height: auto !important;
	height: 280px;
}

#main #titoloPag {
	position:relative;
	left:294px;
	width:493px;	
	margin-left:0px;	
	border:0px solid #000;
}

#main #titoloPag h2 {
	padding:0px;
	margin:0px;
	text-align:left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
}

/**/
#menuLeft {
	position:relative;
	float:left;
	left:36px;
	width:246px;
	padding-bottom:40px;
	border: 0px solid #000;
}

#menuLeft ul, #menuLeft ul li {
	border:0px;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#menuLeft ul {
	padding-top:15px;
	/*text-transform: uppercase;*/
	margin-left:10px;
}

#menuLeft ul li {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;*/
	padding-left:0px;
	/*padding-left:12px;*/
	padding-top:5px;
	border: 0px solid #000;
}

#menuLeft ul li a, #menuLeft ul li a:link, #menuLeft ul li a:visited {
	text-decoration:none;
	color:#565757;
}

#menuLeft ul li:hover {
	text-decoration:none;
}

#menuLeft ul a.selected {
	position:relative;
	/*padding-left:10px;
	left:-12px;*/
}

#menuLeft ul li.selected {
}

#menuLeft .img {
	position:relative;
	bottom:0px;
}

#menuLeft .img img {
	margin-left:10px;
	margin-top:40px;
}


/**/
#colRight, #colLeft {
	position:relative;
	left:36px;
	float:left;
	width:638px;
	padding-top:20px;
	padding-left:13px;
	padding-right:13px;
	padding-bottom:40px;
	text-align: justify;
	line-height: 1.6em;
	font-size:0.9em;
}

#colRight {
	padding-top:15px;
}

/**/
#bottom {
	clear:both;
	width: 948px;
	padding-top:15px;
	padding-bottom:15px;
	background-repeat: no-repeat;
	background-position: top left;	
	background-image: url(../img/sf-bottomInt.gif);
	background-color: #FFFFFF;
}

#bottom #indirizzo {
	border-left: solid 1px #CCCCCC;
	padding: 0 0 0 9px;
	margin:0 0 0 47px;
	font-size: 0.8em;
	/*color: #a0a0a0;*/
	color: #565757;
}

#bottom #indirizzo .ind2 {
	color: #d6d0cc;
}

#bottom #indirizzo .ind2 a, #bottom #indirizzo .ind2 a:link, #bottom #indirizzo .ind2 a:visited {
	text-decoration:none;
	color:#d6d0cc;
}

#bottom #indirizzo .ind2 a:hover {
	text-decoration:underline;
	color:#565757;
}

hr {
	width:100%;
	height:1px;
}

.underline {
	text-decoration: underline
}