#cnt {
    background: url('../img/pattern_hp.jpg') repeat-x left top #8a8a8a;
    overflow: hidden;
}

#sims {
    margin: 0 auto;
    padding: 0 2px;
    background: url('../img/bg-hp.png') top center no-repeat transparent;
    min-width: 980px;
    width: 100%;
    min-height: 700px;
}

#sims.home {
    max-width: 1110px;
}

#sims .logo{
    display: block;
    margin: 0 auto;
}

#sims #intro {
    margin: 0 0 20px 0;
    padding: 10px 0 0 0;
}

#sims #intro .content {
    height: 427px;
    margin: -15px 0 0 0;
    position: relative;
    display: none;
}

#sims #intro img.logo {
    margin: 0 auto;
    display: block;
}

#sims #intro .male {
    width: 349px;
    position: absolute;
    left: 0;
    top: 35px;
}
#sims #intro .male img {
    position: absolute;
    left: -360px;
    top: 0;
}
#sims #intro .female {
    position: absolute;
    top: -15px;
    right: 0;
    width: 224px;
}
#sims #intro .female img {
    position: absolute;
    left: 330px;
    top: 0;
}

#sims #intro .video{
    position: relative;
    margin: 0 auto;
    width: 920px;
    height: 427px;
    background: url('../img/bg_video.png') top left no-repeat transparent;
    left: -20px;
    z-index: 10;
}
#sims #intro .video > *{
    display: none;
    position: relative;
    top: 30px;
    left: 16px;
    margin: 0 auto;
    z-index: 10;
}
#sims #intro .video .loader{
    display: block;
    position: absolute;
    top: 180px;
    left: 463px;
    z-index: 1;
    width: 34px;
    height: 66px;
}

#sims .menu{
    position: relative;
    z-index: 10;
    width: 980px;
    height: 54px;
    margin: 0 auto 0 auto;
    background: #000;
    border-top: 1px solid #777;
}
#sims.home .menu{ border-bottom: 1px solid #777; }
#sims .menu a{
    float: left;
    width: 245px;
    height: 72px;
    line-height: 54px;
    font-size: 26px;
    font-family: 'Anton';
    font-style: normal;
    text-align: center;
    color: #6b6b6b;
    text-transform: uppercase;
}
#sims .menu a:hover{ color: #b1cd56; }
#sims .menu a.active{
    color: #b1cd56;
    background: url('../img/bg_menu_active.png') bottom center no-repeat transparent;
}

#sims .submenu{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 980px;
    height: 41px;
    background: url('../img/bg_submenu.png') top center no-repeat transparent;
}
#sims .submenu .filters{
    position: absolute;
    left: 246px;
    top: 14px;
    width: 242px;
}
#sims .submenu .filters a{
    margin: 0;
    float: left;
    font-size: 17px;
    font-family: 'Anton';
    font-style: normal;
    text-align: center;
    color: #6b6b6b;
    text-transform: uppercase;
}
#sims .submenu .filters a:hover,
#sims .submenu .filters a.active{ color: #b1cd56; }
#sims .submenu .filters a.f_female{ margin: 0 0 0 72px; }
#sims .submenu .filters a.f_male{ margin: 0 0 0 7px; }

#sims .breadcrumb{
    margin: 0 auto;
    width: 980px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    color: #6a6a6a;
    font-style: normal;
    font-family: Arial;
}

#sims #grid_container{
    clear: both;
    margin: 0 auto;
    width: 980px;
    position: relative;
    min-height: 600px;
}

#sims .coll_grid{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 1;
}
#sims .coll_grid.active{ z-index: 10; }

#sims .coll_grid .grid_cell{
    float: left;
    display: block;
    height: 384px;
    width: 439px;
    margin: 0 2px 2px 0;
    overflow: hidden;
    position: relative;
}

#sims .coll_grid .sims_item{
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    position: relative;
}
#sims .coll_grid .sims_item img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: auto;
    width: 100%;
}
#sims .coll_grid .sims_item img.real{
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
    z-index: 10;
}
#sims .coll_grid .sims_item .hover{
    display: none;
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter:alpha(opacity=50);
    z-index: 9999;
}

#sims .footer {
    clear: both;
    width: 980px;
    height: 82px;
    margin: 28px auto 0 auto;
    background: transparent url('../img/border-hp.png') no-repeat center top;
    clear: both;
}
#sims.home .footer { width: 0; }
#sims .footer .links {
    height: 80px;
    background: transparent url('../img/bg-footer.png') no-repeat center top;
    display: block;
}
#sims.home .footer .links { display: none; }
#sims .footer a {
    margin-top: 17px;
    vertical-align: middle;
    display: inline-block;
}
*+html #sims .footer a {
    display: inline;
    zoom: 1;
}
#sims .footer a.first {
    width: 204px;
    margin-left: 170px;
    margin-right: 40px;
}
#sims .footer a.middle {
    width: 91px;
    margin-left: 35px;
    margin-right: 65px;
}
#sims .footer a.last { width: 168px; }
#sims .footer img { display: block; }

#footer #footer_top { background: #8a8a8a; }
#footer_top #diesel_piva { color: #000; }


/* STILI PRE-HOME */
/* Si possono rimuovere una volta eliminata la pre-home */

#sims.pre {
    width: 980px;
    margin: 0 auto;
}

#sims.pre.home {
    padding: 0 2px;
    background-color: transparent;
    background-image: url('../img/bg-hp.png');
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
}

#sims.pre #intro {
    margin: 60px 0 20px 0;
}

#sims.pre #intro .content {
    height: 487px;
    position: relative;
    overflow: hidden;
    display: none;
}

#sims.pre #intro .block {
    height: 487px;
    position: relative;
    float: left;
}

#sims.pre #intro .block img {
    position: absolute;
    left: 0;
    top: 0;
}

#sims.pre #intro .block.male {
    width: 360px;
}
#sims.pre #intro .block.male img {
    left: -360px;
    top: 0;
}

#sims.pre #intro .block.teaser {
    width: 318px;
    margin: 0 0 0 -28px;
}

#sims.pre #intro .block.female {
    width: 330px;
}
#sims.pre #intro .block.female img {
    left: 330px;
    top: 0;
}

#sims.pre #intro img {
    margin: 0 auto;
    display: block;
}
/*  END STILI PRE-HOME */