 

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:”;}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn’t inherit in IE */
legend{color:#000;}
	
html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
  height: 100%; 
  margin-bottom: 1px;
  background-color: #545454;
}

body {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;

	background-color: #FFFFFF;

	font: 70% "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 140%;
	width: 900px;
	min-width: 900px;
	min-height: 500px;
	text-align: left;
	color: #505050;
}

#bgtop {
  width: 900px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
	background-image: url('/img/bg-top.gif');
	background-position: center;
	background-repeat: no-repeat;
}

#bgbody {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
	background-image: url('/img/bg-body.gif');
	background-position: center;
	background-repeat: repeat-y;
}

#bgbottom {
  width: 900px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
	background-image: url('/img/bg-bottom.gif');
	background-position: center;
	background-repeat: no-repeat;
}

hr {
	color: #AAAAAA; 
	background-color: #AAAAAA; 
	height: 1px; 
	border: 0;
}

form {
	margin: 0;
	padding 0;
}

h1, h2, h3, h4, h5, h6 {
	//font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	line-height: normal;
	font-weight: bold;
}

h1 {
	font-weight: 600;
	font-size: 1.7em;
	margin: 0 0 1ex;
}
h2 {
	font-size: 1.6em;
	font-weight: 500;
	margin: 1ex 0;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 1ex 0 0.2ex;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0 0.2ex;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1ex 0 0;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	margin: 1ex 0 0;
}

p, ul, ol, dl, table {
	font-size: 1em;
}
ul, ol {
	margin: 0.5ex 0 1em;
	padding: 0;
}
li {
	padding: 0;
	margin: 0 0 0.1em 30px;
}
ul li {
	list-style: square;
}

p {
	margin: 0 0 1em;
}

strong, em {
	font-weight: bold;
	font-style: normal;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

div.newlink {
  text-align: left;
  background-color: #FFFFFF;
  border: 2px solid #FF6600;
  margin-bottom: 8px;
}

div.newlink ul {
	list-style: disc;
	margin-left: 0px;
	margin-bottom: 3px;
	padding: 4px;
	padding-top: 0;
	padding-bottom: 0;
}

div.newlink ul li {
	font-size: 1.1em;
	color: #FF6600;
	font-weight: bold;
	margin-left: 16px;
	padding: 2px;
}

div.newlink ul a {
	color: #FF6600;
}

div.newlink ul a:hover {
	color: #FF6600;
}


div.newlink2 {
  text-align: left;
}

div.newlink2 ul {
  background-color: #D0D0D0;
	list-style: disc;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 4px;
}

div.newlink2 ul li {
	font-size: 1.1em;
	color: #666;	
	font-weight: bold;
	margin-left: 16px;
	padding: 2px;
}

div.newlink2 ul a {
	color: #666;	
}

div.newlink2 ul a:hover {
	color: #666;	
}

a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:visited:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
}
a img {
	vertical-align: text-bottom;
}

td {
	padding: 0;
}

dl {
	margin: 1em 0;
	padding: 0;
}

dt {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

dd {
	margin: 0 0 1em 20px;
}

dd ul li {
	margin-left: 20px;
}

select {
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 0.1ex 0;
	margin: 5px 5px 5px 0;
	color: #FF6600;
}

input.submit, a.button, input.button {
	border: 3px double #DC4300;
	border-left-color: #FF8923;
	border-top-color: #FF8923;
	background-color: #FF6600;
	margin: 5px 5px 5px 0;
	color: white;
	height: auto;
	text-decoration: underline;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	padding: 0.1ex 0;
	cursor: pointer;
}

/* contenitore superiore per banner e login */
#top {
	/* border: 1px solid #000000; */
	width: 800px;
	height: 60px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* rettangolo banner */
#banner {
	/* border: 1px solid #000000; */
	float: left;
	display: block;
	width: 215px;
	height: 60px; 
	margin: 0;
}

#banner a {
  display: block;
	width: 215px;
	height: 60px; 
  background: url('/img/logo.gif?tag=new') bottom left no-repeat;
}

