@charset "UTF-8";
/* CSS Document */

*{margin:0;padding:0;}

body{
	font-family:Geneva, Tahoma, Arial;
	font-size:100%;
	background-image: url(../immagini/background.jpg);
	background-repeat: no-repeat;
	background-color: #EFEFEF;
}
#bottomground {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
	z-index:20;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../immagini/bottomground.png);
	background-repeat: repeat;
	background-position: 5% 5%;
}
#middleground {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
	z-index:40;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../immagini/middleground.png);
	background-repeat: repeat;
	background-position: 20% 20%;
}
#foreground {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
	z-index:60;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../immagini/foreground.png);
	background-repeat: repeat;
	background-position: 90% 110%;
}
html{height:100%;}
div#wrapper{position:relative;z-index:1;}
a{
	color:#09C;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
img{border:none}

#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	z-index: 8999;
}
#mainContent {
	width: 960px;
	margin-top: 25px;
	margin-right: 32px;
	margin-left: 32px;
	/*background-image: url(../immagini/layout-04.png);	*/
}
#footer {
	width: 1024px;
	float: left;
	height: 100%;
}

#testataFooter {
	height: 70px;
	width: 1024px;
	background-image: url(../immagini/footer.png);
	background-repeat: no-repeat;
}
#bottomFooter {
	height: 70px;
	width: 1024px;
	background-image: url(../immagini/bottomFooter.png);
	background-repeat: no-repeat;
	float: left;
}
#header {
	height: 151px;
	width: 960px;
	background-image: url(../immagini/sfondoHeader.png);
	background-repeat: no-repeat;
	/* Decommentare per vedere il background in ricalco */
	/*	opacity: .8;
	/* For IE 5-7 */
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	/*-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	*/

}

#header_loginForm {
	height: 40px;
	width: 345px;
	float: right;
	margin-right: 30px;
	margin-top: 50px;
	color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

#header_loginForm a{
	color:#09C;
}

#header_loginForm a:hover{
	color:#09C;
}

#header_loginForm a:visited{
	color:#09C;
}
#header_SearchForm
 {
	height: 23px;
	width: 267px;
	float: right;
	margin-right: 17px;
	color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	margin-top: 5px;
}
input[type="text"]{
	border:none;
	background-color:#333;
	color:#CCC;
	float:left;
	height:13px;
	width:98px;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
}

input[type="password"]{
	border:none;
	background-color:#333;
	color:#CCC;
	float:left;
	height:13px;
	width:98px;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 5px;
	margin-top: 2px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

input[type="image"]{
	float: left;
	/*width:16px;*/
	height:16px;
	margin-top: 2px;
}

label{
	color:#CCC;
	float:left;
	height:15px;
	padding:0 10px 0;
	width:75px;
	margin-top: 3px;
}
#header_menuDown {
	height: 31px;
	width: 960px;
	position: relative;
	float: left;
	margin-top: 30px;
	z-index:9996;
}
#divLinkHome {
	float: left;
	height: 17px;
	width: 17px;
	margin-top: 2px;
}
#divLinkLingua {
	float: left;
	height: 17px;
	width: 85px;
	margin-top: 2px;
	margin-left: 6px;
	padding-left: 10px;
}

/* Menu lingue */
	#cssdropdown, #cssdropdown ul { list-style: none; }
	#cssdropdown, #cssdropdown * { padding: 0; margin: 0; }
	
	/* Head links */
	#cssdropdown li.headlink { width: 73px; float: left; margin-left: -1px; text-align: left; }
	#cssdropdown li.headlink a {
		display: block;
		height: 19px;
	}
 
	/* Child lists and links */
	#cssdropdown li.headlink ul { display: none; border-top: 1px black solid; text-align: left; }
	#cssdropdown li.headlink:hover ul { display: block; }
	#cssdropdown li.headlink ul li a {
	padding: 5px 5px 5px 0;
	height: 14px;
	background-color: #28365D;
}
	#cssdropdown li.headlink ul li a:hover {
	background-color: #1699CC;
}
	
	/* Pretty styling */
	#cssdropdown a { color: white; } #cssdropdown ul li a:hover { text-decoration: none; }
	#cssdropdown li.headlink {

	}
	#cssdropdown li.headlink ul { 
		padding-bottom: 10px; 
	}
