
body 
	{
  	margin: 0px;
	background-color: #E0E0E0;
	background-image: url(../immagini/bg.jpg);
	background-repeat: repeat-x;
  	font: 9px Verdana, sans-serif;
  	text-align: center;
	}

a 	
	{ 
	color: #666666; 
	text-decoration: none; 
	}

a:hover 
	{ 
	color: #030303; 
	text-decoration: none; 
	}

h1
	{	
	font-size:9px; 
	color: #CCC;	
	margin-bottom:10px; 
	}
	
h2
	{	
	font-size: 25px; 
	color: #2D5781; 
	font-weight:normal; 
	margin-bottom:10px; 
	font-family: Trebuchet, "Trebuchet MS", sans-serif;	
	text-transform: uppercase; 
	}
	
h3	
	{	
	font-size: 15px; 
	color: #70C0DB; 
	font-weight:bold; 
	margin:0px 0px 20px 0px; 
	font-family: Trebuchet, "Trebuchet MS", sans-serif; 
	text-transform: uppercase; 
	}

hr 	
	{ 
	border: 1px dotted #ccc; 
	}

input 
	{ 
	color: #666666; 
	font-size: 10px; 
	font-family: Verdana, Arial, sans-serif;
	}

p	{
	margin:0;
	padding:0;
	}

#header 
	{
	width:740px;
	color: #fcfcfc;
	margin: auto;
	text-align: right;
	height: 92px;
	padding-top: 13px;
	}

#header a 
	{
	color: #fcfcfc;
	}

#header a:hover
	{
	color: #ccc;
	}

.titolo{
	font-size:12px;
	color:#990000;
}

#colonna-sx 
	{
	width: 190px;
	padding: 20px;
	height: 500px;
	float: left;
	background-color: #CCD6E0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: left;
	}

#elenco 
	{
	background-color: #E0E7ED;
	border: 1px solid #92A6BE;
	text-align: left;
	padding: 15px;
	float: left;
	}

.bloccotastosx{
	float:left;
	width:120px;
	margin-bottom:3px;
	padding: 2px 18px;
	line-height: 20px;
	font-size:12px;
	text-transform: capitalize;
	background-image: url(../immagini/ico-menu.jpg);
	background-repeat: no-repeat;
}

#main
	{
	width: 460px;
	color: #333;
	text-align: justify;
	padding: 20px 20px 20px 30px;
	font-size: 11px;
	float: left;
	}

#main a 
	{ 
	color: #990000; 
	text-decoration: none; 
	}
	
#main a:hover 
	{ 
	color: #FF0000; 
	text-decoration: none; 
	border-bottom: 1px dashed; 
	}

#main img 
	{ 
	margin: 10px;
	border: 0px;
	padding: 4px; 
	}

#categ-desc
	{
	width: 200px;
	padding: 18px 0px 0px 15px;
	font-size: 10px;
	line-height: 13px;
	color: #666;
	}

#categ-desc h1
	{
	font-size: 9px;
	color: #7FCDE4;
	margin: 0px;
	line-height: 0px;
	}

#categ-titolo
	{
	font-size: 25px; 
	color: #2D5781; 
	font-weight:normal; 
	font-family: Trebuchet, "Trebuchet MS", sans-serif;	
	text-transform: uppercase; 
	padding: 27px 10px 0px 0px;
	text-align: right;
	float: right;
	background-image: url(../immagini/bg-titolocat.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 60px;

	}

#categ-img
	{
	float: left;
	background-image: url(../immagini/bg-imgcat.jpg);
	background-repeat: no-repeat;
	}

#sottocategoria {
	background-color: #ebebeb;
	color: #888;
	padding: 5px;
	width: 450px;
	float: left;
	margin-top: 40px;
	}

#codice {
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial;
	color: #999;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
	}

#codice a {
	color: #999;
	border: 0px;
	}

#codice a:hover {
	color: #333;
	border: 0px;
	}

#footer 
	{
	width:100%;
	color: #fcfcfc;
	text-align: left;
	height: 68px;
	padding-top: 6px;
	background-image: url(../immagini/bg-footer.jpg);
	background-repeat: repeat-x;
	float: left;
	}

#footer a 
	{
	color: #CCC;
	}

#footer a:hover 
	{
	color: #FcFcFc;
	border-bottom: 1px dashed;
	}

#footer-crediti 
	{
	float:right; 
	color: #fcfcfc;
	}

#footer-crediti a 
	{
	color: #fcfcfc;
	}

#footer-crediti a:hover 
	{
	color: #ccc;
	border-bottom: 1px dashed;
	}
