/* CSS Document */
/* body */
body {
 margin: 0px;
 padding:0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 line-height: 1.6em;
 background:#ffffff url(../img/sfondo_vista.gif) repeat-x top left;
 color: #666666;
}

img{
 border:none;
}

/* #container - div generale */
#container{
 z-index: 1;
 background-color: #ffffff;
 border-left: 1px #666666 solid;
 border-right: 1px #666666 solid;
 border-bottom: 1px #666666 solid;
}

/* #header - div testata */
#header{           
 z-index: 2;
 /*border-bottom: 1px #CCCCCC dashed;*/
}


/* #logo in #header - logo del sito */
#logo1{
 float: left;
 width: 230px;
 height: 200px;
 margin: 0;
 padding:0;
 text-align:center;
 z-index: 3;
 background:url(../img/logo1.jpg) no-repeat top center;
}

#logo{
 float: left;
 width: 230px;
 margin: 0;
 padding:0;
 text-align:right;
 z-index: 3;
}
#logo img{
 display: inline;
 border: none;
}

#logo object{
 display: inline;
 border: none;
}

/* #hmenu in #header - logo del sito */
#hmenu1{
 float: left;
 width: 760px;
 height: 200px;
 margin: 0;
 padding:0;
 text-align:center;
  background: url(../img/hmenu1.jpg) no-repeat top center;

}

#hmenu{
 float: left;
 width: 760px;
 margin: 0;
 padding:0;
 text-align:center;

}
#hmenu img{
 display: inline;
 border: none;
}

#hmenu object{
 display: inline;
 border: none;
}

/* xmenu */
.xmenu {
 line-height: 1em;
text-align: right;
margin: 0 ;
padding:0;
 background-color: #eeeeee;
 border-bottom: 1px #CCCCCC dashed;
 border-top: 1px #CCCCCC dashed;
 border-right: 1px #CCCCCC dashed;
height: 18px;

}

.xmenu ul {
margin:0;
padding:0;

}

.xmenu ul li {
display: inline;
list-style: none;
margin:0 5px;
padding: 5px 10px;
 border-left: 1px #CCCCCC dashed;
height: 18px;

}

.xmenu a, .xmenu a.visited {
 color: #666666;
 font-weight: bold;
 font-size: 16px;
}



/* #cerca in #header - form di ricerca */
#cerca{
}

/* Form, fieldset e label */
#cerca fieldset{
 border:0;
}

#cerca input{
 background: none;
 border: none;
 margin: 0;
 padding:0;
}

/* CONTENT */
#content{
 clear:left;
}

#footer{
 background-color: #eeeeee;
 color: #000000;
 text-align: center;
}
#footer p{
 margin:  0; 
 padding: 10px 0;
 font-weight: bold;

 
}
/*  #block_left - colonna sinistra */
#block_left{
}


/*  #menu in #block_left - menu */

#menu1{
 margin: 0;
 padding:0;
 width: 230px;
 height: 600px;
 background: url(../img/menu1.jpg) no-repeat top left;
}


.contatore{
 text-align: center;
 font-size: 12px;
 height: 60px;
 padding: 20px 0 0 0 ;
 margin: 0 15px 0 5px;
 background:#CCCCCC url(../img/menu_bk.jpg) repeat-x top left;
}
#menu{
 margin: 0 15px 0 5px;
 padding: 5px 0 5px 0;
 background:#CCCCCC ; /*url(../img/menu_bk.jpg) repeat-x bottom left;*/
}

#menu ul{
 margin: 0;
 padding: 0;

}
#menu ul li{
 margin: 0 5px 5px 5px;
 padding: 0;
 background-color:#999999;
 display: block;
 list-style: none;
 
}



#menu ul li ul{
 margin: 5px 0 0 0;
 padding: 0;

}
#menu ul li ul li{
 margin: 0 0 1px 0;
 padding: 0;
 background-color: #FF9933 ;
 display: block;
 list-style: none;
}


#menu ul li a, #menu ul li a:visited {
 display:block;
 margin: 0;
 padding: 5px 0 0 5px;
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
 height: 23px;
 
}

#menu ul li#home a {
  font-weight: bold;
 font-size: 16px;
}

#menu ul li a:hover, #menu ul li.selected a, #menu ul li.selected a:visited{
 background: url(../img/freccina_h.gif) no-repeat left ; 
 padding-left: 20px;
}



#menu ul li ul li a, #menu ul li ul li a:visited, #menu ul li.selected ul li a, #menu ul li.selected ul li a:visited {
 text-decoration: none;
  font-weight: normal;
 margin: 0;
 padding: 2px 5px;
  background:none;
}

