html, body, div, h1, h2, h3, h4 {
	margin: 0; padding: 0;
}
html,body {
	height: 100%;
}
body{
	font: 12px Arial, Helvetica, sans-serif;
	color: #59483f;
	background: #f4ead0 url(../img/bg.gif) no-repeat center 130px;
	text-align: center;
}
a{
	color: #59483f;
	text-decoration: underline;
}
a:hover{
	color: #956939;
}
a.selected{
	color: #118aad;
}
p {
	margin: 0 0 10px; padding: 0;
}

div#container{
	min-height: 90%; height: auto !important; height: 90%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	width: 960px;
	text-align: left;
}


div#header{
	position: relative;
	height: 130px;
	padding: 15px 15px 0 0;
	text-align: right;
}
div#header img#logo{
	position: absolute;
	left: 0; top: 5px;
}


div#content {
	float: left; display: inline;
	width: 726px; /*width: 746px;*/
	padding: 10px 10px 20px;
	margin: 0 0 6px 200px;
	border-top: 1px solid #E1D3BA;
	border-left: 1px solid #E1D3BA;
	border-bottom: 2px solid #C6BEA9;
	border-right: 2px solid #C6BEA9;
}

div.box {
	float: left; display: inline;
	width: 349px; height: 138px;
	overflow: hidden;
	border-top: 1px solid #E1D3BA;
	border-left: 1px solid #E1D3BA;
	border-bottom: 2px solid #C6BEA9;
	border-right: 2px solid #C6BEA9;
	margin-bottom: 20px;
	padding: 10px;
}
div#newsletter {
	clear: both;
	margin: 0 6px 0 200px;
}
ul#news li{ min-height: 40px; }
ul#prodotti{
	width: 100%;
	list-style: none;
}
ul#prodotti li{
	float: left;
	width: 160px;
	height: 160px;
	padding-right: 5px;
	overflow: hidden;
	text-align: center;
}

div#navigation {
	float: left;
	width: 180px;
	margin-left: -934px;
	padding-top: 15px;
}
div#navigation ul {
	margin: 0 0 0 -15px; padding: 0;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
}
div#navigation ul li {
	height: 25px;
}
div#navigation ul a {
	display: block;
	padding-left: 15px;
	text-decoration: none;
	outline: none; /*per nascondere il bordo tratteggiato su FF*/
}
div#navigation ul li a#active {
	background: url(../img/nav_hover.jpg) no-repeat;
}
ul#link li{
	margin-bottom: 10px
}


div#footer {
	clear: both;
	width: 100%; height: 10%;
	background: #3E3333;
	color: #FFF;
	text-align: left;
}
div#footer_container {
	width: 960px;
	padding-top: 20px;
	margin: 0 auto;
	text-align: right;
}
div#footer ul {
	list-style: none;
}
div#footer ul li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #FFF;
}
div#footer ul a {
	text-decoration: none;
}
div#footer a {
	color: #FFF;
}
div#footer #mes {
	float: right;
	width: 320px; height: 105px;	/*width: 340px; height: 125px;*/
	padding: 10px; margin-bottom: 10px;
	color: #FFF;
	background-color: #504444;
	border: 1px solid #635656;
	text-align: left;
}
div#footer #mes img {
	float: right;
	margin-left: 10px;
}


form#contact{
	width: 100%;
	margin: 0 auto;
}
form#contact table{
	width: 500px;
	margin: 0 auto;
}
form#contact .casella_contact{
	width: 300px;
	border: #A57648 1px solid;
	margin-bottom: 5px;
	font: 12px arial,sans-serif;
	padding: 2px;
}
form#contact .casella_contact2{
	width: 100px;
	border: #A57648 1px solid;
	margin-bottom: 5px;
	font: 12px arial,sans-serif;
	padding: 2px;
}
form#contact textarea{
	width: 300px;
	border: #A57648 1px solid;
	margin-bottom: 5px;
	font: 12px arial,sans-serif;
	background: #FFF;
	padding: 2px;
}
form#contact textarea#normativa{
	width: 450px;
	font: 10px arial,sans-serif;
	padding: 0;
}


h1 {
	margin-bottom: 10px;
	font-size: 18px;
}
h2 {
	font-size: 24px;
	font-weight: normal;
}
h4 {
	margin-bottom: 4px;
	font-size: 14px;
}

button {
	background-color: #9B9B9B;
	color: #FFF;
	border: none;
	padding: 3px 10px;
}

input {
	padding: 2px;
}

a img{
	border: none;
}
.piccolo{
	font-size: 10px;
}
.rosso{
	color:#C00;
}
.center{
	width: 100%;
	text-align: center;
}