@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn,
em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt,
var, b, u, i, center, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
tr, th, td {
    margin:0;
    padding:0;
    background: none repeat scroll 0 0 transparent;
    border:0 none;
    outline:0 none;
}

html {
    height:100%;
}

body{
    background-color:#F2F2F2;
    color:#000;
    font-size: 16px;
    background-image:url(../images/back.jpg);
    background-repeat: repeat;
    background-position: top center;
    font-family: 'PT Sans Narrow', sans-serif;
}

/*TIPOGRAPHY*/
a {
    text-decoration: none;
    color:#000;
}

h1,h4,h5,h6   {
    font-size: 14px;
    color: #7B3E05;
    font-weight: bold;
}

h2   {
    color: #7B3E05;
    font-weight: normal;
    font-size: 18px;
    text-transform: none;
    margin:0;
    padding:0;
    line-height: 30px;
}

h3   {
    color: #7B3E05;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-top: 0;
}

#wrapperhome {
    width:1064px;
    margin:0 auto;
    background-image:url(../images/bghome.jpg);
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
}

#wrapper {
    width:1064px;
    margin:0 auto;
    background-image:url(../images/bglogo.jpg);
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
}

#wrapper_content {
    width: 1024px;
    margin:0 auto;
}

#page1 {
    height:850px;
}

#page2 {
    min-height:1350px;
    overflow: hidden;
}

#page3 {
    height:750px;
}


#page5 {
    height:650px;
}

.menu {
    font-family: 'Abel', sans-serif;
    font-size: 20px;
    /*margin-left: 560px;*/
    margin-left: 550px;
    padding-top: 80px;
}

.menu a{
    padding-right:15px;
}

.active {
    text-decoration: underline;
    padding-right:15px;
    color:#000;
}

.footer {
    width: 1004px;
    border-top: 1px solid #BBB;
    margin-top: 50px;
    font-size: 12px;
    text-align: right;
    padding-right: 20px;
}

#home_content {
    margin-top: 10px;
    width: 1024px;
    overflow: hidden;
}

.apple_store {
    margin-left: 155px;
    float: left;
}

.logo_prod {
    margin-left: 160px;
    float: left;
}

#text_info {
    width: 450px;
    text-align: justify;
    margin-left: 500px;
    margin-top: 70px;
    line-height: 30px;
    font-size: 18px;
    height: 500px;
}

#gallery {
    margin-left: 70px;
    margin-top: 100px;
    width: 900px;
}

#gallery img {
    padding: 5px;
    background: #FFF;
    border: 1px solid #BBB;
    margin: 7px 14px 50px 0;
}

#video {
    margin-left: 192px;
    margin-top: 162px;
}



#contatti {
    margin-left: 70px;
    margin-top: 180px;
    width: 900px;
}

#contatti a {
    text-decoration: underline;
    font-size: 20px;
}

#contatti img {
    padding-bottom: 20px;
}

.contatti_label {
    width: 80px;
    float: left;
    font-size: 20px;
}

.contatti_field input {
    width: 300px;
    height: 25px;
    font-size: 16px;
}

#footerimage {
    margin: 0 auto;
    background-image:url(../images/footer.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 1064px;
    height: 5px;
}

.tabella_info_immagine img {
    padding: 5px;
    background: #FFF;
    border: 1px solid #BBB;
    margin: 7px 14px 50px 0;
}