/* CSS Document */

body, html {
	margin: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: justify;
}

img {
	border: 0px;
}

.rosso {
	color: #AB4C4C;
	font-weight: bold;
}

#top {
	width: 100%;
	height: 15px;
	background-color: #333;
	color: #FFF;
}

#torna_home {
	margin: 0 auto;
	width: 980px;
	text-align: right;
}

#contenitore {
	width: 980px;
	margin: 0 auto;
	background-image: url(../img/sfondo.jpg);
}

#sinistra {
	width: 130px;
	float: left;
}

#auguri {
	height: 30px;
	margin-top: 20px;
	text-align: center;
}

#menu_sx {
	width: 115px;
	margin-top: 165px;
	margin-left: 5px;
	text-align: right;
}

#centro {
	width: 700px;
	margin-left: 130px;
}

#swf {
	height: 340px;
}

#contenuto_sopra {
	width: 650px;
	height: 50px;
	margin: 0 auto;
	margin-top: 15px;
}

#titolo {
	width: 350px;
	height: 50px;
	float: right;
	text-align: right;
}

#sottomenu {
	width: 300px;
	height: 50px;
	float: left;
}

#contenuto {
	background: url(../img/logo_trasp.jpg) no-repeat;
	height: auto !important;  /* per i browser moderni */
	height: 400px;            /* per IE5.x e IE6 */
	min-height: 400px;        /* per i browser moderni */
}

#testo {
	width: 650px;
	margin: 0 auto;
	margin-top: 35px;
	height: auto !important;  /* per i browser moderni */
	height: 250px;            /* per IE5.x e IE6 */
	min-height: 250px;        /* per i browser moderni */
}

#destra {
	width: 136px;
	float: right;
	background: url(../img/news.jpg) no-repeat;
}

#bottom {
	width: 100%;
	height: 15px;
	background-color: #333;
	color: #FFF;
	clear: both;
}

#bottom_testo {
	margin: 0 auto;
	width: 980px;
	text-align: center;
}

#bottom_tornahome {
	width: 120px;
	float: right;
	text-align: right;
}

#tabella_clienti {
	margin-bottom: 40px;
}

#tabella_clienti td {
	height: 55px;
	border-bottom-color: #EFEFEF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#tabella_rassegna {
	margin-bottom: 40px;
}

#tabella_rassegna td {
	height: 50px;
	border-bottom-color: #EFEFEF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}



/* LINK */

#top a:link, #top a:visited, #top a:active {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#top a:hover {
	color: #CCC;
	font-weight: normal;
	text-decoration: none;
}

#sottomenu a:link, #sottomenu a:visited, #sottomenu a:active {
	text-decoration: none;
}
#sottomenu a:hover {
	text-decoration: none;
}

#contenitore a:link, #contenitore a:visited, #contenitore a:active {
	color: #AB4C4C;
	font-weight: bold;
	text-decoration: none;
}
#contenitore a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

#testo a:link, #testo a:visited, #testo a:active {
	text-decoration: underline;
}
#testo a:hover {
	text-decoration: underline;
} 

#sinistra a:link, #sinistra a:visited, #sinistra a:active {
	text-decoration: none;
}
#sinistra a:hover {
	text-decoration: none;
}

#destra a:link, a:visited, a:active {
	color: #AB4C4C;
	font-weight: bold;
	text-decoration: underline;
}
#destra a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}

#bottom a:link, #bottom a:visited, #bottom a:active {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#bottom a:hover {
	color: #CCC;
	font-weight: normal;
	text-decoration: none;
}
