/* CSS Document */


body {
/*	height: 100%;*/
	margin: 0px;
	background-color: #339CB8;
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;	
}
h1	{
	font-size: 22px;
	color: #339CB8;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
h2	{
	font-size: 16px;
	color: #999999;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#box {
	position:relative;
	width:900px;
	z-index:1;
	top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #B4B4B4;
	background-color: #FFFFFF;
	padding: 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#alto {
	width:900px;
	z-index:6;
	float: left;
	display: block;
	margin-bottom: 10px;
}
#mezzo {
	z-index:3;
	float: left;
	margin-bottom: 5px;
	width: 900px;
	border: solid 1px #b4b4b4;
}

#basso {
	z-index:3;
	background-color: #339CB8;
	float: left;
	width: 900px;
	border: 1px solid #B4B4B4;
}

#Logo {
	position:relative;
	width:194px;
	height:110px;
	z-index:5;
	background-image: url(../immagini/logo2.png);
	float: left;
	left: 10px;
	top: 5px;
}

#Logo a{
	float: left;
	text-align: right;
	line-height: 100%;
	position: relative;
	height: 100%;
	width: 100%;
}


#pos_nav {
	position:relative;
	z-index:12;
	float: right;
	top: 5px;
	padding-top: 4px;
	padding-bottom: 4px;	
}


/*****************************************************************************************************/


a {
	color: #333;
	font-weight: bold;
}
#nav {
	margin: 0;
	line-height: 100%;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
	z-index:15; /* for non-css3 browsers */
	border: solid 1px #6d6d6d;
	background-color:  #339CB8;
}
#nav li {
	margin: 0 5px;
	padding:0;
	position: relative;
	list-style: none;
	display: block;
	float: left;
	color: white;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #339CB8;
	border-right-color: #444;
	border-bottom-color: #111;
	border-left-color: #444;
	background-color: #2E8EA7;	/*#84CBDD;*/  	
 }
/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  10px 20px;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background-color: #339CB8;
	padding:  11px 20px;	
	margin: 0; 
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	color: #666;
	width:auto;
	padding:  11px 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
#nav ul li{
	background: none;
	border: none;
}
#nav ul a:hover {
	background: #0399d4 !important; /* for non-css3 browsers */
	color: #fff !important;
}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	display: none;
	margin: 0;
    padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	border: solid 1px #b4b4b4;
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav a:hover > ul {
	display: block;
	top: -5px;		
}
#nav ul li {
	margin:0;
	padding:0;
	float: none;
}
#nav ul a {
	font-weight: normal;
		padding:  10px 20px;	
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
} 
p.Stile2{
	font-size: 18px;
	color: #339CB8;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.Stile3 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-align: justify;
}
em, i {
	font: italic 115% Baskerville, "Times New Roman", Times, serif;
}
em strong {
	color: #8e3d17;
	font: bold 70% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#colsx {
	position:relative;
	width:154px;
	height: 100%;
	z-index:7;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #339CB8;
}
#coldx {
	position:relative;
	width:204px;
	height: 100%;
	/*z-index:7;*/
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	right: -12px;
	top: -1px;
}
#contatti {
	position:relative;
	width:100%;
	z-index:7;
	float: left;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}
#errore {
	position:relative;
	width:204px;
	height: 200px;
	z-index:100;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #333399;
	float: left;
	top: 0px;
	left: 0px;
}
#centrale {
	position:relative;
	height:100%;
	z-index:6;
	float: left;
	width:500px;
	padding: 15px;
}

.mgr {
	margin: 10px;
	background-color: #FFFF00;
	height: 100%;
	padding: 10px;
}

