@charset "utf-8";
/* CSS Document */


body {
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:#7a7470;
}


.break {
  clear:both;
}

.left {
  float:left;
}

.right  {
  float:right;
}

.highlight{
    color:#B10B4F;
    font-weight: 900;
}

a:link, a:visited   {
	color:#7a7470;
}


h1 {
  padding:0;
  margin:0;
  font-size:35px;
  color:#4E4540;
}

h2 {
  padding:0;
  margin:0;
  font-size:20px;
  color:#44C8F5;
}

h3 {
  padding:0;
  margin:0;
  font-size:20px;
  color:#F87111;
}

p {
  margin:0;
  padding:0;
}

.banner_neonews {
  margin-top:20px;
}

.obbligo {
  color:#44C8F5;
}

img {
  border:0;
}

ul.errorMessage {
  list-style: none;
  color:#c00000;
  font-size:12px;
  padding:0;
  margin:5px 0 ;
}

/* custom input upload */

div.fileInputs {
  position: relative;
  margin:2px 0 0 0;
}

div.fileInputs input{width:235px; margin:0 5px 0 0;}


.fakeFile img{cursor: pointer;}

div.fakeFile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;

}
div.fileInputs input.file {
  position: relative;
  text-align: right;
  -moz-opacity:0 ;
  filter:alpha(opacity: 0);
  opacity: 0;
  z-index: 2;
  width:235px;
}

.fakeFile input, .fakeFile img{vertical-align:middle;}

/*----- Colonna banner -------*/
.content_right {
  width:325px;
  padding:28px 0 40px 0;
  text-align:right;
}


.content_right img{
  border:0;
}

/*----- Fine Colonna banner -------*/

#wrapper {
  width:990px;
  margin:0 auto;
}


#center_wrapper {
  background:url(../img/background.jpg) repeat-y;
  padding:0 28px;
}

#top_wrapper {
  padding-top:10px;
  background:url(../img/top_background.jpg) no-repeat top;
}

#bottom_wrapper {
  padding-bottom:13px;
  background:url(../img/bottom_background.jpg) no-repeat bottom;
}


#header {
  height:95px;
  background-color:#fff;
  margin:10px 28px 0 28px;
  position:relative;
}


#logo {
  width:267;
  height:69px;
  position:absolute;
  top:10px;
}


#menu {
  height:20px;
  border-bottom:#4E4540 5px solid;
  width:100%;
  position:absolute;
  bottom:0;
  padding-bottom:5px;
}

#menu .content_menu {
  height:15px;
  float:right;
}

#menu .content_menu img {
  border:0;
  padding:3px 10px 0 10px;
  border-left: 1px solid #4E4540;
}

#menu .content_menu ul {
  margin:0;
  padding:0;
  list-style:none;
}


#menu .content_menu ul li {
  float:left;
}


#content {
  padding:0;
}

#footer {
    border-top:5px solid #4E4540;
    height:45px;
    width:935px;
    font-size:11px;
    margin:0 auto 15px;
    padding-top:13px;
}

#footer a:link, #footer a:visited, #footer a:active  {
    font-size:11px;
    text-decoration:none;
    color:#7a7470;
    padding:0 5px;
}

#footer a:hover  {
    text-decoration:underline;
}

#footer .contentFamily{
    height: 15px;
    padding-top:5px;
}

#footer .loghi  {
    float:right;
    font-size:11px;
    margin-top:-5px;
}

#footer .loghi span{
    padding-top:15px;
}

#footer .loghi img{
   vertical-align:middle;
}
