/* Elementi di base */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: red;}
a:hover {color: red;}

body {
	background: #FFD700;
	color: #009;
	font: normal 80% Tahoma,sans-serif;
}

p,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* Elementi personalizzati
   Questi elementi servono a collocare correttamente 
   gli elementi principali all'interno della gabbia strutturale */

.clearer {clear: both;}

.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.2em;
	margin: 0 auto;
	padding: 0 10px 4px;
	width: 780px;
}

/* Elemento che incorpora l'intestazione e serve per distanziare  
   la gabbia strutturale dal bordo superiore della finestra */
.top {
	padding: 50px 10px 0;
}

/* Intestazione
   L'intestazione e' divisa in 2 colonne col_left e col_right */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 275px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

.header .row_top {
	margin-bottom: 5px;
	background: #FFF;
	color: #000;
	height: 0px;
}

.header .row_top h1 {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 50px;
	text-align: left;	
	padding: 0 16px;
}

.header .row_bottom {
	background: #FFF url("img/logo_cocchetto_1.png") no-repeat;
	color: #FFF;
	height: 220px;	
}

.header .row_bottom h1 {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: left;	
	padding: 0 16px;
}
/* Menu Navigazione */
.menunav {	
	background: #FFF;
	border: 1px solid #09CF;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.menunav a {
	background: #FFD700;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	color: #000;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 15px;
	text-decoration: none;
}
.menunav a:hover {background-position: left bottom; color: #234;}

/* Corpo Principale */
.main {
	border-top: 4px solid #FFF;
	background: #FFF;
}

/* Contenuti - Colonna unica nella pagina */
.content {
	margin-right: 10px;
	margin-left: 0px;
	padding: 10px 16px;
	width: 745px;
}
.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-family: "Lucida Sans Unicode",sans-serif;}

.content .box {
	float: left;
	width: 400px;
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	margin-right: 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;
}

/* Pie' di Pagina, chiusura pagina */
.footer {
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 760px;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid #FFF;
	background-color: #7dafe6;
	font-family: "Lucida Sans Unicode",sans-serif;
	color: #009;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}
.footer a,.footer a:hover {color: #009;}