/* @charset "UTF-8";   CSS Document */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Corpo generale di tutte le pagina <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Corpo body generale <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

body {		/*>>>>>>>> Container Body con immagine di sfondo <<<<<<<<<<<*/
	display: block;
	background-image: url(../images_sito/sfondo_web-1900x1050.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000;
	}

img {		/*>>>>>>>> Toglie la cornice di bordo alle immagini in Explorer <<<<<<<<<<<*/
	border: 0
	}
	
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Tutte le font usate nelle pagine <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

			/*>>>>>>>> dichiarazione delle font <<<<<<<<<<<*/
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	font-style: italic;
	}
	
h5 {
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#00F;
}

h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#333;
	font-weight: bold;
	font-style: italic;
	}
	
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Corpo testa superoiore in tutto  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#box_logo_testa {		/*>>>>>>>> box di testa con il logo del motoclub e del sito <<<<<<<<<<<*/
	width: 970px;
	height: 250px;
	background-image: url(../images_sito/pag_web_testa-970x250.png);
	background-repeat: no-repeat;
	margin: 200px auto 0px auto;
	}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Codice orologio datario <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#box_clok {		/*>>>>>>>> Container box in testa con data e orario <<<<<<<<<<<*/
	width: 690px;
	height: 20px;
	padding: 0px 0px 0px 175px;
	}

.clok_tx {		/*>>>>>>>> dati per datario orologio <<<<<<<<<<<*/
	font-family: Arial, Verdana, Helvetica, sans-serif, serif;
	font-size:12pt;
	letter-spacing: 1px;
	color : #FFF;
	}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Icone social net <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

	.bot_yt {		/*>>>>>>>> Box #Container normale SocialNet YouTube <<<<<<<<<<<*/
	width: 50px;
	height: 48px;
	float: right;
	}
.bot_yt a {
	display: block;
	width: 48px;
	height: 48px;
	background: url(../images_sito/youtube.png) no-repeat left bottom;
	}
.bot_yt a:hover {
	background-position: right bottom;
	}

.bot_bg {		/*>>>>>>>> Box #Container SocialNet Blog amicinmoto <<<<<<<<<<<*/
	width: 50px;
	height: 48px;
	float: right;
	}
.bot_bg a {
	display: block;
	width: 48px;
	height: 48px;
	background: url(../images_sito/blog.png) no-repeat left bottom;
	}
.bot_bg a:hover {
	background-position: right bottom;
	}

.bot_mail {		/*>>>>>>>> Box #Container normale @ mail <<<<<<<<<<<*/
	width: 60px;
	height: 48px;
	float: right;
	}
.bot_mail a {
	display: block;
	width: 48px;
	height: 48px;
	background: url(../images_sito/mail.png) no-repeat left bottom;
	}
.bot_mail a:hover {
	background-position: right bottom;
	}
/*
.bot_fb {		>>>>>>>> Box #Container normale SocialNet Facebook <<<<<<<<<<<
	width: 50px;
	height: 48px;
	float: right;
	}
.bot_fb a {
	display: block;
	width: 48px;
	height: 48px;
	background: url(../images_sito/facebook.png) no-repeat left bottom;
	}
.bot_fb a:hover {
	background-position: right bottom;
	}*/
/*		
.bot_tw {		>>>>>>>> Box #Container normale SocialNet Twitter <<<<<<<<<<<
	width: 50px;
	height: 48px;
	float: right;
	}
.bot_tw a {
	display: block;
	width: 48px;
	height: 48px;
	background: url(../images_sito/twitter.png) no-repeat left bottom;
	}
.bot_tw a:hover {
	background-position: right bottom;
	}
*/

/*
.bot_g {		>>>>>>>> Box #Container SocialNet Google <<<<<<<<<<<
	width: 50px;
	height: 48px;
	float: right;
	}
.bot_g a {
	display: block;
	width: 48px;
	height: 48px;
	background: url(../images_sito/google.png) no-repeat left bottom;
	}
.bot_g a:hover {
	background-position: right bottom;
	}
*/


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> box menu di testa  di tutte le pagine <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#box_main_menu {/*>>>>>>>> Box #Container menù e pagine visitate <<<<<<<<<<<*/
	width: 985px;
	height: 70px;
	background-color: #CCC;
	margin: 2px auto 0px auto;
	border-right-color: #333;
	border-bottom-color: #666;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-radius: 5px;
	}
	