#header_menuPrincipale {
	float: left;
	height: 23px;
	width: 656px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
	z-index:9999;
}
#extraLoginFunction {
	float: left;
	height: 15px;
	width: 337px;
	text-align: right;
	padding-right: 8px;
	margin-top: 10px;
}

#msgBenvenuto {
	float: left;
	height: 15px;
	width: 337px;
	text-align: right;
	padding-right: 8px;
	margin-top: 10px;
}

/* Finestra modale */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}


#boxes #dialog {
	width:300px;
	height:430px;
	padding:20px;
	background-color:#000;
	color: #FFF;
	border-style:solid;
	border-width:3px;
	border-color:#8B6419;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;	
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;	
}

#boxes #dialogNewsletter {
	width:300px;
	height:180px;
	padding:20px;
	background-color:#000;
	color: #FFF;
	border-style:solid;
	border-width:3px;
	border-color:#8B6419;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;	
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;	
}

#boxes #dialogUpdate {
	width:300px;
	height:530px;
	padding:20px;
	background-color:#000;
	color: #FFF;
	border-style:solid;
	border-width:3px;
	border-color:#8B6419;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;	
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;	
}

#boxes #passwdRemainder {
	width:300px;
	height:190px;
	padding:20px;
	background-color:#000;
	color: #FFF;
	border-style:solid;
	border-width:3px;
	border-color:#8B6419;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;	
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;		
}

#boxes #divDownload {
	width:300px;
	height:550px;
	padding:20px;
	background-color:#000;
	color: #FFF;
	border-style:solid;
	border-width:3px;
	border-color:#8B6419;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;	
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;		
}

#boxes #divDownloadReader {
	width:300px;
	height:560px;
	padding:20px;
	background-color:#000;
	color: #FFF;
	border-style:solid;
	border-width:3px;
	border-color:#8B6419;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;	
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;		
}

#boxes #divAggiornamentoLicenza {
	width:300px;
	height:420px;
	padding:20px;
	background-color:#000;
	color: #FFF;
	border-style:solid;
	border-width:3px;
	border-color:#8B6419;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;	
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;			
}

#boxes #registrazioneAvvenuta {
	width:300px;
	height:100px;
	padding:20px;
	background-color:#000;
	color: #FFF;
	border-style:solid;
	border-width:3px;
	border-color:#8EA42A;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;	
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;			
}

#boxes #registrazioneNewsletterAvvenuta {
	width:300px;
	height:100px;
	padding:20px;
	background-color:#000;
	color: #FFF;
	border-style:solid;
	border-width:3px;
	border-color:#8EA42A;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;	
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;			
}


#boxes #aggiornamentoUserEseguito {
	width:300px;
	height:100px;
	padding:20px;
	background-color:#000;
	color: #FFF;
	border-style:solid;
	border-width:3px;
	border-color:#8EA42A;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;	
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;		
	
}

#boxes #passwordRecuperata{
	width:300px;
	height:100px;
	padding:20px;
	background-color:#000;
	color: #FFF;
	border-style:solid;
	border-width:3px;
	border-color:#8EA42A;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;	
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;		
}

#boxes #datiErrati{
	width:300px;
	height:70px;
	padding:20px;
	background-color:#C30;
	color: #FFF;
	border-style:solid;
	border-width:3px;
	border-color:#99271B;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;	
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;		
}

#boxes #noLoginError{
	width:300px;
	height:70px;
	padding:20px;
	background-color:#C30;
	color: #FFF;
	border-style:solid;
	border-width:3px;
	border-color:#99271B;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;	
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;		
}



