﻿/*****
rosso => #990033
*****/

/************************************************************** GENERICI *****/
BODY {
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
    background: #fff;
	text-align: center;
}
IMG {
  padding: 0;
  margin: 0;
  border: 0;
}
A {
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
A:hover {
  color: #903;
  text-decoration: none;
  background: #f1f1f1;
}
.ripristino {
  clear: both;
}
P {
  padding: 10px 0;
  margin: 0;
  text-align: justify;
  line-height: 18px;
}
UL {
  padding: 10px 0;
  margin: 0;
  list-style-position: inside;
  list-style-type: circle;
  text-align: justify;
  line-height: 18px;
}
LI {
  padding: 0 15px;
  margin: 0;
}
UL UL {
  padding: 10px 0;
  margin: 0;
  list-style-position: inside;
  list-style-type: square;
  text-align: justify;
  line-height: 18px;
}
UL UL LI {
  padding: 0 15px;
  margin: 0;
}
H1 {
  padding: 0;
  margin: 10px 0 30px 0;
  color: #990033;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  font-weight: normal;
  font-family: Georgia;
}
HR {
  padding: 0;
  margin: 10px 0;
  height: 0;
  border: 1px solid #ccc;
}
DIV.top {
  margin: 0;
  padding: 5px;
  float: right;
  background: #f1f1f1;
}
DIV.top A {
  text-decoration: none;
}


/************************************************************** LAYOUT/IMPAGINAZIONE *****/
DIV#main {
  margin: 0 auto;
  padding: 0;
  background: #fff url('images/sf_sito.jpg') repeat-y top center;
}
DIV#header {
  height: 224px;
  padding: 0;
  margin: 0;
  background: transparent url('images/sf_header.jpg') repeat-x top center;
}
DIV#testata {
  position: relative;
  width: 980px;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  background: transparent url('images/sf_testata.jpg') no-repeat top center;
}
DIV#testata A,
DIV#testata A:hover {
  text-decoration: none;
  background: transparent;
  border: 0;
}
DIV#testata IMG#logo {
  margin: 0;
  padding: 0;
  padding-top: 20px;
  padding-left: 20px;
}
DIV#testata A {
  text-decoration: none;
}
DIV#contain {
  position: relative;
  width: 980px;
  min-height: 550px;
  height: auto !important;
  height: 550px;
  padding: 0 0 20px 0;
  margin: 0 auto;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
DIV#centerbox {
  width: 689px;
  min-height: 550px;
  height: auto !important;
  height: 550px;
  border-left: 1px solid #ccc;
  padding: 0 0 0 20px;
  margin: 0;
  margin-left: 258px;
}
UL#network {
  font-size: 14px;
  line-height: 26px;
  float: left;
}
DIV#fotocontain {
  margin: 15px 0;
  padding: 0;
  clear: both;
  width: 689px;
  height: 165px;
  overflow: hidden;
  background: #ccc;
}
IMG.fotocontain {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
DIV#leftbox {
  position: absolute;
  left: 0;
  top: 30px;
  width: 258px;
  padding: 0;
  margin: 0;
}
DIV#leftbox P {
  padding: 20px;
  margin: 0;
}
DIV#leftbox P.aboutus {
  background: #f1f1f1;
}
DIV#leftbox P.aboutus BIG {
  padding: 0;
  margin: 0;
  color: #000;
  font-family: Georgia;
  font-weight: normal;
  font-size: 22px;
}
DIV#footer {
  height: 53px;
  padding: 0 50px;
  margin: 0 auto;
  font-size: 10px;
  background: transparent url('images/bottom_footer.jpg') no-repeat bottom center;
}
DIV#footer DIV {
  padding: 0;
  margin: 0 auto;
  width: 980px;
}
DIV#footer P {
  margin: 0;
  padding: 0;
  width: 47%;
  line-height: 35px;
}
DIV#footer P.sx {
  padding-left: 5px;
  float: left;
}
DIV#footer P.dx {
  padding-right: 5px;
  float: right;
  text-align: right;
}
/************************************************************** NAVIGAZIONE *****/
UL#menutop {
  position: absolute;
  width: 695px;
  padding: 0;
  top: 145px;
  right: 20px;
  margin: 0;
  list-style-type: none;
  text-align: left;
}
UL#menutop LI {
  line-height: 28px;
  margin: 0;
  padding: 0 25px 0 0;
  display: inline;
  text-align: center;
}
UL#menutop LI A {
  margin: 0;
  padding: 5px 15px;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
UL#menutop LI A:hover,
UL#menutop LI A.on {
  background: #903;
  color: #fff;
  text-decoration: none;
}
/************************************************************** CUSTOM PAGES *****/
DIV.datisocio {
  width: 660px;
  display: none;
  border-top: 3px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 15px solid #ccc;
  margin: 10px 0 0 0;
  padding: 15px;
  background: #f1f1f1;
  float: left;
}
DIV.datisocio H2 {
  margin: 0 0 15px 0;
  padding: 0;
  color: #990033;
  font-size: 14px;
  font-weight: bold;
}
DIV.datisocio P {
  margin: 5px;
  padding: 10px 15px;
  float: left;
  width: 43%;
  border: 1px solid #ccc;
  background: #fff;
  text-align: left;
}
DIV.datisocio P.sx {
}
DIV.datisocio P.dx {
  float: right;
}