body {
	margin:0px; padding:0px;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	line-height: 14px;
	/*background-color: #d4ac76;*/
	text-align: center;
	color: #333333;
	background: url("../img/fondo_top.jpg") top center no-repeat #9ed2ed;
	/*background: url("../img/sfondo_prova.jpg") top center no-repeat #d4ac76;
	background-attachment: fixed;*/
}
h1 {
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px dashed #ececec;
	padding: 0px 0px 10px 0px;
}
h3 {
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	border: 0px solid red;
}
strong {
	font-weight: bold;
}

ul {
	margin: 5px 10px;
}
ol {
	margin: 5px 10px;
}
li {
	margin: 0px 10px;
}

#container {
	background: url("../img/fondo_bot.jpg") bottom center no-repeat;
}
div.blocca {
	clear:both;
 	visibility:hidden;
  	height:0px;
	line-height:0px;
}

a {
	color: #d60606;
}
a:hover {
	color: #85c441;
}


/*header*/

#header {
	width: 966px;
	margin: 0px auto;
	background: url("../img/fondo_header.png") bottom center no-repeat;
	padding: 10px 0px 0px 0px;
}
#logo {
	float: left;
	width: 215px;
	text-align: right;
}
#immagine_centrale {
	float: left;
	width: 580px;
}
#link {
	float: left;
	width: 160px;
	padding: 38px 0px 0px 0px
}
#link a.honda {
	float: left;
	width: 78px;
}
#link a.fim {
	float: left;
	width: 78px;
}

/*main menu*/
#main_menu {
	width: 986px;
	height: 44px;
	color: #ffffff;
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 20px;
	margin: 0px auto;
	border: 0px solid #075ca8;
	border-width: 0px 3px;
	background: url("../img/fondo_menu.jpg") bottom center repeat-x;
	position: relative;
}
#main_menu a {
	position: absolute;
	line-height: 44px;
	color: #ffffff;
	text-tranform: uppercase;
	width: 100px;
}
#main_menu a:hover {
	border-bottom: 8px solid #d60606;
}

#main_menu #club {
	left: 30px;
}
#main_menu #moto {
	left: 160px;
	
}
#main_menu #calendario {
	left: 310px;
	width: 180px;
}
#main_menu #viaggi {
	left: 520px;
	width: 180px;
}
#main_menu #foto {
	left: 730px;
}
#main_menu #forum {
	left: 850px;
}


/*corpo home ... con le colonne larghe uguali (o quasi)*/
#corpo_home{
	width: 966px;
	margin: 0px auto;
	background: url("../img/fondo_corpo_home.jpg") top center repeat-y #ffffff;
	text-align: left;
}
#corpo_home #col_sx{
	float: left;
	width: 495px;
	background: url("../img/fondo_col_sx.jpg") top center repeat-x;
}
#corpo_home #col_dx{
	width: 471px;
	float: left;
}

/*corpo pagina ... con la colonna di sx + grande e menu a destra*/
#corpo_pagina{
	width: 966px;
	margin: 0px auto;
	background: url("../img/fondo_corpo_pagina.jpg") top left repeat-y #ffffff;
	text-align: left;
}
#corpo_pagina #col_sx{
	float: left;
	width: 665px;
	background: url("../img/fondo_col_sx.jpg") top center repeat-x;
}
#corpo_pagina #col_dx{
	width: 301px;
	float: left;
}

/*main post*/
.main_post {
 position: relative;
 padding: 0px;	
}
.main_post .etichetta {
	position:absolute;
	left: -21px;
	top: 20px;
}
.main_post .post{
	padding: 20px;
}
.main_post .post .titolo{
	color: #d60606;
	font-size: 18px;
}
.main_post .post .titolo a{
	color: #d60606;
	font-size: 18px;
}
.main_post .post .sottotitolo{
	padding: 0px 0px 10px 5px;
	font-size: 10px;
}
.main_post .post .foto{
	/*border: 1px solid #ececec;*/
}
#corpo_home .main_post .post .foto img{
	border: 4px solid #ececec;
	margin: auto;
	/*width: 445px;*/
}
#corpo_pagina .main_post .post .foto img{
	border: 4px solid #ececec;
	margin: auto;
	/*width: 445px;*/
}

.main_post .post .testo{
	padding: 10px 5px;
}
.main_post .post .testo p{
	padding: 10px 0px;
}
.main_post .post .testo ul{
	padding: 10px 5px;
}
.main_post .post .testo li{
	padding: 2px 5px;
}