#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#dialog1 .d-header {
  background:url(images/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}

#dialog input[type="text"]{
	border:none;
	background-color:#333;
	color:#CCC;
	float:left;
	height:16px;
	padding:3px 5px 2px;
	width:210px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#dialog input[type="password"]{
	border:none;
	background-color:#333;
	color:#CCC;
	float:left;
	height:16px;
	padding:3px 5px 2px;
	width:98px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 5px;
}

#dialog  input[type="image"]{
	float: left;
	/*width:100px;*/
	height:32px;
	margin-top: 3px;
	margin-left:15px;
}

#dialog label{
	color:#CCC;
	height:15px;
	width:45px;
	font-size: 11px;
}


#messaggioNewUserErr{
	margin-top:8px;
	height:18px;
	background-color:#C00;
	color:#FFF;
	font-size:11px;
	padding-left: 10px;
	padding-top: 2px;
}

#messaggioNewUser{
	margin-top:8px;
	height:18px;
	padding-left: 10px;
	padding-top: 2px;	
	margin-bottom:5px;
}

#messaggioNewsletter{
	margin-top:8px;
	height:18px;
	padding-left: 10px;
	padding-top: 2px;	
	margin-bottom:5px;
}

#messaggioAssistenza{
	margin-top:8px;
	height:20px;
	padding-left: 10px;
	padding-top: 2px;	
	margin-bottom:5px;
	font-size:12px;
}

#messaggioUpdUser{
	margin-top:8px;
	height:18px;
	padding-left: 10px;
	padding-top: 2px;	
	margin-bottom:5px;
}

#messaggioAggLicenza{
	margin-top:8px;
	height:18px;
	padding-left: 10px;
	padding-top: 2px;	
	margin-bottom:5px;
}

#messaggioDownloadErr{
	margin-top:8px;
	height:18px;
	background-color:#C00;
	color:#FFF;
	font-size:11px;
	padding-left: 10px;
	padding-top: 2px;
}

#messaggioDownload{
	margin-top:8px;
	height:18px;
	padding-left: 10px;
	padding-top: 2px;	
	margin-bottom:5px;
}

#messaggioDemoCrosscad{
	margin-top:8px;
	height:18px;
	padding-left: 10px;
	padding-top: 2px;	
	margin-bottom:5px;
}

#messaggioDemoWeight{
	margin-top:8px;
	height:18px;
	padding-left: 10px;
	padding-top: 2px;	
	margin-bottom:5px;
}

#messaggioDownloadR{
	margin-top:8px;
	height:18px;
	padding-left: 10px;
	padding-top: 2px;	
	margin-bottom:5px;
}

#messaggioOldUser{
	margin-top:8px;
	height:18px;
	padding-left: 10px;
	padding-top: 2px;	
	margin-bottom:5px;
}

#formRegistrazione {
	height: 300px;
	width: 300px;
	font-size: 11px;
}

#formRichiestaPasswd{
	width: 300px;
	font-size: 11px;
}

#formRegistrazione .obbl{
	color:#C00;
}


#formRegistrazione input[type="text"]{
	border:none;
	background-color:#333;
	color:#CCC;
	float:left;
	height:16px;
	padding:3px 5px 2px;
	width:195px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#formRegistrazione input[type="password"]{
	border:none;
	background-color:#333;
	color:#CCC;
	float:left;
	height:16px;
	padding:3px 5px 2px;
	width:195px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#formRegistrazione  input[type="image"]{
	float: left;
	/*width:100px;*/
	height:32px;
	margin-top: 3px;
	margin-left:15px;
}

#formRegistrazione label{
	float: left;
	color:#CCC;
	height:15px;
	width:60px;
	font-size: 11px;
	text-align:right;
}

#formRegistrazione label.obbl{
	color:#C03;	
}




