body{
	margin:0;
	padding:0 0 15px;
	font-family: arial, verdana, sans-serif;
	color:#6f6f6f;
	background:#DFDFDF;
	font-size:12px;
}

.clear{
	clear:both;
	margin:0;
	padding:0;
	height:1px;
	overflow:hidden;
}

.strong{
	font-weight:bold;
}

.hidden{
	display:none;
}

a{
	text-decoration:none;
	color:#ff6600;
}

a:hover{
	text-decoration:underline;
}

p{
	padding:0;
	margin:0 0 10px;
}

h1{
	font-size:20px;
	margin:0;
	padding:0;
}

h2{
	font-size:18px;
	margin:0;
	padding:0;
}

h3{
	font-size:16px;
	margin:0;
	padding:0;
}

h4{
	font-size:14px;
	margin:0;
	padding:0;
}

span.block{
	display:block;
}

/*--	wrap	--*/
div.wrap{
	width:960px;
	padding:10px 10px 0;
	margin:10px auto 0;
	background:#fff;
	border:1px solid #cfcfcf;
	border-bottom:0;
}

/*--	header	--*/
div.wrap div.header{
	width:960px;
	height:210px;
	background:url('../images/header.jpg') no-repeat;
}

div.wrap div.header div.logo{
	padding:56px 0 0 22px;
	width:153px;
}

div.wrap div.header div.logo a{
	display:block;
	width:153px;
	height:87px;
	background:url('../images/logo_coverone.gif') no-repeat;
}

div.wrap div.header div.slogan{
	margin-right:15px;
}

div.wrap div.header div.slogan h1{
	color:#fff;
	font-size:23px;
	text-align:right;
	font-weight:bold;
	margin-bottom:2px;
}

div.wrap div.header div.slogan h2{
	color:#fff;
	font-size:11px;
	text-align:right;
	font-weight:bold;
	margin-bottom:1px
}

/*--	content	--*/

/*--	menus	--*/
div.wrap div.content div.menus{
	width:200px;
	float:left;
	background:url('../images/menu_sfondo_categorie_bottom.png') left bottom no-repeat;
	padding-bottom:33px;
	margin-bottom:40px;
}

/*--	menu istituzionale	--*/
div.wrap div.content div.menus div.menuTop{
	width:200px;
	background:#f3f3f3 url('../images/menu_sfondo_istituzionale_top.png') left top no-repeat;
}

div.wrap div.content div.menus div.menuTop div.firstMenu{
	background:url('../images/menu_sfondo_istituzionale_bottom.png') left bottom no-repeat;
	padding-bottom:14px;
	padding-top:37px;
}

div.wrap div.content div.menus div.menuTop div.firstMenu ul{
	margin:0 12px 0 0;
	padding:0;
	list-style:none;
}

div.wrap div.content div.menus div.menuTop div.firstMenu ul li{
	margin:0;
	padding:0 20px 0 0 ;
	background:url('../images/elenco_puntato_arancione.png') right center no-repeat;
	text-align:right;
}

div.wrap div.content div.menus div.menuTop div.firstMenu ul li a{ 
	font-weight:bold;
	color:#666;
}

div.wrap div.content div.menus ul li.voceCorr a{ 
	color:#ff6600 !important;
	font-weight:bold; /*voce utile per i menu non istituzionali*/
}
 

 /*--	altri menu	--*/
div.wrap div.content div.menus div.otherMenu{
	width:200px;
	background:#fff url('../images/menu_sfondo_categorie.png') left top no-repeat;
	border-top:1px solid #fff;
	border-bottom:1px solid #c8dde1;
	padding-bottom:14px;
	padding-top:8px;
}

div.wrap div.content div.menus div.otherMenu h3{
	text-transform:uppercase;
	font-size:13px;
	color:#6299ae;
	text-align:right;
	margin-right:12px;
}

div.wrap div.content div.menus div.otherMenu ul{
	margin:0 12px 0 0;
	padding:0;
	list-style:none;
}

div.wrap div.content div.menus div.otherMenu ul li{
	margin:0;
	padding:0 20px 0 0 ;
	background:url('../images/elenco_puntato_azzurro.png') right center no-repeat;
	text-align:right;
}

div.wrap div.content div.menus div.otherMenu ul li.voceCorr{ /*voce utile per i menu non istituzionali*/
	background:url('../images/elenco_puntato_arancione.png') right center no-repeat;
}

div.wrap div.content div.menus div.otherMenu ul li a{
	color:#000;
}

/*--	contenuti	--*/
div.content div.contenuti{
	float:left;
	width:739px;
	padding:10px 0px 0 21px;
}


/*--	footer	--*/
div.footer{
	background:#7ab040 url('../images/footer.png') repeat-x;
	padding-top:85px;
	border:1px solid #cfcfcf;
	border-top:0;
	width:980px;
	margin:0 auto 15px;
}

div.footer div.logo{
	margin-left:37px;
	float:left;
}

div.footer div.logo a{
	display:block;
	width:158px;
	height:82px;
	background:url('../images/logo_coverone_footer.gif') no-repeat;
}

div.footer div.dati{
	color:#fff;
	margin-top:39px;
	float:left;
	margin-left:15px;
}

div.footer div.credits{
	text-align:right;
	margin-right:14px;
	padding-top:105px;
	color:#afd387;
	float:right;
	padding-bottom:56px;
}

div.footer div.credits a{
	color:#fff;
}

