/* CSS Document */
html, * { margin: 0; padding: 0 }
p { margin-bottom: 20px; }

body {
	margin: 0;
	padding: 0;
	background-color: #dfd7cc;
	background-image: url(../img/bg_prodotti.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}
html, body, #contenitore {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contenitore {
	height: auto;
}
#contenitore {
	position: absolute;
	top: 0;
	left: 0;
}

#intestazione { 
text-align: center; 
margin: 0 auto;
/*background-image: url(../img/bg_alto.gif);
background-color: #f48f4b;*/
width: 700px;
height: 70px;
border-left: 2px solid black;
border-right: 2px solid black;
}
#menu {
background-color: #000;
width: 100%;
height: 70px;
}
#navigazione {
position: relative;
margin: 0 auto;
text-align: left; 
width: 700px;
height: 70px;
}
#logo {
position: absolute;
top: 0;
left: 0;
}
#link-menu {
position: absolute;
top: 0;
right: 0;
}
#contenuti {
position: relative;
text-align: left; 
margin: 0 auto;
padding-top: 35px;
/*background-color: #f48f4b;*/
width: 704px;
/*border-left: 2px solid #bd7b29;
border-right: 2px solid #bd7b29;*/
}
#testo {
position: relative;
/*top: -16px;
left: 355px;
*/text-align: justify;
line-height: 18px;
/*width: 340px;
margin-bottom: 35px; */
}
#testo table { margin: 0 14px 35px; }
#testo table td { vertical-align: top; }
#testo table img { margin-bottom: 14px; border: 2px solid #c3bc9f; margin-right: 16px; }
#foto {
position: relative;
/*top: 35px;
*/margin-left: 383px;
}
img { border: 0; vertical-align: bottom; }
a:link, a:visited { color: #fff; text-decoration: none; background-color: transparent; }
a:hover { color: #fff; text-decoration: underline; background-color: transparent; }

#indirizzo {
position: absolute;
bottom: 0;
width: 100%;
}
#indirizzo div {
position: relative; 
margin: 10px auto; 
text-align: center;
}