#box_menu {/*>>>>>>>> Box #Container menù <<<<<<<<<<<*/
	width: 600px;
	height: 45px;
	margin: auto;
/*	padding: 0px 0px 0px 105px;	*/
	}

.fil_div {/*>>>>>>>> #Box del filetto verticale divisorio dei tasti menù <<<<<<<<<<<*/
	width: 3px;
	height: 25px;
	background-image: url(../images_sito/fil_v.png);
	background-repeat: no-repeat;	
	background-position: center;
	float: left;
	}	
	
.menu_fix {/*>>>>>>>> #Testo fisso del menù <<<<<<<<<<<*/
	font-family: Arial, Verdana, Helvetica, sans-serif, serif;
	font-size: 24px;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000, 1px 1px 1px #999;
	color: #999;
	display: block;
	float: left;
	padding: 0px 32px 0px 32px;
	}
	
.menu a{/*>>>>>>>> #Testo del menù cliccabile barra in alto <<<<<<<<<<<*/
	font-family: Arial, Verdana, Helvetica, sans-serif, serif;
	font-size: 24px;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #CCC, 1px 1px 1px #666;/**/
	text-decoration: none;
	color: #999;
	display: block;
	float: left;
	padding: 0px 32px 0px 32px;
	background-color: #CCC;
	}	

.menu a:hover {/*>>>>>>>> #Testo del menù cliccato barra in alto <<<<<<<<<<<*/
	color: #666;
	text-shadow: 1px 1px 1px #333, 1px 1px 1px #666;
	}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> box e comandi pagine visitate  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#box_pg_vis {/*>>>>>>>> Box #Container pagine visitate nella barra del menu di testa  <<<<<<<<<<<*/
	width: 830px;
	height: 17px;	
	}		

.box_pg_vis_fix {/*>>>>>>>> Testo fisso nelle pagine visitate <<<<<<<<<<<*/
	height: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: oblique;
	text-align: Left;
	color: #999;
	padding: 0px 0px 0px 70px;
	float: left;
	}
	
.box_vis_link a {/*>>>>>>>> Testo cliccabile nelle pagine visitate <<<<<<<<<<<*/
	height: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif, serif;
	font-size: 12px;
	font-style: oblique;
	text-align: Left;
	text-decoration: none;
	color: #999;
	float: left;
	}
	
.box_vis_link a:hover {/*>>>>>>>> Testo cliccato pagine visitate <<<<<<<<<<<*/
	color: #06F;
	text-decoration: none;
	}

.img_vis_link {/*>>>>>>>> Box #Container immagine frecce nella riga delle pagine visitate <<<<<<<<<<<*/
	width: 20px;	
	height: 15px;
	background-image: url(../images_sito/frec_dest.gif);
	background-repeat: no-repeat;	
	background-position: center;
	float: left;
	}
	
.box_pag_vis_link_fix {/*>>>>>>>> Box #Container e testo fisso nelle pagine visitate <<<<<<<<<<<*/
	height: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif, serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	text-align: Left;
	color: #666;
	float: left;
	}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> box Centrale (contenente le 3 colonne sinistra/centrale/destra)  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#box_centrale {/*>>>>>>>> Box #Container centrale generale della pagina HOME  <<<<<<<<<<<*/
	width: 970px;
	height: 840px;
	margin: 2px auto 0px auto;	
	background-position: center top;
	background-color: #CCC;
	}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> box colonna laterale Sinistra  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#box_lat_sx {/*>>>>>>>> Box #Container generale laterale sinistro <<<<<<<<<<<*/
	width: 240px;
	height: 840px;
	float:left;
	}
		
#box_testata_lat_sx {	/*>>>>>>>> Box #Container testata sinistra <<<<<<<<<<<*/
	width: 230px;
	height: 37px;
	background-position: center;
	background-image: url(../images_sito/box_lat-ars.png);
	background-repeat: no-repeat;
	margin: 5px auto 0px auto;
	background-color: #999;
	Border-radius: 10px 0px 0px 0px;
	}
		
