/* CSS Document */
body{
	background-color:#E7E8E9;
	text-align:center;
	margin-top:0px;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:12pt;
	}

#container {
	width:830px;
	margin:auto;
	margin-top:10px;
	background-image:url(img/bg_pagine.jpg);
	background-repeat:repeat-y;
	text-align:left;
	}

#contenuti{
	padding-left:15px;
	padding-right:15px;
	position:relative;
	}

#point-list {
padding: 4px;
padding-left: 24px;
text-align:left;
font-size: 12pt;
 color: #999999;
 background-image: url(img/pointlist.png);
 background-repeat: no-repeat;
 background-position: 1px 3px;
 letter-spacing: 1.2pt;
}
#point-list strong { color: #33CCFF;}
#point-list li { color: #999999;
 font-size: 11pt;
 font-style: normal;
}

#button-img{
	 font-size: 10pt;
 color: #0099ff;
 float: left;
 cursor: pointer;
 margin-right: 5px;
 margin-left: 5px;
 margin-bottom: 5px;
 margin-top: 5px;
 width: 70px;
 height: 35px;
 border: 1pt solid #E7E8E9;
 text-align: center;
 padding-right: 3px;
 padding-left: 3px;
 padding-bottom: 3px;
 padding-top: 3px;
}   
#button-img:hover{
 background-color: #00ccff;
 color: #ffffff;
} 
#button-app{
background-image: url('img/BoxApp.png');
background-repeat: no-repeat;width: 190px;height: 150px;cursor:pointer
}
#button-app:hover{ background-image: url(img/BoxAppUp.png);} 
#button-uty{
background-image: url('img/BoxUtility.png');
background-repeat: no-repeat;width: 190px;height: 150px;cursor:pointer
}
#button-uty:hover{ background-image: url(img/BoxUtilityUp.png);}

a, h1, h2, h3, h4, h5, h6, p{
	margin:0px;
	padding:0px;
	}
.link-banner-right{
  border-bottom-style: dotted;
  border-bottom-width: 1pt;
  border-bottom-color: #cccccc;
}  
.link-banner-right:hover{
  border-bottom-style: dotted;
  border-bottom-width: 1pt;
  border-bottom-color: #00ccff;
} 
p{
	color:#666666;
	clear:both;
	margin-top:14pt;
	}

h2{
	font-size:24px;
	color:#F4A300;
	font-weight:bolder;
	margin-top:10px;
	}

h3{
	font-size:12pt;
	color:#6AB834;
	font-weight:bold;
	text-indent:16px;
	margin-bottom:10px;
	margin-top:5px;
	background-image:url(img/punto.jpg);
	background-repeat:no-repeat;
	background-position:0 3px;
   letter-spacing: 0.8px;
	
	}

h3#red{
	font-size:14px;
	color:#cc3300;
	font-weight:bold;
	text-indent:16px;
	margin-bottom:2px;
	margin-top:5px;
	background-image:url(img/punto.jpg);
	background-repeat:no-repeat;
	background-position:0 3px;
	
	}

h3#blue{
	font-size:14px;
	color:#006699;
	font-weight:bold;
	text-indent:16px;
	margin-bottom:2px;
	margin-top:5px;
	background-image:url(img/punto.jpg);
	background-repeat:no-repeat;
	background-position:0 3px;
	
	}        
        
h4{
	font-size:12pt;
	color:#999999;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	}

h5{
	font-size:12px;
	color:#9B9B9B;
	font-weight:bolder;
	margin-top:4px;
	margin-bottom:4px;
	}

h6{
	font-size:8pt;
	color:#999999;
	margin-top:5px;
	}

.titleProdotto{
	font-size:16px;
	color:#2F5A8F;
	font-weight:bold;
	margin-top:0px;
	}
.textProdotto{
	font-size:16px;
	color:#666666;
	margin-top:2px;
	}

a:link{
	color:#5189BE;
	}

a:hover, a:visited{
	color:#777778;
	}

#topImgCornice{
	height:27px;
	background-image:url(img/bg_top.jpg);
	background-repeat:no-repeat;
	}

#bottomImgCornice{
	background-image:url(img/bg_fine_footer.jpg);
	background-repeat:no-repeat;
	height:22px;
	}

