/*body*/
body {
background-image: url(images/fondoMAIN.jpg);
background-repeat: repeat;
text-align: center;
margin: 0px;
padding: 0px;
}

/*cornice - se si vuole margine esterno*/
#cornice {
margin: 0px 0px 0px 0px;
padding: 0px;
}

/*main - contenitore esterno*/
#main {
background-image: url(images/fondoPAGINA.jpg);
background-repeat: repeat-y;
width: 990px;
text-align: left;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
padding-top: 0px;
}

/*corpo principale della pagina*/
#principale {
background-image: url(images/fondoPAGINA.jpg);
background-repeat: repeat-y;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 3px;
margin-left: 0px;
padding: 0px;
}

/*generico*/
#barraSX {
float: left;
margin-left: 0px;
margin-right: 7px;
margin-top: 0px;
padding-top: 0px;
width: 235px;
height: auto;
}

/*corpo principale della pagina*/
#barraDX {
text-align: right;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 20px;
margin-left: 247px;
padding: 0px;
}

/*foto vini*/
.foto {
float: left;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-top: 0px;
height: auto;
}

table.tabellagenerale {
width : 100%;
line-height: 1.5em;
border-collapse: collapse;
background: #FFFFFF;
padding: 0px;
border: hidden;
border-style: hidden;
}
table.tabellagenerale tbody th.TITOLOvini {
font-family: "Century Gothic", Arial, Tahoma, sans-serif;
font-weight : normal;
font-size : 17px;
text-align : left;
line-height : 175%;
margin-top: 0px;
margin-left: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 2px;
letter-spacing : 0px;
word-spacing : 0em;
color: #68676c;
}

table.tabellavini {
width : 100%;
line-height: 1.5em;
border-collapse: collapse;
background: #FFFFFF;
padding: 0px;
border: hidden;
}

table.tabellavini tbody th.testoSX {
font-family: "Century Gothic", Arial, Tahoma, sans-serif;
font-weight : normal;
font-size : 12px;
text-align : left;
line-height : 1.5em;
margin-top: 0px;
padding-left: 3px;
letter-spacing : 0px;
word-spacing : 0em;
color: #68676c;
border-bottom: 2px solid #e3e5e6;
}
table.tabellavini tbody th.testoDX {
font-family: "Century Gothic", Arial, Tahoma, sans-serif;
font-weight : normal;
font-size : 12px;
text-align : right;
line-height : 1.5em;
margin-top: 0px;
padding-right: 3px;
letter-spacing : 0px;
word-spacing : 0em;
color: #68676c;
border-bottom: 2px solid #e3e5e6;
}
	
/*per fondo di colore omogeneo fino a copyright*/
#clearone {
clear: both;
height: 0px;
}

/*copyright*/
#copyright {
height: auto;
clear: both;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

/*pie pagina*/
#piepagina {
height: auto;
clear: both;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