#logintop {
  text-align: right;
  padding: 0;
  margin: 0;
  float: right;
  width: 315px;
  height: 24px;
  padding-top: 9px;
}

/* immagine centrale */
#imgcentrale {
	width: 740px;
	height: 250px;
	background-image: url(img/centrale.jpg);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 12px;
}

/* contenitore menu principale di navigazione */
#topmenu {
	/* border: 1px solid #000000; */
	background-color: #FF6600;
	width: 775px;
	height: 25px;
	text-align: left;
	margin-top: 8px;
	padding-left: 16px;
	margin-left: 51px;
	margin-bottom: 4px;
}

#topmenu ul {
  margin: 0;
  padding: 0;
  margin-left: 8px;
}

#language {
  float: right;
  margin-top: 25px;
  margin-left: 16px;
}

/* contenitore principale per menu di sinistra e pagina */
#mybody {
	/*border: 1px solid #000000;*/
	width: 800px;
	max-width: 800px;
  min-width: 800px;
	min-height: 500px;
  text-align: left;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
}

/* menu di sinistra */
#leftmenu {
	/* border: 1px solid #000000; */
	/*width: 185px;*/
	max-width: 185px;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;}

/* pagina principale */
#main {
  /*border: 1px solid #000000;*/
	float: left;
	overflow: hidden;
	text-align: left;
	margin: 0;
	padding: 0;
	max-width: 800px;
	min-width: 550px;
	min-height: 500px;
}

/* contenitore barra inferiore */
#bottom {
	/* border: 1px solid #000000; */
	width: 800px;
	text-align: left;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #FF6600;
}

/* scritta barra inferiore sinistra */
#bottomleft {
  float:left;
  color: #000000;
}

/* scritta barra inferiore destra */
#bottomright {
  float:right;
}

/* div sotto al menu di sx */
#leftbox {
  width: 183px;
  margin-top: 12px;
  font-size: 0.9em;
  line-height: 1.3em;
}

#leftbox ul {
  margin-left: 0px;
}

#leftbox li {
  margin-left: 16px;
  margin-top: 6px;
}

/* stile "normale" delle voci del menu principale */
.topmenuitem {
  background-color: #FF6600;
}

/* stile "selezionato" delle voci del menu principale */
.topmenuitemsel {
  background-color: #FF8923;
}

/* stile dei link testuali menu principale */

.topmenuitem a, .topmenuitem a:visited, .topmenuitem a:visited:hover, .topmenuitem a:hover {
  color: #FFFFFF;
  line-height: 1.9em;
  font-family: "Helvetica Neue Light",Helvetica,Arial,sans-serif;
  text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
  background-color: #FF6600;
}

.topmenuitemsel a, .topmenuitemsel a:visited, .topmenuitemsel a:visited:hover, .topmenuitemsel a:hover {
  color: #FFFFFF;
  line-height: 1.9em;
	font-family: "Helvetica Neue Light",Helvetica,Arial,sans-serif;
  text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
  background-color: #FF8923;
}

.topmenuitem, .topmenuitemsel {
  float:left;
  height: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 2px;
  margin-right: 2px;
  
}

/* contenitore elementi del menu di sinistra */
#menuframe {
  clear: both;
  padding: 0px;
  margin: 0px;
  width: 183px;
	border-top: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
}

/* contenitore elemento del menu di sinistra */
.menuborder {
  clear: both;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 183px;
	border-bottom: 1px solid #FF6600;
}

/* elemento del menu di sinistra */
.menuitem {
  padding-left: 10px;
  text-align: left;
	font-size: 13px;
	color: #999999;
	font-weight: bold;
  text-decoration: underline;
  list-style: none;
}
.menuitem a, .menuitem a:visited {
  color: #999999;
	text-decoration: none;
}
.menuitem a:visited:hover, .menuitem a:hover {
  color: #FF6600;
	text-decoration: none;
}

/* elemento selezionato del menu di sinistra */
.menuitemsel, .menuitemsel a, .menuitemsel a:visited, .menuitemsel a:visited:hover, .menuitemsel a:hover {
  color: #FF6600;
	text-decoration: none;
}