#header{
	height:82px;
 position:relative;
	}

ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}

	#buttonMain {
	float:left;
	height: 22px;
	width: 107px;
	background-image: url(img/bgButtonMain.png);
	background-repeat: no-repeat;
 text-align: center;
 padding-top: 2px;
	cursor: pointer;
 color: #cccccc;
 text-decoration: none;
 font-size: 9pt;
 font-family: Verdana,Arial,Helvetica,sans-serif;
}
	#buttonMain a{
 color: #99cc00;
 text-decoration: none;
}

	#buttonMain a:hover{
 color: #00ccff;
 text-decoration: none;
}

	#buttonMain:hover{
  background-image: url(img/bgButtonMainOver.png);
} 

#clear_left{
	clear:left;
	}

/*--------menu---------*/
#menu{
	position:absolute;
	top:50px;
	left:278px;
}



#logo{
	height:63px;
	width:209px;
	background-image:url(img/logo.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left:60px; 
	top:16px;
	}

#logo h1 a{
	height:63px;
	width:209px;
	display:block;
	margin:0px;
	padding:0px;
	}

#logo h1 a span{
	display:none;
	}

#logo h1 a:hover {	
	background-color: transparent;
	}
/*--------Banner---------*/
#banner{
	height:305px;
   border: 0px solid #2F5A8F;
	}
#banner_interno{
	height:190px;
	margin-top: 20px;
}
	
#banner_left{
	float:left;
	padding:0px;
	padding-right:0px;
	width: 430px;
	height: 305px;
 background-color: #4E7AB7;
}
#banner_right{
	float:left;
	width: 370px;
	height: 305px;
 background-image: url(img/bgBanner_right.png);
	background-position: 0 0px;
 background-color: #ffffff;
 border-top-style: hidden;
 border-top-width: 1px;
 border-top-color: #cccccc;
}
#bean-support-small{
	width: 188px;
	font-size: 10px;
	height:181px;
	background-position: 0;
	background-image: url(img/bgSupport.png);
	background-repeat:  no-repeat;
 padding-right: 4px;
 padding-left: 4px;
 padding-bottom: 4px;
 padding-top: 4px;
	clear: left;
	float: left;
 background-color: #ffffff;
	cursor: pointer;
}
#bean-support-small:hover{
	background-image: url(img/bgSupportUp.png);
}

#banner_pagina{
	float:right;
		width: 604px;
		height: 190px; 
}

.link_home{
	font-size: 18px;
 color: #0099cc;
	background-position: 0 0px;
 padding-left: 10px;
 font-weight: bold;
 margin-left: 0px;
	height: 30px;
 padding-top: 15px;
 vertical-align: middle;
}
.link_home:hover{

 color: #33ccff;
}

/*--------Colonne home---------*/
#colonne_home{
	float:left;
	margin-top: 5px;
	}

#colonna_home_1{
	width:190px;
	float:left;
	}

#colonna_home_2{
	width:330px;
	float:left;
	}

#colonna_home_3{
	width:279px;
	float:left;
	}
        
#colonna_home_2e3{
	width:600px;
	float:left;
	}

#box500px{
	width:500px;
	float:left;

}

#box300px{
	width:300px;
	float:left;
	}
#img-app, #img-uty{
	width:580px;
   border: 0pt solid #006699;
   height: 250px;
	}
#boxIconProdotto{
	width:95px;
	height: 90px;
	float:left;
	 background-image: url(img/bgProdottiSmall.png);
 vertical-align: middle;
 text-align: center;
}
#boxIconProdotto:hover{
background-image: url(img/bgProdottiSmallUp.png);
}
#boxIconProdottoBig{
	width:150px;
	height: 200px;
	float:left;
	background-image: url(img/bgProdottiBig.png);
}

#boxDettProdotto{
	float: left;
 border-right-style: hidden;
 border-left-style: hidden;
 border-bottom-style: hidden;
 border-top-style: hidden;
 border-right-width: 1px;
 border-left-width: 1px;
 border-bottom-width: 1px;
 border-top-width: 1px;
 border-right-color: #66ff00;
 border-left-color: #66ff00;
 border-bottom-color: #66ff00;
 border-top-color: #66ff00;
 width: 600px;
}

.interno{
	padding-left:10px;
	padding-right:10px;
	}

#colonna_home_2 .interno{
	padding-left:10px;
	padding-right:10px;
	}

#prodotti_sx{
	float:left;
	width:145px;
vertical-align: middle;
}

#prodotti_dx{
	float:right;
	width:145px;