/*ultime_notizie*/
.ultime_notizie {
 position: relative;
}
.ultime_notizie .etichetta {
	position:absolute;
	left: -21px;
}
.ultime_notizie .singola_notizia {
 padding: 10px;
}
.ultime_notizie .singola_notizia .foto{
	float: left;
	width: 132px;
	/*border: 1px solid #ececec;*/
}
.ultime_notizie .singola_notizia .breve{
	width: 320px;
	float:left;
	padding: 0px 0px 0px 10px;
}

#corpo_pagina .ultime_notizie {
 position: static;
}
#corpo_pagina .ultime_notizie .singola_notizia .breve{
	width: 490px;
	float:left;
	padding: 0px 0px 0px 10px;
}

.ultime_notizie .singola_notizia .foto img{
	border: 1px solid #ececec;
	margin: auto;
}
.ultime_notizie .singola_notizia .titolo a{
	color: #d60606;
	font-size: 18px;

}
.ultime_notizie .singola_notizia .sottotitolo{
	padding: 0px 0px 5px 5px;
	font-size: 10px;
}
.ultime_notizie .singola_notizia .testo{
	padding: 0px 0px 0px 5px;
}
.ultime_notizie .singola_notizia .testo .read_more{
	/*display: block;
	text-align: right;
	padding: 8px 0px 0px 0px;*/
}


/*col_sx*/

#foto_spot {
	background: url("../img/fondo_foto_spot.jpg") top left no-repeat #90c316;
	padding: 0px 0px 56px 65px;
}

#foto_spot .foto{
	border-top: 0px solid #333333;
	border-left: 0px solid #666666;
	border-bottom: 0px solid #ececec;
	border-right: 0px solid #ececec;
	/*width: 350px;*/
}



/*menu dx*/
#menu_dx {
	background: url("../img/fondo_menu_dx.jpg") top left repeat-y #90c316;
	padding: 20px 0px 56px 0px;
}

#menu_dx a {
	padding: 0px 0px 0px 33px;
	line-height: 20px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}
#menu_dx a:hover {
	background: url("../img/sfondo_voce_menu.jpg") top left no-repeat;
}


/*prossimi eventi*/
#prossimi_eventi {
	background: url("../img/fondo_prossimi_eventi.jpg") top left repeat-y #e9e9e9;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
	position: relative;
}
#prossimi_eventi .titolo {
	position: absolute;
	left: 0px;
	top: -30px;
}
#prossimi_eventi .evento {
	background: url("../img/etichetta_evento.jpg") top left no-repeat;
	padding: 7px 0px 5px 30px;
}
#prossimi_eventi .evento .data {
	color: #d60606;
}

#prossimi_eventi .evento .nome {
	text-transform: uppercase;
}

#prossimi_eventi .eventi {
	background: url("../img/etichetta_eventi.jpg") top left no-repeat;
	line-height: 35px;
	text-transform: uppercase;
	padding: 0px 0px 0px 30px;
	font-size: 13px;
}
#prossimi_eventi a {
	color: #333333;
}
#prossimi_eventi a:hover {
	color: #90c316;
}

#col_dx .spot {
	text-align: center;
	padding: 0px 0px 20px 0px;
}

#gruppi_regionali {
	background: url("../img/fondo_gruppi_regionali.jpg") top left repeat-y #fcefdc;
	font-weight: bold;
	position: relative;
	padding: 30px 0px 0px 0px;
}
#gruppi_regionali .titolo {
	position: absolute;
	left: 0px;
	top: -25px;
}
#gruppi_regionali .elenco {
	text-transform: uppercase;
	padding: 5px 0px 10px 30px;
}
#gruppi_regionali a {
	color: #333333;
}
#gruppi_regionali a:hover {
	color: #90c316;
}

#col_dx #sponsor_col {
padding: 20px 0px 0px 0px;
}

/*footer*/
#footer {
	width: 966;
	margin: 0px auto;
	border: 0px solid #343434;
	border-width: 8px 0px 0px 0px;
	background: url("../img/fondo_footer.jpg") bottom center repeat-x #4062ac;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #faed24;
}