/* sottoelemento "normale" del menu di sinistra */
.menusub {
	font-size: 1em;
  padding-top: 2px;
  padding-bottom: 2px;
	color: #999999;
	padding-left: 32px;
	padding-right: 8px;
	font-weight: normal;
	text-decoration: none;
  list-style: none;
}
.menusub a, .menusub a:visited {
  color: #999999;
	text-decoration: none;
}
.menusub a:visited:hover, .menusub a:hover {
  color: #FF6600;
	text-decoration: none;
}

/* sottoelemento "selezionato" del menu di sinistra */
.menusubsel, .menusubsel a, .menusubsel a:visited, .menusubsel a:visited:hover, .menusubsel a:hover {
	color: #FF6600;
  text-decoration: none;
}

/* intestazione pagine contenuti */
.ruler {
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #A0A0A0;
  clear: both;
  color: #000000;
  margin-bottom: 8px;
}

h2 {
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #A0A0A0;
  clear: both;
  color: #000000;
  margin-bottom: 8px;
  font-size: 1.3em;
}

/* pagina standard con menu di sinistra presente */
.page {
  margin-left: 15px;
  width: 600px;
  max-width: 600px;
  min-width: 600px;
  text-align: left;
}

.pagecolsx {
  float: left;
  text-align: left;
  width: 369px;
  margin: 0;
}

.pagecoldx {
  float: left;
  text-align: center;
  width: 216px;
  margin: 0;
  margin-left: 15px;
  padding: 0;
}

/* pagina standard senza menu di sinistra */
.fullpage {
  width: 800px;
  min-width: 800px;
  max-width: 800px;
  text-align: left;
  margin: 0;
  padding: 0;
}

/* tabella con bordi ed elementi centrati */
table.btab {
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  margin: 0px;
  margin-left: 1px;
}

.btab tr {
  margin: 0px;
  vertical-align: middle;
}

.btab td {
  border: 1px solid #000000;
  text-align: center;
  margin: 0px;
  padding: 6px;
}

.btab th {
  border: 0px;
  text-align: center;
  padding: 2px;
}

/* tabella senza bordi ed elementi a sinistra, 2px padding */
table.stab {
  border-collapse: collapse;
  text-align: left;
  vertical-align: middle;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
}

.stab tr {
  margin: 0px;
  vertical-align: middle;
}

.stab td {
  border: 0px;
  text-align: left;
  margin: 0px;
  padding: 2px;
}

.stab th {
  border: 0px;
  text-align: left;
  padding: 2px;
  font-weight: bold;
}

/* tabella senza bordi per allineamento immagini */
table.imgtab {
  border-collapse: collapse;
  text-align: left;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}

.stab tr {
  margin: 0px;
  vertical-align: middle;
}

.stab td {
  border: 0px;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

/* contenitore campi e tasto login */

.loginfont {
	font-size: 0.9em;
	line-height: 110%;
	font-weight: bold;
  margin-top: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
}

.logintext {
  font-size: 0.9em;
  width: 192px;
  height: 15px;
  line-height: 100%;
  margin: 0px;
  padding: 0px;
  padding-top: 2px;
}

input.loginbtn {
	border: 1px solid #DC4300;
	border-left-color: #FF8923;
	border-top-color: #FF8923;
	background-color: #FF6600;
	margin: 0;
	padding: 0;
	color: white;
	height: 21px;
	width: 68px;	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

#colonnasx {
  margin-top: 12px;
  float: left;
  width: 241px;
}

#colonnadx {
  margin-top: 8px;
  margin-left: 16px;
  float: left;
  width: 260px;
}

#logomini {
  width: 241px;
  height: 54px;
  background: url('/img/logomini.gif') top center no-repeat;
  margin-bottom: 8px;
}

.headline {
  font-size: 0.95em;  line-height: 1.28em; 
  text-align: justify;
  color: #505050;
}

#headleft {
  width: 241px;
  height: 75px;
}

