.highlightit img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

.highlightit:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

a { 
	outline: none; 
}

.login {
	color: #3c7562;
}

.benvenuto {
	font-family: Verdana;
	color: #3c7562;
        font-size: 12px;
}

.inputText {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #666666;
}

.inputLabel {
	color: #666666;
	font-family: Helvetica;
	font-size: 10px;
	
}

.bottoneSubmit {
 	border: 1px solid #3c7562; 
	background: none;
	color: #ffffff;
}

.testo {
	text-align: justify;
	font-family: Verdana;
	font-size: 11px;
	margin-right: 30px;
}

.testo a, .testo a:visited {
	text-align: justify;
	font-family: Verdana;
	margin-right: 30px;
	font-size: 11px;
        text-decoration: none;
        color: #cda158;
}

.testo a:hover {
	text-align: justify;
	font-family: Verdana;
	margin-right: 30px;
	font-size: 11px;
        text-decoration: underline;
        color: #cda158;
}

.titolo {
	font-family: Georgia;
        font-weight: bold;
        font-size: 24px;
        font-variant: small-caps;
        line-height: 25px;
        margin-bottom: 20px;
	margin-right: 30px;
        color: #cda158;
}

a.menu  {
	text-decoration: none;
	color: #3c7562;
}

a.menu:visited {
	text-decoration: none;
	color: #3c7562;
}

a.menu:hover {
	text-decoration: none;
	color: #3c7562;
}

a.menu:active {
	text-decoration: none;
	color: #3c7562;
}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Georgia;
  z-index: 100;
  position: relative;
}
.nav li {
  border-right: 1px solid #579B84;
  /*border-top: 1px solid #e0c389;*/
  border-bottom: 2px solid transparent;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
/*   padding: 0; */
  position: relative;
}


.nav li.last{
  border-left: 1px solid transparent;  
  border-right: none;
/*   border-top: 1px solid transparent; */
  float: left;
  margin: 0;
/*   padding: 0; */
  position: relative;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 13px Verdana;
  background: transparent;
  color: #3c7562;
  display: block;
  padding: 0 9px;
  line-height: 20px;
/*   text-transform: uppercase; */
  text-decoration: none;
}

.nav li a:hover {
/*   background: #3c7562; */
  color: #579B84;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
/*   background: #3c7562; */
  color: #579B84;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #565656;
  color: #959595;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}

.nav ul {
  background: #565656;
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #000;
  border-bottom: 0;
  padding-right: 20px;
  width: 80px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #F0F0F0;
	color: #666666;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd {
	color: #666666;
	background: #F0F0F0;
	padding: 0;
	margin: 0;
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	color: #04A504;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #C01122;
	text-decoration: underline;
}

a img {
	border: none;
}

#mpa-wrapper {
	/* width: 950px; */
	width: 95%;
    height: 100%;
	margin: 0 auto;
}

* html #mpa-wrapper {
	width: 951px;
}

*+html #mpa-wrapper {
	width: 951px;
}

#mpa-cpanel {
	height: 22px;
	background: #3c7562;
	border-bottom: 1px solid #579B84;
}

#mpa-container {
}

#mpa-container-inner {
	padding: 10px 0 0;
}

#mpa-mainbodywrap {
	width: 77%;
	float: left;
}

#mpa-mainbody {}

#mpa-header {
	/* background: url(../img/header-bg.gif) no-repeat center bottom #579B84; */
	/* background: no-repeat center bottom #ffffff; */
	background: url(../img/header-bg-2.gif) repeat-x center bottom #579B84;
	line-height: normal;
	position: relative;
	margin-bottom: 10px;
	z-index: 999;
	height: 86px;
}

* html #mpa-header {
	width: 950px;
}

*+html #mpa-header {
	width: 950px;
}

#mpa-mainnavwrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

#mpa-mainnav {
	padding: 0;
	position: relative;
	z-index: 9999;
}

#mpa-mainnav a, #mpa-subnav a {
	outline: none;
	line-height: normal;
}

#mpa-subnav {}

#mpa-subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#mpa-subnav li {
	display: block;
	background: url(../img/dot.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	line-height: normal;
}

* html #mpa-subnav li {
	width: 99%;
}

*+html #mpa-subnav li {
	width: 99%;
}

#mpa-subnav a {
	color: #666666;
	background: url(../img/arrow.png) no-repeat 98% center;
	display: block;
	outline: none;
	margin: 0;
	padding: 8px 15px 8px 0;
	text-decoration: none;
}

#mpa-subnav a:hover,
#mpa-subnav a:active,
#mpa-subnav a:focus {
	background: url(../img/arrow-on.png) no-repeat 98% center;
	color: #C01122;
	text-decoration: none;
}

#mpa-subnav li.active a {
	background: url(../img/arrow-active.png) no-repeat 98% center;
	font-weight: bold;
	color: #04A504;
}

/* FOOTER
--------------------------------------------------------- */
#mpa-footerwrap {
	clear: both;
	padding: 0;
	margin: 0;
}

#mpa-footer {
	background: #3c7562;
	border-top: 1px solid #579B84;
	position: relative;
	padding: 10px 10px;
	color: #CCCCCC;
}

#mpa-footer a {
	color: #FFFFFF;
}

#mpa-footer a:hover, #mpa-footer a:active, #mpa-footer a:focus {
	color: #FFFFFF;
}

#mpa-footer small {
	font-size: 80%;
}

#mpa-footer ul {
	float: right;
	padding: 0;
	margin: 0;
}

