body {
	background: #123;
	color: #333;
	font-size: 11px;
	padding: 0px 0 40px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 20px 0 0;
	text-align: left;
}

p {
	overflow: hidden;
	padding: 5px;
	text-align: left;
	font-size:12px;
}

.textLink {
	background:#ddd;
	padding:0px 17px 0px 2px;
  	background : #eee url(../img/assets/arrow_right.gif) no-repeat top right;
}
/* ------------------------------------------------------------------------------------- */
/* TOP BAR */
/* ------------------------------------------------------------------------------------- */

#nav ul {
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 20px;
  padding-top: 42px;
  margin:0;
  list-style:none;
  float: right;
  }
#nav li {
  float:left;
  background: url("../img/assets/left.png") no-repeat left top;
  margin:0;
  padding:0 0 0 6px;
  }
#nav a {
  float:left;
  display:block;
  background: url("../img/assets/right.png") no-repeat right top;
  padding:12px 18px 10px 8px;
  text-decoration:none;
  font-weight:bold;
  color:#ffffff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
  text-decoration:underline;
  }
#nav #current {
  background-image: url("../img/assets/left_on.png");
  }
#nav #current a {
  background-image: url("../img/assets/right_on.png");
  color:#112233;
  padding-bottom:10px;
  
  }

/* ------------------------------------------------------------------------------------- */
/* LINGUA TOP */
/* ------------------------------------------------------------------------------------- */
#ln {
	text-align:right;
	color:#eee;
	padding-top:5px;
	padding-bottom:5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom:20px;
}

.white {
	color:#fff;
}

/* ------------------------------------------------------------------------------------- */
/* HOME */
/* ------------------------------------------------------------------------------------- */


#mainContentHome {
	background:#fff;
	padding:10px 0px 10px 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.slideshow { height: 505px; width: 930px; margin: auto }
.slideshow img {background-color: #eee;}

#newstag {
	top:-50px;
	left:0px;
	height:50px;
	z-index:99;
	color:#fff;
	font-size:14px;
	
}
#newstag .tagline {
	padding:5px 7px;
	/* opacity:0.6; */
	/* filter: alpha(opacity=60); */
	/* background:#fff; */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color:#123;
}
/* ------------------------------------------------------------------------------------- */
/* SOCIETA' */
/* ------------------------------------------------------------------------------------- */


#mainContentSoc {
	background:#fff;
	padding:50px 0px 30px 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#organigramma {
	background:#eee;
	padding:10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	height:440px;
}
/* ------------------------------------------------------------------------------------- */
/* SERVIZI */
/* ------------------------------------------------------------------------------------- */


#mainContentSer {
	background:#fff;
	padding:50px 0px 30px 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/* ------------------------------------------------------------------------------------- */
/* CONTATTI */
/* ------------------------------------------------------------------------------------- */


#mainContentCon {
	background:#fff;
	padding:50px 0px 30px 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
/* ------------------------------------------------------------------------------------- */
/* Strutture obj */
/* ------------------------------------------------------------------------------------- */


#strutture {
	background:#eeefef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top:20px;
	margin-bottom:100px;
}



/* ------------------------------------------------------------------------------------- */
/* FOOTER */
/* ------------------------------------------------------------------------------------- */

#footer {
	background:#283949;
	color:#8999A9;
	color:#678;
	font-size:10px;
	font-family:verdana;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}


