﻿/* centrare la pagina web a larghezza fissa */
body { 
    text-align:center;
    font-family: verdana, arial;
    font-size:11px;
    background-color:#f9edd5;
    }  
#testa { width:983px; height:195px; margin:5px auto 0px auto; text-align:left }
#menu { width:983px; height:50px; margin:0px auto; text-align:left }
#corpo { width:983px; margin:0px auto 0px auto; text-align:left }

#piedipagina { width:983px; height:28px; margin:1px auto; text-align:center; }

/* testa */
#testa { 
    background:#f9edd5; 
    background-repeat:no-repeat;
    padding:0px; 
}

/* menu */
#menu { 
    position:relative; 
    background:#ffffff; 
}
#menu-left { 
    position:absolute; top:0; left:0; 
    width:620px; 
    height:50px;
    padding:5px 0px 0px 5px;
    background-repeat:repeat-x;
}
#menu-right { 
    position:absolute; top:0; right:0; 
    width:370px;
    height:50px;
    padding:11px 0px 0px 0px;
    text-align:right;
    background-repeat:no-repeat;
}
      

/* corpo */
#corpo { 
    position:relative; 
    background:#ffffff; 

}
#corpo-colonna1 
{
    position:absolute; top:0; left:0;
    width:210px;
    padding: 5px 50px auto 5px; 
    /*height:390px;*/
}
#corpo-colonna2 
{
	
    margin:0 170px 0 220px; /*0 200px 0 160px; */
   /*border-left:1px solid #000; 
    border-right:1px dotted #000; */
    min-height:340px;
    background:#fff; 
    padding:10px 10px auto 10px; 
}
#corpo-colonna3 
{
	position:absolute; top:0; right:0; 
    width:160px; 
    padding:10px 10px auto 10px; 
    background-color:#990000;
    height:100%;
}

/*pie' di pagina */
#piedipagina 
{
    background-color:#c0c0c0; 
    background-repeat:repeat-x; 
    padding:8px 0px 0px 0px; 
}

/* Tag IMG */

img
{
	border:0px;	
}

/* Tag A Menu */
a.menu
{
    color: #990000;
    font-size:12px;
    font-weight:bold;
    text-decoration: none;
}

/* Tag A Prodotti */
a.prodotti
{
    color: #990000;
    font-size:12px;
    text-decoration: none;
}

/* Tag DivCenter */

* div.DivCenter
{
	width:100%;
	text-align:center;
}

div.DivCenter
{
	width:100%;
	text-align:-moz-center;
}

span.spnTitolo
{
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}


legend.TitoloProdotto
{
	font-size:12px;
	font-weight:bold;
	color:#000000;	
}

div.dettaglioProd
{
	width:100%; 
	border-bottom:solid 1px #990000; 
	border-left:solid 2px #990000; 
	text-align:left; 
	background-color:#ffffff;	
}


    
   
    