.pdfdown {
  width: 48px;
  height: 54px;
  margin-left: 12px;
}

.pdfdown a {
  display: block;
  width: 48px;
  height: 54px;
  background: url('/img/pdf_it_download.gif') 0 0 no-repeat;
}

.pdfdown a:hover {
  background-position: 0 -54px;
}

#clienti {
  border: 1px solid #909090;
  padding: 4px;
  padding-top: 6px;
    text-align: center;
}

.didaclienti {
  clear: both; 
  text-align: justify;
  font-size: 0.8em;
  color: #909090;
  margin-top: 16px;  margin-bottom: 0px;
  line-height: 130%;
}


#btnofferta {
  width: 260px;
  height: 32px;
  margin-top: 9px;
  margin-bottom: 20px;
}

#btnofferta a {
  display: block;
  width: 260px;
  height: 32px;
  background: url('/img/css_it_offerta.gif') 0 0 no-repeat;
}

#btnofferta a:hover {
  background-position: 0 -32px;
}

#btndemo {
  width: 260px;
  height: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#btndemo a {
  display: block;
  width: 260px;
  height: 32px;
  background: url('/img/css_it_demo.gif') 0 0 no-repeat;
}

#btndemo a:hover {
  background-position: 0 -32px;
}

#btndemo216 {
  width: 216px;
  height: 32px;
  margin-top: 8px;
  margin-bottom: 8px;
}

#btndemo216 a {
  display: block;
  width: 216px;
  height: 32px;
  background: url('/img/css_it_demo216.gif') 0 0 no-repeat;
}

#btndemo216 a:hover {
  background-position: 0 -32px;
}

#btnpartner216 {
  width: 216px;
  height: 32px;
  margin-top: 20px;
  margin-bottom: 8px;
}

#btnpartner216 a {
  display: block;
  width: 216px;
  height: 32px;
  background: url('/img/css_it_partner216.gif') 0 0 no-repeat;
}

#btnpartner216 a:hover {
  background-position: 0 -32px;
}

#btnpdf {
  width: 216px;
  height: 32px;
  margin-top: 8px;
  margin-bottom: 8px;
}

#btnpdf a {
  display: block;
  width: 216px;
  height: 32px;
  background: url('/img/css_it_pdf.gif') 0 0 no-repeat;
}

#btnpdf a:hover {
  background-position: 0 -32px;
}

#btncase {
  width: 216px;
  height: 32px;
  margin-top: 8px;
  margin-bottom: 8px;
}

#btncase a {
  display: block;
  width: 216px;
  height: 32px;
  background: url('/img/css_it_case.gif') 0 0 no-repeat;
}

#btncase a:hover {
  background-position: 0 -32px;
}

#btnpartner {
  width: 260px;
  height: 32px;
  margin-top: 20px;
  margin-bottom: 8px;
}

#btnpartner a {
  display: block;
  width: 260px;
  height: 32px;
  background: url('/img/css_it_partner.gif') 0 0 no-repeat;
}

#btnpartner a:hover {
  background-position: 0 -32px;
}

#newstop {
  width: 370px;
  height: 10px;
  padding: 0;
  margin: 0;
  background-image: url('/img/news_top.gif');
  background-repeat: no-repeat;
  background-position: top left;
}

#newsbody {
  width: 362px;
  margin-top: -3px;
  padding-top: 5px;
  padding-left: 4px;
  padding-right: 4px;
  height: 88px;
  background-color: #ECECEC;
  overflow: hidden;
}

#newsinner {
  top: 0px;
  width: 362px;
  background-color: #ECECEC;
}

#newsbottom {
  top: 194px;
  width: 370px;
  height: 10px;
  background-image: url('/img/news_bottom.gif');
  background-repeat: no-repeat;
  background-position: top left;
}

#btnmeeting {
  width: 216px;
  height: 32px;
}

#btnmeeting a {
  display: block;
  width: 216px;
  height: 32px;
  background: url('/img/css_it_meeting.gif') 0 0 no-repeat;
}

#btnmeeting a:hover {
  background-position: 0 -32px;
}

