
body {
	background-color:		#0d0d0d;
	font-size:				12px;
	font-family:			arial;
	border:					0px;
	margin:					0px;
	color:					#dcdcdc;
}

h1{
	font-size:				16px;
	font-family:			arial;
	color:					#ffffff;
}

h2, .contentheading {				/*TITOLI DELLE CATEGORIE di prodotti*/
	padding: 		0;
	font-family: 		Arial, Helvetica,sans-serif;
	font-weight:		bold;
	font-size: 		14px;
	vertical-align: 	bottom;
	color: 			#ffffff;
	text-align: 		left;
	width: 			100%;
}

.componentheading{
	padding: 		0;
	font-family: 		Arial, Helvetica,sans-serif;
	font-weight:		bold;
	font-size: 		14px;
	vertical-align: 	bottom;
	color: 			#ffffff;
	text-align: 		left;
	width: 			100%;
}

img{
	border:					0px;
}



.MainTable {
	background-image: 		url(../images/sfondo_tabella_homepage.gif);
	background-repeat:		no-repeat;
	background-position:	bottom left;
	background-color:		#0d0d0d;
}

.LeftColumn {
	padding-left:			5px;
	background-color:		#1a1a1a;
}

.LeftColumn a{
	text-decoration: 		none;
	color: 					#f97f00;
	font-size:				14px;
	font-family:			arial;
	font-weight:			bold;
}
.LeftColumn a:hover {
	text-decoration: 		none;
	color: 					#ffffff;
	font-size:				14px;
	font-family:			arial;
	font-weight:			bold;
}

.LeftColumn ul {
	list-style-image: 		url(../images/rientro.gif);
	line-height:			190%;
}

.RightColumn{
	background-color:		#000000;
}

.DescrizioneHomepage{
	background-color:		#0d0d0d;
	color: 					#f97f00;
	font-size:				15px;
	font-family:			arial;
	line-height:			110%;
	text-align:justify;
}

.ComponentContenuti{
	text-align:				justify;
	padding:				10px 10px 10px 10px;
}
.ComponentContenuti td {
	vertical-align:			top;
}

.DescrizioneImmagine{
	font-size:				10px;
	padding-left:			5px;
	padding-right:			5px;
	text-align:				center;
}

.Footer{
	background-color:		#181818;
	height:					49px;
	width:					970px; 
	color:					#ffffff;
	text-decoration:		none;
}
 .Footer a{
	text-decoration: 		none;
	color: 					#ffffff;
}

.tabella_catalogo{
	font-size:				10px;
	font-family:			verdana;
	color:					#000000;
	background-color:		#b6b6b6;
}
.tabella_catalogo a {
	text-decoration: 		none;
	font-size:				10px;
	font-family:			verdana;
	color: 					#000000;
}
.tabella_catalogo a:hover {
	text-decoration: 		none; 
	font-size:				10px;
	font-family:			verdana;
	color: 					#FA8305;
}

