/* Elementi di base */
html {
	<link rel="shortcut icon" href="http://tuo_url.it/favicon.ico">
	min-height: 100%;
}

* {


}

a {color: #ce3018;}
a:hover {
	color: #C60;
	text-align: left;
}

body {
	border-top: 3px solid #ce301b;
	color: #444;
	font-family: "Myriad Pro", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: normal;
}

p,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 0px;
}

blockquote {
	text-align: left;

}

h1,h2,h3 {
	padding-top: 2px;
}

/* Elementi personalizzati
   Questi elementi servono a collocare correttamente 
   gli elementi principali all'interno della gabbia strutturale */

.clearer {
	clear: both;
	color: #FFF;
}

.left {float: left;}

.right {float: right;}

img.floatleft {
	float: left;
	margin: 5px 14px 3px 1px;
}

img.floatright {
	float: right;
	margin: 5px 1px 3px 14px;
}

/* Elementi della gabbia strutturale */
.container {
	background: #FFF;
	font-size: 1.1em;
	margin: 0 auto;
	width: 780px;
}

/* Elemento che incorpora l'intestazione e serve per distanziare  
   la gabbia strutturale dal bordo superiore della finestra */
.top {
	padding: 10px 10px 10px;
	height: 120px;
}

/* Intestazione
   L'intestazione e' divisa in 2 colonne col_left e col_right */
.header {
	background: #FFF;
	font-size: 1.8em;
	height: 100px;
	margin: 0 auto;
	padding: 10px 10px 10px;
	width: 780px;
	color: #F00;
}

.header .col_left { float: left; }
.header .col_right { float: right; }

.header .col_left, .header .col_right {
	background: #FFF;
	color: #000;
	height: 120px;	
}
.header .col_left {
	background: url(img/header-left-bg.jpg) no-repeat;
	width: 210px;
	height: 90px;
}
.header .col_right {
	background: #FFF;
	width: 564px;
	height: 90px;
	text-align: right;
}
.header .col_left h1 {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 50px;
	text-align: left;	
	padding: 0 16px;
}
.header .col_right p,.header .col_right h2 {
	padding: 0 0px;
	border-color: #F00;
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
}
.header .col_right h2 {
	color: #000;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.6em;
	font-style: normal;
	line-height: 5px;
	font-weight: normal;
	font-variant: normal;
}

/* Menu Navigazione */
.menunav {
	background: #FFF;
	border: 0px solid #CCC;
	border-color: #CCC #CCC;
	font-family: "Arial Black", Gadget, sans-serif;
	height: 24px;
}
.menunav a {
	background: #FFF;
	border-right: 1px solid #F00;
	color: #444;
	display: block;
	float: right;
	font: bold 1.1em sans-serif;
	line-height: 20px;
	padding: 0 20px;
	text-decoration: none;
	font-size: 0.8em;
	border-bottom-color: #F00;
	border-bottom: 1px solid #F00;
}
.menunav a:hover {
	background: #ce3018;
	color: #FFF;
	font-family: sans-serif;
	font-size: 1em;
}

/* Corpo Principale */
.main {
	border-top: 4px solid #FFF;
	background-color: #FFF;
	text-align: left;
}

/* Sub-Menu navigazione laterale - Colonna a sinistra della pagina */
.subnav {
	float: left;
	width: 210px;
}
.subnav h2 {
	color: #F00;
	font-size: 1.3em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.subnav ul {
	padding: 0;
	border-top: 1px solid #ce3018;
}
.subnav li {border-bottom: 1px solid #ce3018;}
.subnav li a {
	font-size: 1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.subnav li a:hover {
	color: #FFF;
	background-color: #CCC;
	font-size: 1.1em;
}

/* Contenuti - Colonna a destra della pagina */
.content {
	float: right;
	width: 550px;
	font-weight: normal;
	border: thin solid #CCC;
	text-align: right;
	padding-left: 5px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: circle;
	line-height: 1.3em;
	margin-left: 18px;
}

.content h3 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

.content p {
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
}

.content .box {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #ce3018;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}


/* Elemento che incorpora l'intestazione e serve per distanziare  
   la gabbia strutturale dal bordo superiore della finestra */
.bottom {
	padding: 0 10px 50px;
	color: #000;
}

/* Pie' di Pagina, chiusura pagina */
.footer {
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 760px;
	border-top: 1px solid #CCC;
	border-right: 0px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid #FFF;
	background-color: #FFF;
	color: #444;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 35px;
	text-align: right;
}
.footer a,.footer a:hover {color: #444;}
.container .main .content p {
	text-align: justify;
}
.container .main .content blockquote p {
	text-align: left;
}
.container .main .content blockquote p {
	text-align: justify;
	border-left-color: #333;
	margin-left: 5px;
	padding-left: 5px;
	position: relative;
	overflow: hidden;
}
SERVIZI {
	text-align: right;
}
.container .main .content blockquote table {
	color: #FFF;
	text-align: left;
	font-size: 12px;
}
.container .main .content table tr td {
	text-align: justify;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
}
.container .main .content table tr td p {
	text-align: justify;
}
.container .container table tr td p {
	text-align: justify;
}
.container .main .content table tr td em {
	color: #999;
	font-size: 1em;
	font-style: italic;
}
