/***************** level 0 *********/
#container {
   width:900px;
   margin:0 auto;
   text-align:left;
}
#main {
   position:absolute;
   width: 880px;
   height:auto;
   margin: 45px 20px 10px 0px;
}
#ombra-lato {
   position:relative;
   left: 880px;
   top: 57px;
   width: 20px;
   height: 768px;
   background-image: url("../images/ombra-lato.png");
   background-repeat:no-repeat;
}

/******************* Header *******************/
#header {
   height: 444px;
   background-color: #b1c6d0;
}

#angolo-rotondo-alto-sx {
   position:absolute;
   top:0px;
   left:0px;
   width: 10px;
   height: 12px;
   background-image: url("../images/angolo-rotondo-alto-sx.gif");
   background-repeat:no-repeat;
}
#angolo-rotondo-alto-dx {
   position:absolute;
   top:0px;
   left:870px;
   width: 10px;
   height: 12px;
   background-image: url("../images/angolo-rotondo-alto-dx.gif");
   background-repeat:no-repeat;
}
#logo-artcase {
   position: absolute;
   top: 12px;
   left:40px;
   width:128px;
}

#slogan {
   position: absolute;
   top: 30px;
   left:270px;
}

/************* Box link ad agenzie in alto a sinistra ************/
#box-agenzie {
   position:absolute;
   top: 12px;
   left: 615px;
   height:84px;
}
#agenzie-header {
   position:absolute;
   left: 5px;
   width: 70px;
   height: 100%;
   font-weight:bolder;
   color: #c90039;
   background-image:url(../images/divisorio-verticale.gif);
   background-repeat:no-repeat;
   background-position:right;
}
#agenzie-header p {
   padding-top: 34px;
}
#agenzie-elenco {
   position:absolute;
   left: 77px;
   top: 7px;
   width: 180px;
}
#agenzie-elenco p {
   margin: 0px;
}

/*************** Filmato Flash ****************/
#box-flash {
   position:absolute;
   top: 153px;
   left:0px;
   width: 880px;
   height: 265px;
   background-color:#999;
}

/****************** Menu principale ******************/
#box-menu {
   position:absolute;
   top: 129px;
   left:467px;
   height: 24px;
}
#box-menu img {
   margin-right:4px;
}

/****************** Menu secondario ******************/

#box-menu-secondario-01 {
   position:absolute;
   left:39px;
   top:418px;
   width:484px;
   height:29px;
}
#box-menu-secondario-01 img {
   margin-right:4px;
}
/**************** Corpo ***************/
#corpo {
   min-height:400px;
   background-color: #b1c6d0;
}

/************ Footer ***************/
#footer {
   position:relative;
}
#endspace {
   height:40px;
}

/************ Menu testuale iin fondo ***************/

#box-menu-fondo {
   position:relative;
   height: 113px;
   background-color: #b1c6d0;
   background-image:url("../images/footer_con_mascotte.gif");
   background-repeat:no-repeat;
   background-position: 38px 0px;
}
#menu-fondo {
   position:absolute;
   left: 39px;
   top: 87px;
}

#area-riservata {
   position:absolute;
   left: 694px;
   top: 87px;
}

/*********** Indirizzo e copyright *****************/
#box-copyright {
   position:relative;
   height: 25px;
   text-align:center;
   background-color: #b1c6d0;
}
.copyright {
   font-size:10px;
}

/************ Angoli arrotondati in fondo ***************/

#box-fondo {
   position:relative;
   height: 12px;
}
#angolo-rotondo-basso-sx {
   position:absolute;
   top:0px;
   left:0px;
   width: 10px;
   height: 12px;
   background-image: url("../images/angolo-rotondo-basso-sx.gif");
   background-repeat:no-repeat;
}
#angolo-rotondo-basso-dx {
   position:absolute;
   top:0px;
   left:870px;
   width: 10px;
   height: 12px;
   background-image: url("../images/angolo-rotondo-basso-dx.gif");
   background-repeat:no-repeat;
}
#fondo {
   position:absolute;
   top:0px;
   left:10px;
   width: 860px;
   height: 12px;
   background-color:#b1c6d0;
}
/************ FINE LAYOUT GENERICO ***************/
