@charset "utf-8";

/* Author:  Franceschini Giuseppe - ICT LAB srl - www.ictlab.it */

@font-face {
	font-family: 'PirulenReg';
	src: url('pirulen_rg.eot');
	src: local('Pirulen'), local('PirulenRg-Regular'), url('pirulen_rg.woff') format('woff'), url('pirulen_rg.ttf') format('truetype');
}

html, body {
	height: 100%;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #00223f;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

.twoColFixLtHdr #container { 
	width: 1004px; 
	background: #003050;
	margin: 0 auto; 
	border: 1px solid #fff;
	border-bottom:none;
	border-top: none;
	text-align: left;
	min-height: 100%;
	background-image:url(../img/sfondoPagNewBlue3.jpg);
	/* sfondoPagNewBlue.jpg era **sfondo2ms1.jpg** */
	background-repeat: no-repeat;
}

.twoColFixLtHdr #corpo {
	min-height: 650px;
}

.twoColFixLtHdr #header { 
	background: #003050; 
	height:230px; 
	border-bottom: 1px dotted #fff;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.twoColFixLtHdr #logo {
	position:relative;
	left: 30px;
	/*top: -10px; */
	z-index:1;
	height:100px;
	width: 120px;
}
.twoColFixLtHdr #lingua {
	position:relative;
	float: right;
	margin-right: 1em;
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 220px; 
	padding: 15px 5px 15px 5px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 248px; 
	padding: 0px; 
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: white;
} 

.twoColFixLtHdr #mainContent .titoloContent {
	font: bold 12px PirulenReg, Verdana;
	padding: 5px 8px 5px 8px; 
	width:200px; 
	background-color: #505050; 
	border: 1px solid #f39900;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	display: none;
} 

.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

.twoColFixLtHdr #mainContent #txtCorpo {
	width:736px; 
	padding:20px 10px 10px 10px;
}

.twoColFixLtHdr #mainContent #txtCorpo table {
	width: 730px; 
}

.twoColFixLtHdr #mainContent #disclaim {
	font: normal 12px Tahoma, Geneva, sans-serif;
	text-align: center;
	margin-top: 5em;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

.prix_title {
	font: normal 13px PirulenReg, Verdana; 
	background:#FFF; 
	text-align:center; 
	color:#ed9500;
	border:#ed9500 thin solid;
}

.invTxt {
	font-family:verdana;
	font-size:11px;
	color:white;
	text-decoration:none;
}

/* style form: formContattaci */
form#formContattaci dt {
	min-height: 1em;
	float: left;
	clear: left;
}
form#formContattaci dd {
	min-height: 1em;
	margin-left: 200px;
	margin-bottom: 0.5em;
}

form#formContattaci .errors {
	color: red;
}



/* style form: formGen */
.formGen {
	vertical-align: top;
}
.formGen dt {
	min-height: 1em;
	float: left;
	clear: left;
}
.formGen dd {
	min-height: 1em;
	margin-left: 200px;
	margin-bottom: 0.5em;
}

.formGen .errors {
	color: red;
}

#fileComment_it-Editor {
	background-color: white;
}
#fileComment_en-Editor {
	background-color: #88FF88;
}

