@charset "utf-8";
/* CSS Document */
/*
Colori:
Azzurro: #0097D8;
Oro: #C1A919;
Sfondo: #FAF5E1;
*/
img {border:0;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
a.yellow {color:#C1A919; text-decoration:none;}

h1{font-size:22px; color:#C1A919; float:left; margin-top:2px;}
h2{font-size:24px; color:#C1A919; float:left;}
h3{font-size:20px; color:#C1A919; margin-top:5px; margin-bottom:3px;}
h4{font-size:14px; color:#C1A919; margin-top:5px; margin-bottom:3px; font-weight:normal;}

body {
	background:url("../../images/background.jpg") no-repeat center 0px;
	background-color:#000;
	margin:0;
	font-family:"Verdana";
	font-size:14px;
	color:#EEE;
}

div#body {
	width:1000px;
	margin:0 auto;
}
div#home {
	width:953px;
	margin:510px auto;
	margin-bottom:0;
}

div#header {
	background:url("../../images/header_background.png") repeat-y center top;
	width:800px;
	height:90px;
	margin:0 auto;
	padding:35px 100px 0 100px;
}
hr.header {
	width:500px;
	padding-top:10px;
	border:none;
	border-bottom:1px solid;
	color:#F06403;
}

div#content {
	background:url("../../images/content_background.png") no-repeat center top;
	width:920px;
	min-height:600px;
	margin:0 auto;
	padding:0 40px 0 40px;
}
div.titolo_pagina {
	padding-top:100px;
}
div.capitolo {
padding-top:15px;
}
div.titolo_capitolo {
width:350px;
height:17px;
border-bottom:1px solid #F06403;
margin-bottom:3px;
cursor:pointer;
}
div.testo_capitolo {
	font-size:13px;
}
div.logo_chi_siamo {
	float:left;
}
div.testo_chi_siamo {
	float:left;
	padding-top:12px;
	padding-left:5px;
	font-size:13px;
}

div.photo {
	float:left;
	width:200px;
	height:150px;
	padding:4px;
	border:1px solid #FFF;
	margin-top:4px;
	margin-bottom:20px;
}
div.photo:hover {
	border:1px solid #F06403;
}
div.photo_spacer {
	float:left;
	width:24px;
	height:1px;
}

div#footer {
	width:1000px;
	height:300px;
	padding-top:15px;
	background:url("../../images/footer_auto_personalizzate.jpg") no-repeat right bottom;
}
div#menu {
	width:1000px;
	height:57px;
	padding-top:175px;
}
div.menu_item {
	width:330px;
	height:57px;
	float:left;
}
div.menu_spacer {
	width:5px;
	height:5px;
	float:left;
}
div#credits {
	padding-top:10px;
	font-size:9px;
}
div#credits_logo {
	float:left;
padding-top:8px;
}
div#credits_testo {
	float:left;
padding-top:27px;
}
div.errore {
margin-left:210px;
font-size:20px;
font-weight:normal;
}