.msx {
	margin: 0;
	line-height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

.msx a {
	font-weight: bold;
	color: #339CB8;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}

.msx ul{
	display: none;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
}

.msx ul:hover{
	font-weight: bold;
}

.msx li .noopen:hover{
	display: none;
}

.msx li .corrente{
	display: block;
	padding: 0px;
	left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;

}

.msx ul a:hover {

	background: #339CB8 !important; /* for non-css3 browsers */
	color: #fff !important;
	font-weight: bold;
}

.msx li
{
	float: none;
	margin: 0;
	padding: 0px;
	white-space: nowrap;
	list-style-type: none;
}

.msx .corrente > a {
	background-color: #339CB8;
	color: #fff !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.msx li:hover > a {
	background-color: #339CB8;
	color: #FFF!important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.msx ul li {
	margin: 0;
	padding: 0;
}
.msx ul a {
	font-weight: normal;
}
/* level 3+ list */
.msx ul ul {
	left: 0px;
	top: -3px;
}

/* clearfix */
.msx:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.imghover span img{
	height:0%;
	width: 0%;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	top: -10px;
	left: 0px;
	z-index: 50;
}

.imghover span{
	display:none;
	background-color: #0099CC;
	position: absolute;
	z-index: 55;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
}
.imghover:hover span{
	position:relative;
	display: inline;
}

.imghover:hover span img{
	border: 1px solid #666666;
	position: absolute;
	height: auto;
	width: auto;
	color: #FF0000;
}


.server {
	width:115px;
	height:155px;
/*	border: 1px solid #3399FF;*/
	float: left;
	margin: 10px;
	left: auto;
	right: auto;
	background-color: #84CBDD;
}

.server:hover {
	border: 1px solid #339CB8;
	background-color: #FFFFFF;
}

.testo:hover{
	background-color: #339CB8;
	}
.testo {
	height: 45px;
	width: 115px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	float: left;
  color: white;
  cursor: pointer;
	background-color: #339CB8;
	}
.testo a{
  color: white;  
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	}	
 .centrato {
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	display: table-cell;
	height: 45px;
	width: 115px;
	background-color: transparent;
}
 .centrato p{
	margin: 0px;
}

.immagine {
	height: 100px;
	width: auto;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
#prodotti {
	width:900px;
	height:190px;
	float: left;
	overflow: hidden;
	position:relative;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #666666;
}
#servizi {
	width:900px;
	height:190px;
	float: left;
	overflow: hidden;
	position:relative;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #666666;
}
.prod_pre,.prod_pre a {
	width:45px;
	height:190px;
	z-index:10;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	line-height: 190px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;		 
}

.prod_pre a:hover {
	color: #84CBDD;
	text-decoration: none;
}
.prod_post,.prod_post a{
	width:45px;
	height:190px;
	z-index:10;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	/*display: block;*/
	line-height: 190px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;		 	
}
.prod_post a:hover {
	color: #84CBDD;
	text-decoration: none;
}
.prod_mid {
	width:810px;
	height:190px;
	z-index:3;
	float: left;
	overflow: hidden;
	position:relative;
}
#visibilep {
	width:3000px;
	height:150px;
	z-index:2;
	left:0px;
	top: 0px;
	position: relative;
}
#visibiles {
	width:3000px;
	height:150px;
	z-index:2;
	left:0px;
	top: 0px;
	position: relative;
}

ul#multi,ul#multi li{
	margin:0px;
	padding:0;
	list-style-image: none;
	list-style-type: none;
	float: left;
	display: block;
	
}

ul#multi{
	width: 100%;
	line-height: 1.8;
	right: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

ul#multi li{
	float:left;
	width:32%;
	margin-left: 1%;
	display: inline;
	border-bottom:1px dotted #777;
}

ul#multi li:hover{
	border: 1px;
	border-bottom-style: solid;
	border-color: #FFFFFF;
}
ul#multi a{
	display:block;
	color: #FFFFFF;
	height: auto !important;
	height: 1%;
	text-decoration:none;
	background-color: transparent;
	text-indent: 5px;
}

ul#multi a:hover{
	background-color: #84CBDD;
	color:#FFF;
}
.Stile6{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 0px;
	width: 100%;
}


#notizie {
	border:1px solid #339CB8;
	position: relative;
	height: 300px;
	width: 200px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
	float: left;
}
form {
	padding:5px;
	border:1px solid #339CB8;
	position: relative;
}
form:hover {
	background:#fff;
	border:1px solid #FFFF00;
}
.login {
	background:url(../gfx/user.gif) no-repeat 95% 1em;
}
.contact {
	font-size: 12px;
}
fieldset div {
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
fieldset div div {
	clear:both;
}
form {
	width:auto;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
label {
	float:left;
	text-align:right;
	margin-right:-8px;
}
legend {
	color:#0b77b7;
	font-size:1.2em;
	font-weight: bold;
}
legend span {
	text-align:right;
}
input, select {
	width:158px;
	margin-right:8px;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
}
button {
	border:1px solid #ddd;
	background:#fafafa;
	margin: 0;
}

button:hover{
	border-color:#c5c5c5;
	background:#f6f6f6;
}

select:hover, select:focus, input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}
textarea {
	width:156px;
	margin-right:8px;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	overflow: hidden;
}
textarea:hover, textarea:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 

#contatti .clearfix .contact input,#contatti .clearfix .contact select,#contatti .clearfix .contact textarea {
	width: 100%;
}
.miniform,.miniform:hover{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu_mini .miniform input {
	width: 80px;
	height:20px;
	display:block;
	float:left;
	cursor:pointer;
	border-right-style: none;
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
fieldset {
	border:1px solid #666666;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	position: relative;
	width:auto;
}
.date input {
	background-image:url(../gfx/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}

#submit-go {
	width:69px;
	height:26px;
	overflow:hidden;
	border:0;
	display:block;
	color: white;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #339CB8;
	border-right-color: #444;
	border-bottom-color: #111;
	border-left-color: #444;
	background-color: #339CB8;	/*#84CBDD;*/
	position: relative;
	cursor:pointer !important;
	cursor:pointer;
	float: left;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 60px;
}
#submit-go:hover {
	background-position:0 -26px;
	background-color: #339CB8;
	color: #FFFF00;
}

#submit-go2 {
	width:69px;
	height:26px;
	overflow:hidden;
	border:0;
	display:block;
	color: white;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #339CB8;
	border-right-color: #444;
	border-bottom-color: #111;
	border-left-color: #444;
	background-color: #339CB8;	/*#84CBDD;*/
	position: relative;
	cursor:pointer !important;
	cursor:pointer;
	float: left;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 230px;
}
#submit-go2:hover {
	background-position:0 -26px;
	background-color: #339CB8;
	color: #FFFF00;
}
.bottone {
	margin-top:1em;
	width:200px;
	height:40px;
	overflow:hidden;
	border:0;
	display:block;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #339CB8;
	border-right-color: #444;
	border-bottom-color: #111;
	border-left-color: #444;
	background-color: #339CB8;
	position: relative;
	text-align: center;
	line-height: 40px;
	left: 150px;
	clear: both;
}
.bottone a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: white;
	overflow: hidden;
	text-decoration: none;
}
.bottone:hover{
	background-color: #339CB8;
}
.bottone:hover a{color:#FFFF00;}

#menu_mini {
	position:relative;
	z-index:2;
	float: right;
	width: 600px;
	background-position: right;
	top: -10px;
}
#menu_mini li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	list-style: none;
	display: block;
	float: right;
	font-weight: bold;
	padding-left: 10px;
	line-height: 25px;
}
#menu_mini li a {
	font-weight: bold;
	color: #339CB8;
	text-decoration: none;
}
#menu_mini li a:hover {
	color: #B8D2D9;
	}