#menu ul li ul li a:hover, #menu ul li ul li.selected a, #menu ul li ul li.selected a:visited{
  background: #FFaa55;
  color: #2d0091;
 margin: 0;
 padding: 2px 5px;
}


#block_left .verticalalign {
}


/*  #block_center_right - colonna centro-destra */
#block_center_right .wrapper{
margin: 0;
padding:0;
}

#block_center_right{
 border-left: 1px #CCCCCC dashed;

 margin: 0;
 padding:0;
 
}
.block_center_right .block_center_right{
 margin:0;
 padding:0;
}

.block_center_right .block_center_right .block_center_right{
 padding: 0;
 margin:0;
}


/*  #block_center - colonna centrale */

#block_center{
 
}
.block_center{
}

/*  #block_right - colonna destra per home page */
#block_right{
 border-left: 1px #CCCCCC dashed;
}


/*  #block_right - colonna destra per tutte le altre pagine */
#block_right2{
 border-left: 1px #CCCCCC dashed;
}

.padding{
 margin: 0 10px;
}

.padding2{
 margin: 0 5px;
}

.em{
 font-style: italic;
}

h1 {
 font:Verdana, Arial, Helvetica, sans-serif bold;
 font-size:14px;
 color: #999999;
 margin: 0 0 20px 0;
 padding: 0px;
 text-transform: none;
 font-weight: bold;
}
h2 {
 font:Verdana, Arial, Helvetica, sans-serif bold;
 font-size:12px;
 color: #999999;
 margin: 10px 5px 5px 5px;
 padding: 0px;
}

h3 {
 font-size:12px;
 font-weight: bold;
 margin: 5px;
 padding: 0px;
}

h1 a, h1 a:visited, h2 a, h2 a:visited {
 color: #999999;
}


h3 a,h1 a, h3 a:visited {
 /*color: #7799BE;*/
 color: #2d0091;
}

p {
 font: Arial, Helvetica, sans-serif;
 font-size:11px;
 margin:  0 5px  5px  5px ;
 padding: 0px;
}


/* ul li */
ul{
 margin:0 0 0 15px;
 padding:0;
}
li {
 margin:0;
 padding:0;

}

.a_right{
 text-align:right;
}

.a_left{
 text-align: left;
}

.a_center{
 text-align: center;
} 


.clear_right{
 clear: right;
 height:0px;
}
.clear_left{
 clear:left;
 height:0px;
}


a, a:link , a:visited {
 /*color: #7799BE;*/
 color: #2d0091;
 text-decoration: underline;
}
a:hover {
 text-decoration: underline;
}

a.hmenu2, a.hmenu2:link , a.hmenu2:visited {
 font-size: 12px;
 text-decoration: underline;
}
a.hmenu2:hover {
 font-size: 12px;
}

/* SUPERBOX con cartellette  */
.superbox {
 width:100%;
 background: url(../img/sfondo_sfumato.jpg) repeat-x top left;
}
.box {
 clear: left;
 border-left: 1px #999999 solid;
 border-right: 1px #999999 solid;
 border-bottom: 1px #999999 solid;
 margin:0 10px;
 padding:0;
 background-color: #ffffff;
}
.box .padding {
 padding-top: 10px;
 padding-bottom: 10px;
}
.box .paddingx {
 padding: 10px 0;
 margin: 0 10px;
}

#scheda1, #scheda2 {
clear: left;
margin:0 10px;
padding:0;

}
#scheda1 span, #scheda2 span {
 display: block;
 padding: 2px;

}

#scheda1 ul, #scheda2 ul{
clear: left;
margin:0;
padding:0;

}

#scheda1 ul li, #scheda2 ul li{
float: left;
list-style: none;
display:block;
margin:0;
padding: 0;
width: 33%;
background-color:#efefef;
border-bottom: 1px #999999 solid;

}

#scheda1 ul li.selected, #scheda2 ul li.selected{
width: 34%;
background:#ffffff url(../img/bk_sk.jpg) repeat-x top left ;
border-bottom: none

}

#scheda1 ul li a, #scheda2 ul li a, #scheda1 ul li a:visited, #scheda2 ul li a:visited{
 margin:0;
 padding:0;
 border: none;
 text-decoration: none;
 color: #999999;
}
#scheda1 ul li a:hover, #scheda2 ul li a:hover{
 text-decoration: none;
 color: #333333;
}



a.arrow, a.arrow:visited, a.arrow:hover{
 padding: 0;
 margin: 0;
 padding-right: 35px;
 background:url(../img/freccine.gif) no-repeat right;
 margin-right: 15px;
 text-decoration: none;
 
}

hr {
border: none;
height: 0;
border-bottom: 1px #999999 dashed;
margin: 5px 0 ;
}

