@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background:url(../img/sfondo.jpg) top repeat-x #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../img/header_shadow1.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*box-shadow:0px 0px 7px #444;
	-webkit-box-shadow:0px 0px 7px #444;
	-moz-box-shadow: 0px 0px 7px #444;*/
	padding:0 10px;	
}

#mainContent{
	margin:0;
	padding: 0;
	position:relative;
	}

#home #mainContent {
	height:430px;
}

#lavorazioni-generali #mainContent {
	height:101px;
}

#chi_siamo #mainContent {
	height:1250px;   /*CAMBIARE QUANDO CI SARA CONTENUTO*/
}

#lavorazioni #mainContent {
	height:800px;   /*CAMBIARE QUANDO CI SARA CONTENUTO*/
}

#contatti #mainContent {
	height:800px;   /*CAMBIARE QUANDO CI SARA CONTENUTO*/
}

#certificazioni #mainContent {
	height:800px;   /*CAMBIARE QUANDO CI SARA CONTENUTO*/
}

#referenze #mainContent {
	min-height:1080px;	/*CAMBIARE QUANDO CI SARA CONTENUTO*/
	/*height:800px;*/   /*CAMBIARE QUANDO CI SARA CONTENUTO*/
}

#home #righe {
	margin:0;
	padding: 0;
}



   /*  ///////////////////   MENU   /////////////////// */
   
   
   
#menu {
	margin:0;
	border:0;
	width:960px;
	height:38px;
	/* fallback (Opera) */
    background: #262626;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #333333, #0b0b0b);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#333333), to(#0b0b0b));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#333333', EndColorStr='#0b0b0b', GradientType=0);
  }
  

.row .gutter{
	margin-left:-40px;
	padding: 0px;
	float:left;
	}

.main_menu {
	padding:0 20px 0 20px;
	height:38px;
	margin-top:-12px;
	}

.lavorazioni:hover {
    background: #333 url(../img/freccia.png) no-repeat bottom;
	}

.semplice:hover {
    background: #333;
	}

#menu ul li a{
	padding:0px;
	margin-top:9px;
	}

#menu ul li.first{
	padding-left:30px;
	}

#menu ul li.last{
	margin-left:290px; 
	}
  
  
  /*  ///////////////////   FINE MENU   /////////////////// */
 
 
 
#footer {
	margin:0;
	float:left;
	height:128px;
	width:960px;
	background:url(../img/footer.jpg) top #000;
	}

	

  
  /*  ////////////////////  BOX  //////////////////// */

#boxnero {
	border:0;
	background: url(../img/black.png); /*rgba(0, 0, 0, 0.4);*/
	padding:0px;
	float:right;
	margin:0;
	position:absolute;
	}

#home #boxnero {
	width:863px;
	right:-1px;
	top:135px;
	}

#chi_siamo #boxnero, #lavorazioni #boxnero, #certificazioni #boxnero {
	width:334px;
	right:528px;
	top:135px;
	}

#contatti #boxnero {
	width:334px;
	right:528px;
	top:135px;
	}

#referenze #boxnero {
	width:774px;
	right:88px;
	top:135px;
	}

#boxtesto {
	border:0;
	margin:15px;
	width:300px;
	text-align:left;
	}

#boxtesto.coperture_piane_inclinate {
	background:url(../img/ico-inclinate2.png) top right no-repeat;
	}

#boxtesto.rifacimenti {
	background: url(../img/ico-rifacimenti2.png) top right no-repeat;
	}

#boxtesto.coperture_carrabili {
	background: url(../img/ico-carrabili2.png) top right no-repeat;
	}
	
#boxtesto.fondazioni {
	background: url(../img/ico-fondazioni2.png) top right no-repeat;
	}

#boxtesto.giardini {
	background: url(../img/ico-giardini2.png) top right no-repeat;
	}

#boxtesto.vasche {
	background: url(../img/ico-vasche2.png) top right no-repeat;
	}

#boxgallery {
	width:432px;
	height:324px;
	background: url(../img/white.png); /*rgba(255, 255, 255, 0.5);*/
	top:27px;
	left:462px;
	z-index:900;
	padding:9px;
	position:absolute;
	box-shadow:0px 5px 5px #000;
	-webkit-box-shadow:0px 5px 5px #000;
	-moz-box-shadow: 0px 5px 5px #000;
	}

#lavorazioni #boxgallery {
	top:135px;
	}

#boxgooglemaps {
	width:432px;
	height:324px;
	background: url(../img/white.png); /*rgba(255, 255, 255, 0.5);*/
	top:135px;
	left:462px;
	z-index:900;
	padding:9px;
	position:absolute;
	box-shadow:0px 5px 5px #000;
	-webkit-box-shadow:0px 5px 5px #000;
	-moz-box-shadow: 0px 5px 5px #000;
	}

