html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #8A8A8A;
	text-align: center;
}
div#container {
	width: 770px;
	background-color: #000000;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
div#header {
	width: 770px;
	height: 170px;
}
div#sub_header {
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #D1CFDC;
	border-bottom: 1px solid #D1CFDC;
	font-size: 14px;
}
div#sub_header p {
	margin-top: 10px;
	margin-bottom: 10px;
}
div#sub_header p#name {
	font-size: 16px;
}
div#sub_header p#indirizzo {
	font-size: 14px;
	font-weight: bold;
}
div#sub_header p#indirizzo a {
	text-decoration: underline;
	color: #6A8CFF;
}
div#sub_header p#tel_fax {
	font-size: 13px;
	font-weight: bold;
}
div#sub_header p#indirizzo a {
	text-decoration: underline;
	color: #6A8CFF;
}
div#content {
	width: 770px;
}
div#content h1 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #FF0000;
}
div#content h2 {
   margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

div#content h3 {
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #FF0000;
}


div#content h4 {
   margin-top: 10px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #FFCC66;
}
#tbrivestimenti td {
	border: 1px dotted #8A8A8A;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
div#content h5 {
   margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
   font-style: italic;
}
div#bottom {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: bold;
}
div#bottom p {
	margin-top: 8px;
	margin-bottom: 8px;
}
div#footer {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	font-size: 11px;
}
div#counter {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

/* --- Stile riga dettagli Rampa --- */
div.rampa {
	width: 720px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
	border-top: 1px dotted #8A8A8A;
	border-bottom: 1px dotted #8A8A8A;
}
div.rampa table {
	width: 720px;
}
div.rampa table td {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
div.rampa table td a {
	text-decoration: underline;
	color: #6A8CFF;
}
div.rampa table td a:hover {
	text-decoration: none;
	color: #6A8CFF;
}
div.rampa table td.sigla {
	width: 80px;
	color: #FF0000;
}
div.rampa table td.quintalaggio {
	width: 130px;
}
div.rampa table td.lunghezza {
	width: 100px;
}
div.rampa table td.peso {
	width: 200px;
}
div.rampa table td.prezzo {
	width: 90px;
	color: #FF0000;
}
div.rampa table td.ordine {
	width: 120px;
}
/* --- END Stile riga dettagli Rampa --- */

p.textNotaRampe {
	margin: 0px;
	font-size: 9px;
}