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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color: #F3F3F3;
	background-image:url(../images/gradiente_top.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

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

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:950px;
	margin:0 auto;
	border-top:none;
}

#header {
	height:101px;
    position:relative;
}

#header h1 {
	border-right:1px solid #ccc;
	float:left;
	width:230px;
	margin-top:10px;
	height:81px;
}

#header h1 img {
	float:left;
	margin-top:10px;
}
#slogan {
    position:absolute;
    width:480px;
    height:80px;
    top:10px;
    left:240px;
    font-size:11px;
    line-height:18px;
    color:#444;
    font-style:italic;
    text-align:center;
}

#menunav {
}

#contentarea {
	
}

#sidebar {
	display:inline;
	float:left;
	width:230px;
	background-color:#f2f2f2;
}

#sidebar h5 {
	background-image:url(../images/bullet_elenco.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin:10px 10px 10px 18px;
}

#maincontent {
	display:inline;
	float:left;
	width:720px;
}

#footer {
	height:2em;
	line-height:2em;
	clear:both;
	margin:10px;
	font-size:.8em;
	background-image:url(../images/copyright.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:2.3em;
}
/*######################################################*/
/*RICERCA*/
/*######################################################*/
#cerca {
	float: right;
	padding: 15px 20px;
}

#cerca input {
	vertical-align:middle;
}

#cerca .pulsante_ricerca {
	background-color: #D0EFFF;
	border: 1px solid #93DAFF;
	font-size:11px;
	color:#000;
	padding:0 1px;
}

/*######################################################*/
/* richiedi preventivo */
/*######################################################*/
#richiediprev {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 15px 20px 15px 55px;
	text-align: right; 
	background: url(../images/ico_prev.gif) no-repeat left;
	font-weight: bold;
}
#richiediprev  A {
	color: #f60;
	font-weight: italic;
	font-size: 1.4em;
	font-family: Georgia;
	text-decoration: none;
}
#richiediprev  A:hover {
	text-decoration: none;
	color: #000;
}

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


/*MENUNAV*/
/*######################################################*/
#menunav ul {
	width:200px;	
	list-style-type:none;
	height:170px;
	padding-left:15px;
	margin:0;
}

#menunav ul li {
	float:left;
	margin:0;
	padding:0;
}

#menunav ul li a {
	float:left;
	width:170px;
	height:30px;
	line-height:30px;
	background-image:url(../images/sfondo_mainmenu.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-decoration:none;
	padding-left:30px;
	color:#000;
}

#menunav ul li a:hover {
	background-position:top left;
	color: #019ACC;
}

#menunav ul li a.active {
	background-position:top left;	
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/
#menucat {
	clear:both;
	padding-left:15px;
	margin-bottom:20px;
}

#menucat ul {
	list-style-type:none;
	padding:0;
}

#menucat ul li {
}

#menucat ul li a {
			background-image:url(../images/sfondo_categoria.gif);
			background-position:bottom right;
			background-repeat:no-repeat;
			text-decoration:none;
			font-weight:bold;
}

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

#menucat ul ul li a {
}

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


/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	background-color:#fff;
	margin:15px 0px 15px 0;
	padding:10px;
	border:1px solid #ccc;
	width:685px;
}

#mailing_list p {
	font-size:.8em;
}
/*######################################################*/


/*ELENCO LISTA EVENTI NEWS   */
/*######################################################*/
#lista_eventi_news {
	margin:0px 5px 10px;
	padding:0 10px;
}

.listaeventinews_elenco {
	border-bottom:1px solid #bbb;
	margin-bottom:5px;
	padding-bottom:3px;
}

.listaeventinews_elenco .titolo {
	font-size:1em;
	font-weight:bold;
	padding:3px 0;
	text-decoration:none;
	font-size:.9em;
}

.listaeventinews_elenco .titolo a {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

.listaeventinews_elenco .titolo a:hover {
	color: #019ACC;
}

.listaeventinews_elenco .descrizione {
	color:#666;	
}
/*######################################################*/

/*INDIRIZZO*/
#indirizzo {
	margin:15px;
	padding:10px;
	clear:both;
	border-top: 3px solid #019ACC;
	padding-bottom:60px;
}

#indirizzo #indirizzo_geografico {
	float:left;
	width:20em;
}

#indirizzo #numeri_telefonici {
	float:right;
	width:23em;
	font-weight:bold;
	font-size:1.1em;
}

#indirizzo #numeri_telefonici dt {
	float:left;
	height:1em;
	width:6em;
	text-align:right;
	margin-right:1em;
}

#indirizzo #numeri_telefonici dd {
	float:left;
	height:1em;
	width:16em;
}


