/* CSS Document */
body {
	background-color: #ffefce;
	margin-top:0px;
	text-align: center
}
div#container	{
	width: 850px;
	margin: 0 auto;
	text-align: left;
}
div#header	{
	background-color:#ffefce;
	height:100px;
}
div#navigation	{
	clear:left; 
	float:left;
	width: 180px;
	background-color:#ffefce;
	margin-top:10px;
}

/*
div#content	{
	margin-left: 180px;
}
*/

div#presentazione {
	padding: 0px;
	height: 2px;
	background-color:#ffefce
}
div#presentazione span {
	display: none
}
div#footer	{
	clear:left; 
	text-align:center;
}
div#footer1	{
	text-align:center;
    background-color: #69c;
}
div#footer2	{
	text-align:right;
    background-color: #2E386D;
	color: #CCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
	
}

div#container a	{
	color:#000000;
	font-size:14px;
	text-decoration: none
}
div#container a:hover	{
	color: #A0C0FF;
	text-decoration: underline;
}
div#container a#activelink	{
	color: #A0C0FF;
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
}
div#navigation p	{
	margin: 3px;
}
div#navigation h2	{
	margin: 3px;
}
div#content_home a	{
	font-size: 18px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration:none;
}
/* Titolo pagina */
/* testo home page */
/*.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	font-weight: bold;
}
/* testo footer */
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* testo per elenco prodotti */
h2 {
	color: #FCFCFC; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal; 
}
h2 a	{
	color: #CCCCCC; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold; 
}
/* testo schede prodotti */
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FCFCFC;
	margin:0px;
}
td.styletbl {
	bordercolor: #2E386D;
	background-color: #384485;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	font-weight: bold;
	text-align:center
}
.styletbl2 {
	bordercolor: #2E386D;
	background-color: #384485;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FCFCFC;
	margin:0px;
	text-align:center
}
