/*
-----------------------------------------
				testata
-----------------------------------------
*/

#head {
	height: 160px;
	
	border-bottom: 1px solid #333;
}

#head img {
	visibility: hidden;
	
	width: 0px;
	height: 0px;
}

/*
-----------------------------------------
			  container
-----------------------------------------
*/

#container {
	background: #fff url(../images/sfum.jpg) 0 0 repeat-x;
}

/*
-----------------------------------------
			menu sezione
-----------------------------------------
*/

#section_menu {
	clear: both;
	
	width: 100%;
	
	border-top: 1px solid #333;
}

#section_menu ul {
	width: 620px;
	
	overflow: hidden;
	
	margin: 10px 20px;
	padding: 10px 0 10px 0;
	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#section_menu li {
	display: inline;
	
	float: left;
	
	width: 30%;
	
    margin-left: 1%;
	padding: 0 5px;

	/*line-height: 1.1;*/	
}

#section_menu ul li a {
	padding: 0 0 2px 15px;
	
	background: url(../images/0129_ibullet.gif) no-repeat left center;
	
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	text-decoration: none;
}

#section_menu ul li a:hover {
	background: url(../images/0129_ibullet_hover.gif) no-repeat left center;

	color: #336699;
}

/*
-----------------------------------------
			descrizione link
-----------------------------------------
*/


#menu_preview {
	clear: both;
	
	height: 1em;
	
	margin: 10px 20px;
	padding: 5px;
	
	border: 1px solid #ccc;
	
	background: #f7f8dc;
	
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #555;	
}

/*
-----------------------------------------
			   contents
-----------------------------------------
*/

#contents {
	position: relative;
	
	width: 622px;
	
	margin: 0 20px;
	padding: 0 0 20px 0;

	border-bottom: 1px solid #ccc; 
}

#contents h2 {
	margin: 0 0 10px 0;
	
	border-bottom: 1px solid #888; 
	
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
}

#contents img {
	float: right;
	
	/*margin-top: -20px;*/
	/*margin-right: 60px;*/
}

#contents p {
	float: left;

	width: 320px;
	
	line-height: 1.5em;
	
	font-size: 0.9em;
	color: #333;
}

#contents span.up {
	display: block;
	
	margin: 15px 1px 0 5px;
	
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: right;
}

#contents .up a {
	color: #333333;
	text-decoration: none;
}

#contents .up a:hover {
	text-decoration: underline;
}

#bold_link {
	font-size: 80%;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#bold_link:hover {
	color: #333333;
	text-decoration: underline;
}

/*
-----------------------------------------
			  news
-----------------------------------------
*/

#news {
	margin-top: 20px;
	
}

#news h2 {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	color: #777;
	font-weight: normal;

	margin: 0;
	padding-left: 15px;

	border-bottom: 1px #edeedd solid;
}

#news ul {
	margin: 2px 0;
	padding: 8px 0;
	
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;

	/*background: #f5f5f5;*/

	list-style: none;

	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#news li {
	position: relative;
	display: block;
	height: 72px;

	padding: 0;
	margin: 2px 1px;

	background: #fff url(../images/data_bg.jpg) repeat-y 0 0;

	border-bottom: 1px #edeedd solid;
	border-right: 1px #edeedd solid;
}

#news ul li span.data {
	display: block;
	background: #edeedd url(../images/data_bg.jpg) no-repeat 0 0;

	padding: 2px 15px;

	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #f9f9f9;
}

#news ul img {
	float: left;
	width: 80px;
	height: 55px;
	padding: 0;
	margin: 0 20px 0 1px;
	border: 0;
}

#news ul span.news_text {
	display: block;
	height: 35px;
	margin: 5px 0 0 0;

	color: #555;
}

#news ul .news_text a {
	font-weight: bold;
	text-decoration: none;

	color: #555;
}

#news ul .news_text a:hover {
	color: #C9A71D;
	text-decoration: none;	
}

#news ul .news_info {
	position: absolute;
	bottom: 3px;
	right: 20px; 
	display: block;
	margin: 0;

	font-size: 9px;
	color: #888;
	text-align: right;
}

#news ul .news_info a {
	text-decoration: none;

	font-size: 9px;
	color: #888;
}

#news ul .news_info a:hover {
	text-decoration: underline;	
}

/*
-----------------------------------------
				loghi
-----------------------------------------
*/

#loghi {
	margin-top: 5px;
}