#formRegistrazione textarea{
	border:none;
	background-color:#333;
	color:#CCC;
	float:left;
	height:40px;
	padding:3px 5px 2px;
	width:195px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#formRegistrazione select{
	border:none;
	background-color:#333;
	color:#CCC;
	float:left;
	height:20px;
	padding:3px 5px 2px;
	width:195px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}



#formAssistenzaTecnica label{
	float: left;
	color:#666;
	height:15px;
	width:90px;
	font-size: 12px;
	text-align:right;
}

#formAssistenzaTecnica label.obbl{
	color:#C03;	
}

#formAssistenzaTecnica input[type="text"]{
	border:none;
	background-color:#FFF;
	color:#333;
	float:left;
	height:20px;
	padding:3px 5px 2px;
	width:260px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#formAssistenzaTecnica select{
	border:none;
	background-color:#FFF;
	color:#333;
	float:left;
	height:22px;
	padding:3px 5px 2px;
	width:270px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#formAssistenzaTecnica textarea{
	border:none;
	background-color:#FFF;
	color:#333;
	float:left;
	height:50px;
	padding:3px 5px 2px;
	width:260px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#formAssistenzaTecnica  input[type="image"]{
	float: left;
/*	width:100px;*/
	height:32px;
	margin-top: 3px;
	margin-left:15px;
}



/* MENU PRINCIPALE */

ul#topnav {
	margin: 0 0 0 20px;
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 28px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom;}
ul#topnav a.prodotti {
	background: url(../immagini/nav_prodotti.png) no-repeat;
	width: 78px; 
}
ul#topnav a.support {
	background: url(../immagini/nav_support.png) no-repeat;
	width: 131px; 
}
ul#topnav a.azienda {
	background: url(../immagini/nav_azienda.png) no-repeat;
	width: 71px; 
}
ul#topnav a.news {
	background: url(../immagini/nav_news.png) no-repeat;
	width: 57px; 
}
ul#topnav a.contatti {
	background: url(../immagini/nav_contatti.png) no-repeat;
	width: 78px;
}
 
ul#topnav li .sub {
	position: absolute;
	top: 28px;
	left: 0;
	background-color:#000;
	padding: 10px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}

ul#topnav li .rowSpecial {
	clear: both; 
	float: left; 
	width: 100%; 
	margin-bottom: 10px;
}

ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;

}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color:#09C;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
	color:#09C;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../immagini/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {color: #ddd; background-position: 5px 12px ;}
#boxSlider {
	height: 350px;
	width: 960px;
	overflow:hidden;
	position:relative;
	z-index:0;
	float: left;
}

#boxSoftware {
	width: 960px;
	position:relative;
	z-index:0;
	float: left;
	background-color: #D8D9DA;
	padding-top: 11px;
	overflow: hidden;
	background-image: url(../immagini/bandaChiara.png);
	background-repeat: no-repeat;
	background-position: 0px -14px;
}

#boxElencoNews {
	width: 930px;
	position:relative;
	float: left;
	padding-top: 40px;
	padding-left: 30px;
}

#boxElencoNews  h1{
	font-style:italic;
	color:#666;
	font-weight:bold;
	font-size:11px;
	line-height:20px;
}


#boxElencoNews h2{
	font-style:normal;
	color:#000;
	font-weight:normal;
	font-size:12px;
	line-height:20px;
}

#boxElencoNews h3{
	font-style:normal;
	color:#06C;
	font-weight:normal;
	font-size:12px;
}

#bofFormInserimentoNews {
	width: 960px;
	z-index:0;
	background-color: #CCC;
	position:relative;
	padding-top: 15px;
	float: left;
}

#bofNews {
	border-width:18px;
	border-color:#D8D9DA;
	border-style:solid;
	width: 888px;
	z-index:0;
	background-color: #FFF;
	position:relative;
	padding: 18px;
	float: left;
	text-align: justify;
}

#bofNews p{
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:18px;
	font-variant: normal; 
	font-weight: normal; 
	float:left; 
	text-align:justify; 
	font-size:12px; 
	font-style:normal;
}

