﻿* {
    margin: 0;
    padding: 0;
    outline: none;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: url(/images/bg_texture.gif) 0 0 repeat;
}
.bg_body {
    width: 100%;
    margin:0px;
    background: url(/images/bg_body.jpg) 0 0 repeat-x;
}

/* HTML */
ul {
    line-height: 1.9em;
    font-size: 12px;
    margin-bottom: 15px;
}
p {
    line-height: 1.9em;
    font-size: 12px;
    margin-bottom: 15px;
}
ul {
    list-style: none;
}
h1 {
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 5px 0;
}
h2 {
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 24px;
    font-weight: bold;
    margin: 40px 0 5px 0;
}
h3 {
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 5px 0;
}
a:visited {
    color: #8DAB48;
    text-decoration: underline;
}
a:link {
    color: #8DAB48;
    text-decoration: underline;
}
a:hover {
    color: #8DAB48;
    text-decoration: none;
}
hr {
    height: 20px;
    visibility: hidden;
}

/* classi varie */
.clear {
    clear: both;
}
span.evidenziatore {
    color: #FE862D;
    font-weight: bold;
    font-style: italic;
}
img.left {
    float: left;
    margin: 10px 10px 10px 0;
}
img.right {
    float: right;
    margin: 10px 0px 10px 10px;
}
ul.lista li {
    background: url(/images/ico_li.gif) 0 center no-repeat;
    text-indent: 15px;
}
/* Layout */
.wrapper {
    width: 960px;
    padding: 0 10px;
    margin: 0 auto;
    background: url(/images/bg_main.png) 0 230px no-repeat;
    position: relative;
}
.AzioniSito {
	margin:-10px 0px 25px 0px;
	width:960px;
	max-width:960px;
}
#header {
    background: url(/images/bg_texture.gif) 0 0 repeat;
    height: 70px;
    border-bottom: 8px solid #325C6B;
}
#main {
    background: #fff;
	 height:auto; 
	 min-height:100%;
}
#sidebar {
    width: 350px;
    margin-left: 20px;
    float: left;
}
#content {
    width: 550px;
    padding-left: 20px;
    float: left;
}
#content_pagInterne {
    padding: 0 20px;
}
#footer {
    background: #27333A;
    clear: both;
}
/* header */
.header_content {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.logo {
    margin: 8px 0 0 20px;
}
/* ---- Menu NAV ---- */
#nav {
    height: 25px;
    position: absolute;
    top: 20px;
    right: -20px;
}
#tabnav {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 590px;
}
#tabnav li {
    display: inline;
}