vertical-align: middle;
}

#brochuresWireLess{
 cursor: pointer;
 background-image: url(img/brochureWireLess.jpg);
	background-repeat: no-repeat;
 padding-left: 112px;
 width: 180px;
 height: 150px;
 padding-top: 10px;
 font-size: 18px;
 color: #999900;
 border-right-style: hidden;
 border-left-style: hidden;
 border-bottom-style: hidden;
 border-top-style: hidden;
 border-right-width: 1px;
 border-left-width: 1px;
 border-bottom-width: 1px;
 border-top-width: 1px;
 border-right-color: #ff6633;
 border-left-color: #ff6633;
 border-bottom-color: #ff6633;
 border-top-color: #ff6633;
}
#brochuresGeco{
 cursor: pointer;
 background-image: url(img/brochureGeco.jpg);
	background-repeat: no-repeat;
 padding-left: 108px;
 width: 180px;
 height: 150px;
 padding-top: 10px;
 font-size: 18px;
 color: #4E7AB7;
 border-right-style: hidden;
 border-left-style: hidden;
 border-bottom-style: hidden;
 border-top-style: hidden;
 border-right-width: 1px;
 border-left-width: 1px;
 border-bottom-width: 1px;
 border-top-width: 1px;
 border-right-color: #ff6633;
 border-left-color: #ff6633;
 border-bottom-color: #ff6633;
 border-top-color: #ff6633;
}
#brochuresSiteSurvey{
 cursor: pointer;
 background-image: url(img/brochureSiteSurvey.jpg);
	background-repeat: no-repeat;
 padding-left: 112px;
 width: 180px;
 height: 150px;
 font-size: 18px;
 color: #ffcc00;
 border-right-width: 1px;
 border-left-width: 1px;
 border-bottom-width: 1px;
 border-top-width: 1px;
 border-right-color: #ff6633;
 border-left-color: #ff6633;
 border-bottom-color: #ff6633;
 border-top-color: #ff6633;
 border-right-style: hidden;
 border-left-style: hidden;
 border-bottom-style: hidden;
 border-top-style: hidden;
 padding-top: 10px;
}
#brochuresPIWeb{
 cursor: pointer;
 background-image: url(img/brochurePintervento.jpg);
	background-repeat: no-repeat;
 padding-left: 108px;
 width: 180px;
 height: 150px;
 font-size: 18px;
 color: #666666;
 border-right-width: 1px;
 border-left-width: 1px;
 border-bottom-width: 1px;
 border-top-width: 1px;
 border-right-color: #ff6633;
 border-left-color: #ff6633;
 border-bottom-color: #ff6633;
 border-top-color: #ff6633;
 border-right-style: hidden;
 border-left-style: hidden;
 border-bottom-style: hidden;
 border-top-style: hidden;
 padding-top: 10px;
}

.title-servizio{
background-color: #99cc33;color: #ffffff;background-repeat: no-repeat;
 background-image: url(img/bgButton3.png);background-position: right top;
 padding-right: 4px;
 padding-left: 4px;
 padding-top: 4px;
}

.title-competenza{
background-color: #666666;color: #ffffff;background-repeat: no-repeat;
 background-image: url(img/bgButton3.png);background-position: right top;
 padding-right: 4px;
 padding-left: 4px;
 padding-top: 4px;
}
	.boxProdotto{
	padding:0px;
	margin-bottom:18px;
	font-size:9px;
   border: 0px solid #006699;
}
hr#grey{
	width:200px;
	height: 2px;
}
.boxProdottoDxS{
	width:80px;
	float:left;
	padding-right:2px;
	height: 100px;
}
.boxProdottoDxS p{
font-size: 8pt;
}
.boxProdottoDx{
	width:300px;
	float:left;
	padding-right:2px;
	height: 100px;
}
.boxProdottoSx{
	width:95px;
	float:left;
	padding-right:2px;
	height: 100px;
	}



.box_sx{
	padding-left:2px;
	width:72px;
	float:left;
	height:78px;
	}

.box_middle{
	padding-left:0px;
	float:left;
	height:78px;
	padding-top: 10px;
	}
	
.box_dx{
	width:67px;
	float:right;
	padding-right:3px;
	}

.testo_prodotto{
	
	color:#999999;
	margin-top:4px;
line-height:150%;
margin-bottom:3px;
	}



