/* Elementi base HTML */

* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html {
  min-height: 100%;
  margin-bottom: 1px;
}

body {
  margin: 0 1px 1px 0;
  background-image: url(/img/sfondo3.jpg);
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #fa8305;
  color: #000000;
  text-align: center;  /* centra layout in IE5 */
}

blockquote {
  border-left: 6px solid #e5a053;
  padding-left: 8px;
  margin-left: 0.5em;
  font-weight: bold;
}

img {
  border: 0;
}

tr {
  vertical-align: top;
}

dt {
  margin-top: 1.5em;
  font-weight: bold;
}

dd {
  margin-bottom: 0.5em;
  margin-left: 1.5em;
  font-weight: bold;
}


/* Layout */

#scatola {
  width: 95%;
  min-width: 750px;
  max-width: 1024px;
  margin: 1px auto;
}

#testata {
  width: 100%;
  margin: 0;
}

#menu {
  clear: both;
  width: 100%;
  padding: 2px 0;
  margin: 0 0 8px 0;
  color: #fdfd9b;
  background-color: #615d5c;
  text-align: center;
  font-size: small;
}

#menu-laterale {
  float: left;
  width: 130px;
  color: #da8a43;
}

#contenuto {
  float: left;
  width: 81%;
  color: #003ba0;
  background-color: #fefec8;
  padding: 4px 4px 1em 4px;
  margin-bottom: 8px;
  text-align: left;
}

#piepagina {
  clear: both;
  width: 660px;
  margin: 8px auto;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/* Classi dei vari blocchi */

#testata h1 {
  margin: 0 auto;
  text-align: center;
  color: #ffe72f;
  font-size: larger;
  font-weight: bold;
}

#testata #fototestata {
  margin: 0 auto 6px auto;
  padding: 0;
  text-align: center;
}

#testata #fototestata img {
  margin: 0 -1px 0 0;
  padding: 0;
}

#menu {
  font-size: small;
  font-weight: bold;
}

#menu a {
  margin: 0 0.4em;
}

#menu a:link,
#menu a:visited {
  color: #ffff9e;
  text-decoration: none;
}

#menu a:hover {
  color: #ffffff;
}

#menu a:active {
  color: #ffff9e;
}

#menu ul, #menu-laterale ul, #piepagina ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#menu li {
  display: inline;
}

#menu-laterale #gruppo a,
#menu-laterale #kenya a,
#menu-laterale #india a,
#menu-laterale #filippine a {
  font-size: 15px;
  font-weight: bold;
  color: #ffff9e;
  text-decoration: none;
}

#menu-laterale #gruppo a:hover,
#menu-laterale #kenya a:hover,
#menu-laterale #india a:hover,
#menu-laterale #filippine a:hover {
  color: #ffffff;
}

#menu-laterale #gruppo span {
  display: block;
  width: 72px; height: 80px;
  background: url(/img/logo-italia.gif) no-repeat;
  margin: 0 auto;
  cursor: pointer;
}

#menu-laterale #kenya span {
  display: block;
  width: 92px; height: 80px;
  background: url(/img/logo-africa.gif) no-repeat center;
  margin: 0 auto;
}

#menu-laterale #india span {
  display: block;
  width: 79px; height: 80px;
  background: url(/img/logo-india.gif) no-repeat bottom;
  margin: 0 auto;
  cursor: pointer;
}

#menu-laterale #filippine span {
  display: block;
  width: 72px; height: 80px;
  background: url(/img/logo-filippine.gif) no-repeat bottom;
  margin: 0 auto;
  cursor: pointer;
}

a.selezionato {
  color: #ffffff !important;
}

#contenuto a, a:hover {
  color: blue;
}

#contenuto a:visited, a:active {
  color: red;
}

#contenuto li {
  margin-bottom: 8px;
}

#contenuto h3 {
  margin-top: 1.5em;
}

.titolo, .sottotitolo {
  margin-top: 0 !important;
  text-align: center;
}

.sottotitolo {
  margin-bottom: 0.5em;
}

#piepagina li {
  margin-bottom: 4px;
}

#piepagina a {
  color: #ffff9e;
  text-decoration: none;
}

#piepagina a:hover {
  color: #ffffff;
}

#info {
  width: 70%;
  margin: auto;
  color: #ffffff;
  text-align: left;
  font-size: smaller;
}

/* Classi di uso generico */

.left  { text-align: left; }
img.left {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  border: 6px solid #e5a053;
}

.center { text-align: center; }
img.center {
  display: block;
  margin: auto;
  border: 6px solid #e5a053;
}

.right  { text-align: right; }
img.right {
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  border: 6px solid #e5a053;
}

.nocss {
  display: none;
}

.firma {
  text-align: right;
  font-weight: bold;
  margin-right: 1em;
}

.navigazione {
  font-weight: bold;
  color: blue;
}

.navigazione a, .navigazione a:link {
  color: blue !important;
}


/* Varie */

#intro {
  margin: 1em auto;
  width: 100%;
  text-align: center;
}

#intro img {
  border: 6px solid #e5a053;
  margin: 0 8px;
  vertical-align: middle;
}

.tabella-info {
  width: 100%;
  border-collapse:  collapse;
}

.tabella-info tr {
  vertical-align: top;
}

.tabella-info th {
  font-weight: bold;
  text-align: center;
  font-size: smaller;
  border: 1px solid #003ba0;
  background-color: #003ba0;
  color: #fefec8;
}

.tabella-info td {
  padding: 4px;
  font-weight: bold;
  font-size: smaller;
  border: 1px solid #003ba0;
}

.sn-icons {
  margin: 4px auto 0 auto;
}

.sn-icons p {
  margin: 1em auto 4px auto;
}

.sn-icons a {
  margin: 0 1px;
}

.sn-icons img {
  border: 0;
}

.galleria {
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

.galleria a {
  margin-top: 1em;
}

.galleria img {
  display: inline;
  border: 6px solid #e5a053;
}

.galleria p {
  padding: 0 0 1em 0;
  font-weight: bold;
  font-size: smaller;
  border-bottom: 1px solid #003ba0;
}

.menu-contenuto {
  background-color: #FFEEA0;
  color: #000000;
  width: 95%;
  margin: 1.5em auto 1em auto;
  padding: 4px;
}

.menu-contenuto h3 {
  position: relative;
  background-color: #fefec8;
  display: block;
  width: 45%;
  padding: 0.2em;
  margin: -0.5em 0 1em 0.2em !important;
  border: 2px solid #e5a053;
}

.menu-contenuto h4 {
  margin-top: 1.5em;
  border-bottom: 1px solid #000000;
  color: red;
}

.menu-contenuto li {
  font-weight: bold;
  width: 90%;
}
