*{margin:0; padding:0; }

/* slider */

	body { padding: 20px;
	background: transparent;
	border: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 17px;
	/*background-color:#333333*/ }
	
	a:link {color: #62CAE3; text-decoration:none}   
	a:visited {color: #62CAE3; text-decoration:none} 
	a:hover {color:#ccc;text-decoration:none}   
	a:active {color: #62CAE3; text-decoration:none}  
	
	:focus {
	outline: 1px #fff dotted;
}
	.panel h2.title { color:#47312C; /*color:#62CAE3;*/ font-family:"Times New Roman", Times, serif; font-size:30px; margin-top:30px; margin-bottom: 15px; font-weight:normal }
	h2.title2 { color:#47312C; font-family:"Times New Roman", Times, serif; font-size:30px; margin-top:30px; margin-bottom: 15px; font-weight:normal }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

	/* Most common stuff you'll need to change */

	.coda-slider-wrapper { position: relative; margin:0px auto; width:900px; /*height:580px;*/ background-color:#fff; top:20px }
	.coda-slider { background: #fff; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; /*padding-right: 20px*/ }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 900px;  } 
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #fff}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }
	
	/* Box logo */
	.box_logo {
	position:absolute;
	top:15px;
	left:0px;
	clear: both;
	width:196px;
	height:55px;
	z-index:800;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	color:#47312C;
}
	
	/* Menu */
	.coda-nav ul { position:absolute; top:50px; right:5px;clear: both; display: block; overflow: hidden; z-index:900 }
	.coda-nav ul li { display: inline; }
	.coda-nav ul li a {float:left; /*width:100px; height:25px; background: #000;*/ font-weight:bold; font-size:12px; color: #666666 !important; display: block;  padding:0 7px; text-decoration: none }
	.coda-nav ul li a:hover {color: #47312C !important; text-decoration: none }
		
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left; height:545px }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }

	
	/* Lightbox */
	.gallery{
	float:left; width:870px; padding-left:0px; padding-top:5px}

	.gallery ul { list-style: none; }
	.gallery ul li { display: inline; margin-right:21px; }
	.gallery ul img {
		border: none;
		border-width: 2px 2px 2px;
		margin-bottom:19px;
		width:100px;height:100px
	}
	.gallery ul a:hover img {
		/*border: 2px solid #F0E1BA;*/
		border-width: 2px 2px 2px;
		color: #fff !important;
	}
	.gallery ul a:hover { color: #fff; }
	
	
/* ------------------- Contenuto ------------------------ */
	.pagine{ padding:100px 10px 10px 10px; width:860px; margin:0px auto}	
	.pagine_sx{float:left; width:410px; padding-right:20px}
	.pagine_sx_gallery{float:left; width:350px; padding-right:20px}
	.pagine_dx{float:left; text-align:right; width:410px; padding-top:55px; height:auto}
	.pagine_dx_2{float:left; text-align:left; width:410px; padding-left:20px}
	.slogan{ margin-top:260px; /*padding:5px; background-color:#CCCCCC;*/ line-height:33px; text-align:center; font-family:"Times New Roman", Times, serif; font-size:31px; color:#FFFFFF; background:url(../img/fondo_slogan.png)}
	
	/* Footer */
	.footer{ padding:20px 15px 15px 3px; clear:both; width:882px; margin:0px auto; font-size:11px; color:#CCCCCC;text-align:right;}	
	
	.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	.table_contact{
	margin:0px 0px 0px 0px;
	width:250px;
	font-size:11px;
	font-weight:bold;
	}
	.table_contact td{
	padding:2px 0px 2px 0px;
	}
/*********************************** forms *****************************************/
	form { padding: 0px 0px 0px 0px; }
	
	label { font-weight: normal; line-height:0px }
	
	input, textarea, select {
		width:250px;
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 12px !important;
		font-weight: normal !important;
		color:#000 !important;
		padding:5px;
		background-color:#dedede;
		margin: 0px 0px 0px 0px;
		/*border:1px solid #666;
		border-top:2px solid #000;*/
		border:none;	
	}
	select {
		width:230px;
	}
	input.submit {
	width:65px;
	background-color:#62CAE3;
	padding:3px;
	border:none;
	color:#fff !important;
	font-weight:bold !important;
	font-size:11px;
	}
	input.submit_2 {
	width:50px;
	background-color:#414142;
	padding:3px;
	border:none;
	color:#9eda25;
	font-size:11px;
	}
	
	input.submit:hover, input.submit_2:hover{
	  cursor: pointer;
	  background-color: #ccc;
	  color:#000
	  /*border:none;*/
	}
	
	input.checkbox {
	  width:15px;
	  padding:0px;
	  margin-bottom:0px;
	  background-color:#4A96CD;
	  border:0;
	}
	
	input.radio_button {
	  width:15px;
	  background:none;
	  border:0;
	}
	
	input.small, select.small {
	  width:20px;
	  color:#000;
	  padding:2px;
	}
