BODY{
font: 12px "Verdana"; 
margin-bottom:"0"; 
Margin-left:0; 
Margin-right:0; 
Margin-top:0; 
background-image: url('images/sfondo.gif');
background-repeat: repeat;
}
a:link, a:visited, a:active { font-weight: bold; text-decoration: none; color: #6A7753}
a:hover { text-decoration: underline; color: #BFA161}


/* ------------------- Font --------- */
/* Font per testo */
.testo {
color: black;
font-family: Arial;
font-size: 11pt;
}

/* Font per testo */
.testo2 {
color: black;
font-family: Arial;
font-size: 9pt;
}

/* Font per testo copyright */
.testo_copy {
color: darkgray;
font-family: Verdana;
font-size: 8pt;
}

/* Font per titolo */
.titolo {
color:black;
font-family: Arial;
font-weight: bold;
font-size: 12pt;
}

/* Font per testo piccolo */
.testo_piccolo {
font-family: Arial;
font-size: 8pt;
}

/* Font per prezzo */
.prezzo {
color:darkgreen;
font-family: Arial;
font-weight: bold;
font-size: 11pt;
}

/* Font per testo menu */
.testo_menu {
color: black;
font-family: arial;
font-size: 10pt;
font-weight: bold;
padding: 5px;
}

/* ------------------- Pagine -------- */

/* layout window principale */
.main_window {
z-index=1;
width:100%;
height:500px;
position: absolute;
top: 245px;
background: white;
}


/* layout contenitore */
.main_container {
z-index=10;
width:700px;
height:350px;
position: relative;
top: 25px;
left: 240px;
border-left: 3px dotted #8A9A6D;
padding: 10px;
}



/* layout header */
.main_header {
width:100%;
height:100px;
position: absolute;
top: 150px;
z-index=5;
border-top: 1px solid #8A9A6D;
background: white;

}

/* layout logo */
.logo{
z-index=10;
width:142px;
height:300px;
position: absolute;
top: -67px;
left: 30px;
}


/* layout laterale */
.laterale {
width:400px;
height:400px;
position: absolute;
top: 10px;
z-index=5;
border-top: 1px solid #8A9A6D;
background: white;
}

/* layout destra */
.destra {
width:400px;
height:400px;
position: absolute;
top: 100px;
left: 950px;
background: white;
}

/* barra del menu */
.barra_menu {
width:100%;
height:20px;
position: absolute;
top: 85px;
left: 238px;
z-index=5;
border-bottom: 1px solid #8A9A6D;
border-top: 1px solid #8A9A6D;
background-image: url('images/sfondo.gif');
}



/* layout footer */
.main_footer {
z-index=5;
width:100%;
height:50px;
position: absolute;
top: 500px;
border-top: 1px solid #8A9A6D;
background: trasparent;
}