@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:#F63814;
}

a:link, a:visited   {
    color:#7a7470;
}


/*LOGO*/
h1 {
    background: transparent url(../img/logo_family.jpg) 0 0 no-repeat;
    padding:0;
    margin:0;
}

h1 a {display:block;height:75px;}
h1 span{display:none;}
/*end LOGO*/

h2 {
    padding:0;
    margin:0;
    font-size:20px;
    color:#4E4540;
}

h3 {
    padding:0;
    margin:0;
    font-size:20px;
    color:#FB3101;
}

p {
    margin:0;
    padding:0;
}

.banner_neonews {
    margin-top:20px;
}

.obbligo {
    color:#4E4540;
}

img {
    border:0;
}

ul.errorMessage li {
    list-style: none;
    color:#CC0000;
    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;
}


.rssBox{height: 19px; background: #E5E3E4; padding: 2px 5px; font-size: 12px; color: #808080;}
.rssBox a{text-decoration: none;}
.rssBox ul{margin: 0; padding: 0;}
.rssBox ul li{display: block; float:left; margin-left: 8px; }

.rssBox ul li img{vertical-align: middle; height: 18px;}
.rssBox ul.iLikeIt{float: right;}
.rssBox ul.communityRss{float: right;}

/*----- 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:125px;
    background-color:#fff;
    margin:0px 28px 0 28px;
    position:relative;
}


#logo {
    width:267px;
    height:69px;
    position:absolute;
    top:45px;
}


#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 0px;
    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;
}

