@charset "UTF-8";

/*  CSS RESET
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

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, img, 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,
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;
}
body {
    line-height: 1;
    background: url("img/bkg.png") repeat scroll 0 0 #fff;
}
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;
}
a:active{
    -moz-outline-style: none;
    outline: none;
}

a:focus{
    -moz-outline-style: none;
    outline: none;
}
object:active{
    -moz-outline-style: none;
    outline: none;
}

object:focus{
    -moz-outline-style: none;
    outline: none;
}
.clear{
    clear:both !important;
    float: none !important;
}

/* Stylesheet */

html, body{
  height: 100%;
}

body {
 font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
  margin:0px;
  padding:0px;
  font-size:13px;
  line-height:19px;
  color:#555555;
}
ul {
    list-style: circle inside none;
    margin-top: 5px;
    padding-left: 10px;
}
ol {
    list-style: decimal inside none;
    margin-top: 5px;
    padding-left: 10px;
}
h1{
  text-align: left;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #fe6601;
  text-shadow: 1px 1px 1px #ddd;
}
h2#tagline{
  display: block;
  font-size: 12px;
  background: #303437;
  color: #ccc;
  text-shadow: 1px 1px 1px #666;
  padding-left: 200px;
  padding-top: 5px;
}
h3{
  font-size: 18px;
  margin: 20px 0 10px 0;
}
a {
  font-variant: none;
  color:#555555;
  border: none;
  text-decoration: none;
}
img {
  border: none;
}
a{
  color: #67b53d;
}
p a:hover{
  text-decoration: underline;
}
a.knowmore{
  display: block;
  font-size: 16px;
  margin: 20px 0 30px 0;
}

p{
  text-align: justify;
  margin-top: 5px;
}
p:first-child{
  margin-top: 0;
}
p.small{
  font-size: 12px;
  color: #888;
}
#logo { 
  margin-left: 0px;
  position: relative;
  bottom: 20px;
} 


#header{
  position: relative;
  height: 97px;
  background:url(../img/layout/stripe_general.png) repeat-x #f9f9f9;  
}

#navigation { 
  position: absolute; 
  display: block;
  left: 200px; 
  top: 30px; 
}
#navigation ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#navigation li {
	float: left;
	margin:0px;
	padding:0px;
  margin-left: 30px;
}
#navigation li:first-child {
  margin-left: 0;
}
#navigation li a {
  color: #f7f7f7;
  cursor: hand;
	text-decoration:none;
  text-transform: uppercase;
  font-size: 15px;
  text-shadow: 1px 1px 1px #000;
  font-family:  Arial, Helvetica, sans-serif;
}
#navigation li span {
  font-size: 15px;  
  text-shadow: 1px 1px 1px #000;  
}
#navigation li a:hover {
  color: #67b53d;
  text-decoration: none;
}
#navigation .selected {
	text-decoration:none;
  text-transform: uppercase;
  font-family:  Arial, Helvetica, sans-serif;
  color: #67b53d;
}

#container{
  text-align: center; 
  margin: auto; 
  width: 100%; 
  background: url(../img/layout/stripe_gallery.png) repeat-x #dde7eb;  
  padding-top: 20px;
}

#content {
  margin: auto;
  height: 100%;
  background-color: #f9f9f9;
}
#stripe {
  width: 700px;
  margin-left: 220px;
  background-color: #f9f9f9;
}
#plant {
  position: absolute;
  left: 10px;
  top: 250px;
}


#horizontal_carousel {
  padding-left: 0px;
  float: right;
  width: 680px;
  height: 250px;
  margin-bottom: 0px;
  position: relative;
}
#horizontal_carousel .container {
  float: left;
  width: 570px;
  height: 270px;
  position: relative;
  overflow: hidden;
}
#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 270px;
}
#horizontal_carousel ul li {
  width: 285px;
  height: 270px;
  text-align: center;
  list-style:none;
  float:left;
}
.text_in_carousel {
  padding-left: 10px; padding-right: 10px;
}
#horizontal_carousel .previous_button {
  float:left;
  width: 32px;
  height: 205px;
  background: url(../img/prototype-ui/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}
#horizontal_carousel .previous_button_over {
  background: url(../img/prototype-ui/horizontal/left_over.png);
}
#horizontal_carousel .previous_button_disabled {
  background: url(../img/prototype-ui/horizontal/left_disabled.png);
  cursor: default;
}
#horizontal_carousel .next_button {
  float:left;
  width: 32px;
  height: 205px;
  background: url(../img/prototype-ui/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}
#horizontal_carousel .next_button_over {
  background: url(../img/prototype-ui/horizontal/right_over.png);
}
#horizontal_carousel .next_button_disabled {
  background: url(../img/prototype-ui/horizontal/right_disabled.png);
  cursor: default;
}

#bottom-stripe{
  margin: 0 auto;
}
#bottom-stripe-container{
  position: relative;
  height: 200px;
  background: #b5d4e1; 
  clear: both;
}

#keywords {
  position: absolute;
  display: block;
  width:100%;
  top: 640px;
}
#keywords ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#keywords li {
	display:inline;
	margin:0px;
	padding:0px;
}
#keywords li a {
  float:left;
	padding:0 0 0 5px;
  color: #f7f7f7;
  cursor: hand;
	text-transform: lowercase;
	text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
