@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	background-color: #E6E4D8;
}
div#MainContainer {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

/* div inerenti alla grafica */

div#top {
	width: 100%;
	background-color: #D5D3C7;
	float: left;
	margin-top:15px;
}
div#container {
	width: 850px;
	background-color: #D5D3C7;
	float: left;
}
div#containerCentrale {
	width: 840px;
	background-color: #FFFFFF;
	float: left;
	margin-left:5px;
}
div#containerMenu {
	width: 100%;
	background-color: #FFFFFF;
	float: left;
}
div#containerContenuti {
	width: 798px;
	background-color: #FFFFFF;
	float: left;
	margin-left: 21px;
	margin-top:10px;
}
div#bottom {
	width: 100%;
	background-color: #D5D3C7;
	float: left;
}
div#footer {
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	color: #83836D;
	width: 840px;
}
.bordi {
	border: 1px solid #A70A0D;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #333333;
}
.bordo-immagini {
	border: 1px solid #A70A0D;
}

/* css testo e titoli */

A:link {
	COLOR: #666666; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #666666; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #A70A0D; TEXT-DECORATION: none
}
A:active {
	COLOR: #666666; TEXT-DECORATION: underline
}

.titoli {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight:bold;
	color: #A70A0D;
	text-decoration: none;
}
.testo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.testo-news {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.testo-bianco {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 3px;
	text-decoration: none;
}
.testo-mappa {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	padding-left:10px;
	text-decoration: none;
}
.titoletto {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #9A0A0D;
	text-decoration: none;
	padding-top:5px;
	margin-right: 5px;
}
.data {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #9A0A0D;
	text-decoration: none;
}
.bordi-prodotti {
	border-bottom: 1px dotted #656565;
} 
.titoto-prodotti {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #A70A0D;
	text-decoration: none;
}
.sottosezione-prodotti {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #325775;
	text-decoration: none;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-left:5px;
}