/*ul.materiali{list-style: none}*/

.materiali li { background:url(../img/freccine.gif) no-repeat left ; list-style:none; padding-left: 35px; margin: 2px 0 0 0;}
.materiali li a{ color: #046298; font-size: 12px; font-weight: bold}
.materiali li a:link{ color: #046298; font-size: 12px; font-weight: bold}
.materiali li a:visited{ color: #F56F28; font-size: 12px; font-weight: bold}
.materiali li a:hover{ color: #F56F28; font-size: 12px; font-weight: bold}
.materiali li a:active{ color: #F56F28; font-size: 12px; font-weight: bold}


div#bcerca{margin: 10px 0; padding-left: 5px}
.cercah3{text-align: left; color: #FE9900}

/* GALLERY TARGHE FUN. */

.gallery table{ width: 650px; margin: 0; padding: 0; border: none;}
.gallery td{ width: 20%; text-align: center; font-size:10px; font-style: italic; color: #046298; vertical-align: top; padding: 10px;}
.gallery td img{ margin-bottom: 10px; border: 2px #046298 solid; width: 70px;}

/* Testo e foto a destra */

.testo_foto{
 clear: left;
 padding: 0 40px;
 margin-top: 20px;
}

.testo_foto object{
 display: inline;
 text-align: center;
}

.testo_foto h1{
margin-left:0;
padding-left: 0;
 }

.testo_foto p{
 margin: 0;
 padding: 0;
 }

.testo_foto p span{
display: block;
 margin: 0;
 padding: 0;
 text-align: center;
 }
 .testo_foto p span object{
 	display: inline;
 }


.testo_sinistra{
 clear: left;
 margin-bottom: 10px;
}

.testo_sinistra img, .testo_foto img{
 float: right;
 margin: 0 0 10px 40px;
 border: 1px #666666 solid;
}

.testo_sinistra p{
 margin-top: 0;
}
.testo_sinistra ul{
 width: 350px;
 margin: 0;
 padding:0;
 list-style:inside disc;
}
.testo_sinistra ul li{
 margin: 0;
 padding:0;
 list-style:inside disc;
}

.testo_destra{
 clear: right;
 margin-bottom: 10px;
}

.testo_destra p{
 margin-top: 0;
}
.testo_destra ul{
 margin: 0 0 0 50px;
 padding:0;
 list-style:inside disc;
}

.testo_destra ul li{
 margin: 0;
 padding:0;
 list-style:inside disc;
}

.testo_destra img{
 clear: left;
 float: left;
/* margin: 0 20px 0 0;*/
 margin: 0 40px 10px 0;
}

/* list box */
.list_box{
 width: 100%;
 margin:0; 
 padding: 5px 0px; 
 border-top: 1px gray solid;
 border-bottom: 1px gray solid;
}

.list_box h1{
 left-padding: 35px;
}

/* DOVE SIAMO */
.dovesiamo{
 clear: left;
}

#map1{
 float:left;
 width: 400px;
 height: 520px;
 border: 1px #666666 solid;
}

.dovesiamo .istruzioni {
 float: left; 
 width: 300px; 
 margin-left: 10px;
}
.dovesiamo  .address{
 width: 400px;
}

/* tinyMCE */
.title {
 font-size: 14px;
 font-weight: bold;
 color: #73342F;

}

.sottotitolo{ 
 font-size: 11px;
 font-weight: normal;
 font-style: italic;
 color: #73342F;
}

.evidenza {
 font-size: 12px;
 font-weight: bold;
 color: #DBAD57;
}

.note{
 color: black;
 font-style: italic;
 font-family: verdana;
 font-size: 8px;
}


/* SITEMAP */
.sitemap, .faq {
 margin: 0 0  20px 0;
 padding: 0 20px;
 
}
.sitemap ul, .faq ul{
 margin: 0;
 padding: 0;
 
}
.sitemap ul, .faq ul{
 margin: 0 0 0 30px;
 padding: 0;
 
}

.sitemap ul li, .faq ul li {
 list-style: url(../img/lifreccine.gif) outside;
}

/* CONTATTI */
.contatti  {
 text-align: center;
}
.contatti table {
 display: inline; 
}
.msg{
 border: 1px #666666 solid;
 margin: 20px;
 padding: 10px;
 text-align: center;
 font-size: 12px;
}


.materiali2  li{
width: 49%;
float: left;

}

.min_height{
min-height: 400px;
height: 400px;
}

*>.min_height{
height: auto;
}

.lingue{
	margin: 0 0 5px 0;
	padding: 0 5px;
}
.lingue img{
	border: none;
	display: inline;
	margin: 0 5px 0 0;
}