#bofNews h5{
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:18px;
	font-variant: normal; 
	font-weight: normal; 
	float:left; 
	text-align:justify; 
	font-size:12px; 
	font-style:normal;
}

#bofNews img{
	float:right; 
	margin:20px
}

#formInserimentoNews input[type="text"]{
	background-color:#FFF;
	color:#000;
	height:20px;
	width:260px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 5px;
	float: left;
}

#formInserimentoNews input[type="password"]{
	border:none;
	background-color:#333;
	color:#CCC;
	float:left;
	height:16px;
	padding:3px 5px 2px;
	width:195px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#formInserimentoNews input[type="image"]{
	float: left;
	/*width:100px;*/
	height:32px;
	margin-top: 3px;
	margin-left:15px;
}

#formInserimentoNews label{
	color:#000;
	height:16px;
	font-size: 11px;
	margin-left: 10px;
	padding-top: 5px;
	width: 160px;
}

#formInserimentoNews label.obbl{
	color:#C03;	
}



/* Easy Slider */
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;

	}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:320px;
	}
	
	#slider li a{
		width:20px;
		height:20px;
		background-color:#000;
	}
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:41px;
		z-index:1000;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
/* numeric controls */	

	ol#controls{
	margin:0;
	height:23px;
	font-size: 11px;
	background-color:#646566;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
	}
	ol#controls li{
		margin:-3px 4px 8px 0;
		padding:0;
		float:left;
		list-style:none;
		height:16px;
	}
	ol#controls li a{
	float:left;
	height:16px;
	color:#999;
	text-decoration:none;
	background-image: url(../immagini/OL1.png);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 4px;
	}
	ol#controls li.current a{
	color:#005A8E;
	background-image: url(../immagini/OL2.png);
	background-repeat: no-repeat;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}		
 
#boxPanels {
	background-color: #D8D9DA;
	width: 960px;
	height: 220px;
	clear: both;
}
#pannelloSx {
	background-color: #FFF;
	width: 316px;
	float: left;
	margin-left: 18px;
	margin-top: 18px;
	height: 81px;
}
#pannelloDx {
	width: 590px;
	float: right;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 18px;
}

.photo-meta-data	{
	background: url(../immagini/transpBlack.png);
	text-align:left;
	text-decoration:none;
	height: 100px;
	position: relative;
	z-index: 9999;
	color: #FFF;
	padding-top: 15px;
	padding-left: 2px;
	padding-right: 10px;
	padding-bottom:10px;
	width: 300px;
	margin-left: 592px;
	margin-top: -150px;
	border: 1px solid #000;
}
.photo-meta-data span { 
	font-size: 13px; 
}
.photo-meta-data h2{ 
	padding-left:10px;
	font-size: 14px; 
	font-weight: bold;
	color:#09C;
}
.photo-meta-data h5{
	padding-top:8px;
	padding-left: 10px;
	font-size: 10px;
	font-weight: normal;
	color:#999;
	text-align: justify;
}

.photo-meta-data2	{
	text-align:right;
	height: 18px;
	margin-top: -30px;
	position: relative;
	z-index: 9999;
	color: white;
	text-align:center;	/*padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:10px;*/
	background-image: url(../immagini/linkMetaData2.png);
	background-repeat: no-repeat;
	padding-top: 3px;
}
.photo-meta-data2 span { 
	font-size: 10px; 
}

	
#menuNavigazione {
	background-color: #000;
	float: left;
	height: 13px;
	width: 925px;
	font-size: 9px;
	color: #CCC;
	padding-left: 35px;
	padding-top: 5px;
}

#fasciaTitolo {
	float: left;
	height: 28px;
	width: 925px;
	font-size: 18px;
	color: #E8BA31;
	padding-left: 35px;
	padding-top: 25px;
	font-family: Geneva, Tahoma, Arial;
	font-weight: bolder;
	background-image: url(../immagini/sfondoBarraTop.jpg);
	background-repeat: repeat-x;
}

