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

BODY {
	margin: 0px 0px 0px 0px;
	height: 100%;
	background: #B6BABA;
}

a:link, a:visited {
	color: #FF3C16; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff9900;	text-decoration: none;
	font-weight: bold;
}

/* elenchi */

ul
{
	margin: 15px;
	padding: 0;
	list-style: none;
}

ul li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/css/sc_bullet_orange.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.spaziatura {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5px;
}
.bordoTabella {
	border: 1px solid #000000;
}
.bordoFoto {
	border: 4px solid #000000;
}
.testoSitoPiccolo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
}
.testoSito {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
.testoSitoBold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.testoSitoBoldBig {
	font-family: Verdana, Geneva, sans-serif;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #FF3C16;
	line-height: 18px;
	margin: 5px 5px 0;
}

/* Tabella principale */

td,tr,p,div {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 140%;
	font-size: 12px;
}

table.minimal  {
  border-collapse: collapse;
  margin:0;
  padding: 0;
  align: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

table.minimal td {
  /*margin:0;*/
 /* padding: 0;*/
}

td.left_shadow {
  width: 17px;
  background: url(../images/css/sc_shadow_l.png) repeat-y;
}

td.right_shadow {
  width: 17px;
  background: url(../images/css/sc_shadow_r.png) repeat-y;
}

td.left_bot_shadow {
  width: 17px;
  height: 34px;
  background: url(../images/css/sc_shadow_bl.png) no-repeat;
}

td.right_bot_shadow {
  width: 17px;
  height: 34px;
  background: url(../images/css/sc_shadow_br.png) no-repeat;
}

td.bottom {
  text-align: center;
  height: 41px;
  color: #999999;
  line-height: 30px;
  vertical-align: top;
  background: url(../images/css/sc_shadow_b.png) bottom left no-repeat;
}

/* Menu in alto */

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

/* top level links */

#tabbar {
  float: left;
  width: 776px;
	padding-top: 4px;
	height: 25px !important;
	height: 29px;
	background: url(../images/css/sc_tabbar_bg.png) repeat-x;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabbar a {float:none;}
/* End IE5-Mac hack */

#tabbar li {
	margin: 0;
  float:left;
  height: 25px;
  margin-left: 4px;
  padding: 0;
}

#tabbar li a {
  display:block;
  line-height: 25px;
  height: 25px;
  background:url(../images/css/sc_tab_normal.png) no-repeat 0% 100%;
  width: 139px;
  text-align: center;
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #535657;
  text-transform: uppercase;
}

#tabbar a:hover {
  background:url(../images/css/sc_tab_active.png) no-repeat 0% 100%;
  color: #ccc;
}

/* banda finale */

div#footer {
  height: 24px;
  line-height: 24px;
  background: url(../images/css/sc_footer_bg.png) repeat-x;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  padding-top: 4px;
  color: #ddd;
}

div#footer a:link, div#footer a:visited {
	color: #fff;
}


/* Barra due colori */

#colorbar {
  float: left;
  width: 776px;
	height: 10px;
	overflow: hidden;
	background: url(../images/css/sc_orange_bar_top.png) repeat-x; 
}


/* Manu a lato */

a.mainlevel:link, a.mainlevel:visited {
	font-size: 14px;
	background: url(../images/css/sc_menu.png) no-repeat;
	font-weight: bold;
	color: #535657;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	padding-left: 15px;
	width: 194px;
}

a.mainlevel:hover {
	text-decoration: none;
	font-weight: bold;
	background-position: 0px -22px;
	color: #ff3300;
}

a.mainlevel#active_menu {
	background-position: 0px -48px;
	color: #000;
}
a.mainlevel#active_menu:hover {
	color: #333;
}

/* BOX NEWS */

.smallbox{
	width: 200px;
	background: #DCDEDE url(../images/css/sc_greybox_small_b.png) bottom left no-repeat;
	/*padding-bottom: 11px;*/
}

.smallboxT{
	background: #DCDEDE url(../images/css/sc_greybox_small_t.png) top left no-repeat;
	padding: 8px;
}
.testoSitoBoldBianco {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.testoSitoBoldRosso {
	font-family: Verdana, Geneva, sans-serif;
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}
.testoSitoBoldRossoBig {
	font-family: Verdana, Geneva, sans-serif;
	color: #CC0000;
	font-size: 18px;
	font-weight: bold;
}

/* Thumbs shadow css. If you don't want shadow, comment out the next 3 CSS-declarations */
.img-shadow {
  float:left;
  background: url(../images/css/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/css/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

.shadow-box {
	margin-left: auto;
	margin-right: auto;
	width: 120px;	
}

.foto-thumb{
   /* float: left;
    margin: 0 5px 5px 0;*/
}
.foto-thumb_double{
   /* float: middle;
	position:relative;*/
    margin: 0 5px 5px 0;
	vertical-align:top;
	width:35%;
	padding:0;
}

/* end Thumbs shadow */

