@charset "utf-8";

/* CSS RESET */
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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

@font-face {
    font-family: 'DejaVuSansBold';
    src: url('dejavusans-bold.eot');
    src: url('dejavusans-bold.eot') format('embedded-opentype'),
         url('dejavusans-bold.woff') format('woff'),
         url('dejavusans-bold.ttf') format('truetype'),
         url('dejavusans-bold.svg#DejaVuSansBold') format('svg');
}
@font-face {
    font-family: 'DejaVuSansCondensedBold';
    src: url('dejavusanscondensed-bold.eot');
    src: url('dejavusanscondensed-bold.eot') format('embedded-opentype'),
         url('dejavusanscondensed-bold.woff') format('woff'),
         url('dejavusanscondensed-bold.ttf') format('truetype'),
         url('dejavusanscondensed-bold.svg#DejaVuSansCondensedBold') format('svg');
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	clear:left !important;	
}
/* CSS Document */
body{
	background:#efefef;
}
.container{
	width:1000px;
	margin:0 auto;
}
.container #header{
	background:url(../img/bg_head.jpg) repeat-x;
	height:100px;
	margin-top:50px;
	position:relative;
}
.container #header .cont_logo{
	background: url(../img/bg_under_logo.png) no-repeat	left top;
	width:503px;
	height:122px;
	position:absolute;
	left:0;
	top:-21px;
}