#boxSitemap {
	width: 1024px;
	height: 100%;
	float: left;
	background-image: url(../immagini/sfondoSitemap02.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 20px;
	background-position: left top;
}
#colonnaSitemap h1 {
	color: #EABA28;
	font-size: 9px;
}
#colonnaSitemap h1 a {
	color: #EABA28;
	font-size: 9px;
	font-weight: normal;
}
#colonnaSitemap h1 a:visited {
	color: #EABA28;
}
#colonnaSitemap h1 a:hover {
	color: #EABA28;
	text-decoration: underline;
}
#colonnaSitemap {
	width: 136px;
	float: left;
	padding-left: 18px;
	padding-right: 5px;
	text-align: left;
	font-size: 9px;
	height: 130px;
	list-style-type: none;
	margin-top: 15px;
	font-family: Geneva, Tahoma, Arial;
}

#colonnaSitemap a{
	color:#09C;
	list-style-type: none;
}

#colonnaSitemap a:hover{
	color:#09C;
}

#colonnaSitemap a:visited{
	color:#09C;
}
.titoloGrassetto {
	font-weight: bold;
	color: #09C;
}

#colonnaSitemap li{
	list-style: none;
}
#boxSoftwareLeft {
	float: left;
	width: 600px;
	margin-top: 12px;
	margin-left: 20px;
}
#boxSoftwareRight {
	float: left;
	width: 340px;
	margin-top: 12px;
}

/* TAB NAVIGATION COMPLESSO CON ANIMAZIONI e 4 TAB*/

#flowtabs {
	/* dimensions */
	width:655px;
	height:20px !important;
	margin:0 !important;
	padding:0;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li {
	float:left;
	text-indent:0;
	list-style-type:none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* a- tag inside single tab */
#flowtabs li a {
	display:block;
	height: 20px;
	/* font decoration */
	color:#FFF;
	font-size:10px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	background-repeat: no-repeat;
	background-image: url(../immagini/blue_panes.jpg);
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{
	background-position:  0 0;
	;
	width:120px;
	margin-right: 10px;
}
#flowtabs #t2 			{
	background-position: 0 0;
	width:120px;
	margin-right: 10px;
}
#flowtabs #t3 			{
	background-position: 0 0;
	width:120px;
	margin-right: 10px;
}
#flowtabs #t4 			{
	background-position: 0 0;
	width:120px;
	margin-right: 10px;
}

#flowtabs #t5{
	background-position: 0 0;
	width:120px;
}


/* mouseover state */
#flowtabs a:hover 		{
	color:#2A2927;
}
#flowtabs #t1:hover 	{
	background-position:    0 -20px;
	width: 120px;
}
#flowtabs #t2:hover 	{
	background-position: 0 -20px;
	width:120px;
}
#flowtabs #t3:hover 	{
	background-position: 0 -20px;
	width:120px;
}
#flowtabs #t4:hover 	{
	background-position: 0 -20px;
	width:120px;
}
#flowtabs #t5:hover 	{
	background-position: 0 -20px;
	width:120px;
}

/* currently selected tabs */
#flowtabs a.current		{
	cursor:default;
	color:#000;
	line-height:20px;
	width:120px;
}
#flowtabs #t1.current {
	background-position:    0 -40px;
	width:120px;
}
#flowtabs #t2.current {
	background-position: 0 -40px;
	width:120px;
}
#flowtabs #t3.current {
	background-position: 0 -40px;
	width:120px;
}
#flowtabs #t4.current {
	background-position: 0 -40px;
	width:120px;
}

#flowtabs #t5.current {
	background-position: 0 -40px;
	width:120px;
}


/* panes */
#flowpanes {
	width:655px;
	height:100%;
	background-image: url(../immagini/blue_panes.jpg);
	background-repeat: no-repeat;
	background-position: 0 -100px;
	margin-top: 15px;
}


