@charset "UTF-8";
body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #999999;
    line-height:1.2em;
}

a {color: #CC0000; text-decoration:none; font-weight:bold;}
	a:hover{color: #000000;}
	
.14ptnero {
    color: #000000;
	font-weight:lighter;
	font-size:14px;
}

.14ptgrigetto {
    color: #CCC;
	font-weight:lighter;
	font-size:14px;
}
.boldnero {
    color: #000000;
	font-weight:bold;
}
.bold {
	font-weight:bold;
}

.alignright {text-align:right;}

.twoColFixLtHdr #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	height:auto !important;
	min-height: 100%;

} 
.twoColFixLtHdr #header {
	height: 180px;
	margin: 0;
	border: 0;
	background:url(IMG/all/sfuma-1.jpg) 0 100% repeat-x #FFF;
	/*background: #FFFFFF;	
	padding: 0;  /* 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. */

	
	
	a {color:#999999; text-decoration: none; font-weight:bold;}
	a:hover{color: #000000;}
}
.twoColFixLtHdr #mainContent {
/*	float: left;
*/	width: 995px;
	/*height: 100%x;*/
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can    remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0 0 0 29px;
	background-color:#ffffff;
	
}

.twoColFixLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	border: 0;
	margin: 0;
	padding-bottom: 25px;
	margin-bottom: 20px;
}


.t {background: url(images/varie/dot.jpg) 0 0 repeat-x;  width: 892px}
.b {background: url(images/varie/dot.jpg) 0 100% repeat-x}
.l {background: url(images/varie/dot.jpg) 0 0 repeat-y}
.r {background: url(images/varie/dot.jpg) 100% 0 repeat-y}
.bl {background: url(images/varie/bl.jpg) 0 100% no-repeat;}
.br {background: url(images/varie/br.jpg) 100% 100% no-repeat} 
.tl {background: url(images/varie/tl.jpg) 0 0 no-repeat} 
.tr {background: url(images/varie/tr.jpg) 100% 0 no-repeat; padding:10px} 
.clear {font-size: 1px; height: 1px}

.twoColFixLtHdr #cellamain {
	float: left;
	width: 175px;
	height: 100%;
	min-height:100%
	margin: 0px;
	padding: 0;
	background:#ffffff;
	
}  

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left:10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/* menu sinistra */

#menusx-normale {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #999999;
width:150px;
margin-bottom:100px;
}
#menusx-normale ul {
list-style:none;
margin:0;
padding:0;
}
#menusx-normale li {
border-bottom: 1px solid #ffffff;
}
#menusx-normale li a {
display:block;
margin:0;
color: #999999;
text-decoration: none;
line-height:15px;
}
#menusx-normale li a:hover {
background-color: #FFCC00;
color: #333333;
}

/* fine menu sinistra */
