body {
  background: #CBCFB0;
  font: 11px/16px Verdana, Arial;
  color: #505050;
  text-align: center;
}

#container {
  margin: 0 auto;
  width: 1000px;
  text-align: left;
  background: white;
  border:1px solid gray;
}

#header { 
  background: #FF8400; 
  color: #FFFDDC;
  font-weight: bold;

  line-height: 1.8em;
  font-size: 14px;
  text-align: center;
  border-top: 2px solid #880E0E;
}
#headerimg {display: block;}

#menucontainer {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  width: 100%;
/*  padding-left: 130px;*/
}
#menu {text-align: left; }
#menu span { display: inline; text-align: left;}
#menu span a {color: #880E0E; padding: 0 9px; text-align: left; }
#menu span a:hover {background: white}

#sottomenu {background: #890F0E; padding-bottom: 2px;}
#sottomenu ul {margin:0; padding-left: 2px;}
#sottomenu a {padding: 2px 7px;}
#sottomenu a.active2 {background: #C23400; display: block;text-decoration: none; font-weight: bold; color: white;}
#sottomenu a.active2:hover {background: #C23400; color: white;}
.active {color: red; font-weight: bold;}

#left {
  width: 200px;
  background: #E3E3C4;
  vertical-align: top;
}

#center {
  width: 838px;
  vertical-align: top;
  padding: 10px;
}
#center h1 {font-size: 1.3em; margin-bottom: 1em;}
#center h2 {font-size: 1.3em;font-weight: bold;}

#center .img {float: right;}

#right {
  width: 220px;
  background: #FCDCDC;
  color: #880E0E;
  vertical-align: top;
}

#sepStyle1 {
  border-top: 1px solid;
 }

#col {
  width: 879px;
  vertical-align: top;
  padding: 10px 40px;
}
#path {text-align: right; border-bottom: 1px solid #F1F1F1; padding-bottom: 2px;}
#path a:hover {color: white}
#footer {
  background: #FF8400;
  color: #FFFDDC; 
  font-size: smaller;
  text-align: center; 
  border-bottom: 1px solid #880E0E;
}
#footer a {color: green}
a img {border: 0px;}
a {color: #FF6000}
a:hover {background: #FF6000; color: white; text-decoration: none;}
#left a:hover {background: transparent}
#right a:hover {background: transparent}

.titolo {text-align: center; display: block;}
.news { margin: 5px 10px 0 17px; line-height: 1.4em}
.news h2 {font-size: 1.2em; font-weight: bold; margin: 0px; color: #FF6000;}
.news h5 {font-size: 0.8em; font-weight: bold; margin: 0px; margin-bottom: 3px;}
.news .img {float: right; border: 1px solid white;margin: 3px;}
#newsletter {
  background: #CFB0CB;
  border: 1px solid #5B004F;
  margin: 5px;
  padding: 5px;
  color: black;
}
#newsletter h2 {font-size: 1.2em; font-weight: bold; margin: 0px; color: #692C00;}
#newsletter #submit { }
#newsletter #email {text-align: center; vertical-align: bottom;}
#newsletter #inputemail {height: 1.1em; border:1px solid #5B004F }

#pagefooter {text-align: center; margin: 10px; clear: both;}

/***************************** Style per il transmenus ***********************/
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#000;/*#336;*/
    font-size:9px;
    font-family:verdana;
    text-decoration:none;
    height:10px;
    

	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

.transMenu td {height:9px;}

.transMenu hr {border-top: 1px solid #2257D6; border-bottom: 0px solid black;}
  
/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#fdfdfd;
	color:black;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:0px;
	}