#box_testata_lat_int {	/*	>>>>>>>> Box #Container testata interna <<<<<<<<<<<	*/
	width: 215px;
	height: 25px;
	background-color: #666;
	margin: 1px auto 0px auto;
	padding: 5px 0px 0px 15px;
}

.tx_testata {/*>>>>>>>> testo comune ai Box #Container testata <<<<<<<<<<<*/
	width: 220px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 1px #000, 2px 2px 2px #999;
	letter-spacing: 1px;
	padding: 10px 0px 0px 10px;
}
	
.tx_testata_ft {/*>>>>>>>> testo sul fondo Box #Container foto <<<<<<<<<<<*/
	width: 225px;
	height: 25px;
	background-color: #999;
	margin-left: 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000, 2px 2px 2px #999;
	padding: 5px 0px 0px 5px;
}	

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> menu laterale sinistro <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#box_menu_lat {/*>>>>>>>> Box #Container menù laterale più alto <<<<<<<<<<<*/
	width: 215px;
	height: 22px;
	background-color: #999;
	margin: 1px auto 0px auto;
	padding: 10px 0px 0px 15px;
}

.tx_menu_lat {/*>>>>>>>> Testi menù box laterale sinistro <<<<<<<<<<<*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	color: #FF9;
	word-spacing: 0px;
	font-weight: bold;
	letter-spacing: 1px;
}

.menu_lat_tx_fix {/*>>>>>>>> Testi fissi menù box laterale sinistro <<<<<<<<<<<*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	color: #0CF;
	text-shadow: 1px 1px 1px #000, 2px 2px 2px #999;
	word-spacing: 0px;
	font-weight: bold;
	letter-spacing: 1px;
}

.menu_lat_tx a {/*>>>>>>>> Testi cliccabili menù box laterale sinistro <<<<<<<<<<<*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	color: #1E1E1E;
	letter-spacing: 1px;
}
	
.menu_lat_tx a:hover {/*>>>>>>>> Testi cliccabili menù box laterale sinistro <<<<<<<<<<<*/
	font-weight: bold;
	color: #666;
	padding-left: 3px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> box scorrevole laterale sinistro <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#box_scrol_sx {/*>>>>>>>> Box #Container scorrevole laterale sinistro <<<<<<<<<<<*/
	width: 225px;
	height:198px;
	background-image: url(../images_sito/logo_aim.png);
	background-color: #999999;
	background-position: center;
	background-repeat: no-repeat;
	padding: 5px 0px 0px 5px;
	margin: 1px auto 0px auto;
	overflow: hidden;
	clear: left;
	outline: none;
	border: none;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> box scorrevole laterale destro <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#box_scrol_dx {/*>>>>>>>> Box #Container scorrevole laterale destro <<<<<<<<<<<*/
	width: 230px;
	height:450px;
	background-image: url(../images_sito/Logo.png);
	background-color: #999999;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	clear: left;
	outline: none;
	border: none;
	margin: 1px auto 0px auto;
	padding-top: 5px 0px 0px 5px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Testi e filetti per i box scorrevoli destro/sinistro <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.fil_h {/*>>>>>>>> Filetto orizzontale nei box scorrevoli <<<<<<<<<<<*/
	text-transform:uppercase; 
	background-image: url(../images_sito/fil_h.jpg);
	background-repeat: repeat;
	background-position: center 5px;
}

.box_scrol_tx {/*>>>>>>>> Testi per i Box scorrevoli <<<<<<<<<<<*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	text-align: justify;
	background-color: #9B9B9B;
	color: #000;
/*	padding: 5px 10px 5px 10px;*/
}
	
.box_scrol_tx a {/*>>>>>>>> Testi cliccabili per i Box scorrevoli <<<<<<<<<<<*/
	text-decoration: none;
	color: #FFC;
}

.box_scrol_tx a:hover {/*>>>>>>>> Testi cliccabili per i Box scorrevoli <<<<<<<<<<<*/
	text-decoration: none;
	color: #F00;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> box galleria immagini4 box laterale sinistro <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#box_gal_4img {/*>>>>>>>> Box #Container normale SocialNet Facebook <<<<<<<<<<<*/
	width: 225px;
	height:60px;
	background-position: center;
	background-color: #999;
	padding: 5px 0px 0px 5px;
	margin: 1px auto 0px auto;
	overflow: hidden;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> box video laterale sinistro <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#box_video {/*>>>>>>>> Box #Container video laterale sinistro <<<<<<<<<<<*/
	width: 230px;
	height: 135px;
	overflow: hidden;
	background-color: #999999;
	margin: 1px auto 0px auto;
/*	border: 1px solid #666;*/
}

.messag_video {/*>>>>>>>> messaggi box video sinistro/destro <<<<<<<<<<<*/
	color: #F00;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-align: center;	
	margin-top: 50px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> menu laterale destra <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#box_lat_dx {/*>>>>>>>> Box #Container normale SocialNet Facebook <<<<<<<<<<<*/
	width: 240px;
	height: 840px;
	float: right;
}

#box_testata_lat_dx {/*>>>>>>>> Box #Container testata destra <<<<<<<<<<<*/
	width: 230px;
	height: 37px;
	background-image: url(../images_sito/box_lat-ard.png);
	background-color: #999;
	background-position: center;
	background-repeat: no-repeat;
	margin: 5px auto 0px auto;
	Border-radius: 0px 10px 0px 0px;
}

