body {
	margin: 0px;
	padding: 0px;
	background: #E9E9E9;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

a {
	color: #64908A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

input, 
textarea{
	margin: 0;
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

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

.invis,
.hidden,
.print_only {
	display: none;
}

h1, h2, h3, h4, h5, p {
	margin-top: 0px;
	margin-bottom: 12px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 15px;}
h4 {font-size: 14px;}
h5 {font-size: 13px;}

.block{
	display:block;
}

.strong{
	font-weight:bold;
}

img{
	border:0;
}

span.strike{
	text-decoration:line-through;
}

/* -- inizio struttura  */


div.wrap{
	width: 920px;
	margin: 0 auto;
	background: #fff;
	padding: 0 20px;
}


/*--		 header		--*/
div.header {
	height: 200px;
}


div.header div.logo{
	width: 418px;
	height: 200px;
	float: left;
}

div.header div.logo h1{
	width: 418px;
	height: 200px;
	background: url('../images/banner.jpg') 0 0 no-repeat;
}


/*-		sponsor		-*/
div.header div.sponsor  {
	float: left;
	margin: 46px 0 61px 19px;
	background: url('../images/separa_verticale.png') 90px 0 repeat-y;
}

div.header div.sponsor a {
	display:inline-block;
	margin:0 13px;
	vertical-align:middle;
}

div.header div.sponsor a.un {
	width: 58px;
	height: 32px;
	background: url('../images/logo_forum.jpg') 0 0 no-repeat;
}

div.header div.sponsor a.du {
	width: 94px;
	height: 29px;
	background: url('../images/logo_dgbl.jpg') 0 0 no-repeat;
	margin-left: 25px;
}

div.header div.sponsor a.tr {
	width: 43px;
	height: 30px;
	background: url('../images/logo_cll.jpg') 0 0 no-repeat;
}

div.header div.sponsor a.qu{
	width: 22px;
	height: 33px;
	background: url('../images/logo_and.jpg') 0 0 no-repeat;
}

div.header div.sponsor a.ci {
	width: 48px;
	height: 30px;
	background: url('../images/link_calabria.jpg') 0 0 no-repeat;
}


/*-		menu	-*/
div.header div.menu{
	background: #E8CAA4;
	height: 60px;
	float: left;
	width: 500px;
	margin-left: 2px;
	font-size: 15px;
}

div.menu  a,
div.menu  span{
	color: #fff;
}

div.menu ul.men{
	height: 60px;
	list-style: none; 
	margin: 0;
	padding: 0 0 0 11px;
}


div.menu ul.men li{
	float: left;
	margin: 0;
	padding:21px 16px 0px;
	height: 39px;
}

div.menu ul.men li.corr{
	background: #D4B996;
}

div.menu ul.men li.home{
	padding-right: 16px;
}

div.menu ul.men li.home_corr{
	border-right: 1px solid #0561BD;
	background:	url('../images/home_sel.png') 1px 0 no-repeat;
	padding-right: 15px;
}




p#abilitaJS{
	padding: 10px;
	text-align: center;
}


/*-- footer --*/

div.footer {
	clear: both;
	background: #64908A;
	padding: 13px 0 13px 18px;
	color: #fff;
	position: relative;
}

div.footer div.credits{
	position: absolute;
	bottom: 15px;
	right: 15px;
	color: #333333;
}

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