#tabnav span {
    display: none;
    position: absolute;
}
#tabnav li a {
    outline: none;
    margin-right: 0px;
    height: 25px;
    display: block;
    float: left;
    overflow: hidden;
    background: url(/images/nav.png) 0px 0px no-repeat;
}
/* a */
ul#tabnav li#nav-home a {
    background-position: 0px top;
    width: 58px;
}
ul#tabnav li#nav-chi a {
    background-position: -58px top;
    width: 96px;
}
ul#tabnav li#nav-staff a {
    background-position: -515px top;
    width: 55px;
}
ul#tabnav li#nav-servizi a {
    background-position: -154px top;
    width: 64px;
}
ul#tabnav li#nav-tecnologia a {
    background-position: -218px top;
    width: 98px;
}
ul#tabnav li#nav-lavora a {
    background-position: -316px top;
    width: 125px;
}
ul#tabnav li#nav-contatti a {
    background-position: -441px top;
    width: 80px;
}
/* a:hover */
ul#tabnav li#nav-home.active a {
    background-position: 0px -25px;
    width: 58px;
}
ul#tabnav li#nav-home a:hover {
    background-position: 0px -25px;
    width: 58px;
}
ul#tabnav li#nav-chi.active a {
    background-position: -58px -25px;
    width: 96px;
}
ul#tabnav li#nav-chi a:hover {
    background-position: -58px -25px;
    width: 96px;
}
ul#tabnav li#nav-staff.active a {
    background-position: -515px -25px;
    width: 55px;
}
ul#tabnav li#nav-staff a:hover {
    background-position: -515px -25px;
    width: 55px;
}
ul#tabnav li#nav-servizi.active a {
    background-position: -154px -25px;
    width: 64px;
}
ul#tabnav li#nav-servizi a:hover {
    background-position: -154px -25px;
    width: 64px;
}
ul#tabnav li#nav-tecnologia.active a {
    background-position: -218px -25px;
    width: 98px;
}
ul#tabnav li#nav-tecnologia a:hover {
    background-position: -218px -25px;
    width: 98px;
}
ul#tabnav li#nav-lavora.active a {
    background-position: -316px -25px;
    width: 125px;
}
ul#tabnav li#nav-lavora a:hover {
    background-position: -316px -25px;
    width: 125px;
}
ul#tabnav li#nav-contatti.active a {
    background-position: -441px -25px;
    width: 80px;
}
ul#tabnav li#nav-contatti a:hover {
    background-position: -441px -25px;
    width: 80px;
}
/* a:active */
ul#tabnav li#nav-home a:active {
    background-position: 0px -25px;
    width: 58px;
}
ul#tabnav li#nav-chi a:active {
    background-position: -58px -25px;
    width: 96px;
}
ul#tabnav li#nav-staff a:active {
    background-position: -515px -25px;
    width: 55px;
}
ul#tabnav li#nav-servizi a:active {
    background-position: -154px -25px;
    width: 64px;
}
ul#tabnav li#nav-tecnologia a:active {
    background-position: -218px -25px;
    width: 98px;
}
ul#tabnav li#nav-lavora a:active {
    background-position: -316px -25px;
    width: 125px;
}
ul#tabnav li#nav-contatti a:active {
    background-position: -441px -25px;
    width: 80px;
}
/* Box in spalla */
.box_spalla {
    background: #F4F4F4 url(/images/bg_box-bottom.gif) 0 bottom repeat-x;
    margin: 10px 0 30px 0;
}
.box_spalla h3 {
    background: url(/images/bg_box-top.jpg) 0 0 repeat-x;
    padding: 15px;
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 24px;
    color: #8DAB48;
    font-weight: bold;
}
.box_spalla p {
    padding: 0 15px 15px 15px;
    color: #333333;
}
.box_spalla div {
    padding: 0 15px 15px 15px;
    color: #333333;
}

.box_notizie {
    background: #F4F4F4 url(/images/bg_box-bottom.gif) 0 bottom repeat-x;
    margin: 50px 0 30px 0;
}
.box_notizie h3 {
    background: url(/images/bg_box-top.jpg) 0 0 repeat-x;
    padding: 15px;
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 24px;
    color: #4c4c4c;
    font-weight: bold;
}
.box_notizie h4 {
    padding: 15px;
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
}

.box_notizie p {
    color: #333333;
}
.box_notizie div {
    color: #333333;
}




ul.elenco_contatti {
    padding: 0 15px 15px 15px;
    list-style: none;
}
ul.elenco_contatti li {
    padding: 7px 0;
    font-size: 12px;
}
/* footer */
.footer_content {
    margin: 0 auto;
    width: 960px;
    padding: 10px;
    font-size: 11px;
    color: #E1E1E1;
}
.footer_content p {
    font-size: 11px;
}
div.split3 div {
    float: left;
    width: 29%;
    width: 33%;
    width: 29%;
    padding: 0 2%;
}
div.split3 div.bordo_laterale {
    border-left: 1px dotted #E1E1E1;
    border-right: 1px dotted #E1E1E1;
}
ul#footer_link li {
    width: 47%;
    display: inline;
    float: left;
    line-height: 1.9em;
}
ul#footer_link a:visited {
    text-decoration: underline;
    color: #E1E1E1;
}
ul#footer_link a:link {
    text-decoration: underline;
    color: #E1E1E1;
}
ul#footer_link a:hover {
    text-decoration: none;
}
/* PAG. Servizi */