#boxgooglemaps2 {
	width:432px;
	height:244px;
	background: url(../img/white.png); /*rgba(255, 255, 255, 0.5);*/
	top:510px;
	left:462px;
	z-index:960;
	padding:9px;
	position:absolute;
	box-shadow:0px 5px 5px #000;
	-webkit-box-shadow:0px 5px 5px #000;
	-moz-box-shadow: 0px 5px 5px #000;
	}

.googlemaps {
	position:absolute;}
	
#boxgallery img {
	position:absolute;
	}

#boxfotochisiamo {
	width:432px;
	height:286px;
	background: url(../img/white.png); /*rgba(255, 255, 255, 0.5);*/
	top:135px;
	left:462px;
	z-index:900;
	padding:9px;
	position:absolute;
	}
	
#boxfotochisiamo img {
	top:9px;
	position:absolute;
	}
	
.boxlavorazioni {
	width:186px;
	height:267px;
	background: url(../img/white_10.png); /*rgba(255, 255, 255, 0.1);*/
	top:387px;
	left:462px;
	z-index:950;
	padding-left:15px;
	padding-right:15px;
	position:absolute;
	}	

#lavorazioni .boxlavorazioni {
	width:420px;
	height:195px;
	top:495px;
	}

.boxcontatti {
	width:420px;
	height:130px;
	background: url(../img/white_10.png); /*rgba(255, 255, 255, 0.1);*/
	top:460px;
	left:462px;
	z-index:955;
	padding-left:15px;
	padding-right:15px;
	position:absolute;
	}	

.boxcertificazioni:hover {
	width:432px;
	background:url(../img/box-evid.jpg) repeat-x  #111;}

.boxcertificazioni {
	width:432px;
	background:url(../img/box-nonevid.jpg) repeat-x #0b0b0b;
	height:105px;
	z-index:900;
	padding:25px;
	box-shadow:0px 5px 5px #000;
	-webkit-box-shadow:0px 5px 5px #000;
	-moz-box-shadow: 0px 5px 5px #000;
	}	

.certificazioni {
	width:482px;
	top:135px;
	left:462px;
	z-index:900;
	padding:0px;
	position:absolute;
	}	


.certificazione {
	width:100px;
	height:210px;
	margin:15px 25px;
	position:absolute;
	border:0;
	}

.certificazione img{
	border:0;
	}

.certificazione div {
	margin-top:5px;
	padding:5px;
	border:0;
	/* fallback (Opera) */
    background: #262626;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #333333, #0b0b0b);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#333333), to(#0b0b0b));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#333333', EndColorStr='#0b0b0b', GradientType=0);
	}

.certificazione div:hover {
	border:0;
	/* fallback (Opera) */
    background: #444;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #444, #1b1b1b);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#444), to(#1b1b1b));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#444', EndColorStr='#1b1b1b', GradientType=0);
	}

.certificazione.seconda {
	left:150px;
	}

.certificazione.terza {
	left:290px;
	}
	
#home .riga1 {
	margin:0;
	width:960px;
	height:173px;
	background:url(../img/box-nonevid.jpg) repeat-x #0b0b0b;
	float:left;
	}

#lavorazioni-generali .riga1 {
	margin:0;
	width:960px;
	height:346px;
	background:url(../img/box-nonevid.jpg) repeat-x #0b0b0b;
	float:left;
	}

#home .riga2 {
	margin:0;
	width:960px;
	height:173px;
	background:url(../img/box-nonevid.jpg) repeat-x #0b0b0b;
	float:left;
	}

#lavorazioni-generali .riga2 {
	margin:0;
	width:960px;
	height:346px;
	background:url(../img/box-nonevid.jpg) repeat-x #0b0b0b;
	float:left;
	}

#home .boxriga {
	width:319px;
	height:173px;
	margin:0;
	float:left;
	}

#lavorazioni-generali .boxriga {
	width:319px;
	height:346px;
	margin:0;
	float:left;
	}

#lavorazioni-generali .boxriga:hover {
	background:url(../img/box-evid.jpg) repeat-x  #111;
	height:346px;
	}
	
#home .boxriga:hover {
	background:url(../img/box-evid.jpg) repeat-x  #111;
	}

#home .rigavert {
	width:1px;
	height:173px;
	background:url(../img/lineaverticale.jpg) right no-repeat;
	margin:0;
	float:left;
	}

#lavorazioni-generali .rigavert {
	width:1px;
	height:173px;
	background:url(../img/lineaverticale.jpg) right no-repeat;
	margin:173px 0 0 0;
	float:left;
	}

.rigavert {
	width:1px;
	height:173px;
	background:url(../img/lineaverticale.jpg) right no-repeat;
	margin:0;
	float:left;
	}

.boxriga img {
	margin-top:37px;
	margin-left:20px;
	margin-right:20px;
	float:left;
	border:0;
	}
	
.boxriga p {
	width:200px;
	height:120px;
	margin-top:37px;
	float:left;
	display:block;
	}


	
/*------ tabella -----------*/
.boxpartner-left, .boxpartner-right{
	background: url(../img/box-partneri.png) repeat-x;
	box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	width:370px;
	height:89px;
	margin-bottom:3px;
	}