.scheda_prodotto{
	margin:0px;
	padding:0px;
	width:100%;
	height:78px;
	}
/*----------------------------NEWS---------*/
	

#contenuto_news{
	background-image:url(img/bg_contenuto_news.jpg);
	background-repeat:repeat-y;
	}

.box_news{
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	}

.data_news p, .archivio_news p{
	color:#5189BE;
	margin-top:10px;
	}

.testo_news p{
	color:#666666;
	margin-top:7px;
	}

.testo_news p a:link, .data_news p a:link, .archivio_news p a:link{
	color:#5189BE;
	}

.testo_news p a:hover, .testo_news p a:visited, .data_news p a:hover, .data_news p a:visited, .archivio_news p a:hover, .archivio_news p a:visited{
	color:#777778;
	}

.testo_news {
	background-image:url(img/bg_news.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	}

.archivio_news {
	padding-left:20px;
	}

 .link_prodotto2 {
	 font-size: 10pt;
 color: #ff6600;
}
/*---------footer--------*/
#footer{
	text-align:center;
   background-image:url(img/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position:relative;
	clear:left;
	}



#menu_footer ul{
	color:#B1B1B1;
	font-size:10px;
	margin:0px;
	padding:0px;
	padding-top:15px;
}

#menu_footer ul li{
	display:inline;
	margin: 0px;
	padding:0px;
	}

#menu_footer ul li a:link{
	color:#999999;
	text-decoration:none;
	margin:0px 1em;
	}

#menu_footer ul li a:hover{
	color:#5189BE;
	text-decoration:none;
	margin:0px 1em;
	}

#menu_footer ul li a:visited{
	color:#B1B1B1;
	text-decoration:none;
	margin:0px 1em;
}

#copyright p{
    color:#6AB834;
    font-size:10px;
    margin:0px;
    padding:0px;
    margin-top:5px;
    top: 10px;
    
  margin-bottom: 3px;
}

#logo_adweb{
	position:absolute;
	top:23px;
border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #00ff00;
  border-bottom-color: #00ff00;
  border-left-color: #00ff00;
  border-right-color: #00ff00;
  right: 30px;
  display: none;
}

/*---------accesso---------------*/
form {margin-bottom:0px;
padding-bottom:0px;
	}

#pannellino{
	margin:0px;
	padding:0px;
	width:145px;
	height:107px;
	background-image:url(img/bg_accesso.gif);
	background-repeat:no-repeat;
	border:0px;
	padding-left:3px;
	padding-top:1px;
	}

label{
	font-size:11px;
	color:#666666;
	}

.inp {
	border:	1px solid #999999;
	margin-bottom:4px;
	background-color:#FFFFFF;
	}

.sub {
	display: block;	
	border:	0;
	cursor:	pointer;
	background-repeat: no-repeat;
	  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
  border-right-color: #cccccc;
  background-image: url(img/invia.png);
  width: 48px;
  height: 34px;
}

#testo_accesso_home{
	float:right;
	font-size:10px;
	width:85px;
	}

fieldset p{
	font-size:10px;
	margin-left:-7px;
	padding-top:5px;
	margin-right:10px;
	}

#testo_accesso_home p{
	margin-top:0px;
	}

#accesso{
	width:145px;
	margin-top:10px;
	}

/*----------titoli---------------*/
#titolo_registrati, #titolo_password{
	height:22px;
	}

#titolo_registrati{
	background-image:url(img/titolo_registrati.jpg);
	background-repeat:no-repeat;
	}

#titolo_password{
	background-image:url(img/titolo_password.jpg);
	background-repeat:no-repeat;
	}

#titolo_registrati span, #titolo_password span{
	display:none;
	}

.capitolo{
	margin-bottom:15px;
	}

.capitolo p img{
	vertical-align:text-top;
	}

.trafiletto{
	font-size:9px;
	width:120px;
	}

.trafiletto-justify{
    font-size:9px;
    text-align: justify;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
}

.download{
	margin:10px;
	text-align:center;
	font-size:10px;
	}

.scarica_cartina{
	margin-top:30px;
	}

.img_right{
	float:right;
	}

.img_left{
	float:left;
	padding:5px;
	}

ul {
	margin:0px;
	padding:0px;
	margin-left:20px;
	list-style-type:none;
	margin-top:5px;
	list-style-image:url(img/bg_elenco.jpg);
	color:#666666;
	}
