/*---------------------------
INDICE CSS:

1) GENERICI
2) DIV GENERICI
3) DIV HOME
4) DIV ALTRE PAGINE
5) CONTATTI
----------------------------*/




/* main */



/* 1) GENERICI --------------------------------------*/

body 
	{
	height: 100%;
  	margin: 0;
  	color: #333;
  	font: 10px Verdana, sans-serif;
  	text-align: center;
	}

a 	
	{ 
	color: #666666; 
	text-decoration: none; 
	}

a:hover 
	{ 
	color: #000000; 
	text-decoration: none; 
	}

a img 
	{ 
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0; 
	}
	
a:hover img 
	{ 
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5; 
	}

h1
	{	
	font-size:9px; 
	color: #CCC;	
	margin-bottom:10px; 
	}
	
h2
	{	
	font-size: 25px; 
	color: #CC0000; 
	font-weight:normal; 
	margin-bottom:10px; 
	font-family: Trebuchet, Trebuchet MS, sans-serif;	
	text-transform: uppercase; 
	}
	
h3	
	{	
	font-size: 15px; 
	color: #ccc; 
	font-weight:bold; 
	margin:0px 0px 10px 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;
}







/* 2) DIV GENERICI --------------------------------------*/

#footer 
	{
	width:100%;
  	background-color: #666;
	color: #fff;
	text-align: left;
	padding: 40px 0px;
	line-height: 15px;
	margin-top: 30px;
	height: 100px;
	background-image: url(../immagini/bg-footer.png);
	background-repeat: repeat-x;
	float: left;
	}

#footer a 
	{
	color: #CCC;
	}

#footer a:hover 
	{
	color: #FFF;
	border-bottom: 1px dashed;
	}

#footer-crediti 
	{
	float:right; 
	color: #777;
	}

#footer-crediti a 
	{
	color: #777;
	}

#footer-crediti a:hover 
	{
	color: #999;
	border-bottom: 1px dashed;
	}

#foto 
	{ 
	margin: 20px 0px auto;
	}

#header 
	{
	width:770px;
  	background-color: #333;
	color: #999;
	margin: auto;
	text-align: right;
	padding: 5px 0px;
	}

#header a 
	{
	color: #999;
	}

#header a:hover 
	{
	color: #ccc;
	}

#menu 
	{
	width:100%;
  	background-color: #666;
	color: #FFF;
	text-align: center;
	padding: 30px 0px;
	text-transform: uppercase;
	background-image: url(../immagini/bg-menu.png);
	background-repeat: repeat-x;
	height: 12px;
	}

#menu a 
	{
	color: #FFF;
	}

#menu a:hover 
	{
	color: #FFF;
	}








/* 3) DIV HOME --------------------------------------*/

#main 
	{
	width: 740px;
	margin: auto;
	color:#666666;
	text-align: justify;
	padding: 20px;
	font-size: 12px;
	line-height:150%;
	}


/* 4) DIV ALTRE PAGINE --------------------------------------*/

#colonna-sx 
	{
	width: 170px;
	float: left;
	border: 1px solid #CCC;
	margin-right:20px;
	margin-left: 5px;
	text-align: justify;
	padding: 15px;
	}
	

#main-pagina 
	{
	width: 520px;
	border: 1px solid #CCC;
	color:#666666;
	text-align: justify;
	padding: 20px;
	font-size: 12px;
	float: left;
	line-height:150%;
	}

#main-pagina a 
	{ 
	color: #990000; 
	text-decoration: none; 
	}
	
#main-pagina a:hover 
	{ 
	color: #FF0000; 
	text-decoration: none; 
	border-bottom: 1px dashed; 
	}

#main-pagina img 
	{ 
	padding: 2px; 
	border:1px solid #ccc; 
	margin: 2px 2px 2px 2px; 
	}

#main-pagina-prodotti 
	{
	width: 520px;
	border: 1px solid #CCC;
	color: #333;
	text-align: justify;
	padding: 20px;
	font-size: 11px;
	float: left;
	}

#main-pagina-prodotti a 
	{ 
	color: #990000; 
	text-decoration: none; 
	}
	
#main-pagina-prodotti a:hover 
	{ 
	color: #FF0000; 
	text-decoration: none; 
	border-bottom: 1px dashed; 
	}

#main-pagina-prodotti img 
	{ 
	margin: 0px 0px 0px 10px; 
	}

#bloccotasti
	{
	width:170px;
	margin-bottom:20px;
	}
	
#tastisx
	{
	margin: 0;	
	text-align:left;
	text-transform: capitalize;
	}
	
#tastisx li
	{
	list-style: none;
	margin: 0;
	text-align: left;
	}
	
#tastisx li a
	{
	text-decoration: none;
	border-bottom:1px solid #CCC;
	color: #666666;
	font-size:20px;
	}
	
#tastisx li a:hover
	{
	border-color: #666;
	color: #000;
	}

#tastiprincipali {
	width:800px;
	margin: auto;
}

#tastiprincipali a{
	display:block;
	text-align:center;
	float:left;
	color:#fff;
	text-decoration:none;
}
#tastiprincipali a:hover{
	color:#333333;
}
#tastiprincipali .tasto1{
	width:99%;
}
#tastiprincipali .tasto2{
	width:49.5%;
}
#tastiprincipali .tasto3{
	width:33%;
}
#tastiprincipali .tasto4{
	width:24.2%;
}
#tastiprincipali .tasto5{
	width:20%;
}
#tastiprincipali .tasto6{
	width:16.5%;
}
#tastiprincipali .tasto7{
	width:14%;
}
#tastiprincipali .tasto8{
	width:12.3%;
}
#tastiprincipali .tasto9{
	width:11.1%;
}

.bloccotastosx{
	float:left;
	width:160px;
	border:1px solid #ebebeb;
	margin-bottom:3px;
	padding:2px;
	font-size:12px;
}

.blcnews{
	float:left;
	width:160px;
	border:1px solid #ebebeb;
	margin-top:5px;
	margin-bottom:3px;
	padding:2px;
}

.titolo{
	font-size:12px;
	color:#990000;
}

/* 5) DIV GENERICI --------------------------------------*/

.bloccocontenitore{
	float:left;
	width:124px;
	padding:2px;
}
.bloccocontenitoremsg{
	float:left;
	width:364px;
	padding:2px;
}
.bloccoprivacyval{
	float:left;
	width:46px;
	padding:2px;
}
.bloccoprivacytxt{
	float:left;
	width:450px;
	padding:2px;
	font-size:9px;
	color:#666666;
}
#label 
	{
	color: #666;
	float: left;
	margin: 0px 30px 20px 0px;
	text-align: right;
	}

#label input
	{
	color: #666;
	font-size: 10px;
	border: 1px solid;
	font-family: Verdana, sans-serif;
	}
	
#label textarea
	{
	color: #666;
	font-size: 10px;
	border: 1px solid;
	font-family: Verdana, sans-serif;
	width: 450px;
	}
.valoreObb{
	border:2px solid #990000;
}	
.label-obb
	{
	color: #990000;
	font-weight:bold;
	float: left;
	text-align: right;
	}

#label-obb input
	{
	color: #990000;
	font-size: 10px;
	border: 1px solid;
	font-family: Verdana, sans-serif;
	}

#label-obb textarea
	{
	color: #990000;
	font-size: 10px;
	border: 1px solid;
	font-family: Verdana, sans-serif;
	width: 450px;
	}

#trattamento
	{
	font-size: 9px;
	color: #999;
	}