#box_calendario {/*>>>>>>>> BOX calendario <<<<<<<<<<<*/
	width: 230px;
	height: 191px;
	background-image: url(../images_sito/logo_bdbike.png);
	background-color: #999;
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 1px auto 0px auto;
}
	
.calendario_tx {/*>>>>>>>> Testi BOX calendario <<<<<<<<<<<*/
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
	
#box_slider_dx {/*>>>>>>>> Box #Container slider destro <<<<<<<<<<<*/
	width: 230px;
	height: 133px;
	background-color: #999;
	margin: 1px auto 0px auto;
	overflow: hidden;	
}
	
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Box *Container centrale delle news <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#box_centrale_news {/*>>>>>>>> Box #Container centrale delle news <<<<<<<<<<<*/
	width: 490px;
	height: 840px;
	float: left;
/*	background-image: url(../images/toppa_sfum.png);
	background-repeat: no-repeat;
	background-position: center;
*/	
}

#testata_box_news {/*>>>>>>>> testata box news <<<<<<<<<<<*/
	width: 490px;
	height: 37px;	
	background-image: url(../images_sito/box_centro.png);
	background-color: #999;
	background-position: center;
	background-repeat: no-repeat;
	margin: 5px auto 0px auto;	
/*	Border-radius: 0px 0px 10px 10px;	*/
}

#box_container_box-news {/*>>>>>>>> #Container dei box news <<<<<<<<<<<*/
	width: 487px;
	height: 791px;
	background-color: #999999;	
	margin: 1px auto 0px auto;
	overflow: auto;
}

#box_news {/*>>>>>>>> Box #Container news <<<<<<<<<<<*/
	width: 470px;
	margin: 5px auto 0px auto;
}

.testata_news	{/*>>>>>>>> Box #Container normale SocialNet Facebook <<<<<<<<<<<*/
	width: 465px;
	height: 22px;	
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 15px;
	color:#FF9;
	text-align: center;
	text-shadow: 1px 1px 1px #000, 2px 2px 2px #999;
	background-color:#787878;
	Border-radius: 10px 10px 0px 0px;	
	border-bottom: 1px #333 solid;
	border-right: 1px #333 solid;	
	padding-top: 3px;/
	margin: auto;
}

#box_clicca	{ /*>>>>>>>> Box #Container clicca nelle news <<<<<<<<<<<*/
	width: 440px;
	height: 16px;
	border-bottom: 1px #333 solid;
	border-right: 1px #333 solid;
	margin: 0px auto 0px auto;
	text-align: right;	
}

.tx_clicca	a {/*>>>>>>>> testo #Container clicca nelle news <<<<<<<<<<<*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding-right: 30px;
	text-decoration: none;
}

.tx_clicca	a:hover {/*>>>>>>>> testo #Container cliccato <<<<<<<<<<<*/
	color: #FFF;
}