.container #header .tagline a,
.container #header .tagline a:hover,
.container #header .tagline a:visited,
.container #header .tagline a:active{
	color:#d29f46;
	text-decoration:none;
}
.container #header #singola_voce{
	position:absolute;
	right:20px;
	top:18px;
	width:300px;
	text-align:right;
	font-family:'Arial';
	font-size:18px;
	color:#232323;	
}
.container #header #singola_voce span{
	color:#FFF;
	font-size:13px;
	line-height:26px;
}
.container #header #singola_voce a{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	display:block;
	font-weight:700;
	font-size:20px;
	font-family: 'Arial';
	color:#fff;
	padding:6px 0;
	text-decoration:none;
	background:#BA8D3F;
	border:solid 4px #BA8D3F;
	-webkit-transition: background 300ms ;
	-moz-transition: background 300ms ;
	-ms-transition: background 300ms ;
	-o-transition: background 300ms ;
	transition: background 300ms ;		
}
.container #header #singola_voce a:hover{
	background:#D29F46;
	-webkit-transition: background 300ms ;
	-moz-transition: background 300ms ;
	-ms-transition: background 300ms ;
	-o-transition: background 300ms ;
	transition: background 300ms ;	
}
.container #cont_slide{
	height:472px;
	width:1000px;
	background:url(../img/bg_slide.jpg);
	overflow:hidden;
	margin-top:-2px;
	
}
#cont_slide #slider{
	float:left;
	width:813px;
	position:relative;
	height:454px;
	overflow:hidden;
	margin:5px 0px;	
	border:solid 2px #E31E25;
}
#bordo{
	border:solid 2px #D29F46;
}
#cont_slide #thumbs{
	float: left;
    padding: 0px 23px;
    width: 119px;
}
#cont_slide #thumbs .thumb{
	margin-bottom:8px;
	cursor:pointer;
	border:solid 2px #E31E25;
}
.divider{
	height:15px;
	width:100%;
	background:#e31e25;
	margin-top:5px;	
}
.main{
	background:#fff;
	padding:40px 0;
	position:relative;
	height:400px;
}
.main h2{
	position:absolute;
	color:#fff;
	font-family: 'Arial';
	font-weight:700;
	width:132px;
	padding:8px 30px 16px 30px;
}
.main h2.sin{
	background: url(../img/bg_titolo_sin.png) left top no-repeat;
	top:-3px;
	left:0;
}
.main h2.des{
	background: url(../img/bg_titolo_des.png) left top no-repeat;
	bottom:-6px;
	right:0;
	text-align:right;
	padding:16px 30px 8px 30px;	
}
.main .cont_testo{
	padding:10px 37px;
	/*width:738px;*/
	font-size:12px;
	font-family: 'Arial';	
	line-height:18px;
	text-align:justify;
}
.main .cont_testo img{
	border:solid 2px #E31E25;
	margin:5px;
}
.main .cont_testo strong{
	font-weight:600;
}
.main.secondo{
	padding:20px 0 10px 0;
	height:620px;
}
/*.icone_social{
	float:left;
	margin-left:430px;
	margin-bottom:5px;
}
.social_icone{
	margin-right:10px;
}*/
.main .cont_servizi{
	width:180px;
	float:left;
	margin:10px 35px 20px 35px;
}
.main .cont_servizi h3{
	width:185px;
	text-align:center;
	font-family: 'Arial';	
	color:	#e31e25;
	font-size:12px;
	font-weight:600;
	padding:5px 0;
}
.main .cont_servizi img{
	border:solid 1px #000;
	width:182px;
	height:129px;
	dispaly:block;
	clear:both;
}
.main .cont_servizi p{
	font-family: 'Open Sans bold';
	font-size:14px;	
	line-height:14px;
	height:17px;
	overflow:hidden;
}
.main .cont_servizi	a{
	text-decoration:none;
	color:#000;
	display:block;
}
#footer{
	background:#FFF;
	padding:0 20px 5px;
	font-family: 'Arial';	
	line-height:21px;
	font-size:11px;
	color:	#404040;
	position:relative;
}
.iconcine{
	margin-right:8px;
}
p.testo_contatti{
	float:left;
	margin-left:26px;
}
.mappa{
	float:left;
	margin-top:5px;
	border:1px solid #e31e25;
}
.form{
	float:left;
	margin-left:17px;
	margin-top:5px;
	width:361px;
	height:241px;
	/*overflow:hidden;*/
}
.riquardo1{
	height:17px;
	width:300px;
	border:1px solid #e31e25;
	background:#FFF;
	color:#333;
	font-size:13px;
	margin-bottom:10px;
}
.riquardo2{
	height:50px;
	width:300px;
	border:1px solid #e31e25;
	background:#FFF;
	color:#333;
	font-size:13px;
	max-height:50px;
	max-width:300px;
	resize:none;
}
.privacy{
	width:260px;
	font-size:9px;
}
p.testi_form{
	color:#232323;
	font-family:'Open Sans';
	font-size:13px;
	margin-bottom:5px;
}
.tasto_invia{
	border:1px solid #e31e25;
	background:none;
	cursor:pointer;
	color:#e31e25;
	margin-left:260px;
	margin-bottom:20px;
}
#footer a,
#footer a:hover,
#footer a:visited,
#footer a:active{
	color:	#232323;
	text-decoration:none;
}
#footer strong{
	font-weight:700;
}
.clion{
	position:absolute;
	right:400px;
}
.main_news .cont_foto_news{
	background:url(../img/bg_slide.png);
	float:left;
	padding:10px 15px;
	height:480px;
}
.main_news .cont_testo_news{
	padding:10px 15px;
	/*width:738px;*/
	font-size:12px;
	font-family: 'Open Sans', sans-serif;	
	line-height:18px;
	text-align:justify;
	float:left;
	width:575px;
	padding-top:40px;
}
.main_news{
	background:#fff;
	/*padding:40px 0;*/
	position:relative;
}
p.testo_box_news{
	font-size:16px;
	font-family: 'Open Sans', sans-serif;	
	line-height:33px;
	text-align:center;
	color:#FFF;
}
p.titolo_box_news{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	color:#FFF;
	margin-bottom:30px;
}
.main_news h2{
	position:absolute;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	width:132px;
	padding:8px 30px 16px 30px;
}
.main_news h2.sin{
	background: url(../img/bg_titolo_sin.png) left top no-repeat;
	top:-3px;
	left:0;
}
.main_news h2.des{
	background: url(../img/bg_titolo_des.png) left top no-repeat;
	bottom:-6px;
	right:0;
	text-align:right;
	padding:16px 30px 8px 30px;	
}
.main .cont_testo{
	padding:10px 37px;
	font-size:12px;
	font-family: 'Arial';
	line-height:18px;
	text-align:justify;
}
.main_news .cont_testo img{
	border:solid 2px #D29F46;
	margin:5px;
}
.main_news .cont_testo strong{
	font-weight:600;
}
.main_news.secondo{
	padding:20px 0 10px 0;
}
.logo_shell{
	position:relative;
	margin-left:575px;
	padding-top:7px;
}
.thumb{
	margin-bottom:8px;
	cursor:pointer;
	border:solid 2px #D29F46;
}
.box_contatti{
	background:url(../img/bg_titolo_contatti.jpg) center top no-repeat;
	height:44px;
	width:288px;
	margin-left:345px;
	font-size:16px;
	font-family: 'Arial';
	color:#FFF;
	text-align:center;
	padding-top:6px;
}
p.testo_1{
	width:620px;
	font-size:16px;
	margin-top:12px;
}
p.testo_2{
	width:310px;
	float:left;
	margin-top:65px;
}
p.testo_3{
	width:310px;
	float:left;
	margin-top:65px;
	margin-left:21px;
}
p.testo_2 span{
	color:#E31E25;
}
p.testo_3 span{
	color:#E31E25;
}
.testi{
	float:left;
}
.foto{
	float:left;
	width:240px;
	margin-left:25px;
}
.contatti{
	font-family: 'Arial';
	color:#000;
	font-size:10px;
	text-align:center;

}
/*.container_intro{
	margin:0 auto;
	width:1000px;
	position:absolute;
}*/
.bg_intro{
	background:url(../img/intro/bg_intro.jpg) center top no-repeat;
	width:100%;
	height:100%;
	position:absolute;
	margin:0 auto;
}
p.nome_intro{
	font-family: 'Arial';
	color:#e31e25;
	font-size:36px;
	text-shadow: 1px 1px 0px #ffffff;
	top:60%;
	text-align:center;
	display:none;
	position:absolute;
	left:50%;
	margin-left:-270px;
}
p.enter_intro{
	font-family: 'Arial';
	color:#e31e25;
	font-size:24px;
	text-align:center;
	top:70%;
	display:none;
	text-decoration:underline;
	position:absolute;
	left:50%;
	margin-left:-98px;
}
p.enter_intro a{
	color:#e31e25;
}
p.enter_intro a:hover{
	color:#FFF;
	text-decoration:none;
	text-shadow: 1px 1px 0px #e31e25;
}
.logo_intro{
	/*margin-top:200px;*/
	top:20%;
	left:50%;
	position:absolute;
	margin-left:-238px;
	display:none;
}
.linea_alta{
	background:#e31e25 center repeat-x;
	height:10px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.linea_bassa{
	background:#e31e25 center repeat-x;
	height:10px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
.contatti_intro{
	font-family:'Arial';
	font-size:11px;
	color:#000;
	bottom:15px;
	position:absolute;
	text-align:center;
	left:50%;
	margin-left:-420px;
}
behavior: url(/PIE.htc);

#hr {
border: 1px solid #000;
}

.link_pagine {
font-size:11px;
font-family:Verdana;
color:#000000;
}

a:link.link_pagine {
color: #000000;
}

a:visited.link_pagine {
color: #000000;
}

a:hover.link_pagine {
color: #000000;
}

a:active.link_pagine {
color: #000000;
}

#link_pos {
font-size:11px;
font-family:Verdana;
color:#000000;
}