.boxpartner-left {
	float:left;
	margin-left:15px;}
	

.boxpartner-right {
	float:right;
	margin-right:15px;}
	
.boxpartner-left:hover, .boxpartner-right:hover{
	background: url(../img/box-partneri2.png) repeat-x;
	box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	width:370px;
	height:89px;
	margin-bottom:3px;
	}

.azzurro{
	background:#00a0e9;
	height:2px;
	width:125px;
	margin:0 auto;
	}

.boxpartner-left:hover .azzurro, .boxpartner-right:hover .azzurro {
	background:#eee;
	}


.testopartner{
	text-align:center;
	margin:27px auto 0;
	color:#eee;
	}

.testopartner span{
	color:#00a0e9;
	font-size:10px;
	}

ul.tab {
	margin-left:-40px;
	text-align:left;
	}

ul.tab li{
	width:798px;
	list-style:none;
	text-align:left;
	padding-left:15px;
	padding-top:3px;
	color:#eee;
	font-size:12px;
	line-height:14pt;
	height:21px;
	}

ul.tab li:hover{
	background:url(../img/white_10.png); /*rgba(255, 255, 255, 0.1);*/
	}

ul.tab li.titolotab, ul.tab li.titolotab:hover {
	background:#333;
	border:0px;
	margin-bottom:6px;
	font-weight:bold;
	color:#00a0e9;
	}
	
.committente {
	width:238px;
	border:0;
	float:left;
	margin-right:15px;
	overflow:hidden;
	display:block;
	height:21px;
	}

.cantiere {
	width:382px;
	border:0;
	float:left;
	margin-right:15px;
	overflow:hidden;
	display:block;
	height:21px;
	}

.mq {
	width:54px;
	border:0;
	float:left;
	margin-right:15px;
	overflow:hidden;
	display:block;
	height:21px;
	}

.anno {
	width:75px;
	border:0;
	float:left;
	overflow:hidden;
	display:block;
	height:21px;
	}
	
/*------ fine tabella -----*/
	
	
	
	
	/* ///////////////////  FONT  /////////////////// */
	
a {
	text-decoration:none;
	}

em {
	text-decoration:none;
	font-style:normal;
	color:#999;}
	


#home h1 {
	font:Arial, Helvetica, sans-serif;
	color:#00a0e9;
	font-size:24px;
	line-height:18pt;
	margin-top:0px;
	}

h1 {
	font:Arial, Helvetica, sans-serif;
	color:#00a0e9;
	font-size:24px;
	line-height:18pt;
	margin-top:-10px;
	}


.testo {
	color:#eee;
	font-size:12px;
	line-height:16pt;
	margin-top:-10px;
	}
	
.testo span {
	color:#00a0e9;
	}
	
.testo span a:link, .testo span a:visited, .testo span a:hover {
	font-size:12px;
	line-height:18pt;
	}

.testo a:link{
	color:#00a0e9;
	} 

.testo a:visited{
	color:#00a0e9;
	} 

.testo a:hover{
	color:#00a0e9;
	} 

/*                     ------------ */

.testosmall {
	color:#eee;
	font-size:12px;
	line-height:14pt;
	}

.testosmall b {
	color:#00a0e9;
	}

.testosmall a:link{
	color:#eee;
	}

.testosmall a:visited{
	color:#eee;
	}

.testosmall a:hover{
	color:#00a0e9;
	}
	
/*                     ------------ */

.testosmallmenu a:link{
	color:#666;
	}

.testosmallmenu a:visited{
	color:#666;
	}

.testosmallmenu a:hover{
	color:#00a0e9;
	}
	
/*                     ------------ */

.testosmallbox {
	line-height:18pt;
	}

.testosmallbox span {
	color:#999;
	}
	
.testosmallbox a:link{
	color:#eee;
	}

.testosmallbox a:visited{
	color:#eee;
	}

.testosmallbox a:hover{
	color:#00a0e9;
	}

	
/*                     ------------ */

.testoultrasmall {
	color:#666;
	font-size:10px;
	line-height:14pt;
	}
	
.briciole {
	color:#eee;
	font-size:12px;
	font-weight:bold;
	}

.briciole a:link {
	color:#eee;
	text-decoration:none;
	}

.briciole a:visited {
	color:#eee;
	text-decoration:none;
	}

.briciole a:hover {
	color:#00a0e9;
	text-decoration:none;
	}

#footer p{
	margin:25px;
	font:Arial, Helvetica, sans-serif;
	color:#636363;
	font-size:12px;
	}

#footer a{
	color:#636363;
	text-decoration:underline;
	}
	
.nivoSlider {
    position:relative;
    background: url(../img/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

.thumb-lav{
	margin-top:0px !important;
	margin-left:0px !important;
	margin-right:0px !important;
	opacity:0.7;
	float:left;
	border:0;
	}

#lavorazioni-generali .boxriga:hover .thumb-lav{
	margin-top:0px !important;
	margin-left:0px !important;
	margin-right:0px !important;
	opacity:1;
	float:left;
	border:0;
	
	}