﻿@font-face {
    font-family: 'Airstream';
    src: url('Fonts/Airstream/Airstream-webfont.eot');
    src: url('Fonts/Airstream/Airstream-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/Airstream/Airstream-webfont.woff') format('woff'), url('Fonts/Airstream/Airstream-webfont.ttf') format('truetype'), url('Fonts/Airstream/Airstream-webfont.svg#AirstreamRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body {
    background-image: url(../img/background.jpg) !important;
}

#MainHeader {
    z-index: 90;
    height: 90px;
    background-image: url(../img/stripe.png);
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: bottom;
    -moz-box-shadow: 0px 0px 30px 5px gray;
    -webkit-box-shadow: 0px 0px 30px 5px gray;
    box-shadow: 0px 0px 30px 5px gray;
}

#MainBody {
    margin: 0 auto;
    width: 1000px;
    background-color: transparent;
}

#MainFooter {
padding-top:20px;
color:#eeeeee;
font-size:1.3em;
text-align:center;
}


#menuBox {
    height: 60px;
}

#bigMenu ul {
    list-style: none;
    float: right;
    color: #8E001C;
}

#miniMenuBox {
    height: 80px;
}

#miniMenu {
    width: 50%;
    float: right;
}

    #miniMenu ul {
        list-style: none;
        float: right;
        top: -6px;
        position: relative;
        font: 25px 'AirStream', Arial, sans-serif;
    }

        #miniMenu ul li, #bigMenu ul li {
            text-align: center;
            float: left;
        }

        #miniMenu ul li {
            /*    text-shadow: 0px 0px 2px black;*/
            position: relative;
            top: 73px;
            margin-bottom: 10px;
            margin-left: 10px;
            margin-right: 10px;
            width: 200px;
            height: 20px;
            color: white;
        }

li a {
    text-decoration: none;
    color: inherit;
}

    li a:hover {
        text-decoration: none;
    }

#bigMenu ul li {
    cursor: pointer !important;
    /*margin-top: 13px;*/
    padding-bottom: 5px;
    width: 135px;
    padding-top: 10px;
    height: 30px;
    font: 33px Airstream, Arial, sans-serif;
    border-radius: 15px;
}

#no-shadow-li {
    box-shadow: 0px 0px 0px 0px !important;
}

#bigMenu {
    width: 100%;
}

    #bigMenu ul {
        float: right;
        margin-top: 17px;
    }

#imgLogo {
    float: left;
    margin-left: 0px;
    position: relative;
    background-color: transparent;
}

.container {
    margin: 0 auto;
    width: 1024px;
    z-index: 0;
}

#MainFooter {
    clear: both;
    margin: 0 0 0 0;
    background-image: url(../img/stripe.png);
    background-repeat: repeat-x;
    height: 100px;
    background-color: maroon;
    z-index: 100;
    -moz-box-shadow: 0px 0px 50px 5px black;
    -webkit-box-shadow: 0px 0px 50px 5px black;
    box-shadow: 0px 0px 50px 5px black;
}

.nivoSlider {
    position: relative;
    background: url(../NivoSlider/loading.gif) no-repeat 50% 50%;
}

    .nivoSlider img {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
    }

    .nivoSlider a {
        border: 0;
        display: block;
    }

#content {
    margin-top: 5px;
    height: 100px;
    color: black; /**#8c0014;*/
    background-color: transparent;
}

#presentazione {
    width: 900px;
    margin: 0 auto 15px;
    height: 50px;
    box-shadow: 3px 3px 5px 0px black;
}

.content-tab {
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
    /*height: 290px;*/
    width: 350px;
    float: right;
}

    .content-tab h2 {
        margin: 0 auto;
        width: 290px;
        text-align: center;
        font: 15px 'ChunkFiveRegular', Arial, sans-serif;
        color: #8c0014;
    }

    .content-tab.big {
        width: 650px;
    }

    .content-tab.small {
        box-shadow: 5px 0px 15px -8px black;
    }

.product-new {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: transparent;
    height: 200px;
    width: 320px;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}

    .product-new .foto {
        box-shadow: 5px 0px 15px -0px black;
        height: 70%;
        border-width: 0px !important;
        opacity: 0.7;
        border: 1px solid black;
    }

    .product-new .scritta {
        height: 30%;
        background-color: transparent;
        text-align: center;
        padding-top: 10px;
        font-size: 1.3em;
        text-decoration: none;
        color: maroon;
        display: none;
        box-shadow: maroon 0px 30px 50px -35px inset;
    }


#backBox {
    height: 50px;
    width: 100%;
    text-align: right;
}

    #backBox a {
        font-family: AirStream;
        color: maroon;
        text-decoration: none;
        font-size: 2em;
    }

.product-new a {
    text-decoration: none !important;
    font-family: AirStream;
    font-size: 1.8em;
}

.product-text {
    text-align: center;
    width: 100%;
    color: maroon;
    font-family: 'AirStream';
    font-size: 4em;
}
