@CHARSET "UTF-8";
/******* GENERAL RESET *******/

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
/******* GENERAL RESET *******/

/******* MENU *******/
#container{
	width: 100%;
	float: left;
}

#container ul.menu  {
	width: 100%;
	float: left;
	clear: both;
}

#container ul.menu li{
	display: block;
	color: #00598B;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
	line-height: 15px;
	height: 32px;
	overflow: hidden;
	font-family: Arial, Tahoma, Verdana, Trebuchet MS, Helvetica, sans-serif;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FFF;
	vertical-align: middle;
	cursor: pointer;
	background: url(../images/bg_menucharter.gif) top right repeat-y;
}
#container ul.menu li.attivo{
	color: #D00;
	background: url(../images/bg_menucharter_att.gif) top left repeat-y;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	background: #FFF;
	color: #444;
	line-height: 16px;
}
.content h1{
	height: 48px;
	padding: 10px 10px 0 0;
	font-size: 32px;
}

.content h4 {
	margin: 0;
	padding: 10px 0 6px 0;
	font-size: 16px;
	color: #009FCB;
}

/*** STATI DEL MENU ***/

.content.charter0{
	display: block; !important
}

.content.charter1{
	display: none;
}

.content.charter2{
	display: none;
}



