BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

A {
	color: #357BD7;
    outline: none;
}

A:hover {
	color: #000000;
}

#CorpoPagina {
	font-size: 11px;
	line-height: 1.5em;
	padding-left: 45px;
	padding-right: 70px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #404040;
}

#CorpoPagina P {
	margin-bottom: 1em;
}

#CorpoPagina H1 {
	font-size: 220%;
	padding-bottom: 5px;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #c0c0c0;
	color: #0660AD;
}

#CorpoPagina H2  {
	font-size: 120%;
	margin-bottom: 1em;
	text-align: right;
	font-weight: bold;
	color: #909090;
}

#CorpoPagina H3  {
	font-size: 120%;
	margin-bottom: 0.2em;
	font-weight: bold;
	color: #0660AD;
}

#CorpoPagina STRONG {
	color: #0660AD;
}

#CorpoPagina UL {
	margin-bottom: 1em;
}

#CorpoPagina LI {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 18px;
}

#CorpoPagina .Foto {
	padding: 3px;
	border: 1px solid #c0c0c0;
	margin-bottom: 10px;
}

#CorpoPagina .FotoSx {
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 3px;
	border: 1px solid #c0c0c0;
}

#CorpoPagina .FotoDx {
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 3px;
	border: 1px solid #c0c0c0;
}

#CorpoPagina A, #PiedePagina A {
    text-decoration: underline;
}

#CorpoPagina A:hover, #PiedePagina A:hover  {
    text-decoration: none;
}

.Centro {
	text-align: center;
}

.Dx {
	text-align: right;
}

.Debug {
	border: 1px solid red;
}

.NoWrap {
	white-space: nowrap;
}

.Clear {
	clear: both;
	height: 1px;
	font-size: 0px;
}

.Ext {
	background-image: url('../immagini/b_linkext.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 16px;
}

/* ElencoProdotti */

#ElencoProdotti {
	width: 290px;
	margin-left: auto;
	margin-right: auto;
}

#ElencoProdotti TD {
	width: 210px;
	vertical-align: top;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#ElencoProdotti TD H3 {
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #c0c0c0;
	text-align: center;
}

#ElencoProdotti TD UL LI {
	list-style-type: none;
	display: inline;
}

#ElencoProdotti TD UL LI A {
	display: block;
	text-align: right;
	border-bottom: 1px solid #c0c0c0;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 15px;
	background-image: url('../immagini/b-elencoprodotti.gif');
	background-position: right;
	background-repeat: no-repeat;
}

#ElencoProdotti TD UL LI A:hover {
	background-color: #f5f5f5;
}
#ElencoProdotti .NoSelect {
	display: block;
	text-align: right;
	border-bottom: 1px solid #c0c0c0;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 15px;
}

/* Scheda Prodotto */

#SchedaProdotto {
	width: 640px;
	border-collapse: collapse;
}

#SchedaProdotto TD {
	vertical-align: top;
}

#SchedaProdotto #Foto {
	width: 270px;
	border-right: 1px solid #c0c0c0;
}

#SchedaProdotto #Contenuti {
	width: auto;
	padding-left: 20px;
}

#SchedaProdotto #Contenuti H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #909090;
	padding-top: 3px;
	padding-bottom: 3px;
}	

#CorpoPagina #Prodotto TH {
	text-align: left;
	vertical-align: top;
}

/* Pagina Rassegna Stampa */

.RassegnaStampa {
	border-bottom: 1px solid #c0c0c0;	
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.Indirizzo {
	text-align: right;
}

/* Pagina Link */

#Link {
	width: 100%;
}


#Link TD {
	font-size: 13px;
	width: 50%;
	line-height: 1.5em;
	text-align: center;
}

/* Pagina Qualità */

#Qualita TD {
	border-bottom: 1px solid #c0c0c0;
	padding: 3px;
	text-align: center;
}

#Qualita TD.Certificazione {
	font-size: 13px;
	width: 90%;
	font-weight: bold;
	text-align: left;
}


/*Form */

.FormWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.FormWrapper BR {
	clear: both;
}

.FormWrapper LABEL {
	width: 200px;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url('../immagini/freccia_form.gif');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 15px;
}

.FormWrapper .Campo {
	border: 1px solid #606060;
	width: 200px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #fefefe;
}

.FormWrapper .Check {
	margin-right: 6px;
}

.FormWrapper .Submit {
	padding-left: 10px;
	padding-right: 10px;
	height: 26px;
	font-weight: bold;
	background-color: #C5C5C5;
	background-image: url('../immagini/b_submit.gif');
	background-repeat: repeat-x;
	background-position: top;
	color: #606060;
}

.GalleriaPagina {
	width: 630px;
	height: 110px;
	background-color: #f1f1f1;
	padding: 5px;
	padding-top: 8px;
	border: 1px solid #c0c0c0;
	overflow: auto;
}

#Tambel {
	width: auto;
	display: inline;
	padding: 5px;
}

#Tambel IMG {
	border: 1px solid #909090;
	padding: 4px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#RicercaPagina {
	background-color: #f1f1f1;
	border: 1px solid #a0a0a0;
	padding: 5px;
	text-align: center;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

#SelezionaProdotto {
	width: 100%;
}

#SelezionaProdotto TD {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}

/* Div pagine */

#Pagine {
	width: 120px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#Pagine UL {
	width: 110px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #c0c0c0;
}

#Pagine LI {
	list-style-type: none;
	display: inline;
}

#Pagine A {
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c0c0c0;
	padding-right: 5px;
}

#Pagine A:hover, #Pagine A.Act, #Pagine A.Act:hover {
	background-color: #f5f5f5;
	color: #000000;
}

/* pagine Servizi */

#ElencoServizi {
	width: 100%;
	border-collapse: collapse;
}

#ElencoServizi TD {
	vertical-align: top;
	width: 33%;
	font-size: 10px;
	line-height: 14px;
}

#ElencoServizi TD UL {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

#ElencoServizi TD H3 {
	font-size: 13px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}


#ElencoServizi TD UL LI {
	list-style-type: none;
	display: inline;
}

#ElencoServizi TD UL LI A {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

/* Dicono di noi */

#DiconoDiNoi LI {
	list-style-type: none;
	display: inline;
}

#DiconoDiNoi A {
	display: block;
	height: 30px;
	font-size: 13px;
	font-weight: bold;
	background-image: url('../immagini/icona-pdf.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 7px;
}

/* Lavora con Noi */

#CorpoPagina #InviaCurriculum {
	display: block;
	width: 180px;
	height: 24px;
	background-color: #225FA7;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 23px;
	text-align: center;
	margin-left: auto;
	margin-right: 0px;
}	

/* classi pagina video */

#FlashPlayer {
	width: 350px;
	height: 288px;
	margin-left: auto;
	margin-right: auto;
}

.SingolaMiniatura IMG {
	display: block;
	padding: 3px;
	border: 1px solid #909090;
	margin-left: 10px;
}

