/* Struttura Principale */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #ffffff;
    background-image: url(../images/BackgroundMPager.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    font-family: Tahoma;
    font-size: 12px;
    color: #595a5c;
}
body > div#MPageContainer {
    height: auto;
    min-height: 100%;
}
body > div#MPageContainer > div#MPageContainer2 {
    height: auto;
    min-height: 100%;
}
div#MPageContainer {
    margin-top:5px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1004px;
    height: 100%;
    background-color: transparent;
}
div#MPageContainer2 {
    width: 1004px;
    height: 100%;
    background-color:transparent;
}
/* **** MENU SUPERIORE ***** */
DIV#MPageMenuTop {
    height: 40px;
    width:1004px;
    background-image: url(../images/BackGroundMenuTop.png);
    background-position: top right;
    background-repeat: no-repeat;
}
/* **** FINE MENU SUPERIORE ***** */
/* **** HEADERS ***** */
DIV#MPageHeaderProdotti {
    background-image: url(../images/BannerProdotti.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 316px;
    width: 1004px;
}
DIV#MPageHeaderServizi {
    background-image: url(../images/BannerServizi.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 316px;
    width: 1004px;
}
DIV#MPageHeaderAzienda {
    background-image: url(../images/BannerAzienda.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 316px;
    width: 1004px;
}
DIV#MPageHeaderClienti {
    background-image: url(../images/BannerClienti.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 316px;
    width: 1004px;
}
DIV#MPageHeaderContatti {
    background-image: url(../images/BannerContatti.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 316px;
    width: 1004px;
}
DIV#MPageHeaderAreaPrivata {
    background-image: url(../images/BannerAreaPrivata.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 316px;
    width: 1004px;
}
/* ****** FINE HEADERS ******* */
/* ****** BOX CONTENUTI ****** */
DIV#MPageContentTop {
    margin-top:20px;
    margin-bottom:10px;
/*
  background-image: url(../images/MPageContentTop.jpg);
  background-position: top center;
  background-repeat: no-repeat;
 */
    width:1004px;
    height:40px;
    clear: both;
    padding: 0;
}
DIV#MPageContentMiddle {
    width:1004px;
    padding: 0;
    height:auto;
/*
  border-left:solid 1px #8D8D8D;
  border-right:solid 1px #8D8D8D;
 */
}
DIV#MPageContentBottom {
    background-color:transparent;
    padding: 0;
    height:20px;
}
/* ***** FINE BOX CONTENUTI **** */
DIV#MPageContentSx {
    background-color:transparent;
    width: 330px;
    margin-top:6px;
    margin-left:2px;
    padding:0;
    float: left;
    margin-bottom:20px;
    border-right:solid 1px #e3e3e3;
}
DIV#MPageContentDx {
    background-color:transparent;
    float: right;
    width: 665px;
    height:auto;
    margin-top:6px;
    margin-bottom:20px;
    margin-right:2px;
}
DIV#MPageContentDx_x- {
    background-color:transparent;
    float: left;
    width: 330px;
    border-right: solid 1px #e3e3e3;
}
DIV#MPageContentDx_-x {
    float: right;
    width: 330px;
}
div#MpageFooter {
    background-image: url(../images/Footer.png);
    background-position: center center;
    background-repeat: repeat-x;
    clear: both;
    color: #e84a1d;
    position: absolute;
    bottom: 0;
    height: 48px;
    width: 100%;
    text-align: center;
    padding-bottom:4px;
    font-size:10px;
}