.tx_news {/*>>>>>>>> testo #Container news <<<<<<<<<<<*/
	width: 440px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	margin: auto;		
	padding: 5px 0px 0px 5px;
	/*	overflow: auto;*/
}

.tx_news-2 {/*>>>>>>>> testo #Container news 2 <<<<<<<<<<<*/
	width: 440px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	text-align: justify;
	margin: auto;		
	padding: 5px 0px 0px 5px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Box *Container delle info e banner publicitari <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#box_b_ex {/*>>>>>>>> Box #Container delle info e banner publicitari  325px;  <<<<<<<<<<<*/
	width: 970px;
	height: 160px;
	line-height: 20px;
	background-color: #424242;
	border-style: solid;
	border-width: 5px;
	border-color: #CCC;
	margin: 1px auto 0px auto;
	border-radius: 5px;
}

/* contenitore unico per tutti e 3 i box banner e link */
#box_b_ex ul {/*>>>>>>>> Box #Container normale SocialNet Facebook <<<<<<<<<<<*/
	list-style:none;
	padding: 0px;
	margin: 0px auto 0px auto;
}

#box_b_ex ul a {/*>>>>>>>> Box #Container normale SocialNet Facebook <<<<<<<<<<<*/
	text-decoration:none;
	color: #999;
}

#box_b_ex ul a:hover {/*>>>>>>>> Box #Container normale SocialNet Facebook <<<<<<<<<<<*/
	text-decoration:none;
	color: #FFF;
	text-shadow: 1px 1px 1px #000, 1px 1px 1px #999;
}

.tx_b_ex_ul {/*>>>>>>>> Box #Container normale SocialNet Facebook <<<<<<<<<<<*/
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color:#999;
}

#box_b_ex li {/*>>>>>>>> Box #Container normale SocialNet Facebook <<<<<<<<<<<*/
	padding: 0px 0px 0px 0px;
	background-image: url(../images_sito/fd.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#box_b_banner_slider {/*>>>>>>>> Box #Container banner sponsor a sinistra <<<<<<<<<<<*/
	width: 250px;
	height: 130px;
	float: left;
	margin: 0px 10px 0px 10px;5px 10px;
	border: 5px double #666;
}
	
#box_b_banner_pubblicita {/*>>>>>>>> Box #Container banner a destra  <<<<<<<<<<<*/
	width: 250px;
	height: 130px;
	float: left;
	border: 3px double #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
/*	
#box_b_banner_public {    >>>>>>>> Box #Container banner a destra 2°sotto <<<<<<<<<<<
		width: 250px;
		height: 130px;
		float: left;
		margin: 5px 5px 5px 15px;
		border: 5px double #666;
	}
*/	
#box_b_col_a {/*>>>>>>>> Box #Container normale SocialNet Facebook <<<<<<<<<<<*/
	width: 180px;
	float: left;
	margin-left: 10px;
	color: #BFCDDB;
}

#box_b_col_b {/*>>>>>>>> Box #Container normale SocialNet Facebook <<<<<<<<<<<*/
	width: 180px;
	float: left;
	margin-left: 25px;
}

.tx_b_col_i	{/*>>>>>>>> Box #Container normale SocialNet Facebook <<<<<<<<<<<*/
	height: 24px;	
	background-color:#787878;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 15px;
	color:#FF9;
	text-shadow: 1px 1px 1px #000, 2px 2px 2px #999;
	border-bottom: 1px #333 solid;
	border-right: 1px #333 solid;
	border-radius: 7px 7px 0px 0px;
	text-align: center;
	padding-top: 3px;
	margin-bottom: 5px;
}

.tx-menu_b_col	{/*>>>>>>>> Box #Container normale SocialNet Facebook <<<<<<<<<<<*/
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 8px;
	color:#999;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Box *Container info pie di pagina sito <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#box_info {	/*>>>>>>>> Box Contenitore informazioni sito <<<<<<<<<<<*/
	width: 970px;
	height: 65px;
	background: url(../images_sito/box_info.png) center top no-repeat;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin: 1px auto 0px auto;
/*	line-height: 20px;
	background-color: #424242;
	border-style: solid;
	border-width: 5px;
	border-color: #CCC;
	margin: 1px auto 0px auto;
	border-radius: 5px; */
}

