@charset "utf-8";
/* CSS Document */

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, caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
table, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.3em;
	color: #666;
	background: white;
	font-size: 13px;
}
body, form.form_1 input.submit, h3.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6, .slider .slide .text h2 {
	font-family: "Allura", Georgia, "Times New Roman", Times, serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ----- Colori e stili ----- */
a, a:link, a:visited {
color: inherit;
text-decoration:underline;
}
a:hover {
text-decoration:none;
}
.success,.alert,.advise {
	font-weight: normal;
	color: #333;
	width: auto;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 12px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	box-shadow: 2px 2px 5px #DADADA;
	line-height: 20px;
}
.success {
	background-color: #E7FFE7;
	background-image: url(../img/ok.png);
	border:1px #BEE6BE solid;
}
.alert {
	background-color: #FFEAEA;
	background-image: url(../img/alert.png);
	border:1px #E6B4B4 solid;
}
.advise {
	background-color: #FFFFE8;
	background-image: url(../img/advise.png);
	border:1px #F0F033 solid;
}
.font_0_8 {
	font-size:0.8em;
}
.font_0_9 {
	font-size:0.9em;
}
.font_1_1 {
	font-size:1.1em;
}
.font_1_2 {
	font-size:1.2em;
}
.font_1_3 {
	font-size:1.3em;
}
.font_1_4 {
	font-size:1.4em;
}
.nostrong {
	font-weight:bold;
}
.text_center {
	text-align:center;
}
.text_right {
	text-align:right;
}
.text_justify {
	text-align:justify;
}
.grigio {
	color:#999;
}
/* ----- Fine Colori e stili ----- */
/* ----- Grafica ----- */
a.btn {
	border: solid 1px #666666;
margin: 10px auto;
height: 30px;
width: 100px;
padding: 0;
font-size: 14px;
color: #4d4d4d;
display: block;
cursor: pointer;
text-align: center;
background-color: #fff;
line-height: 30px;
text-decoration: none;
}
a.btn:hover {
	background-color:#666;
	color:#fff;
}
p {
	margin-bottom:14px;
}
h1 {
	line-height:1.2em;
	font-size:3em;	
	color:#4d4d4d;
}
h1.huge {
	font-size: 5em;
}
#wrapper {
}
#header {
	width: 100%;
	height: auto;
	border-bottom:solid 1px #ccc;
}
#head {
	width: 980px;
	height: auto;
	margin: 0 auto;
}
#logo {
	float: left;
padding: 26px 10px;
}
#main {
	width: 980px;