ul li a:link, ul li a:visited{
	text-decoration:none;
	}
ul li a:hover{
	color:#6AB834;
	text-decoration:underline;
	}
.centro{
text-align:center;}



.title-green{
	font-size:12px;
	color:#6AB834;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:5px;	
	}

 #boxServizi{
	width:370px;
	height: 400px;
 padding-right: 0px;
 padding-left: 3px;
 padding-bottom: 4px;
 border-right-width: 1px;
 border-left-width: 1px;
 border-bottom-width: 1px;
 border-top-width: 1px;
 border-right-color: #ff3333;
 border-left-color: #ff3333;
 border-bottom-color: #ff3333;
 border-top-color: #ff3333;
 border-right-style: hidden;
 border-left-style: hidden;
 border-bottom-style: hidden;
 border-top-style: hidden;
}
#boxServiziHome{
	clear: left;
	width:366px;
 border-right-style: dotted;
 border-left-style: dotted;
 border-bottom-style: dotted;
 border-top-style: dotted;
 border-right-width: 1px;
 border-left-width: 1px;
 border-bottom-width: 1px;
 border-top-width: 1px;
 margin-bottom: 0px;
	background-repeat: repeat-x;
 border-right-color: #cccccc;
 border-left-color: #cccccc;
 border-bottom-color: #cccccc;
 border-top-color: #cccccc;
	float: left;
 background-image: url(img/bgServizi.png);
}

#boxServiziHome:hover{
 background-image: url(img/bgServiziUp.png);
}

#title-servizi{
	font-size:12pt;
	color:#ffffff;
	clear: left;
 font-weight: bold;
	padding-left: 15px;
	padding-top: 3px;
}
#text-servizi{
	font-size:11pt;
	clear: left;
 background-image: url(img/arrowUnder.png);
 background-repeat: no-repeat;
 background-position: 1px 2px;
 color: #333333;
 text-align: left;
 padding-right: 1px;
 padding-left: 35px;
 padding-bottom: 15px;
 padding-top: 4px;
}

#gecosistemi-tel{
	position:absolute;
	top:12px;
border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #00ff00;
  border-bottom-color: #00ff00;
  border-left-color: #00ff00;
  border-right-color: #00ff00;
 cursor: pointer;

  right: 660px;
}

#bean-prontointervento{
    
  width: 244px;
margin-top: 10px;
  font-size: 10px;
  height: 90px;
  background-position: 0;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-right: 1px;
}

#scheda-prodotto-up{
  background-image: url(img/scheda_prodotto_up.jpg);
  background-position: 0 0px;
  width: 600px;
  height: 20px;
}
#scheda-prodotto{
    
  text-align: center;
  width: 600px;
  border-top-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #cccccc;
  border-bottom-color: #999999;
  border-left-color: #cccccc;
  border-right-color: #999999;
  padding-top: 10px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;  
  background-repeat: repeat-x;
}

#form-prodotto{
  width: 95%;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccffcc;
  border-bottom-color: #ccffcc;
  border-left-color: #ccffcc;
  border-right-color: #ccffcc;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

#scheda-prodotto-img{
  width: 200px;
  float: right;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
}

#scheda-prodotto-text{

  width: 360px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  float:left;
  text-align: left;
}

#bean-citrix{
    
  text-align: center;
  width: 244px;
}

#citrix{
    border:1px;
    padding-left:2px;
    padding-top:2px;
   border-top-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
    border-right-color: #999999;
  background-color: #cccccc;
  padding-bottom: 2px;
  padding-right: 2px;
  width: 240px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 1pt;
  border-bottom-width: 1pt;
  border-left-width: 1pt;
  border-right-width: 1pt;
  margin-top: 10px;
  text-align: center;
  background-position: center;
}

#line-dot{
	background-image:url(img/bg_news.jpg);
	background-repeat:repeat-x;
	  height: 10px;
  margin-top: 4px;
}

a#not-underline{
  text-decoration: none;
  font-size: 11px;
}

#bean-netbeans{
  width: 244px;
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
  border-right-color: #cccccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 1pt;
  border-bottom-width: 1pt;
  border-left-width: 1pt;
  border-right-width: 1pt;
  margin-top: 10px;
  font-size: 10px;
  vertical-align: text-top;
  height: 90px;
  background-image: url(img/bg_neetbeans.jpg);
  background-position: 0;
}