#btnclassroom {
  width: 216px;
  height: 32px;
}

#btnclassroom a {
  display: block;
  width: 216px;
  height: 32px;
  background: url('/img/css_it_classroom.gif') 0 0 no-repeat;
}

#btnclassroom a:hover {
  background-position: 0 -32px;
}

#btnteleconsulto {
  width: 216px;
  height: 32px;
}

#btnteleconsulto a {
  display: block;
  width: 216px;
  height: 32px;
  background: url('/img/css_it_teleconsulto.gif') 0 0 no-repeat;
}

#btnteleconsulto a:hover {
  background-position: 0 -32px;
}

#bottomrightpar {
  text-align: justify;
  color: #505050;
  font-size: 0.9em;
  line-height: 1.35em;
  margin-top: 8px;
  margin-bottom: 8px;
}

.title {
  font-size: 1em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.subtitle {
  text-align: justify;
  color: #909090;
  font-size: 0.9em;
  margin-top: 8px;
  margin-bottom: 8px;
}

.dida {
  text-align: justify;
  font-size: 0.8em;
  margin-top: 2px;
  margin-bottom: 12px;
  line-height: 130%;
}

#newsother {
  text-align: right;
}

.news {
	font-size: 0.9em;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	line-height: 120%;
	text-align: left;
}

.news a, .news a:visited {
	color: #000000;
	text-decoration: none;
}

.news a:hover, .news a:visited:hover {
	color: #000000;
	text-decoration: underline;
}

#cloud {
  position: relative;
  left: 0px;
  top: 194px;
  margin-top: 8px;
	font: 100% Verdana, sans-serif;
	width: 252px;
  height: 162px;
  overflow: hidden;
  line-height: 240%;
  text-align: center;
  padding: 4px;
}

.tag {
  margin: 4px;
}

/* stili per il form richiesta demo e preventivo */

.formdescr {
  text-align: right;
  float: left;
  width: 160px;
  height: 24px;
  margin: 2px;
  margin-right: 8px;
  line-height: 200%;
}

.formright {
  float: left;
  width: 350px;
  height: 24px;
  margin: 2px;
}

.formtext {
  width: 250px;
  border: 1px solid #FF6600; 
}

.formfull {
  margin-top: 4px;
  margin-bottom: 4px;
  clear: both;
}

fieldset {
  position: static; 
} 

fieldset legend {
  color: #FF6600; 
}

.pref {
  float: left;
  width: 76px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.radioprev {
  margin-left: 64px;
}

/* clienti */

.cpic {
  margin: 4px;
  vertical-align: middle;
}

#customerscrollcontainer {
  width: 800px;
  height: 56px;
  border-top: 1px solid #FF6600;
  overflow: hidden;
}

#customerscroll {
  left: 0px;
  height: 256px;
  margin-top: -1px;
  padding-top: 2px;
  text-align: center;
  /*width: 3834px;*/
}

#customerscroll a {
  text-decoration: none;
}

/* admin */

.inputcaption {
  text-align: left;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: 0px;
}

.inputtext {
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 1.2em;
}

.inputdescr {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  margin-top: 4px;
  padding-right: 8px;
}

#layergray {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1000px;
  background-color: #303030;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  z-index: 100;
  display: none;
  overflow: hidden;
}

#layerdemo {
  position:absolute;
  left: 50%;
  top: 50%;
  width: 650px;
  height: 534px;
  margin-left: -330px;
  margin-top: -267px;
  text-align: center;
  z-index: 110;
  background-color: #505050;
  padding: 5px;
  padding-top: 0px;
  display: none;
  border: 1px solid black;
}

.democlose {
  float: right;
  line-height: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 4px;  
}

.democlose a, .democlose a:hover {
  font-size: 1.3em;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.rightbutton {
  background-color: #FFFFFF;
  width: 216px;
  height: 32px;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 7px;
  margin-top: 0;
  text-align: left;
}

div.rightbutton a {
  color: #666;	
}

div.rightbutton a:hover {
	color: #666;
}	
