* { /*azzeriamo tutti i margini e padding*/
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color: #383838;
	color:#ff9;
}

table {
	font-size: 1em; /*corregge i font delle tabelle*/
}

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:760px;
	margin:10px auto;
	background-color: #105514;
	border:7px solid #000;
	background-image:url(../images/volante_fade.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;	
}

#header {
	height:91px;
	background-color:#000;
	background-image:url(../images/sfondo_header.gif);
}

#logo_anni {
	display:inline;
	float:right;
	width:92px;
	height:87px;
	background-image:url(../images/logo_anni.gif);
	margin-right:65px;
}

#menunav {
	height:91px;
	float:left;
	width:540px;
}

#contentarea {
	background-image:url(../images/sfondo_colonna.gif);
	background-position:right;
	background-repeat:repeat-y;
	padding-left:10px;
	padding-bottom:20px;
}

#sidebar {
	float:right;
	width:225px;
	padding-top:91px;
	background-image:url(../images/top_colonna.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#maincontent {
	display:inline;
	float:left;
	width:520px;
	margin:0px;
	margin-bottom:20px;
	padding-top:10px;
	min-height:460px;
	height:auto !important;
	height:460px;
}

#footer {
	clear:both;
	padding:5px;
	font-size:.8em;
	text-align:center;
}
/*######################################################*/


/*MENUNAV*/
/*######################################################*/
#menunav a {
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	font-size:10px;
}

#menunav a:hover {
}

#menunav ul {
	height:91px;
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
}

#menunav ul li {
	height:91px;
	float:left;
}

#menunav ul li a {
	height:20px;
	line-height:20px;
	float:left;
	padding-top:71px;
	width:80px;
	text-align:center;
	background-image:url(../images/levetta.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#menunav ul li a.active {
	background-position:bottom center;
	color:#f00;
}

#menunav ul li a:hover {
	background-position:bottom center;
	color: #F7C5C5;
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/
#menucat {
	margin-left:19px;
	padding-top:30px;
}

#menucat ul {
	list-style-type:none;
	padding:0;
	border-bottom: 1px solid #0E5513;
}

#menucat ul ul {
	border-bottom:none;
	padding-bottom:1em;
	padding-left:1em;
}

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	display:block;
	height:40px;
	line-height:40px;
	background-image:url(../images/menu_dx.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:50px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-family:arial, helvetica, sans-serif;
}

#menucat ul li a:hover {
	background-position:bottom left;
}

#menucat ul ul li a {
	background-image:none;
	height:auto;
	line-height:1.2em;
	font-weight:normal;
}

#menucat ul ul li a:hover {
	text-decoration:underline;
}

/*######################################################*/

/*RICERCA*/
/*######################################################*/
#cerca {
	padding:15px 5px;
	padding-left:49px;
	height:5em;
	color:#000;
	font-size:.8em;
}

#cerca a {
	color:#000;
}

#cerca input {
	background-color: #E3D362;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	padding:3px 4px;
	border-width:1px;
	float:left;
}

#cerca input.pulsante_ricerca {
	padding:1px 4px;
}

#cerca input.testo_ricerca {
	width:100px;
}
/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
#newsletter {
	margin:1em;
}
/*######################################################*/
/*FORM LINGUE*/
#form_lingue {
	padding:20px 0 5px 40px;
}

#form_lingue ul {
	list-style-type:none;
}

#form_lingue li {
}

#form_lingue img {
	vertical-align: middle;
}

#form_lingue a {
	color:#000;
	height:1em;
	font-size:10px;
	font-weight:bold;
}

/*######################################################*/

/*INDIRIZZO*/
#indirizzo {
	margin:5px;
	padding:10px;
	background-color:#ccc;
}

#indirizzo .ragione_sociale {
	font-weight:bold;
	text-align:center;
	padding:.5em 0;
}

#indirizzo .testo_indirizzo {
	
}

