/* STILI GENERICI */
body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #191d42;
  background: url("img/sf_background.gif") repeat-x;
  background-color: #000;
  }

h2 {
  font-size: 1.5em;
  padding-bottom: 12px;
  border-bottom: 1px solid #c80117;
  margin: 10px 0 0 0;
  color: #000;
  }

h3 {
  font-size: 1.3em;
  font-weight: bold;
  color: #c80117;
  padding-bottom: 2px;
  margin: 0;
  margin-top: 30px;
  }

h4 {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 2px;
  margin: 25px 0 -10px 0;
  text-align: justify;
  color: #c80117;
  }

p {
  text-align: justify;
  color: #333;
  line-height: 1.5em;
  }
  
img{
  border: 0;
  }

a {
  color: #191d42;
  }
  
a:hover {
  color: #c80117;
}

li {
  line-height: 2.3em;
  }

/* BOX CONTENITORI */
#center {
  width: 950px;
  height: auto !important;
  height: 600px;
  margin: 0 auto;
  border: 5px solid #c80117;
  border-top: 0;
  border-bottom: 0;
  background: #000;
  }

#contain {
  float: left;
  width: 940px;
  height: auto !important;
  height: 600px;
  margin: 0 auto;
  border: 5px solid #000;
  border-top: 0;
  border-bottom: 0;
  padding-bottom: 10px;
  background: #FFF;
  }

#main {
  float: left;
  width: 690px;
  margin: 0 auto;
  margin-top: 0;
  background: #FFF
  }
  
/* HEADER */
#header {
  width: 940px;
  height: 220px;
  padding: 0;
  margin: 0 auto;
  background: url("img/header.jpg") no-repeat;
  border-bottom: 3px solid #c80117;
  }

/* MENU */
#menu {
  float: left;
  width: 230px;
  padding: 10px;
  background: #FFF;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  }

#menu li {
  list-style: none;
  margin: -1px 0 0 0;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 2.3em;
  background: #C80117;
  color: #FFF;
  padding: 2px;
  }

#menu li a {
  display: block;
  line-height: 2.3em;
  background: #FFF;
  padding: 2px;
}

#menu .current {
  color: #C80117;
}

/* BOTTOM */
#bottom {
  margin: 5px 0 3px 5px;
  padding: 0;
  font-size: 0.8em;
  color: #FFF;
  }
  
#bottom a {
 color: #FFF;
 }
  
#bottom a:hover {
 color: #c80117;
 }
 
/* JAVASCRIPT */
ol.jsenable div {
  cursor: pointer;
  text-decoration: underline;
  }
  
ol.jsenable ul,
ol.jsenable p {
  display:none
  }

ol.jsenable li.hide p {display:none}

ol.jsenable li.show p,
ol.jsenable li.show ul {
  display:block
  }

ol.jsenable li.show div {
  cursor: pointer;
  text-decoration: none;
  }