a:link.link_pos {
color: #000000;
}

a:visited.link_pos {
color: #000000;
}

a:hover.link_pos {
color: #000000;
}

a:active.link_pos {
color: #000000;
}

#title_pos_princ {
font-size:11px;
font-family:Verdana;
color:#000000;
}

a:link.title_pos_princ {
color: #000000;
}

a:visited.title_pos_princ {
color: #000000;
}

a:hover.title_pos_princ {
color: #000000;
}

a:active.title_pos_princ {
color: #000000;
}

#title_pos {
font-size:11px;
font-family:Verdana;
color:#000000;
}

a:link.title_pos {
color: #000000;
}

a:visited.title_pos {
color: #000000;
}

a:hover.title_pos {
color: #000000;
}

a:active.title_pos {
color: #000000;
}

#h3_pos {
font-size:11px;
font-family:Verdana;
color:#000000;
font-weight: normal;
}

a:link.h3_pos {
color: #000000;
}

a:visited.h3_pos {
color: #000000;
}

a:hover.h3_pos {
color: #000000;
}

a:active.h3_pos {
color: #000000;
}

#more_pos {
font-size:11px;
font-family:Verdana;
color:#000000;
}

a:link.more_pos {
color: #000000;
}

a:visited.more_pos {
color: #000000;
}

a:hover.more_pos {
color: #000000;
}

a:active.more_pos {
color: #000000;
}