#keywords li a:hover {
  color: #67b53d;
  text-decoration: none;
}
#keywords .selected {
  color: #67b53d;
}
#keywords a span {
  float:left;
  display:inline;
  padding: 0px 2px 0px 2px;
  background: url(../img/layout/sfondo-menu-scuro.png) repeat;
}
#keywords a:hover span {
	background: url(../img/layout/sfondo-menu-verde.png) repeat;
}


#address {
  position: relative;
  right: 15px;
  float: left;
  text-align: left;
  height: 300px;
  width: 300px;
  background: url(../img/address.gif) no-repeat;
  padding-left: 30px;
  padding-top: 50px;
}
#clearline {
	clear: both;
}

.clear{
  clear: both;
}

#mycontent{
  height: 100%; 
  width: 760px;
  padding: 0 0 100px 200px;
}

#maincontent{
  float: left;
  width: 525px;
  text-align: left;
}

#sidebar{
  float: left;
  width: 205px;
  padding-right: 30px;
}

#sidebar .menu{
  padding: 0;
  margin: 0;
}

#sidebar .menu li{
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  text-indent: 0;
  margin-bottom: 10px;
}
#sidebar .menu li a{
  text-transform: uppercase;
  font-weight: bold;
  color: #555555;

}
#sidebar .menu li.active a{
  color: #57cff7;
}
.page-gallery{
  margin-top: 30px;
}
#footer{
  background: url(../img/layout/stripe_gallery.png) repeat-x center bottom #dde7eb;    
  clear: left;
  width: 100%;
  text-align: center;
  color: #666;
  position: relative;
  z-index: 10;
  min-width: 960px;

}
#footer p{
  text-align: center;
  color: #666;
  display: block;  
  padding: 10px 0;

  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.75)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */  
}

#wrapper{
  height: auto;
  min-height: 100%;
  background: url(../img/layout/stripe_gallery.png) repeat-x #dde7eb;    
  margin-bottom: -39px;
  min-width: 960px;
}

#wrapper.home{
  background: #f9f9f9;      
}







#autorizzazioni_carousel {
  padding-left: 0px;
  padding-top: 0px;
  width: 680px;
  height: 170px;
  margin: auto;
  position: relative;
}
#autorizzazioni_carousel .container {
  float: left;
  width: 510px;
  height: 170px;
  position: relative;
  overflow: hidden;
}
#autorizzazioni_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 170px;
}
#autorizzazioni_carousel ul li {
  width: 170px;
  height: 170px;
  text-align: center;
  list-style:none;
  float:left;
}
#autorizzazioni_carousel .previous_button {
}
#autorizzazioni_carousel .previous_button_over {
}
#autorizzazioni_carousel .previous_button_disabled {
}
#autorizzazioni_carousel .next_button {
}
#autorizzazioni_carousel .next_button_over {
}
#autorizzazioni_carousel .next_button_disabled {

}




.openclose {
  text-align:right;
  width: 100%;
  margin-right:0;
}
#container_autorizza {
  margin: auto;
  width: 80%;
  height: 180px;
  clear: both;
}
#container_autorizza ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 280px;
}
#container_autorizza ul li {
  width: 170px;
  height: 20px;
  text-align: center;
  list-style:none;
  float:left;
}

#container_autorizza .container {
    float: left;
    position: relative;
    overflow: hidden;
}
.autorizza {
  text-align: left;
  padding-left: 5px;
  margin: 15px;
  width:170px;
  margin: auto;
  height:180px;
}
.autorizza_content {
  background-color: #f0ffe7;
  width:80%;
  margin: auto;
  height:160px;
  display: inline;
  padding:0 0 0 15px;
  float: left;
  cursor: pointer;
  border-color: #438a20;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
}

.autorizza img {
  position: relative;
  top: 5px;
  float: right;
  visibility: hidden;
  display: block;

}
.autorizza_content:hover {
  background-color: #e0ffcc;
}

#presentazione {
  font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
  font-size: 14px;
  text-align: left;
  width: 760px;
}

#moving-truck {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 9;
}
#truck-stripe {
  position: absolute;
  right: 0;
  bottom: 40px;
  height: 47px;
  width: 100%;
  z-index: 0;
  background:url(../img/layout/green.jpg) repeat-x;
}
#autorizzazioni_pages_cont {
  width: 80%;
}
#autorizzazioni_pages {
  margin: auto;
  text-align: center;
  width: 100%;
}
#autorizzazioni_pages a {
  background-color: #25262a;
  color: #eeeeee;
  padding: 5px;
}
#autorizzazioni_pages a:hover {
  background-color: #58595f;
}

table.autorizzazioni{
  margin-top: 30px;
}
table.autorizzazioni tr td {
  position: relative;
  padding: 10px 0 0 10px;
  vertical-align: middle
}
table.autorizzazioni tr td:first-child {
  padding-left: 0;
}


.bordino {
  border-color: #87ce64;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
}

#skypedetectionswf{
  display: none;
}

#map{
  float: left;
  margin-left: 15px;
  width: 415px;
  height: 330px;

}

.servizi_thumb {
  border-color: #438a20;
  border-width: 1px;
  border-style: solid;
  padding: 3px;
  background-color: white;
  margin-top: 10px;
  margin-left: 10px;
  cursor: pointer;
}
.servizi_thumb:hover {
  background-color: #438a20;
}
.servizi_thumb:first-child {
  margin-left: 0;
}

#title-container{
  padding-top: 10px;
}

#pronto-intervento-banner{
  border: 0; 
  position: absolute; 
  top: 0; 
  right: 20px;
  background: url('../img/pronto_alto_destra_bkg.png') no-repeat;
}