/* single pane */
#flowpanes div {
	display:none;
	color:#fff;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#2A2927;
	margin:0 0 0 0;
	font-size:18px;
}

#flowpanes li {
	color:#666;
	font-size:12px;
}

#flowpanes a {
	color:#1699CC;
	font-size:12px;
}

#flowpanes p, #flowpanes samp {
	color:#666;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

#flowpanes div.narrow {
	padding-right:145px;		
}

/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	clear:both;
	overflow: hidden;
	background-color: #FFF;
}
 
/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:615px;
	font-size:14px;
	color: #666;
	padding-top: 0px;
	margin-right: 30px;
}
 
/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:relative;
	clear:both;
	margin-top:0 0 0 0;
	padding:0;
	background-color: #FFF;
}
 
#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}
#softwareSX {
	margin-left:18px;
	float: left;
	width: 655px;
}

/* BOX ARROTONDATI */

#softwareDX1 {
	float: right;
	width: 250px;
	position: relative;
	margin-right: 18px;
	margin-top: 35px;
	font-size: 11px;
	line-height: 20px;
}

#softwareDX1 h1 {
	padding-left:10px;
	font-size:14px;
	color:#CCC;
	font-weight:bold;
}

#softwareDX1 p {
	padding-top:10px;
	font-size:12px;
}

#softwareDX2 {
	float: right;
	width: 250px;
	position: relative;
	margin-right: 18px;
	font-size: 11px;
	line-height: 20px;
}

#softwareDX2 h1 {
	padding-left:10px;
	font-size:14px;
	color:#CCC;
	font-weight:bold;
}

#softwareDX2 p {
	padding-top:10px;
	font-size:12px;
}

#softwareDX3 {
	background-color:#FFF;
	float: right;
	width: 250px;
	position: relative;
	margin-right: 18px;
	margin-top: 20px;
}

#softwareDX3 h1 {
	padding-left:10px;
	font-size:14px;
	color:#CCC;
	font-weight:bold;
}

#softwareDX3 p {
	padding-top:10px;
	font-size:12px;
}

#softwareDX4 {
	background-color:#FFF;
	float: right;
	width: 250px;
	position: relative;
	margin-right: 18px;
	margin-top: 20px;
}

#softwareDX4 h1 {
	padding-left:10px;
	font-size:14px;
	color:#CCC;
	font-weight:bold;
}

#softwareDX4 p {
	padding-top:10px;
	font-size:12px;
}



/* VALIDAZIONE FORM */

	.formError {
			position:absolute;
			top:300px; left:300px;
			padding-bottom:13px;
			display:block;
			z-index:5000;
		}
			#debugMode{
				background:#000;
				position:fixed;
				width:100%; height:200px;
				top:0; left:0;
				overflow:scroll;
				opacity:0.8;
				display:block;
				padding:10px;
				color:#fff;
				font-size:14px;
				z-index:100000;
			}
		
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			.formError .formErrorContent {
				width:100%; 
				background:#ee0101;
				color:#fff;
				width:150px;
				font-family:tahoma;
				font-size:11px;
				border:2px solid #ddd;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.greenPopup .formErrorContent {background:#33be40;}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;

				z-index:5001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					box-shadow: 0px 2px 3px #444;
					-moz-box-shadow: 0px 2px 3px #444;
					-webkit-box-shadow: 0px 2px 3px #444;
					font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}
					
				.greenPopup .formErrorArrow div{background:#33be40;}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  
#spazioNews {
	width: 960px;
	float: left;
}
#imgNews {
	float: left;
	width: 350px;
}
#testoNews {
	float: left;
	width: 570px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 11px;
	text-align: justify;
	padding-top: 10px;
}
#boxIstituzionale {
	height: 220px;
	width: 960px;
	overflow:hidden;
	position:relative;
	z-index:0;
	float: left;
	background-color: #ededed;
	background-image: url(../immagini/headerDownload.jpg);
}
#pannelloIstituzionale {
	margin: 18px;
	float: left;
	width: 924px;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}
