/*   Casetti s.r.l.   */


body {
	margin-left: 0px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C8C8C8;		
	color: #000000; 
	line-height: 18px;
	background-image:     url("../images/sfondi/sfondo-sito.jpg");
	}



/* testo home */
.home-j { font-size: 12px; color: #000000; text-align: justify;  padding: 10px 40px 10px 30px }		/* top right bottom left */
.home-claim { font-size: 14px; color: #E64C26; font-weight: bold }									/* rosso casetti */



/* testo descrizione collection */
.collection { font-size: 12px; color: #000000; padding: 10px 20px 10px 10px }							/* top right bottom left */
.collection-j { font-size: 12px; color: #000000; text-align: justify; padding: 10px 30px 10px 10px }	/* top right bottom left */
.collection-titoli { font-size: 12px; color: #000000; font-weight: bold }
.collection-claim { font-size: 14px; color: #E64C26; font-weight: bold }								/* rosso casetti */



/* testo azienda */
.azienda-j { font-size: 12px; color: #000000; text-align: justify;  padding: 10px 30px 10px 30px }		/* top right bottom left */
.azienda-titoli { font-size: 12px; color: #000000; font-weight: bold }
.azienda-claim { font-size: 14px; color: #E64C26; font-weight: bold }									/* rosso casetti */



/* testo contatti */
.contatti { font-size: 12px; color: #000000;  }	
.contatti-j { font-size: 12px; color: #000000; text-align: justify;  padding: 10px 30px 10px 30px }		/* top right bottom left */
.contatti-titoli { font-size: 12px; color: #000000; font-weight: bold }
.contatti-claim { font-size: 14px; color: #E64C26; font-weight: bold }									/* rosso casetti */



/* testo menu catalogo */
.catalogo { font-size: 10px; color: #000000 }
.catalogo-30dx { font-size: 10px; color: #000000; line-height: 14px;; padding: 0px 30px 0px 0px }		/* top right bottom left */



/* modulo contatti */

.boxcontatti-titolo { 
	font-size: 12px; 
	color: #000000; 
	line-height: 18px;
	font-weight: bold;
}

.boxcontatti-sottotitolo { 
	font-size: 12px; 
	color: #9C9EA0;			/*	grigio medio	*/  
	line-height: 18px;
}

.boxcontatti { 
	font-size: 12px; 
	color: #000000; 
	line-height: 18px;
}

.boxcontatti A:link  {
	color: #000000; 
	text-decoration: none;
	font-size: 12px;
/*	font-weight: bold;	*/
}

.boxcontatti A:visited {
	color: #9C9EA0;			/*	grigio medio	*/ 
	text-decoration: none;
	font-size: 12px;
/*	font-weight: bold;	*/
}

.boxcontatti A:hover {
	color: #E64C26; 
	text-decoration: none;
	font-size: 12px;
/*	font-weight: bold;	*/
}

.boxmodulo { 
	font-size: 12px; 
	color: #000000; 
	line-height: 18px;
}

.boxmodulo10rs { 
	font-size: 10px; 
	color: #E64C26; 		/*	rosso casetti	*/ 
	line-height: 18px;
}

.input {
    border: 1px solid #A9ACAF;			
	width: 360px;		/*		NB: larghezza totale = width + padding left + padding right		*/
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #000000;						
	padding: 4px 20px 4px 20px ;		/* top right bottom left */
    background: #F0F0F0;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

/*    -moz-box-shadow: 3px 5px 10px 2px #666666;		*/	/*	oriz vert blur diff colore	*/
/*    -webkit-box-shadow: 3px 5px 10px 2px #666666;		*/
/*    box-shadow: 3px 5px 10px 2px #666666;				*/
}

.input:hover {
	background: #c8c8c8;
}

.input:focus {
    background: #FFFFFF;
}


.inputspam {
    border: 1px solid #A9ACAF;			
	width: 140px;		/*		NB: larghezza totale = width + padding left + padding right		*/
	height: 18px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #000000;						
	padding: 4px 20px 4px 20px ;		/* top right bottom left */
    background: #F0F0F0;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

/*    -moz-box-shadow: 3px 5px 10px 2px #666666;		*/	/*	oriz vert blur diff colore	*/
/*    -webkit-box-shadow: 3px 5px 10px 2px #666666;		*/
/*    box-shadow: 3px 5px 10px 2px #666666;				*/
}

.inputspam:hover {
	background: #c8c8c8;
}

.inputspam:focus {
    background: #FFFFFF;
}

.textarea {
    border: 1px solid #A9ACAF;			
	width: 360px;		/*		NB: larghezza totale = width + padding left + padding right		*/
	height: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #000000;						
	padding: 4px 20px 4px 20px ;		/* top right bottom left */
    background: #F0F0F0;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

/*    -moz-box-shadow: 3px 5px 10px 2px #666666;			*/	/*	oriz vert blur diff colore	*/
/*    -webkit-box-shadow: 3px 5px 10px 2px #666666;		*/
/*    box-shadow: 3px 5px 10px 2px #666666;				*/
	
	overflow: hidden; /* disabilitare la scrollbar in IE */
}

.textarea:hover {
	background: #c8c8c8;
}

.textarea:focus {
    background: #FFFFFF;
}


.button {
    border: 1px solid #A9ACAF;			
	width: 100px;		/*		NB: larghezza totale = SOLO width		*/
/*	height: 40px;		*/
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #000000;						
	padding: 4px 20px 4px 20px ;		/* top right bottom left */
    background: #F0F0F0;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

/*    -moz-box-shadow: 3px 5px 10px 2px #666666;		*/		/*	oriz vert blur diff colore	*/
/*    -webkit-box-shadow: 3px 5px 10px 2px #666666;		*/
/*    box-shadow: 3px 5px 10px 2px #666666;				*/
}

.button:hover {
	font-weight: bold;
	background: #c8c8c8;
}



/*	piede	*/
.piede { font-size: 10px; color: #000000; line-height: 26px; }

.piede A:link  {
	color: #000000; 
	text-decoration: none;
	font-size: 10px;
}
.piede A:visited {
	text-decoration: none;
	color: #9C9EA0;			/*	grigio medio	*/
	font-size: 10px;
}
.piede A:hover {
	color : #E64C26; 		/*	rosso casetti	*/
	text-decoration: none;
	font-size: 10px;
}

.piede-titolo { font-size: 20px; color: #000000; font-weight: bold }
.piede-sottotitolo { font-size: 12px; color: #000000 }



/*	credits	StudioPasquali	*/
.credits { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; line-height: 16px; }

.credits A:link  {
	color: #666666; 
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.credits A:visited {
	text-decoration: none;
	color: #666666;			/*	nero	*/
	font-size: 10px;
	font-weight: bold;
}
.credits A:hover {
	color : #000000; 		/*	rosso	*/
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