#menu_mini_basso{
	position:relative;
	z-index:2;
	float: right;
	width: 100%;
	background-position: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#menu_mini_basso li{
	list-style: none;
	display: block;
	float: right;
	font-weight: bold;
	padding-right: 10px;
	color: #FFFFFF;
}
#menu_mini_basso li a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#menu_mini_basso li a:hover {
	color: #B8D2D9;
}
#motto {
	position:absolute;
	width:200px;
	height:81px;
	z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #339CB8;
	float: left;
	left: 195px;
}
.testo_piccolo {
	font-size: 9px;
	line-height: 12px;
}
.testo_piccolo a:hover{
	font-size: 9px;
	line-height: 12px;
	color: #666666;
}
.immagine_cont {
	float: left;
	padding: 5px;
	height: 220px;
	top: -50px;
	position: relative;
}
table {
	border: none;
	border-collapse: collapse;
}
.sitemap tr.odd { background-color: #84CBDD}
.sitemap tbody tr:hover { background-color: #84CBDD}
.sitemap tbody tr:hover td, .sitemap tbody tr:hover td a { color: #060 }
.sitemap a { color: #333333;  text-decoration: none }
.intro p { 	color:#339CB8}
.sitemap a:hover {  text-decoration: underline; 	color:#CCCCCC}
table { font-size:1em; width:100% }
th {  text-align:left; 	padding:5px }
thead th {
	background-color:#84CBDD;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #339CB8;
	border-bottom-color: #339CB8;
}
tr {
	border-bottom: 1px dotted #CCC;
	padding:5px 0;

}
tr:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.riferimenti {
	float: right;
	width: 70px;
	position: relative;
	top: -20px;
}
#map_canvas {
	border: 1px solid #339CB8;
	height: 500px;
	width: 500px;
}
#box #mezzo #centrale ol {
	position: relative;
	left: 20px;
	top: 0px;
	white-space: nowrap;
}

.Stiletick {
	font-size: 14px;
	font-family: "Arial Unicode MS", Tahoma;
}

.validazione{
	float: right;
	padding-right: 10px;
	position: relative;
	top: -30px;
	height: 0px;
}


#boxnews {
	position:absolute;
	width:194px;
	height:800px;
	font-family: "Arial Unicode MS", Tahoma;
	font-size: 9px;
	margin: 0px;
	top: 20px;
}
#boxnews .titolo {
	position:relative;
	z-index:1;
	line-height: 12px;
	text-align: justify;
}
#boxnews .titolo a{
	text-decoration: none;
	color: #AAAAAA;
}

#boxnews .titolo a:hover{
	color: #FFFFFF;
}
#boxnews .rifer {
	position:relative;
	z-index:1;
	float: left;
	clear: left;
	color: #A4A4A4;
}
#boxnews .data {
	position:relative;
	z-index:1;
	float: right;
	color: #3399FF;
}
#boxnews li {
	float: left;
	width: 100%;
	list-style-image: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
}
#boxnews li:hover {
	background-color: #339CB8;
}
#boxnews ul {
	list-style-image: none;
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.tlnewstop {
	color: #FFFFFF;
	background-color: #339CB8;
	z-index: 3;
	position: absolute;
	height: 30px;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	text-indent: 25px;
	line-height: 30px;
}

.tlnewsbot {
	color: #FFFFFF;
	background-color: #339CB8;
	z-index: 3;
	text-align: center;
	position: absolute;
	height: 30px;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	bottom: 0px;
}
