html {
	font-family: verdana, arial, sans-serif;
}

body {
	font-size: .8em;
	color: #333;
	padding: 0;
	margin: .5em;	
}

hr {
	display: none;
}

h3 {
	font: 18px Georgia, Times, serif;
	color: #900;
	border-bottom: 1px dashed #900;
	width: 98%;
	font-weight: normal;
	font-style: italic;
}

#logo {
	position: absolute;
	left: 10px;
	top: 8px;
	width: 340px;
	height: 56px;
}

#logo h1 a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(logo_pointer_print.jpg) no-repeat;
		border: none;
	}
	
	#logo h1 span {
		display: none;
	}


#top {
	display: none;
}

#contents #contents_body {
	margin-top: 70px;
	border-top: 1px dashed #900;
	width: 100%;
	clear: both;
	padding: .5em;
}

	#contents #contents_body p {
		text-indent: 15px;
	}

#rete, #elencoDistributori {
	display: none;
}

#contents #contents_column {
	display: none;
}

#bottom {
	clear: both;
	width: 100%;
	border-top: 1px solid #900;
	text-align: center;
}

#bottom #bottom_menu {
		display: none;
	}


