@charset "utf-8";
/*	Resets
	------	*/
 
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
 
article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}
 
a img {border: 0;}

 
/*	Typography presets
	------------------	*/
 
.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}
 
.huge {
	font-size: 68px;
	line-height: 72px;
	letter-spacing: -1px;
}
 
.large, h2 {
	font-size: 42px;
	line-height: 48px;
}
 
.bigger, h3 {
	font-size: 26px;
	line-height: 36px;
}
 
.big, h4 {
	font-size: 22px;
	line-height: 30px;
}
.small, small {
	font-size: 13px;
	line-height: 18px;
}
@media all{
body {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	color:#333333;
	background: #f9f9f9 /*{a-body-background-color}*/;
}
h1{
	font-size:25px;
	margin-bottom:20px;
} 
img {
	max-width: 100%;
    height: auto;
}
iframe{
	max-width: 100%;
    height: auto;
}
.header{
	top: 0;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	width:100%;
	padding-bottom:5px;
	padding-top:5px;
	position: relative;
	background: #eeeeee /*{a-bar-background-color}*/;
	color: #3e3e3e /*{a-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #ffffff /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fefefe /*{a-bar-background-start}*/), to( #dddddd /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fefefe /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fefefe /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fefefe /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fefefe /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fefefe /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/);
}
.footer{
	color:#ffffff;
	border-top:1px solid #cccccc;
	width:100%;
	padding-bottom:5px;
	padding-top:5px;
	position: relative;
	bottom: 0;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #333333 /*{a-bar-shadow-color}*/;
	background: #e6e6e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #154E8A 0%, #153B63 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#154E8A), color-stop(100%,#153B63)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #154E8A 0%,#153B63 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #154E8A 0%,#153B63 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #154E8A 0%,#153B63 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #154E8A 0%,#153B63 100%); /* W3C */
}
.content{
	border-width: 0;
	overflow: visible;
	overflow-x: hidden;
	padding: 0px;
}
.contenuti_padding{
	border-width: 0;
	overflow: visible;
	overflow-x: hidden;
	padding: 15px;
}
.page{
	background: #f9f9f9;
	width:100%;
	height:100%;
}
.fbox ul{
	margin-bottom:20px;
}
.fbox ul li {
	display: block;
    border-bottom: 1px solid #bbbbbb;
    width: 100%;
    list-style: none outside none;
	margin-left:0px;
	background: #eeeeee /*{a-bar-background-color}*/;
	color: #3e3e3e /*{a-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #ffffff /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fefefe /*{a-bar-background-start}*/), to( #dddddd /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fefefe /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fefefe /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fefefe /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fefefe /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fefefe /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/);
}
.fbox ul li.first {
	display: block;
	border-top: 1px solid #bbbbbb;
    width: 100%;
    list-style: none outside none;
	margin-left:0px;
	background: #eeeeee /*{a-bar-background-color}*/;
	color: #3e3e3e /*{a-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #ffffff /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fefefe /*{a-bar-background-start}*/), to( #dddddd /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fefefe /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fefefe /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fefefe /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fefefe /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fefefe /*{a-bar-background-start}*/, #dddddd /*{a-bar-background-end}*/);
}
.fbox ul li:hover {
    background: #154E8A;
	
}
.fbox ul li a {
	color:#333333;
    display: block;
	padding-top:11px;
	padding-bottom:11px;
	padding-left:10px;
	padding-right:10px;
	background:url(arrow-01.png) no-repeat 97%;
	text-decoration:none;
}
.fbox ul li a:hover {
	color:#FFFFFF;
	text-shadow:none;
	background:url(arrow_white-01.png) no-repeat 97%;
}
a.inherit {
	color: #333333;
}
a.inherit:link {
	text-decoration: none;
}
a.inherit:visited {
	text-decoration: none;
	color: #333333;
}
a.inherit:hover {
	text-decoration: none;
	color: #666666;
}
a.inherit:active {
	text-decoration: none;
	color: #333333;
}

a.blu {
	color: #3697CA;
}
a.blu:link {
	text-decoration: none;
}
a.blu:visited {
	text-decoration: none;
	color: #3697CA;
}
a.blu:hover {
	text-decoration: none;
	color: #3697CA;
}
a.blu:active {
	text-decoration: none;
	color: #E53427;
}
a.white {
	color: #ffffff;
}
a.white:link {
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #ffffff;
}
a.white:hover {
	text-decoration: none;
	color: #ffffff;
}
a.white:active {
	text-decoration: none;
	color: #ffffff;
}
}
@media screen and (orientation: portrait){
.page { min-height: 420px; }
}
@media screen and (orientation: landscape){
.page { min-height: 300px; }
}
.input_style{
	font-size: 16px;
	line-height: 1.4;
	display: block;
	font-weight: normal;
	margin-bottom:10px;
	padding: .4em;
	width:90%;
	padding-top:4px;
	padding-bottom:4px;
	border-radius:5px;
	background:#ffffff;
	border: #eeeeee 1px solid;
	-webkit-box-shadow: #dddddd 0px 0px 5px;
	-moz-box-shadow: #dddddd 0px 0px 5px;
	box-shadow: #dddddd 0px 0px 5px;
}
.input_style:focus{
	font-size: 16px;
	line-height: 1.4;
	display: block;
	font-weight: normal;
	margin-bottom:10px;
	padding: .4em;
	width:90%;
	padding-top:4px;
	padding-bottom:4px;
	border-radius:5px;
	background:#ffffff;
	border: #eeeeee 1px solid;
	-webkit-box-shadow: #999999 0px 0px 5px;
	-moz-box-shadow: #999999 0px 0px 5px;
	box-shadow: #999999 0px 0px 5px;
	behavior: url(PIE.htc);
}
.input_style:hover{
	font-size: 16px;
	line-height: 1.4;
	display: block;
	font-weight: normal;
	margin-bottom:10px;
	padding: .4em;
	width:90%;
	padding-top:4px;
	padding-bottom:4px;
	background:#ffffff;
	border-radius:5px;
	border: #eeeeee 1px solid;
	-webkit-box-shadow: #999999 0px 0px 5px;
	-moz-box-shadow: #999999 0px 0px 5px;
	box-shadow: #999999 0px 0px 5px;
	behavior: url(PIE.htc);
}
.text_style{
	font-size: 16px;
	line-height: 1.4;
	display: block;
	font-weight: normal;
	margin-bottom:10px;
	padding: .4em;
	width:90%;
	padding-top:4px;
	padding-bottom:4px;
	background:#ffffff;
	border: #eeeeee 1px solid;
	border-radius:5px;
	-webkit-box-shadow: #dddddd 0px 0px 5px;
	-moz-box-shadow: #dddddd 0px 0px 5px;
	box-shadow: #dddddd 0px 0px 5px;
	font-family: Helvetica, Arial, sans-serif;
}
.text_style:focus{
	font-size: 16px;
	line-height: 1.4;
	display: block;
	font-weight: normal;
	margin-bottom:10px;
	padding: .4em;
	width:90%;
	padding-top:4px;
	padding-bottom:4px;
	background:#ffffff;
	border-radius:5px;
	border: #eeeeee 1px solid;
	-webkit-box-shadow: #999999 0px 0px 5px;
	-moz-box-shadow: #999999 0px 0px 5px;
	box-shadow: #999999 0px 0px 5px;
	behavior: url(PIE.htc);
	font-family: Helvetica, Arial, sans-serif;
}
.text_style:hover{
	font-size: 16px;
	line-height: 1.4;
	display: block;
	font-weight: normal;
	margin-bottom:10px;
	padding: .4em;
	width:90%;
	padding-top:4px;
	padding-bottom:4px;
	background:#ffffff;
	border-radius:5px;
	border: #eeeeee 1px solid;
	-webkit-box-shadow: #999999 0px 0px 5px;
	-moz-box-shadow: #999999 0px 0px 5px;
	box-shadow: #999999 0px 0px 5px;
	behavior: url(PIE.htc);
	font-family: Helvetica, Arial, sans-serif;
}
.button{
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	border: #eeeeee 1px solid;
	padding-top:4px;
	padding-bottom:4px;
	background:#ffffff;
	border-radius:10px;
	width:90%;
	-webkit-box-shadow: #dddddd 0px 0px 5px;
	-moz-box-shadow: #dddddd 0px 0px 5px;
	box-shadow: #dddddd 0px 0px 5px;
	behavior: url(PIE.htc);
	margin-bottom:15px;
}
.button:focus{
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	border: #eeeeee 1px solid;
	padding-top:4px;
	padding-bottom:4px;
	background:#ffffff;
	width:90%;
	border-radius:10px;
	-webkit-box-shadow: #dddddd 0px 0px 5px;
	-moz-box-shadow: #dddddd 0px 0px 5px;
	box-shadow: #dddddd 0px 0px 5px;
	behavior: url(PIE.htc);
	margin-bottom:15px;
}
.button:hover{
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	border: #eeeeee 1px solid;
	padding-top:4px;
	width:90%;
	padding-bottom:4px;
	background:#ffffff;
	border-radius:10px;
	-webkit-box-shadow: #dddddd 0px 0px 5px;
	-moz-box-shadow: #dddddd 0px 0px 5px;
	box-shadow: #dddddd 0px 0px 5px;
	behavior: url(PIE.htc);
	margin-bottom:15px;
}
.error_strings{
	list-style:none !important;
	margin-bottom:15px;
	margin-left:15px;
	color:#F00;
}
ul.lista_servizi{
	margin: 0;
    padding: 0;
    list-style: none;
	text-indent:25px;
}
ul.lista_servizi li{
	display: block;
	margin-bottom:10px;
	background:url(arrow_list-01.png) no-repeat;
}
ul.lista_servizi li a{
	color:#333333;
	text-decoration:none;
	padding-left:25px;
}
ul.lista_servizi li a:visited{
	text-decoration:none;
}
ul.lista_servizi li a:hover{
	text-decoration:underline;
}