* { /*azzeriamo tutti i margini e padding*/
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #555555;
	color:#fff;
	background-image:url(../images/header.gif);
	background-repeat:repeat-x;
}

table {
	font-size: 1em; /*corregge i font delle tabelle*/
}

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	background-image:url(../images/drappo.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#header {
	height:100px;
	color:#fff;
	width:760px;
	margin:0 auto;	
}

#header h1 {
	float:left;
	height:71px;
	overflow:hidden;
	width:200px;
}

#header #indirizzo {
	float:right;
	height:61px;
	width:500px;
	text-align:right;
	color:#000;
	padding-top:10px;
}

#menunav {
	height:29px;
	text-transform:uppercase;
}

#contentarea {
	clear:both;
	width:760px;
	margin:0 auto;
	border:20px solid #000;
	border-top:none;
	background-color:#000;
	background-image:url(../images/sfondo.gif);
	background-repeat:repeat-y;
}

#sidebar {
	float:left;
	width:150px;
}

#maincontent {
	display:inline;
	float:right;
	width:580px;
	margin-top:20px;
}

#footer {
	height:2em;
	line-height:2em;
	clear:both;
	padding:5px;
	font-size:.8em;
	text-align:center;
}
/*######################################################*/


/*MENUNAV*/
/*######################################################*/
#menunav ul {
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
	height:29px;
	float:right;
	width:450px;
}

#menunav h5 {
	float:left;
	width:200px;
	height:29px;
	line-height:29px;
	font-size:1em;
	padding-left:20px;
}

#menunav ul li {
	float:left;
}

#menunav ul li a {
	height:29px;
	line-height:29px;
	float:left;
	padding:0 26px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#menunav ul li a:hover {
	background-image:url(../images/rollover.gif);
}
#menunav ul li a.active {
}

/*######################################################*/

/*MENUCAT*/
/*######################################################*/
#menucat {
	padding-top:30px;
	padding-left:10px;	
}

#menucat ul {
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
}

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	display:block;
	padding:3px 5px;
	border-bottom:1px solid #666;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}

#menucat ul li a:hover {
	background-color:#000;
}

#menucat ul ul li a {
font-weight:normal;
padding-left:15px;
font-size:10px;
}

#menucat ul ul ul li a {
padding-left:25px;
}
#menucat ul ul ul ul li a {
padding-left:35px;
}
#menucat ul ul ul ul ul li a {
padding-left:45px;
}
#menucat ul ul ul ul ul ul li a {
padding-left:55px;
}

/*######################################################*/

/*RICERCA*/
/*######################################################*/
#cerca {
padding-left:5px;
padding-top:10px;
padding-bottom:10px;
}

#cerca .testo_ricerca {
	padding:3px 1px;
	border:1px solid #000;
	background-color:#666;
	color:#ccc;
	width:85px;
	font-size:11px;
}

#cerca .pulsante_ricerca {
	border:1px solid #000;	
	background-color:#777;
	background-image:url(../images/cerca.gif);
	background-repeat:repeat-x;
	color:#fff;
	font-size:10px;
	padding:2px;
	font-weight:bold;
}
/*######################################################*/
