/* Eric Meyer CSS Reset Reload */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
	color: #000;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol,ul {
	list-style: none;
}
caption,th,td {
	text-align: left;
	font-weight: normal;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}
blockquote,q {
	quotes: "" "";
}
/* Fine Eric Meyer CSS Reset */

/* Stili base */
body {
	font-family: Verdana, Arial, "Bitstream Vera Sans", Sans, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

h2,
h3,
h4,
p,
strong,
ul,
li
{
	color: #004a72
}

strong {
	font-weight: bold;
}

a.strong {
	color: #004aa2;
	font-weight: bold;
}

	a.strong:hover {
		text-decoration: underline;
	}

#content a:hover {
	color: #00f;
	text-decoration: underline;
}

#maincontent strong.warning {
	color: #f00;
}

div.error {
	border: 1px solid #a00;
	margin: 1em;
	padding: 1em;
}

	div.error ul li {
		color: #a00;
	}

#page,
#home {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

	#header {
		height: 144px;
		background-color: #72ace7;
	}

		#home #header {
			height: 411px;
		}

	#header_main {
		width: 600px;
		height: 144px;
		float: left;
		background: #72ace7 url(img/header.jpg) no-repeat top left;
	}

		#home #header_main {
			height: 411px;
			background:  #72ace7 url(img/header_home.jpg) no-repeat top left;
		}

		ul#header_flags {
			float: right;
			margin: 5px;
		}

			ul#header_flags li {
				float: left;
				width: 28px;
				height: 16px;
				margin: 0 5px;
			}

				ul#header_flags a {
					display: block;
					width: 28px;
					height: 16px;
					text-indent: -9999px;
				}

				ul#header_flags a.flag_it {
					background: url(img/flag_it_16.png) no-repeat top left;
				}

				ul#header_flags a.flag_en {
					background: url(img/flag_en_16.png) no-repeat top left;
				}

		#header_slogan {
			height: 75px;
			margin: 36px 0 0 36px;
		}

			#home #header_slogan {
				height: 342px;
			}

		#header_slogan h1 {
			width: 122px;
			height: 44px;
			background: url(img/logo.png) no-repeat top left;
			text-indent: -9999px;
		}

		#header_slogan h2 {
			font-size: 1.4em;
			font-weight: bold;
			color: #0072b9;
			padding: 8px 0;
		}

		#menu {
			height: 33px;
			background-color: #000;
			opacity: 0.7;
			moz-opacity: 0.7;
		}

			#menu li {
				display: block;
				float: left;
				padding: 10px;
			}

				#menu li a {
					display: block;
					color: #fff;
					text-transform: uppercase;
					font-weight: bold;
				}

				#menu li a:hover {
					color: #ab0;
				}

	#header_side {
		width:358px;
		height: 112px;
		padding: 16px;
		float: right;
		background: #d8e4f0 url(img/header_menuside.png) no-repeat top left;
	}

	#home #header_side {
		height: 379px;
		background: #d8e4f0 url(img/header_menuside_home.png) no-repeat top left;
	}

		#header_side h2 {
			font-size: 1.4em;
			color: #004976;
			font-weight: bold;
		}

		#header_side p {
			margin-top: 10px;
			font-size: 1.2em;
			line-height: 1.3em;
			color: #004976;
		}

		#header_side p.numeroprenota {
			width: 352px;
			height: 60px;
			background: url(img/banner_numeroverde.png) no-repeat top left;
			text-indent: -9999px;
		}
		
		#header_side p.numeroprenota_en {
			width: 352px;
			height: 60px;
			background: url(img/banner_numeroverde_en.png) no-repeat top left;
			text-indent: -9999px;
		}


	#content {
		overflow: hidden;
		background: #f0f0f0 url(img/main_faux.png) repeat-y top left;
	}


		#maincontent {
			width: 520px;
			padding: 10px 40px;
			float: left;
		}

		#sidebar {
			width: 350px;
			padding: 20px;
			float: right;
			background: transparent url(img/side_top.png) no-repeat top left;
		}

	#footer {
		clear: both;
		height: 40px;
		padding-top: 12px;
		background: #d8e4f0 url(img/main_bottom.png) no-repeat top left;;
	}

		#footer p {
			padding: 15px;
		}


#content h2 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.8em;
	margin: 1.3em 0;
}

#content h3 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 1.3em 0 1.2em 0;
}

	div#content.news h3 {
		margin-bottom: 0.2em;
	}

	div#content.news h4 {
		color: #666;
		margin: 1em;
	}

#content p {
	font-size: 1.2em;
	line-height: 1.7em;
	margin: 2em 0 0.5em 0;
}

#content p.slogan {
	font-size: 2.5em;
	font-weight: bold;
	/*line-height: 2.6em;*/
	margin-top: 0;
}

#content p.creditcards {
	background: url(img/visa_master_amex.gif) no-repeat bottom left;
	padding-bottom: 38px;
}

div.creditcards {
	background: url(img/visa_master_amex.gif) no-repeat top right;
	padding: 15px 200px 25px 0px;
	margin-right: 150px;
}