/* accordion */
#accordion {
    margin: 0;
    padding: 0 0 40px 0;
}
.ui-accordion .ui-accordion-header {
    cursor: pointer; /*position: relative; margin-top: 1px; zoom: 0;*/
    padding: 0 20px;
    margin: 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    line-height: 40px;
    height: 40px;
    background: #f7f7f7 url(/images/acc_h3_span.gif) 98% center no-repeat;
}
.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
    display: block;
    text-decoration: none;
    font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 18px;
    font-weight: bold;
    color: #929292;
}
.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
    clear: both;
    padding: 15px 20px;
    overflow: auto; /*position: relative; */
    border-top: 0;
    margin-top: 0px;
    top: 0px;
    margin-bottom: 1px;
    display: none;
}
.ui-accordion .ui-accordion-content-active {
    display: block;
}
#accordion ul li {
    background: url(/images/ico_li.gif) 0 9px no-repeat;
    text-indent: 0px;
    padding-left:20px;
}
#accordion ol li {
	list-style-position:inside;
    text-indent: 10px;
}
#accordion p {
	line-height: 1.6em;
}

/* Form */
form {
    width: 550px;
    width: 520px;
    margin: 40px auto 0;
}
form fieldset {
    float: left;
    width: 98%;
    border: none;
}
form fieldset div {
    float: left;
    width: 40%;
    margin: 0 10% 10px 0;
    #margin:0 20px 10px 0;
    _margin:0 20px 10px 0;
    text-align:left;
}
form fieldset div input {
    width: 100%;
    _width: 98%;
    margin: 3px 0 0;
}
form fieldset div#tarea {
    width: 100%;
}
form fieldset div#tarea textarea {
    width: 89%;
    height: 100px;
    #margin:0010px;
}
form div#button {
    text-align: right;
    padding: 0 10% 0 0;
}
form div#button input {
    background: #8DAB48;
    color: #fff;
    font-weight: bold;
}
label {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
}
textarea {
    border: 1px solid #dadada;
    padding: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
select {
    border: 1px solid #dadada;
    padding: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
input {
    border: 1px solid #dadada;
    padding: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
/* VALIDATOR */
.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    width: 150px;
    padding-bottom: 15px;
    display: block;
    z-index: 5000;
}
.formError .formErrorContent {
    width: 100%;
    background: #000;
    color: #fff;
    font-family: tahoma;
    font-size: 10px;
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.formError .formErrorArrow {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 15px;
    height: 15px;
}
.formError .formErrorArrow div {
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    font-size: 0px;
}
.formError .formErrorArrow .line10 {
    width: 15px;
    height: 1px;
    background: #000;
    margin: 0 auto;
    font-size: 0px;
    display: block;
}
.formError .formErrorArrow .line9 {
    width: 13px;
    height: 1px;
    background: #000;
    margin: 0 auto;
    display: block;
}
.formError .formErrorArrow .line8 {
    width: 11px;
    height: 1px;
    background: #000;
    margin: 0 auto;
    display: block;
}
.formError .formErrorArrow .line7 {
    width: 9px;
    height: 1px;
    background: #000;
    margin: 0 auto;
    display: block;
}
.formError .formErrorArrow .line6 {
    width: 7px;
    height: 1px;
    background: #000;
    margin: 0 auto;
    display: block;
}
.formError .formErrorArrow .line5 {
    width: 5px;
    height: 1px;
    background: #000;
    margin: 0 auto;
    display: block;
}
.formError .formErrorArrow .line4 {
    width: 3px;
    height: 1px;
    background: #000;
    margin: 0 auto;
    display: block;
}
.formError .formErrorArrow .line3 {
    width: 1px;
    height: 1px;
    background: #000;
    margin: 0 auto;
    display: block;
}



/*-------------------------------*/

.ms-WPTitle {    
	font-family: "Trebuchet MS" , Tahoma, Verdana;
    font-size: 24px;
    color: #8DAB48;
    font-weight: bold;
	margin:0px;
}
.ms-WPHeader {
	padding-bottom:30px;
	text-align:left;
	background: url(/images/bg_box-top.jpg) 0 0 repeat-x;
}
.ms-WPHeader TD{ border-bottom:0px; border-collapse:collapse; }
.ms-standardheader{
	text-align:left;
}

.ms-WPBody {
	line-height: 1.9em;
    font-size: 12px;
    text-align:justify;
}
.ms-WPBody li {
    background: url(/images/ico_li.gif) 0 9px no-repeat;
    text-indent: 0px;
    padding-left:20px;
}
.ms-WPBody a:visited
{
    color: #8DAB48;
    text-decoration: underline;
}
.ms-WPBody a:link
{
    color: #8DAB48;
    text-decoration: underline;
}
.ms-WPBody a:hover
{
    color: #8DAB48;
    text-decoration: none;
}


