/* elementi base */


BODY.home {
	background-color: #ffffff;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
}

a:link { 
	text-decoration: none;
	}
a:visited { 
	text-decoration: none; 
	}
a:hover, a:active { 
	text-decoration: underline; 
	}

a.menu_blu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0079AD;
	font-weight: bold;
	padding-left: 5px;
}

a.menu_corsivo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	font-style: italic;
	padding-left: 5px;
}




a:link { 
	text-decoration: none;
	}
a:visited { 
	text-decoration: none; 
	}
a:hover, a:active { 
	text-decoration: underline; 
	}








/* formattazione testi */


.testo {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 16px;
	text-align: justify;
}

.testo_corsivo_rientro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 16px;
	text-align: justify;
	font-style: italic;
}

.testo_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	text-align: justify;
	font-style: normal;
	font-weight: bold;
}


.testo_giu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}


.bold {
	font-weight: bold;
}

.corsivo {
	font-style: italic;
}


.rientro {
	margin-left: 95px;
}




.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
}

.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #555555;
	font-weight: normal;
	font-style: italic;
}


/* allineamenti foto azienda*/

#left1 {
	float: left;
	clear: left;
	height: 128px;
	width: 124px;
	background-image: url(../img/azienda3.jpg);
	background-repeat: no-repeat;
}

#left2 {
	float: left;
	clear: left;
	height: 224px;
	width: 216px;
	background-image: url(../img/azienda4.jpg);
	background-repeat: no-repeat;
}


.left3vuoto {
	float: left;
	clear: left;
	height: 34px;
	width: 216px;
	border-left-color: #5A5D5A;
	border-left-style: solid;
	border-left-width: 1px;
}

.right3vuoto {
	float: right;
	clear: right;
	height: 34px;
	width: 20px;
}


#right1 {
	float: right;
	clear: right;
	margin-top: 0px;
	height: 305px;
	width: 111px;
}


#right_titolo {
	float: right;
	clear: right;
	margin-top: 0px;
	height: 46px;
	width: 151px;
}



.right {
	float: right;
	clear: right;
	margin-top: 0px;
}


/* allineamenti foto prodotti*/

#left1pdt {
	float: left;
	clear: left;
	height: 128px;
	width: 124px;
}

#left2pdt {
	float: left;
	clear: left;
	height: 208px;
	width: 216px;
}

#right1pdt {
	float: right;
	clear: right;
	margin-top: 0px;
	height: 290px;
	width: 111px;
}


#right_titolopdt {
	float: right;
	clear: right;
	margin-top: 0px;
	height: 46px;
	width: 151px;
}






/* elementi bordi e tabelle */


.td_bordogrigio_su {
	border-top-color: #5A5D5A;
	border-top-style: solid;
	border-top-width: 1px;
}

.td_bordogrigio_sx {
	border-left-color: #5A5D5A;
	border-left-style: solid;
	border-left-width: 1px;
}
.td_bordogrigio_giu {
	border-bottom-color: #5A5D5A;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.td_bordogrigio_giu_sx {
	border-bottom-color: #5A5D5A;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #5A5D5A;
	border-left-style: solid;
	border-left-width: 1px;
}


.td_bordogrigio_dx {
	border-right-color: #5A5D5A;
	border-right-style: solid;
	border-right-width: 1px;
}
.sfondogrigio {
	background-color: #C4C4C6;
}

