@charset "utf-8";

.no_js { display: block }
		.has_js { display: none }
		.js .no_js { display: none }
		.js .has_js { display: block }


body {
	margin:0; 
	padding:0;
	background-color: #F6F6F6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 16px;
}

html,
body,
#content
{ height:100%; }

#content #altContent {
	width: 800px;
	left: 50%;
	position: absolute;
	margin-left: -400px;
/*	margin-bottom: -80px;*/
}

#content #altContent #header {
	background: #F6F6F6;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: left;
	padding: 10px 0 10px 0;
/*	vertical-align: bottom; */
	font-size: 9px;
	line-height: 15px;
	position: relative;
	}
	
#content #altContent #header strong {
	font-size: 10px;
}

#content #altContent #header #menu {
	background-color: #FFF;
	border: 1px solid #999;
	border-top: 1px solid #999;
	position: relative;
	padding: 10px 3px;
	margin-top: -5px;
}

#content #altContent #header #menu .overBlack {
	color: #000;
	text-decoration: none;
}
#content #altContent #header #menu a:hover {
	text-decoration: underline;
}
#content #altContent #header #menu .overOrange {
	 color:#F9B200;
	text-decoration: none;
	font-weight: bold;
}

#content #altContent #header #sottomenu {
	background-image: url(images/sfum_bottom.jpg);
	background-repeat: repeat-x;
	background-color: #F6F6F6;
	height: 10px;
} 
#corpo {
	background-color: #FFF;
	border: 1px solid #999;
	position: relative;
	margin-top: -5px;
}
#corpo #top #getFlashPlayer {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
}

#content #altContent #corpo #top {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
/*
#content #header #logo {
	float: left;
	margin-top: -11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*/

#content #altContent #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* padding keeps the content of the div away from the edges */
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content #altContent #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* padding keeps the content of the div away from the edges */
	padding-right: 10px;
	padding-left: 20px;
}
#mainContent {
	margin: 0 280px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.ie7 #mainContent {
	margin: -20px 280px 15px; 
	padding: 0 10px; 
}
#content #altContent #corpo #corpoEnd {
	height: 20px;
}



#content #altContent #footer {
	background-image: url(images/sfum_bottom.jpg);
	background-repeat: repeat-x;
	background-color: #F6F6F6;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 10px;
	margin-bottom: 5px;
} 



#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.note {
	text-align:center;
}

.colonne {
	font-size: 12px;
	text-align: justify;
	vertical-align: top;
	line-height: 17px;
}
.corpo {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 15px;
	margin-top: 20px;
	text-align: justify;
	font-size: 12px;
}

h1 {
	color:#F9B200;
	font-size: 14px;
	font-weight:bold;
}
h2 {
	color:#000000;
	font-size: 14px;
	font-weight:normal;
}
h3{
	font-size: 14px;
	font-weight:normal;
	margin-bottom: 10px;}
.note a,
#getFlashPlayer a {
 color:#000000;
 text-decoration: none;
 font-weight: bold;
}

.note a:hover {
 color:#F9B200;
 text-decoration: none;
 font-weight: bold;
}


.Stile1 {
	color: #FF9900;
	font-weight: bold;
}
.arancino {color: #F9B200; font-weight:bold; font-size:11px;}

.img {
	float: right;
	margin-left: 25px;
	height: 350px;
}
.imgFree {
	float: none;
	height: auto;
	border: 0px;
	}
	
.imgRight {
	float: right;
	margin-left: 25px;
}

select {
	font-weight: normal;
	border: none;
	border-color: #F6F6F6;
	border-bottom-style: solid;
	border: 0px;
	font-size: 12px;
	background:#F6F6F6;
	}
select:hover,
option{
	background-color:#F6F6F6;
		border-bottom-style: solid;
		border-color: #FFFFFF;
		border: 0px;

	}
option:hover {
 color:#F9B200;
 text-decoration: none;
 font-weight: normal;
 background-color: #F6F6F6;
}

ul {
	margin: 5px 0 5px -20px;
}

.ie ul {
	margin: 5px 0 5px 20px;
}
