/* COLORS, BACKGROUNDS  AND BORDERS*/
body { color:#bbb; }
html, body { background-color:#000; }
h1, h2, h3, h4, .item p { color:#bbb;}
h2 a:link, h2 a:visited { color:#ccc;}
h2 a:focus, h2 a:hover { color:#fff; }
h4 a:link, h4 a:visited { color:#aa8;}
h4 a:focus, h4 a:hover { color:#ffc; }
a:link, a:visited { color:#aa8;}
a:focus, a:hover { color:#ffc; }
.loud { color:#fff; }
#footer { color:#777; }

#header {  border-bottom-color:#555; }
#footer {  border-top-color:#555; }

#header{ border-bottom-style:solid; }
#footer { border-top-style:solid; }
#header { border-bottom-width:1px; }
#footer { border-top-width:1px; }
.item img, .body { border:1px solid #444; }

#title img, #menu img { cursor:pointer }

/* FONT, STYLE, DECORATIONS */

body { font-family:"Tahoma"; font-size: 14px;}
h1, h2, h3, h4 { font-family:"Georgia"; }
#menu h3 { font-weight: normal; }
/* font-family:"Georgia"; */
#header h1 { font-size:3.5em;} 

a { text-decoration: none; }
a:hover, a:active { text-decoration: none; }

/* POSITIONS and MARGINS */
.container { width:870px; }
#header { margin-bottom:2em; margin-top:0.5em}
/*#header h1 {  margin-bottom:0px; margin-top:20px; }
#header .subtitle {position:relative; left:-10px; }*/
#title { height:80px; }
#menu { height:30px; }
#menu { margin-top: 45px; }
/*#menu h4, #menu h3 { float:left; margin-right:24px; margin-bottom:0px;}*/
#footer { margin-top:1em; padding-top:0.5em; }

h2, h4 { margin-bottom:0.5em; }
/* h2 { clear:both; } */

.body { padding:4px; margin:0px 20px; width:816px; height:182px; }
.item img { width:240px; height:160px; padding:4px; }
.item { float: left; text-align:center; margin:15px 20px; }
.item h3 { margin-bottom:0px; }
.item p { font-size: 14px; font-family: "Georgia" }

/* MISC */
.clear { clear: both; }

/* HEADER */

#anciuti {
 width:200px; height:97px;
 background: url("../img/anciuti.png") 0 0 no-repeat;
 text-decoration: none;
 display:block;
}
#anciuti:hover, #anciuti:active { background-position: 0 -97px; }
#anciuti h1 { display: none; }

h2.menuitem { font-weight:normal; font-family:Georgia; font-size: 20px; float:right; margin:0px 10px }

#astrumenti { float:left; margin-right:2em; 
 background: url("../img/strumenti.png") 0 0 no-repeat; 
 text-decoration: none;
 display:block;
 width:111px; height:52px; 
}
#astrumenti:hover, #strumenti:active { background-position: 0 -52px; }
#astrumenti h2 { display: none; }

#acontatti { float:left;
 background: url("../img/contatti.png") 0 0 no-repeat;
 text-decoration: none;
 display:block;
 width:80px; height:52px;
}
#acontatti:hover, #contatti:active { background-position: 0 -52px; }
#acontatti h2 { display: none; }