#mpa-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: url(../images/arrow-2.png) no-repeat left center;
}

#mpa-footer li a {
	display: inline;
	padding: 0 10px;
}



h1.logo, div.logo-text {
	margin: 0 0 5px;
	padding: 0;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}

h1.logo a {
	width: 950px;
	height: 65px;
	display: block;
	background: url(../img/banner.png) no-repeat left;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text {
	outline: none;
}

div.logo-text h1 {
	font-size: 250%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 0 0 15px;
	padding: 0;
}

div.logo-text h1 a {
	color: #FFFFFF;
	text-transform: uppercase;
}

div.logo-text h1 a:hover,
div.logo-text h1 a:focus,
div.logo-text h1 a:active {
	text-decoration: none;
}

.site-slogan {
	color: #FFFFFF;
	margin: -5px 0 0 15px;
	padding: 0;
	letter-spacing: 1.5px;
}

/* Clearfix */
* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#mpa-containerwrap {
	padding: 0 0 20px;
	margin: 0;
	clear: both;	
	width: 100%;

}

#mpa-containerwrap #mpa-contentwrapper {
	width: 100%;
}

#mpa-containerwrap #mpa-contentwrap {
	background: url(../img/content-center.gif) repeat-y center top;
}

#mpa-containerwrap #mpa-content {
	background: url(../img/content-bot.gif) no-repeat center bottom;	
}

#mpa-containerwrap #mpa-current-content {
	background: url(../img/content-top.gif) no-repeat center top;	
}



/* mainFeatured */
#mpa-mainwrap {
/*	background: url(../img/content-center.gif) repeat-y center top; */
	width: 100%;
	display: block;
	margin: 0 0 10px;
	padding: 0;
}

#mpa-main-top {
	background: url(../img/content-top.gif) no-repeat center top;
	padding: 8px 30px;
}

#mpa-main-top h3 {
	font-size: 115%;
	margin-top: 0;
}

#mpa-main-bot {
	background: url(../img/content-bot.gif) no-repeat center bottom;
}

#mpa-main-bot div.moduletable {
	margin: 0;
}

#mpa-main-bot div.moduletable h3 span {
	color: #666666;
}

#mpa-sidebar {
	float: right;
	overflow: hidden;
	width: 23%;
}

#mpa-sidebar div.mpa-innerpad {
	padding: 0 0 0 10px;
}



/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_default h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_blank h3,
div.moduletable_hilite h3,
div.moduletable_black h3 {
	font-size: 125%;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	margin: -8px -8px 10px;
	padding: 0;
}

div.moduletable h3 span,
div.moduletable_menu h3 span,
div.moduletable_text h3 span,
div.moduletable_blank h3 span,
div.moduletable_hilite h3 span,
div.moduletable_black h3 span {
	display: block;
	height: 29px;
	padding-left: 28px;
}

div.moduletable,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_blank {
	margin: 0 0 10px;
	padding: 0;
}

/* Highlight module */
div.moduletable_hilite h3 {
	background: url(../img/h3-r-hilite.gif) no-repeat right center #3d5ca3;
	color: #FFFFFF;
}

div.moduletable_hilite h3 span {
	background: url(../img/h3-l-hilite.gif) no-repeat left center;
}

/* Black module */
div.moduletable_black h3 {
	background: url(../img/h3-r-black.gif) no-repeat right center #666666;
	color: #FFFFFF;
}

div.moduletable_black h3 span {
	background: url(../img/h3-l-black.gif) no-repeat left center;
}

div.module h3,
div.module_text h3,
div.module_menu h3,
div.module_hilite h3 {
	background: url(../img/h3-r.gif) no-repeat right center;
	margin: 0 -8px 10px;
	padding: 0;
	font-size: 125%;
	line-height: 30px;
	color: #666666;
}

div.module h3.login,
div.module_text h3.login,
div.module_menu h3.login,
div.module_hilite h3.login {
	font-size: 14px;
}

div.module h3 span,
div.module_text h3 span,
div.module_menu h3 span,
div.module_hilite h3 span,
div.module_blank h3 span {
	background: url(../img/h3-l.gif) no-repeat left center;
	height: 30px;
	padding-left: 28px;
	display: block;
}

div.module,
div.module_text,
div.module_menu,
div.module_hilite {
	padding: 0;
	width: 100%;
	background: url(../img/box-br.gif) no-repeat bottom right #FFFFFF;
	margin-bottom: 10px;
}

div.module div,
div.module_text div,
div.module_menu div,
div.module_hilite div {
	margin: 0;
	padding: 0;
	background: url(../img/box-bl.gif) no-repeat bottom left;
}

div.module div div,
div.module_text div div,
div.module_menu div div,
div.module_hilite div div {
	padding: 0;
	margin: 0;
	background: url(../img/box-tr.gif) no-repeat top right;
}

div.module div div div,
div.module_text div div div,
div.module_menu div div div,
div.module_hilite div div div {
	padding: 8px 15px 15px;
	background: url(../img/box-tl.gif) no-repeat top left;
}

div.module div div div div,
div.module_text div div div div,
div.module_menu div div div div,
div.module_hilite div div div div {
	margin: 0;
	padding: 0;
	background: none;
	overflow: hidden;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable li,
div.moduletable_menu li,
div.moduletable_text li,
div.module li,
div.module_menu li,
div.module_text li {
	padding-left: 15px;
	background-position: 5px 7px;
}

/* Module blank */
div.module_blank {
	margin: 0 0 10px 0;
	padding: 0;
}