#menu_supporto {
	/*padding: 18px 0px 0px 35px;*/
	padding: 0px 0px 0px 35px;
	width: 966px;
	margin: 0px auto;
}
.supp {
	float: left;
	width: 210px;
	border: 0px solid red;
	text-align: left;
	padding: 10px 0px 0px 10px;
	/*position: relative;*/
}
#menu_supporto .etichetta {
	float: left;
	/*position: absolute;*/
	width: 8px;
	height: 30px;
	/*left: -5px;
	top: -18px;*/
	background: #d60606;
}
.supp .titolo {
	text-transform: uppercase;
	color: #faed24;
	font-weight: bold;
}
.supp ul {
	margin:0px;
    padding:5px 0px 0px 0px;
}
.supp li {
	background:transparent url("../img/ico_li_supp1.gif") no-repeat scroll left center;
	list-style-image:none;
    list-style-position:outside;
    list-style-type: none;
    margin:0px;
    padding:0px 0px 4px 10px;
}

#dati {
	line-height: 40px;
}

/*pagina sponsor*/
    #col_sx .sponsor {
    padding: 5px 25px 20px 25px;
}
#col_sx .sponsor .logo {
    border-top: 1px dashed #ececec;
    padding: 10px 0px 0px 0px;
}
#col_sx .sponsor .descrizione{
	padding: 10px 0px;
}
#col_sx .sponsor .link{
    text-align: right;
	font-weight: bold; 
}
/*vecchio archivio*/
.recuperate {
	padding: 10px;
	border-top: 1px dashed #ececec;
}
.recuperate a {
	background: #ececec;
	display: block;
	width: 136px;
	height: 120px;
	float: left;
	padding: 5px;
	/*text-align: center;*/
	border: 1px solid #ffffff;
}
/*xrv story*/

.caratteristiche {
	font-size: 10px;
	line-height: 10px;
	margin: 10px 0px;
}
table {
    margin: 10px auto;
    /*table-layout: fixed;*/
    border: 0px solid red;
   	align: left;
}
th {
    background: #efefef;
    padding: 5px 8px;  
    font-weight: bold;
    border: 1px solid #ffffff;
}
td {
    padding: 5px 8px;
    line-height: 10px;
    border-bottom: 2px solid #ececec;
    vertical-align: middle;
}

/*last post*/

.last_post {
	text-align: left;
	padding: 4px 30px;
	border-bottom: 1px dashed #ececec;
}
.titolo_last_post {
	font-weight: bold;
	font-size: 11px;
}
.autore_last_post {
	font-size: 10px;
}
.ultimo_poster {
	font-size: 10px;
}
.data_last_post {
	font-size: 10px;
}
/*officina*/

.manutenzione table{
	margin: 10px;
    /*table-layout: automatic;*/
    border: 0px solid red;
   	align: left;
}
.manutenzione td {
	text-align: center;
	padding: 4px;
	border: 1px solid #ececec;
	font-size: 10px;
}
/*FORM CONTATTI*/

fieldset {
	background: #ececec;
	width: 600px;
}	
legend {
	background: #aee8ff;
	float: right;
	font-weight: normal;
	font-style: italic;
	line-height: 30px;
	width: 600px;
	padding: 0px 10px;
	text-align: left;
	font-size: 11px;
}

label {
	float: left;
	text-transform: uppercase;
	line-height: 30px;
	width: 130px;
	padding: 0px 0px;
	text-align: right;
	color: #08569e;
	font-weigth: bold;
	line-height: 14px;
}
form input {
	background: #ffffff;
	border: 3px solid #aee8ff;
	width: 400px;
	height: 30px;
	padding: 2px 4px 0;
	line-height: 20px;
}
form textarea {
	background: #ffffff;
	border: 3px solid #aee8ff;
	width: 400px;
	padding: 10px;
}
form button {
	background: #ffffff;
	border: 3px solid #aee8ff;
	padding: 10px;
	/*margin-left: 140px;*/
	cursor: pointer;
}
.errormail {
	background: #ffffff;
	padding: 10px;
	color: red;
	border: 1px solid red;
}
.sentmail {
	background: #ffffff;
	padding: 10px;
	color: green;
	border: 1px solid green;
}
.condizioni{
	font-size: 9px; 
	color:#08569E;
}
/*evento link*/
.evento_link {
	cursor: pointer;
	padding: 2px;
}
.evento_desc {
	background: #efefef;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	border: 4px solid #efefef;
	
}
.evento_apri {
	font-weight: bold;
	color: #d60606;
	font-size: 10px;
}