margin: 0 auto;
}
.slider_wrapper {
	background-color: #000;
height: 550px;
width: 100%;
}
.slider {
	width:980px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.slider .slides {
	width:4900px;
	height:550px;
}
.slider .slide {
	width:980px;
	height:550px;
	float:left;
}
.slider .slide .text {
	position: absolute;
top: 350px;
left: 50px;
width: 360px;
text-align: center;
color: #fff;
}
.slider .slide .text h2 {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size: 34px;
	padding: 10px 0;
}
.slider .slide .text p {
	line-height: 20px;
font-style: italic;
color: #ccc;
}
.slider .slide .text.alt {
	color:#444;
}
.slider .slide .text.alt p {
	color:#666;
}
.slider_nav {
	position: absolute;
z-index: 999;
bottom: 0;
left: 0;
background-attachment: scroll;
background-image: url(../img/bg_white_opac_20.png);
background-repeat: repeat;
background-position: 0px 0px;
width: 954px;
height: 14px;
padding: 13px;
}
.slider_nav li {
	cursor:pointer;
	background-color: #808080;
width: 14px;
height: 14px;
float: left;
margin: 0 7px 0 0;
text-indent:-9999px;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius:7px;
}
.slider_nav li.cycle-pager-active {
	background-color:#fff;
}
.grid {
	float:left;
	background-color:#000;
	position:relative;
}
.grid.right {
	float:right;
}
.grid.grey {
	background-color:#E5E5E5;
}
.grid.col-1 {
	width:245px;
}
.grid.col-2 {
	width:490px;
}
.grid.col-3 {
	width:735px;
}
.grid.col-4 {
	width:980px;
}
.grid.row-1 {
	height:245px;
}
.grid.row-2 {
	height:490px;
}
.grid.row-3 {
	height:735px;
}
.grid.row-4 {
	height:980px;
}
.grid.text {
	text-align: center;
}
.grid.text a {
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}
.grid.text a span {
	font-style: italic;
text-decoration: none;
color: #808080;
}
.grid.text a:hover span {
	text-decoration:underline;
}
.grid.text h2, .grid.text h3, .grid.text h4 {
	color: #4d4d4d;
padding: 90px 0 30px 0;
line-height: 22px;
font-weight:bold;
}
.grid.text h2 {
	font-size: 34px;
}
.grid.text h3 {
	font-size: 30px;
}
.grid.text h4 {
	font-size: 26px;
}
.grid .nav {
	position: absolute;
z-index: 999;
bottom: 0;
right: 0;
left:0;
background-attachment: scroll;
background-image: url(../img/bg_white_opac_30.png);
background-repeat: repeat;
background-position: 0px 0px;
width: 100%;
height: 10px;
padding: 10px 0;
}
.grid .nav ul {
	float: right;
	margin-right: 39px;
}
.grid .nav li {
	cursor:pointer;
	background-color: #AAA;
width: 10px;
height: 10px;
float: left;
margin: 0 5px 0 0;
text-indent:-9999px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius:5px;
}
.grid .nav li.cycle-pager-active {
	background-color:#fff;
}
.grid .cycle-prev, .grid .cycle-next {
	background-attachment: scroll;
background-image: url(../img/bg_white_opac_40.png);
background-repeat: repeat;
background-position: 0px 0px;
border-radius: 12px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
position: absolute;
bottom: 3px;
z-index: 999;
width: 24px;
height: 24px;
cursor: pointer;
color: #eee;
font-size: 34px;
line-height: 18px;
text-align: center;
display: block;
}
.grid .cycle-prev:hover, .grid .cycle-next:hover {
	color:#AAA;
}
.grid .cycle-prev {
	left:5px;
}
.grid .cycle-next {
	right:5px;
}
.arrow {
	background-image:url(../img/arrow_grey.png);
	background-repeat:no-repeat;
	background-attachment:scroll;
	display: block;
	position: absolute;
	z-index: 999;
}
.arrow.black {
	background-image:url(../img/arrow_black.png);
}
.arrow.top {
	background-position: 0px 0px;
	width: 37px;
	height: 19px;
	top:-19px;
	left:104px;
	
}
.arrow.right {
	background-position:-19px 0px;
	width: 19px;
	height: 37px;
	right: -19px;
	top: 104px;
}
.arrow.bottom {
	background-position:0px -19px;
	width: 37px;
	height: 19px;
	bottom:-19px;
	left:104px;
}
.arrow.left {
	background-position:0px 0px;
	width: 19px;
	height: 37px;
	left: -19px;
	top: 104px;
}
#content {
	width: 710px;
	float: left;
}
.content_sx {
	float:left;
	padding: 40px 30px;
width: 360px;
}
.content_dx {
	float:left;
	width: 500px;
padding: 40px 30px;
}
.content_center {
float: none;
width: 600px;
padding: 40px 30px;
margin: 0 auto;
}
.items {
	padding: 30px 0;
}
.items .item {
	float: left;
width: 345px;
padding: 0 5px 15px 5px;
position: relative;
}
.items .item .subtitle {
	font-size: 14px;
font-weight: normal;
text-align: center;
line-height: 20px;
padding: 5px;
}
.items .item .subtitle a {
	text-decoration:none;
}
.items .item .subtitle a:hover {
	text-decoration:underline;
}
.items .item .hover {
	background-attachment: scroll;
background-image: url(../img/bg_white_opac_80.png);
background-repeat: repeat;
background-position: 0px 0px;
width: 345px;
position: absolute;
top: 0;
left: 5px;
right: 5px;
height: 345px;
text-align: center;
color: #444;
display:none;
}
.items .item:hover .hover {
	display:block;
}
.items .item .hover .title {
	margin-top: 100px;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
padding: 0 20px;
line-height: 22px;
margin-bottom: 15px;
}
.items .item .hover p {
	padding: 0 20px 20px 20px;
line-height: 20px;
height: 140px;
}
.items .item .hover a {
	font-size: 12px;
}
#sidebar {
	width: 230px;
	padding: 20px 20px;
	float:left;
}
#sidebar .submenu {
}
#sidebar .submenu li {
	padding: 8px 5px;
line-height: 22px;
}
#sidebar .submenu > li {
	border-top: dotted 1px #aaa;
}
#sidebar .submenu > li:first-child {
	border-top:none;
}
#sidebar .submenu li.open {
	text-decoration: underline;
	color: #000;
}
#sidebar .submenu li a {
	text-decoration: none;
	display: block;
}
#sidebar .submenu li a:hover {
	text-decoration: underline;
}
#sidebar .submenu ul {
	padding-left: 15px;
	padding-bottom:10px;
}
#sidebar .submenu ul li {
	list-style-type: disc;
