/* @group Generali */

* {margin:0; padding:0;	font-size:100%;}

body {text-align:center; 
background: #121a24 url(../img/sfondo_footer.gif) repeat-x 0 bottom;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @end */

/* @group Layout */
div#sito{
	width:980px; 
	margin:0 auto;
	background: #121a24 url(../img/sfondo_contenuto_basso.jpg) repeat-y center top;	
}
div#corpoSito { width:980px;  text-align:left;}
div.sx{
	width: 307px;
	float: left;		
}
div.dx{
	width: 673px;
	float: left;	
}
/* @end */

/* @group titoli */

div#titoli{
	height: 121px;
	clear: both;
	background: url(../img/sfondo_top.jpg) no-repeat center top;
}
div#logo{
	/*background: url(../img/logo.jpg) no-repeat left top;*/
	height: 115px;
}
div#mainMenu{
	height: 115px;
	/*background: url(../img/sfondo_titoli_dx.jpg) no-repeat left top;*/

}
div#mainMenu ul{
	margin: 0;
	padding: 0;
	margin-top: 50px;
	margin-left: 30px;
	list-style: none;
	height: 20px;
	width: 600px;
}
div#mainMenu ul li{
	height: 28px;
	width: 96px;
	margin: 0;
	margin-right: 4px;
	padding: 0;
	float: left;
	background: url(../img/sfondo_menu.gif) no-repeat left top;
}
div#mainMenu ul li:hover{
	background: url(../img/sfondo_menu_on.gif) no-repeat left top;
}
div#mainMenu ul li.on{
	background: url(../img/sfondo_menu_on.gif) no-repeat left top;
}

div#mainMenu ul li a{
	display: block;
	height: 20px;
	width: 94px;
	text-align: center;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 5px;
	font-size: 13px;
}
div#mainMenu ul li.rss{
	background: url(../img/rss.gif) no-repeat right 5px;
}
div#mainMenu ul li.rss a{
	font-size: 11px;
	color: #e49f2c;
	text-transform: none;
	padding-top: 2px;
}


/* @end */

/* @group banner */

div#banner{
	background: url(../img/sfondo_medio.jpg) no-repeat left center;
	height: 247px;
	clear:left;
}
div#secondMenu{
	height: 247px;
	/*background: url(../img/sfondo_secondMenu_comp.jpg) no-repeat left;*/
}
div#secondMenu ul{
	margin: 0;
	margin-left: 50px;
	margin-top: 21px;
	padding: 0;
	list-style: none;
	height: 200px;
}
div#secondMenu ul li{
	height: 56px;
	width: 250px;
}
div#secondMenu ul li span{
	display: block;
	float: left;
	padding-top: 20px;
	padding-left: 16px;
	font-size: 13px;
	color: #59728c;
}
div#secondMenu ul li a{
	display: block;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 180px;
	font-size: 15px;
	color: #121b24;
	vertical-align: middle;
}
div#foto{
	height: 247px;
	/*background: url(../img/sfondo_foto.jpg) no-repeat left */

}

/* @end */

/* @group contenuto */

div#contenuto{
	background: url(../img/sfondo_contenuto_alto.jpg) no-repeat 0 top;
	margin: 0;
	padding: 0;
}

div#colonna{
	/*background: url(../img/sfondo_colonna.gif) repeat-y left top;*/
	margin-bottom: 30px;
	width: 307px;
	float: left;
}
div#colonna_top{
	/*background: url(../img/sfondo_colonna_top.jpg) no-repeat left top;*/

}
div#main{
	/*width: 674px;*/
	width: 641px;
	/*background: url(../img/sfondo_main.gif) repeat-y left top;*/
	padding-top: 20px;
	margin-left: 307px;
}
div#mainText{
	/*width: 674px;*/
	width: 621px;
	/*background: url(../img/sfondo_main.gif) repeat-y left top;*/
	padding-top: 20px;
	padding-left: 20px;
	margin-left: 307px;
	font-family: Arial, Geneva, sans-serif;
}


/* @end */

/* @group footer */

div#footer{
	clear: both;
	height: 50px;
	/*background-color: #1f3144;*/
	background: url(../img/sfondo_footer.gif) repeat;
}
div#footer p{
	display: block;
	width:920px; 
	margin:0 auto; 
	text-align: right;
	font-size: 12px;
	color: #59728c;
	line-height: 50px;
	padding-right: 60px;
}
div#footer p a{
	color: #59728c;
	text-transform: uppercase;
	text-decoration: none;
}
div#footer p a:hover{
	color: #59728c;
	text-transform: uppercase;
	text-decoration: underline;
}


/* @end */

