@import url(gallery.css) ;
@import url(documenti.css) ;
@import url(rete.css) ;

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

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

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

.grassetto {
	font-weight: bold;
	color: #000;
}

.nograssetto {
	font-weight: normal;
}


/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:960px;
	margin:3px auto;
	padding: 10px 22px 25px 12px;
	background-color:#fff;
}

#header {
/*	padding-top:19px; */
	height:50px;
	background-color: White;
	color:#000;
	float:left;
	width:170px;
}
#logo_intro {
    padding-left:200px;
    height:50px;
    background-color: White;
    color:#000;
    float:left;
    width:170px;
}

#lingue {
	display:inline;
	float:right;
	margin-right:70px;
	width:120px;
}

#lingue ul {
	float:right;
	height:20px;
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
}

#lingue ul li {
	height:20px;
	float:left;
	position:relative;
}

#menunav #lingue ul li a {
	height:15px;
	line-height:15px;
	float:left;
	padding:0 10px;
	font-size: 12px;

}


#menunav {
	padding-top:30px;
	height:30px;

}

#contentarea {
	clear:both;
}

#sidebar {
	float:left;
	width:160px;
}

#maincontent {
	display:inline;
	float:left;
	width:730px;
	margin:10px 5px 10px 10px;
	min-height: 410px;  /* per i browser moderni */
    height: auto !important;  /* per i browser moderni */
    height: 410px;      /* per IE5.x e IE6 */
}

#footer {
	color:#666;
	height:2em;
	line-height:1.3em;
	clear:both;
	padding:5px;
	border-top: 1px solid #000;
	font-size:.8em;
	text-align:center;
	margin-right: 55px;
}

#footer_intro {
    color:#666;
    height:2em;
    line-height:1.3em;     
    clear:both;
    padding:5px;
    font-size:.8em;
    text-align:center;
    margin-right: 55px;
}
/*######################################################*/


/*MENUNAV*/
/*######################################################*/
#menunav a {

	text-decoration:none;
	font-size:15px;
}

#menunav a:hover {
	color:#000;
	/*font-weight:bold;*/
}

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

#menunav ul li {
	height:20px;
	float:left;
	position:relative;
}

#menunav ul li a {
	height:20px;
	line-height:20px;
	float:left;
	padding:0 20px 0 0;
	font-size: 15px;
	/*border-right:1px solid #cc6633;*/
}

#menunav ul li a.active {
	color:#000;
	font-weight:bold;
}

#menunav ul li a:hover {
	color:#000;
	/*font-weight:bold;*/
}

#menunav ul li ul {
position:absolute;
top:20px;
left:0;
width:450px;
display:none;
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/
#menucat{
	margin-top: 25px;
}
#menucat ul {
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
}

#menucat ul li {
	/*display:inline;*/
}

#menucat ul li a {

	font-size: 15px;
	display:block;	
	text-decoration: none;
	padding: 3px 0 3px 5px;
}

#menucat ul li a:hover {
	color:#000;
	/*font-weight:bold;*/
}

#menucat ul ul {
margin-left:8px;
}

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

/*pulsanti_sotto*/
/*######################################################*/
#pulsanti_sotto{
clear: both;
margin-top:20px;
margin-right: 15px;
text-align:right;

}

#pulsanti_sotto a{

	font-size:15px;
	text-decoration: none;
	padding: 0 7px 0 3px;
/*	border-right: 1px solid #cc6633;*/
}

#pulsanti_sotto a:hover{
	color:#000;

}



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

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

/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	margin:5px 0;
	padding:5px;
	background-color:#eee;
	text-align:center;
}

#mailing_list p {
	font-size:.8em;
	padding-top:8px;
}

.email {
margin-bottom:5px;
}
/*######################################################*/


/*ELENCO LISTA EVENTI NEWS   */
/*######################################################*/
#lista_eventi_news {
	float: right;
	width: 300px;
	margin:0 5px 5px 5px;
	font-size:.8em;
}

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

.listaeventinews_elenco .titolo a{
	font-size:1.2em;
	font-weight:bold;
	padding:3px 0;
	color: #A9A9A9;
}

.listaeventinews_elenco .descrizione a{
	font-size:1.2em;
}

#spazio_news h5{
	color: #A9A9A9;
}

#descrizione_news {
	margin: 10px 0;
}

#img_news{
	margin-bottom: 40px;
}
/*######################################################*/


/*ELENCO LISTA EVENTI NEWS HOME   */
/*######################################################*/
#lista_eventi_news_home {
	margin-top:100px;
	margin-bottom:20px;
	float:left;
	border:1px solid #CCC;
}


#lista_eventi_news_home a.elenco_news {
	display:block;
	float:left;
	width:160px;
	text-decoration:none;
	padding:4px 2px;
	font-size:.85em;
	border-bottom:1px dashed #CCC;
}

#lista_eventi_news_home br.clearer {
}

#lista_eventi_news_home a.elenco_news img {
	float:left;
	width:60px;
	margin-bottom:15px;
	border:1px solid #CCC;
	margin-right:6px;
}

#lista_eventi_news_home a.elenco_news:hover img {
	border-color:#000;
}

#lista_eventi_news_home a.elenco_news em {
	font-style:normal;
}

#lista_eventi_news_home a.elenco_news strong {
	font-size:1.175em;
	color:#fff;
}

#lista_eventi_news_home h5{
background-color:#CCC;
color:#FFFFFF;
font-size:0.9em;
padding:2px;
}
#lista_eventi_news #link_more_news {
	clear:both;
	height:33px;
	line-height:33px;
	padding:0 10px;
	text-align:right;
}

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

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

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

#indirizzo .testo_indirizzo {
	
}

/*FORM LOGIN*/
#form_login {
	margin:5px;
	padding:10px;
	background-color:#eee;
}

#elenco_categorie_tb td{
	padding: 0 0 20px 0;
}



/*login*/

#login {
	width: 250px;
	margin: 40px 0;
}

#login td h6{
	color: #A9A9A9;
	margin-right: 40px;
	font-weight: normal;
	font-size: 0.9em;
}

#spaziatore input {
font-size:1em;
 background-color:transparent;
 background-image:none;
 text-decoration:none;
 border-width:0;
 margin: 20px 0 0 0;
 padding: 0;
 border: none;
 color: #A9A9A9;
 text-align:left;
}

/*elenco Area riservata*/
.item_elenco_area_riservata {

}

.item_elenco_area_riservata .links_elenco_area_riservata {
	float: right;
	padding: 10px;
}

/*post login*/
#post_login ul {
	height:20px;
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/

}

#post_login ul li {
	height:20px;
	float:left;
	position:relative;
}

#post_login ul li a {
	height:15px;
	line-height:15px;
	float:left;
	padding:0 20px 0 0;
}

/*elenco area riservata2*/

#elenco_schede_tecniche {

}

#elenco_schede_tecniche .item_elenco_schede_tecniche{
float:left;
width:200px;
margin:10px 10px;
}

#elenco_schede_tecniche .item_elenco_schede_tecniche ul {
list-style-type:none
}

#modulo_newsletter {
	margin: 20px 0 0 0;
	text-align:center;
}

#modulo_newsletter h4 {
	text-align:left;
	font-size:15px;
	margin-bottom:5px;
}


#modulo_newsletter a{
	margin-right: 5px;
}

#modulo_newsletter p{
	margin-top: 5px;
	color: #666;
	font-size:10px;
}
select#selRegione{
width:100%;
}

select#selProvincia{
width:100%;
}