/* PRIMA RIGA TABELLA LAYOUT */
#sx_riga_1 {
	width: 160px;
	height: 90px;
	background-color: rgb(255,255,255);
}
#centro_riga_1 {
	width: 430px;
	height: 90px;
	background-color: rgb(255,255,255);
}
#dx_riga_1 {
	width: 160px;
	height: 90px;
}
/* SECONDA RIGA TABELLA LAYOUT */
#sx_riga_2 {
	width: 160px;
	height: 30px;
	background-color: rgb(225,225,225);
}
#centro_riga_2 {
	width: 430px;
	height: 30px;
	background-color: rgb(225,225,225);
}
#dx_riga_2 {
	width: 160px;
	height: 30px;
	background-color: rgb(225,225,225);
}
/* TERZA RIGA TABELLA LAYOUT */
#sx_riga_3 {
	width: 160px;
	height: 40px;
	background-color: rgb(191,191,191);
}
#centro_riga_3 {
	width: 430px;
	height: 40px;
	background-color: rgb(191,191,191);
}
#dx_riga_3 {
	width: 160px;
	height: 40px;
	background-color: rgb(153,153,153);
}
/* QUARTA RIGA TABELLA LAYOUT */
#sx_riga_4 {
	width: 160px;
	height: 430px;
	background-color: rgb(225,225,225);
	margin: 0;
	vertical-align:middle;
	/*padding: 130px 0 140px 0;*/
}
#centro_riga_4 {
	width: 430px;
	height: 430px;
	background-color: rgb(255,255,255);
	vertical-align:top;
}
#dx_riga_4 {
	width: 160px;
	height: 430px;
	background-color: rgb(225,225,225);
	margin: 0;
	vertical-align:middle;
	/*padding: 130px 0 140px 0;*/
}
/* CONTENUTO PRIMA RIGA */
#sx_riga_1 p {}
/* CONTENUTO SECONDA RIGA */
#sx_riga_2 p {
	width: 120px;
	text-align:center;
	margin: 3px auto;
	padding: 0;
}
#centro_riga_2 p {
	margin: 0 0 0 25px;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	color: rgb(153,153,153);
}
#dx_riga_2 p {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: rgb(0,0,0);
}
/* CONTENUTO TERZA RIGA */
#sx_riga_3 p {
}
#centro_riga_3 p {
	margin: 0 0 0 25px;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color: rgb(0,0,0);
}
#dx_riga_3 p {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: rgb(0,0,0);
}
/* CONTENUTO QUARTA RIGA */

#dx_riga_4 ul {
	margin: 20px 0;
	padding:0;
	font-size: 10px;
}
#dx_riga_4 li {
	list-style-type:none;
	margin-left:0;
	padding-left:3px;
	margin-bottom:8px;
	padding-right:3px;
}
#dx_riga_4 a {
	text-decoration:none;
	color: rgb(0,0,0);
}
#dx_riga_4 a:hover {
	color: rgb(255,0,0);
}
#sx_riga_4 p {
	margin: 4px 0 4px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: rgb(0,0,0);
}
#centro_riga_4 p {
}
#dx_riga_4 p {
	margin: 4px 0 4px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: rgb(0,0,0);
}
.navazienda ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
}

.navazienda li { margin: 0 0 10px 0; }

.navazienda a
{
display: block;
text-align:center;
padding-top:5px;
width: 160px;
height: 50px;
background-image: url(../img/pulPositivo.jpg);
background-repeat:no-repeat;
}

.navazienda a:link, .navaziendalist a:visited
{
color: #000;
text-decoration: none;
}

.navazienda a:hover
{
background-image: url(../img/pulNegativo.jpg);
background-repeat:no-repeat;
color: #000;
}

#active a:link, #active a:visited, #active a:hover
{
background-image: url(../img/pulNegativo.jpg);
background-repeat:no-repeat;
color: #000;
}