.tx_info {	/*>>>>>>>> testi del Box informazioni sito <<<<<<<<<<<*/
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
}
	
.menu_info a	{/*>>>>>>>> Box #Container normale SocialNet Facebook <<<<<<<<<<<*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
}
	
.menu_info a:hover {/*>>>>>>>> Box #Container normale SocialNet Facebook <<<<<<<<<<<*/
	color: #FFF;
	text-align: center;
	text-decoration: none;
/*	text-shadow: 1px 1px 1px #000, 1px 1px 1px #999;	*/
}

#statistic	{/*>>>>>>>> Box #Container normale SocialNet Facebook <<<<<<<<<<<*/
	width: 400px;
	height: 17px;
	margin: 0px auto 0px auto;
}
	
	
/* ///////////////////////////////// FINE PAGINA HOMME /////////////////////////////////////////////////////// */	


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Container il Club <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#container_sx {/*>>>>>>>> Box #Container centrale delle news <<<<<<<<<<<*/
	width: 725px;
	height: 840px;
	float: left;
}

#testata_box_sx {/*>>>>>>>> testata box news <<<<<<<<<<<*/
	width: 725px;
	height: 37px;	
	background-image: url(../images_sito/box_cent_d.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 5px auto 0px auto;
}

#box_sx {/*>>>>>>>> #Container dei box news <<<<<<<<<<<*/
	width: 725px;
	height: 793px;
	background-color: #999999;	
	margin: 1px auto 0px auto;
	overflow: auto;
}

#box_cen_sx {/*>>>>>>>> Box #Container news <<<<<<<<<<<*/
	width: 705px;
	margin: 5px auto 0px auto;
}

.testata_cen_sx	{/*>>>>>>>> Box #testata  <<<<<<<<<<<*/
	width: 690px;
	height: 22px;
	background-color:#787878;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 15px;
	color:#FF9;
	text-shadow: 1px 1px 1px #000, 2px 2px 2px #999;
	border-bottom: 1px #333 solid;
	border-right: 1px #333 solid;
	text-align: center;
	padding-top: 3px;
	margin: auto;
	letter-spacing: 2px;
}

.tx_cen_sx {/*>>>>>>>> testo #Container news <<<<<<<<<<<*/
	width: 680px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	margin: auto;		
	padding: 5px 0px 0px 5px;
	/*overflow: auto;	*/
}	
/* /////////////////////////////////////  FINE CSS chi siamo  /////////////////////////////////////////////////// */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Container Gallery  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

#box_centrale_gallery {/*>>>>>>>> Box #Container della gallery <<<<<<<<<<<*/
	width: 725px;
	heigt: 840px;
	float: left;
	background-color: #CCC;
	margin: 5px auto 0px auto;
	Border-radius: 0px 10px 0px 0px;
}

#box_testata_gallery {/*>>>>>>>> Box #Container testata destra <<<<<<<<<<<*/
	width: 720px;
	height: 37px;
	background-image: url(../images_sito/box_lat-ard.png);
	background-color: #999;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	Border-radius: 0px 10px 0px 0px;
}

.tx_gallery {/*>>>>>>>> testo comune ai Box #Container testata <<<<<<<<<<<*/
	width: 220px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 1px #000, 2px 2px 2px #999;
	letter-spacing: 1px;
	padding: 10px 0px 0px 10px;
}

#box_gal_img {/*>>>>>>>> Box #Container normale SocialNet Facebook <<<<<<<<<<<*/
	width: 715px;
	height:60px;
	background-position: center;
	background-color: #999;
	padding: 5px 0px 0px 5px;
	margin: 1px auto 1px auto;
	overflow: hidden;
}

.tx_testata_gal {/*>>>>>>>> testo sul fondo Box #Container foto <<<<<<<<<<<*/
	width: 715px;
	height: 25px;
	background-color: #999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: left;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000, 2px 2px 2px #999;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 1px auto 1px auto;
}	
