/*Struttura sito web SAPAT sas - autori Tre W s.c. http://www.cooptrew.it */

body{
	background-image: url(immagini/grigio-chiaro.gif);
	background-repeat: repeat;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;



}

/*stile lista di navigazione primaria verticale */

#navlist
{
	padding-left: 0;
	margin-left: 10;
	border-bottom: 1px solid gray;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: xx-small;


}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid gray;
	color: #000000;
	font-weight: normal;
	font-size: xx-small;




}

#navlist li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;

}
#navlist li a#current {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	color: #CC0000;


}

/*stile indirizzo e sede azienda */
.sede {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: normal;
	font-weight: normal;
	color: #CC6633;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;

}

/*stile del testo colonna di destra */
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: justify;
	padding: 2px;
	font-size: 1.1em;
}

/*stile immagini*/
.imgLeft { float: left; margin: 5px 10px 0 0; }

.imgRight { float: right; margin: 5px 0 0 10px; }

.qualità { border: 1px solid #666666; }


/* link catalogo*/
#catalogo a:link, #catalogo a:visited {
	text-decoration : none;
	background : inherit;
	color : #3333CC;
	font-size: 1em;
}
#catalogo a:hover {
text-decoration : none;
background : inherit;
color : #666;
}

/*stile titoli di ogni pagina */
.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: normal;
	color: #CC0000;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 5px;
}
.sottotitolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: normal;
	color: #CC0000;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 5px;
}
.didascalia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #666666;
	height: 25px;
	width: 99%;
	border-bottom: 1px dashed #999999;
	padding: 5px 0px 0px;
	font-weight: bold;
	font-size: 1.1em;






}

.slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: normal;
	color: #CC6633;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	font-style: italic;

}


/*Link generici*/


a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3333CC;
	text-decoration: none;

}

a:hover {
	text-decoration: none;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;

}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	padding: 5px;
	color: #CC0000;
	font-weight: bold;
	background-image: url(immagini/grigio-chiaro.gif);
	background-repeat: repeat;

}

