/* BOX MODEL */
body 	{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif, serif;
	color: #000;
	background-color: #003266;
}

/* TOP */								
div#header {
	width: 690px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border-left: 4px solid #f9c83c;
	border-right: 4px solid #f9c83c;
}	


#header a, #header a img {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}
	
/* CONTENITORI */
div#container	{
	width: 690px;
	border-left: 4px solid #f9c83c;
	border-right: 4px solid #f9c83c;
	margin: 0 auto;
	background-color: #fff;
}		
div#container2	{
	margin: 0px;
}

/* MENU 1 livello*/
#menu1liv{
	padding: 0px;
	margin: 0px;
	height: 25px;
	background: url(images/bg_menu_1Liv.gif) repeat-x bottom left transparent;		
}

#menu1liv li{
	display: inline;
	padding: 0;
	margin: 0;
}

#menu1liv li a{ 
	color: #fff;
	display: block;
	float: left;
	margin: 3px 5px 0 0;
	width: 125px;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(images/bg_puls_off.gif) no-repeat top left transparent;
}

#menu1liv li a:hover{ 
	color: #f00;
}

#menu1liv li a.sel_L1 {
	color: #f00;
	background: url(images/bg_puls_on.gif) no-repeat top left transparent;
}

#menu1liv li a.notsel_L1 {
	color: #000;
	background: url(images/bg_puls_on.gif) no-repeat top left transparent;
}

/* MENU 2 livello*/
div#menu2liv {
	padding: 0px;
	margin: 0px;
	background: url(images/bg_menu_2Liv.gif) repeat-y top right #fff;
	border-bottom: 1px solid #f9c83c;
}

div#menu2liv ul {
	margin: 0;
	padding: 10px 0 7px 24px;
	list-style-type: none;
}

div#menu2liv ul li {
	display: inline;
	font-size: 11px;
	background: url(images/bg_puls_2liv.gif) no-repeat bottom left transparent;
	padding: 0 0 2px 10px;
	margin: 0 48px 0 0;
}

div#menu2liv ul li a{
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

div#menu2liv ul li a:hover{
	color: #f00;
}

div#menu2liv ul li a.currentL2 {
	font-weight: bold;
	color: #01664B;
}

div#menu2liv ul li.areaRiservata {
	display: inline;
	font-size: 11px;
	background-image: none;
	padding: 0 0 2px 10px;
	margin: 0 48px 0 0;
	color: #003266;
	font-weight: bold;
}
/* MENU 3 livello */
	

/* CONTENUTO corpo */
div#content {
	margin: 0;
	padding: 15px 65px;
	line-height: 120%;
	background: url(images/bg_Content1.jpg) no-repeat top center #E6E9F6;
}

/* trucchetto boxmodel */
#cleardiv {
	clear: both;
	font-size: 1px;
	height: 1px;
	background-color: #E6E9F6;
}

div#imgScroller {
	width: 690px;
	margin: 0 auto;
	padding: 4px 0;
	text-align: center;
	background-color: #E6E9F6;
	border-left: 4px solid #f9c83c;
	border-right: 4px solid #f9c83c;
}
div#imgScroller img {
	text-align: center;
	border: 0;
	margin: 0;
}

/* FOOTER */
div#footer {
	width: 690px;
	margin: 0 auto;
	padding: 4px 0;
	text-align: center;
	background-color: #C8E1F6;
	border-left: 4px solid #f9c83c;
	border-right: 4px solid #f9c83c;
	font-size: 10px;
	color: #003266;
}
div#footer a{
	color: #003266;
}