.body{
    background-color: #FFFFFF;
    background-image: url('../images/SFONDO_PIN_MOSA.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-repeat: repeat;
    color: #000000;
    font-family: Arial;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.1875;
    margin: 0;
    padding: 0;
}

.container{
    width: 985px;
    position: relative;
    margin: 0 auto 0 auto;
    text-align: left;
}
.left-logo{
    position: absolute;
    left: 120px;
    top: 9px;
    width: 370px;
    height: 82px;
    z-index: 21;
}
.right-logo{
    position: absolute;
    left: 555px;
    top: 0px;
    width: 335px;
    height: 115px;
    z-index: 4;
}

.left-img-header{
    position: absolute;
    left: 101px;
    top: 77px;
    width: 177px;
    height: 180px;
    z-index: 18;

}

.right-img-header{
    position: absolute;
    left: 249px;
    top: 94px;
    width: 121px;
    height: 115px;
    z-index: 16;
}
.header-first-row{
    position: absolute;
    left: 101px;
    top: 163px;
    width: 797px;
    height: 80px;
    z-index: 5;
}

.header-slogan{
    position: absolute;
    left: 507px;
    top: 175px;
    width: 392px;
    height: 47px;
    z-index: 6;
}
.header-testat{
    position: absolute;
    left: 101px;
    top: 226px;
    width: 797px;
    height: 94px;
    z-index: 17;
}

.header-bottom{
    position: absolute;
    left: 101px;
    top: 294px;
    width: 794px;
    height: 95px;
    z-index: 15;
}

.menu{
    position: absolute;
    left: 379px;
    top: 133px;
    width: 518px;
    height: 38px;
    z-index: 7;
}
.menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li{
    float: left;
    margin: 0;
    padding: 0px 4px 0px 0px;
}

.menu a {
    display: block;
    float: left;
    color: #FFFFFF;
    border: 0px #DC143C solid;
    background-color: #556B2F;
    background-image: none;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    height: 28px;
    line-height: 28px;
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
    text-align: center;
}

.slideshow{
    position: absolute;
    left: 100px;
    top: 228px;
    width: 796px;
    height: 253px;
    z-index: 15;
}
.separatore{
    position: absolute;
    left: 106px;
    top: 504px;
    width: 781px;
    height: 29px;
    z-index: 20;
}

.products-container{
    position: absolute;
    left: 96px;
    top: 548px;
    width: 807px;
    height: 2030px;
    z-index: 0;
    background:white;
    border-radius:16px;
}

.card{
    width:368px;
    height: 201px;
    border-radius:16px;
    background: white;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(191,178,191,1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(191,178,191,1);
    box-shadow: 10px 10px 5px 0px rgba(191,178,191,1);
}

.card img{
    width:136px;
    height: 174px;
    margin-top:6%;
    margin-left:3%;
}
.card .title{
    width: 161px;
    height: 22px;
    z-index: 29;
    font-family: Arial, Helvetica, sans-serif;
    font-size:19px;
   
}
.card .subtitle{
    width:162px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    margin-top: 13%;
}

.card .price{
    color: #FF0000;
    font-family: Arial;
    font-size: 32px;
}

.card .logo{
    width: 115px;
    height: 70px;
    z-index: 31;
}