#pannelloIstituzionale h1{
	font-size: 24px;
	color: #036;
}
#pannelloIstituzionale h2 {
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
#subPannelloIstituzionaleSx {
	height: 400px;
	width: 221px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #F0F0F0;
	border: 1px solid #B7B9B9;
}
#subPannelloImmagine {
	height: 110px;
	width: 221px;
	margin-bottom: 20px;
}
#subPannelloIstituzionaleDx {
	height: 400px;
	width: 221px;
	float: left;
	margin-bottom: 20px;
	background-color: #F0F0F0;
	border: 1px solid #B7B9B9;
}
#subPannelloTesto {
	font-size: 11px;
	color: #666;
	width: 200px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 18px;
	text-align: left;
}
#boxPanelIstituzionale {
	background-color: #E9E9E9;
	width: 960px;
	float: left;
	background-image: url(../immagini/sfondoIstituzionale.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#rigaFormNews {
	float: left;
	width: 960px;
	margin-bottom: 10px;
}

#immagineSchedaSW {
	height: 250px;
	width: 960px;
	float: left;
}
#headerSwDx1 {
	height: 60px;
	width: 250px;
}
#bodySwDx1 {
	width: 220px;
	background-image: url(../immagini/corpoBox01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 30px;
	padding-bottom: 50px;
}
#bodySwDx1 li {
	list-style-image: url(../immagini/navlist_arrow.png);
	list-style-position: inset;
}



    /* GALLERY IMMAGES */ 

.next, .prev { 
    /* absolute positioning relative to the overlay */ 
    position:absolute; 
    top:40%; 
 
    /* upcoming CSS3 rounded border feature */ 
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
} 
 
/* progress indicator (animated gif). should be initially hidden */ 
.progress { 
    position:absolute; 
    top:45%; 
    left:50%; 
    display:none; 
} 
 
/* active thumbnail is raised on top of the mask using the z-index property */ 

#thumbs {
	text-align:left;
}

#thumbs img {
	background-color:#fff;
	border:1px solid #ccc;
	margin:2px 0 0 2px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#thumbs a.active img { 
    outline:1px solid #000; 
    z-index:9999; 
    position:relative; 
}

/* stile Apple */

.apple_overlay { 
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* growing background image */ 
  background-image:url(../immagini/whiteBig.png); 
	/*background-image:url(http://static.flowplayer.org/tools/img/overlay/transparent.png);*/
	/*background-color:#FFF;/
     
    /*  
        width after the growing animation finishes 
        height is automatically calculated 
    */ 
    /*width:640px;         */
     
    /* some padding to layout nested elements nicely  */ 
    padding:35px; 
 
    /* a little styling */     
    font-size:11px; 
} 
 
/* default close button positioned on upper right corner */ 
.apple_overlay div.close { 
    background-image:url(../immagini/chiudi.png); 
    position:absolute; right:5px; top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

div.apple_overlay h2 {
	margin:10px 0 -9px 0;
	font-weight:bold;
	font-size:14px;
}
 
div.black h2 {
	color:#fff;
}
    /* FINE GALLERY IMMAGES */ 
	

/* OVERLAY VIDEO */

div.overlay {
	padding:40px;	
	width:576px;  
	display:none;
	background-image:url(../immagini/white.png);	
	
}
 
div.overlay div.close {
	background:url(../immagini/chiudi.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}
 

a.player { 		
	display:block;
	height:450px;			
}#colonnaDX {
	float: right;
	width: 260px;
}
#boxAssistenzaTecnica {
	width: 500px;
}
#testataFooterCopyright {
	float: left;
	height: 30px;
	margin-left: 56px;
	margin-top: 23px;
	font-size: 9px;
	color: #666;
}
#testataFooterCredits {
	float: right;
	margin-top: 15px;
	margin-right: 56px;
}
