/* custom.css, Copyright (C) aledettaaLe */

body {
	font-size: 13px;
}

#menu a.level1 span.bg,
#menu span.level1 span.bg {
	line-height: 37px;
	font-size: 16px;
         font-weight:bold;
         letter-spacing: 0.1em;
}

#menu a.level2,
#menu span.level2 {
	
	font-size: 18px;
         font-weight:bold;
         letter-spacing: 0.1em;
}


/*
 * p tag with dropcaps
 */
 
p.dropcap {
       text-align: justify;
}





/* titoli */
#page h1 a{
	font-size: 20px;
         }
#page h1 a:hover {
	font-size: 20px;
         color: #EFAB0A;
}

h1 { font-size: 20px; line-height: 20px; margin-top: 25px; }

div.mod-headline ul.menu span.bg {
	font-size: 18px;
}


/*
 * header module positions
 */

#headerbar {
	padding: 45px 0px 0px 0px;
         height: 270px;
         z-index: 999;
}

#headerbar .left .module {
        padding: 0px;
	margin: 0px;
	float: left;
}

#headerbar .right .module {
        padding: 0px;
	margin: 0px;
        	float: right;
}


div.note, span.note {
	 /* border-radius */
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          -khtml-border-radius:10px; }


/* title hoverbox pagina */


ul.hoverbox a { 
	font-size: 14px;
	font-weight: bold;
}


#page ul.hoverbox li a{ 
              color: #FFF8EE;
}




ul.hoverbox li span.title {
         font-size: 16px;
         	font-weight: bold;
}

ul.hoverbox li span.title a {
	color: #F5C70A;
         border-left: 1px solid #8B8777;
}
ul.hoverbox li span.title a:hover {
	border-left: none;
}


/* grafica tabella prezzi */

table.price {
width: 100%;
    border-collapse: collapse;
    background: #fff;
    color: #000;
    font-family: "Lucida Bright", "Times New Roman", serif;
}

thead tr.price {
    border-top: 3px double #645B53;
    border-bottom: 3px double #645B53;
    padding: 5px 10px;
    background-color: #CEC7B9;
    color: #645B53;
    text-align: left;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

tbody.price th, tbody.price td {
    border-bottom: 1px solid #ccc;
    padding: 2px 10px;
    text-align: left;
    vertical-align: top;
}

tbody.price tr:hover {
background-color:#9D9384;
}

blockquote.quotation p{
	font-family: Arial, Helvetica, sans-serif;
}
