/* v1.0 | 20080212 */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
	font-size:15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	line-height: 27px;
}
h1 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color:#333;
	line-height: 18px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color:#333;
	line-height: 18px;
}
h3 {
	font-size: 13px;
	font-weight: normal;
	color: #333;
}
h4 {
	font-size: 13px;
	font-weight: normal;
	color: #333;
}
h5 {
	line-height: 16px;
}
h6 {
	line-height: 15px;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
body {
	line-height: 1;
	background: url(../../images/sfondo_01.jpg);
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
a {
	text-decoration:none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.blu {
	color: #003366;
}
.gray {
	color: #737a7e;
}
/* BODY */
body {
	line-height:1;
	font-size:12px;
	color:#FFFFFF;
}
/* HEADINGS */

#header {
	position: relative;
	width:100%;
	background-color:#010313;
	background-repeat:no-repeat;
	background-position:right;
	height:111px;
	text-align:center
}
.logo {margin: 0px 0px 0px 0px;}

#menu_header {
	background-color: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #8f8f8f;
	height:44px;
	text-align:center;
	line-height: 44px;
}
#menu_header2 {
	background-color: #333333;
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #666666;
	height:26px;
	line-height: 26px;
}
#menu_header a, #menu_header, #menu_header span { 
	text-decoration:none;
	font-size: 18px;
	color: #666666;
	line-height: 42px;
	font-family: "Times New Roman", Times, serif;
}
#menu_header a:hover, #menu_header .select{
	font-size: 18px;
	color: #000;	
}
#content {
	margin: 35px 20px 0px 20px;
}
#content p{
	text-align:justify;
}
#footer {
	font-size: 8px;
	text-align:center;
	margin-top: 14px;
	padding: 0px 20px;
}
#footer * {
	font-size: 12px;
	color: #737a7e;
}
.icon_footer {
	text-align: right;
	margin: 10px 20px;
}
.pulsante_sito_diretto {
	height: 47px;
	width: 100%;
	background: #333;
	border-top:#6d6d6d solid 1px;
	border-bottom:#232323 solid 1px;
}
.pulsante_sito_diretto .prima_riga, .pulsante_sito_diretto .prima_riga a{
	margin: 3px 0px 0px 20px;
	text-align: left;
	color: #b1b1b1;
	font-size: 18px;
	text-decoration:none;
}
.pulsante_sito_diretto .seconda_riga, .pulsante_sito_diretto .seconda_riga a{
	margin: 0px 20px 0px 0px;
	text-align: right;
	color: #FFF;
	font-size: 20px;
	text-decoration:none;
}
.pulsante_chiama{
	height: 47px;
	width: 100%;
	background:url(../img/telefono.png) no-repeat 20px 6px #009856;
	border-top:#78c9a6 solid 1px;
	border-bottom:#266b4d solid 1px;
}
.pulsante_chiama .prima_riga, .pulsante_chiama .prima_riga a{
	margin: 15px 0px 0px 76px;
	text-align: left;
	color: #FFF;
	font-size: 27px;
	text-decoration:none;
}
.pulsante_invia{
	height: 47px;
	width: 100%;
	background: #333333;
	border-top:#6d6d6d solid 1px;
	border-bottom:#232323 solid 1px;
}
.pulsante_invia .prima_riga, .pulsante_invia .prima_riga a{
	margin: 15px 20px 0px 20px;
	text-align: center;
	color: #FFF;
	font-size: 27px;
	text-decoration:none;
}
.next, .prev {
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	display: block;
	color: #FFF;
	text-decoration: underline;
}
.next {
	float: right;
	margin-right: 20px;
}
.prev {
	float: left;
	margin-left: 20px;
}
/*
	slider
*/

#container {
	position:relative;
	width: 100%;
	z-index:0;
}
#slides .slidesNext,#slides .slidesPrevious {
	position:absolute;
	top:100%;
	left: 0px;
	width:57px;
	height:25px;
	display:block;
	z-index:101;
	overflow:hidden;
	background:url(../img/navigation-previous.png) no-repeat 0 0 #333333;
	border-right: 1px solid #3e3e3e;
	padding-top:1px;
}

#slides .slidesNext {
	right:0px;
	left:auto;
	background:url(../img/navigation-next.png) no-repeat 0 0 #333333;
	border-left: 1px solid #3e3e3e;
	padding-top:1px;
}
#slides .slidesPagination_container {
	position:absolute;
	top:100%;
	left: 0px;
	width: 100%;
	z-index:100;
	height: 25px;
	background-color: #b8b4ad;
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #666666;
	text-align:center;
}


.slidesPagination {
	margin: 0 auto;
	width: 100px;
	
}

.slidesPagination li {
	float:left;
	margin:6px 1px 0px 1px;
	list-style:none;
	
}

.slidesPagination li a {
	display:block;
	width:14px;
	height:0;
	padding-top:14px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	overflow:hidden;
}

.slidesPagination li.slidesCurrent a {
	background-position:0 -14px;
}

/* CONTACT FORM */
.input_field {background-color:#ebebeb; border:none; border:1px solid #848484; margin-bottom:10px; width:100%; height:24px;  padding:0px 0px 0px 5px; line-height:18px; font-size:12px;}
.text_box {background-color:#ebebeb; border:none; border:1px solid #848484; margin-bottom:10px; width:100%; height:80px; padding:0px 0px 0px 5px; line-height:18px; font-size:12px;}
form p {margin: 0px 0px 3px 0px;}
form p.strong {font-weight: bold;}
#submit {
	height: 47px;
	width: 100%;
	background: #333333;
	border-top:#6d6d6d solid 1px;
	border-bottom:#232323 solid 1px;
	border-left: 0px;
	border-right: 0px;
	color: #FFF;
	font-size:27px;
	margin:0px;
	padding:10px 0px 0px 0px;
	text-align:center;
}
label {
	clear:both;
	color: #737a7e;
}
.notification_error {
	border: 1px solid #900;
	height: auto;
	color: #F00;
	width: 91%;
	padding: 10px 10px 10px 20px;
	background:url(../../images/alert.png) no-repeat center left #fee0e0;
	text-align:left;
	-moz-border-radius:3px;
	margin-bottom:10px;
}
.notification_error strong, .notification_error b {
	color: #F00;
}
.notification_ok {
	border: 1px #cbcf8e solid;
	height: auto;
	width: 90%;
	padding: 10px;
	background: #f5f9fd;
	text-align: center;
	-moz-border-radius: 3px;
	margin-bottom:10px;
}
fieldset {
	border: 0px;
}
.privacy {
	background-color:#ebebeb; border:1px solid #848484; margin-bottom:10px; width:100%; height:150px; padding:3px; line-height:12px; font-size:10px; overflow:auto;
}
.privacy p, .privacy strong, .privacy em {
	font-size:9px;
}