list-style-position: inside;
line-height: 20px;
padding: 2px 0;
}
#sidebar .submenu ul li.open {
	text-decoration:none;
	font-weight:bold;
}
#sidebar .submenu ul li a {
}
#sidebar .submenu ul li a:hover {
}
#sidebar .submenu ul ul {
	padding-left: 25px;
	padding-bottom:5px;
}
#sidebar .submenu ul ul li {
	list-style-type: none;
list-style: none;
line-height: 20px;
padding: 0;
}
#sidebar .submenu ul ul li.open {
}
#sidebar .submenu ul ul li a {
}
#sidebar .submenu ul ul li a:hover {
}


#cycle-pager {
	float:	right;
	margin-right:145px;
}
#cycle-pager a {
	font-size:12px;
	text-decoration:none;
	cursor:pointer;
	padding:8px;
	display:block;
	width:6px;
	height:11px;
	float:left;
}
#gallery-preview {
	float: left;
width: 562px;
height: auto;
margin-right: 10px;
}
#gallery-preview .cycle-slideshow {
}
#gallery-preview .cycle-slideshow img {
}
#gallery-thumbs {
	width: 133px;
float: left;
overflow: hidden;
height: 562px;
}
#gallery-thumbs #gallery_nav {
	width: 133px;
float: none;
overflow: hidden;
height: 562px;
}
#gallery-thumbs .cycle-slideshow {
}
#gallery-thumbs .cycle-slideshow img {
	margin-bottom:10px;
	opacity:0.4 !important;
	filter:alpha(opacity=40) !important;
	-moz-opacity:0.4 !important;
	width:100%;
	height:100%;
	cursor:pointer;
}
#gallery-thumbs .cycle-slideshow img.cycle-slide-active {
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	-moz-opacity:1 !important;
}



form.form_1 {
	width: auto;
}
form.form_1 p {
	margin: 0px 0 5px 0;
	padding: 0px;
}
form.form_1 label {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	font-weight: normal;
	width: 100%;
	margin: 0px;
	padding: 2px 0;
	color: #000;
	display: block;
}
form.form_1 input, form.form_1 textarea {
	line-height: 24px;
color: #4d4d4d;
height: 24px;
width: 96%;
border: 1px solid #666;
font-size: 14px;
font-weight: normal;
margin-top: 2px;
margin-right: 0px;
margin-bottom: 2px;
margin-left: 0px;
background-color: #Fcfcfc;
padding: 5px;
float: none;
}
form.form_1 textarea {
	padding: 5px;
	height: 90px;
}
form.form_1 p.law {
	line-height: 16px;
	font-size: 12px;
	color: #999;
	text-align: justify;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
form.form_1 input.check {
	margin: 0px;
	height: 20px;
	width: auto;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	padding: 0px;
	line-height: 20px;
}
form.form_1 label.label_check {
	width: auto;
	height: 20px;
	margin: 0px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 18px;
}
form.form_1 input.submit {
	border: solid 1px #666666;
	margin: 10px auto;
	height: 30px;
	width: 100px;
	padding: 0;
	font-size: 14px;
	color: #4d4d4d;
	display: block;
	cursor: pointer;
	text-align: center;
}
form.form_1 input.submit:hover {
	background-color: #666666;
	color:#fff;
}
#footer {
	background-color: #000;
width: 100%;
padding: 50px 0;
}
#foot {
	width: 980px;
margin: 0 auto;
color: #A6A6A6;
}
#foot .box {
	float: left;
width: 195px;
height: auto;
padding: 10px 0 0 0;
text-align:center;

}
#foot .box + .box {
	border-left: solid 1px #666;
}
#foot .box h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}
#foot .box p {
	margin-top:15px;
}
#foot .box a {
}
#foot .box a:hover {
}
#foot .navigator {
	float: left;
margin-top: 100px;
line-height: 20px;
}
#foot .navigator li {
	float: left;
margin: 0 10px;
}
#foot .navigator li a {
	text-decoration:none;
}
#foot .navigator li a:hover {
	text-decoration:underline;
}
#foot .social {
	line-height: 32px;
margin-top: 5px;
float: right;
}
#foot .social li {
	float: left;
margin-right: 10px;
}
#foot .copy {
	font-size: 12px;
margin: 15px 0 0 10px;
line-height:20px;
vertical-align:middle;
}
#foot .copy img {
	vertical-align:middle;
}
/* ----- Fine Grafica ----- */
/* ----- Menu ----- */
/* ----- Fine Menu ----- */