#content ul {
	list-style-type: disc;
	margin: 0 0 3em 0;
	padding: 0;
}

	#content ul li {
		margin: 0.4em 0 0.4em 1.5em;
	}

#content p.dotbottom {
	padding-bottom: 15px;
	background: url(img/main_dot.png) repeat-x bottom left;
}


#content,
#maincontent,
#sidebar {
	overflow: hidden;
}

ul.fleet {
	margin: 15px 0;
	clear: both;
}

	ul.fleet li {
		display: block;
		height: 130px;
		padding: 15px 5px;
		background: url(img/main_dot.png) repeat-x bottom left;
	}

		ul.fleet li img {
			width: 174px;
			height: 130px;
			display: block;
			float: left;
		}

		ul.fleet li div.description {
			margin-left: 188px;
		}

			ul.fleet li h4 {
				font-size: 1.2em;
				font-weight: bold;
			}

			ul.fleet li h5 {
				color: #666;
			}

			#maincontent ul.fleet li p {
				margin: 15px 0;
				height: 60px;
				font-size: 1em;
				line-height: 1.2em;
			}

			ul.fleet li div.ops {
				height: 26px;
				overflow: auto;
			}



	#sidebar ul.news li {
		padding: 15px 5px;
		background: url(img/main_dot.png) repeat-x bottom left;
		overflow: auto;
	}

		#sidebar ul.news img {
			float: left;
			padding: 5px 0;
		}

		#sidebar ul.news h4 {
			font-weight: bold;
		}

		#sidebar ul.news p {
			font-size: 1.1em;
			line-height: 1.5em;
			margin-top: 0.2em;
		}

		#sidebar ul.news .description {
			margin-left: 128px;
		}

ul.pager {
	display: block;
	text-align: right;
}

	ul.pager li {
		display: inline;
		padding: 0 0.5em;
	}

		ul.pager li a {
			color: #004a72;
		}

		ul.pager li a:hover {
			text-decoration: underline;
		}

	ul.pager li.pager_current {

	}

	/* Sostituisce tutti i seguenti bottoni per mettere il testo localizzato in HTML */
	div.ops a.button {
		display: block;
		float: left;
		margin-right: 20px;
		background: url(img/button.png) no-repeat top left;
		color: #fff;
		text-align: center;
		line-height: 26px;
		font-size: 13px;
		font-family: Arial;
		width: 131px;
		height: 26px;
	}

	div.ops a.dettagli {
		display: block;
		float: left;
		background: url(img/but_dettagli.png) no-repeat top left;
		text-indent: -9999px;
		width: 131px;
		height: 26px;
	}

	div.ops a.prenota {
		display: block;
		float: right;
		background: url(img/but_prenota.png) no-repeat top left;
		width: 131px;
		height: 26px;
		text-indent: -9999px;
	}

	div.ops a.torna {
		display: block;
		float: left;
		background: url(img/but_tornalista.png) no-repeat top left;
		width: 131px;
		height: 26px;
		text-indent: -9999px;
	}

	div.ops a.leggi {
		display: block;
		float: left;
		background: url(img/but_leggi.png) no-repeat top left;
		width: 131px;
		height: 26px;
		text-indent: -9999px;
	}


fieldset {
	margin: 1em 0 2em 0;
	padding: 1em 0;
}

	fieldset.bordered {
		border: 1px solid #999;
	}

	fieldset legend {
		font-size: 1.2em;
		padding: 0 1em;
	}

	#maincontent fieldset p {
		margin: 2em;
		color: #004a72;
	}


	.form_row {
		overflow: auto;
		margin: 1.5em 0;
	}

	label {
		display: block;
		width: 150px;
		font-size: 1.2em;
		line-height: 1.5em;
		float: none;
		text-align: left;
	}

		fieldset label {
			text-align: right;
			float: left;
		}


	.form-input {
		display: block;
		margin-left: 0;
		clear: left;
	}

		fieldset .form-input {
			margin-left: 160px;
			clear: none;
		}




	form input,
	form textarea,
	form select {
		font-size: 1em;
		border: 1px solid #666;
		width: 350px;
		padding: 2px;
		margin: 0 5px;
	}

		form input.small {
			width: 2em;
			border: 0;
		}

	form textarea {
		height: 8em;
	}

	form.textarea.small {
		height: 4em;
	}

		.form_date select {
			width: 54px;
			text-align: center;
		}

			#sidebar .form_date select {
				margin: 0;
			}

	.form_row .info {
		color: #999;
		font-size: 1em;
		padding: 5px;
	}

	.form_row .warning {
		color: #a00;
		font-size: 1em;
		padding: 5px;
	}

	.form_ops .button {
		margin-right: 20px;
		background: url(img/button.png) no-repeat top left;
		color: #fff;
		text-align: center;
		line-height: 24px;
		font-size: 14px;
		font-family: Arial;
		width: 131px;
		height: 26px;
		border: 0;
		cursor: pointer;
	}

	.form_ops .continua {
		width: 131px;
		height: 26px;
		background: transparent url(img/but_continua.png) no-repeat top left;
		border: 0;
		text-indent: -9999px;
		cursor: pointer;
	}








