@charset "utf-8";
/* CSS Document */

body{
	margin:0px; 
	padding:0px; 
	background-image:url(../immagini/body_bg.jpg); 
	background-repeat:repeat-x; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#999999; 
	font-size:12px;
}
#contenitore {
	margin: auto;
	width: 1013px;
}
.sub_voci{
	font-size:92%;
	text-decoration:none;
	color:#999;
	font-weight:bold;
	text-transform:uppercase;
}
a.sub_voci:hover{
	color:#FFF;
}
.box_sub_contact{
	float:left;
	display:inline;
	margin:2px 2px 0px 2px;
	padding:2px 0px 2px 0px;
	width:85px;
	text-align:center;
}

.box_sub_contact:hover{
	color:#FFF;
	background-image:url(../immagini/sub_bg_contact.png);
	background-repeat:no-repeat;
}
.box_sub_home{
	float:left;
	display:inline;
	margin:2px 2px 0px 2px;
	padding:2px 0px 2px 0px;
	width:45px;
	text-align:center;
}

.box_sub_home:hover{
	color:#FFF;
	background-image:url(../immagini/sub_bg_home.png);
	background-repeat:no-repeat;
}
#menu {
	margin-top:21px;
	width:215px;
	height:auto;
	float:left;
	display:inline;
	margin-left:50px;
}
#bagliore_head {
	height: 20px;
	width: 748px;
	background-image:url(../immagini/bagliore_head.png); 
	background-repeat:no-repeat;
}
#bagliore_head_standard {
	height: 44px;
	width: 748px;
	background-image:url(../immagini/bagliore_head_standard.png); 
	background-repeat:no-repeat;
}
#bagliore_sx_cat {
	float:left; 
	display:inline;
	width:20px; 
	height:355px; 
	background-image:url(../immagini/bagliore_sn_cat.png);
	background-repeat:no-repeat;
}
#bagliore_sx_home {
	float:left; 
	display:inline;
	width:20px; 
	height:397px; 
	background-image:url(../immagini/bagliore_sn_home.png);
	background-repeat:no-repeat;
}
#colonna_blue {
	float:left; 
	display:inline;
	width:213px; 
	height:320px; 
	background-image:url(../immagini/colonna_blue_bg.jpg); 
	background-repeat:repeat-x; 
	color:#FFFFFF; 
	padding:20px 10px 15px 10px;
	overflow:auto;
}
#screenshot {
	margin: 0;
	padding: 8px;
	position: absolute;
	background: #004267;
	width: 250px;
	height: auto;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	display: none;
	z-index: 200;
}
.titoletto{
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
}
#colonna_blue a:link{
	color:#ededed;
	text-decoration:none;
	padding:3px 0px 3px 0px;
}
#colonna_blue a:hover{
	color:#C5C7C8;
	text-decoration:none;
}
#colonna_blue a:visited{
	color:#CCC;
	text-decoration:none;
}
#bagliore_dx_cat {
	float:left; 
	display:inline;
	width:20px; 
	height:355px; 
	background-image:url(../immagini/bagliore_dx_cat.png); 
	background-repeat:no-repeat;
}
#bagliore_dx_home {
	float:left; 
	display:inline;
	width:20px; 
	height:397px; 
	background-image:url(../immagini/bagliore_dx_home.png); 
	background-repeat:no-repeat;
}
#corpo_cat{
	clear:both; 
	width:688px; 
	height:auto; 
	background-image:url(../immagini/body_bg_cat.png); 
	background-repeat:repeat-y; 
	padding:15px 30px 20px 30px;
}
#bagliore_foot_cat {
	width:748px; 
	height:34px; 
	background-image:url(../immagini/bagliore_foot_cat.png); 
	background-repeat:no-repeat;
}
#bagliore_foot_home{
	width:748px; 
	height:22px; 
	background-image:url(../immagini/bagliore_foot_home.png); 
	background-repeat:no-repeat;
}
#bagliore_foot_standard{
	width:748px; 
	height:44px; 
	background-image:url(../immagini/bagliore_foot_standard.png); 
	background-repeat:no-repeat;
}
.titolo_cat_linkato {
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.titolo_cat {
	font-size: 12px;
	text-transform: uppercase;
	color: #1A88C7;
	text-decoration: none;
	font-weight: bold;
}
/* duplicazione di id corpo_standard in classe*/
.corpo_standard{
	/*clear:both; */
	width:648px; 
	background-image:url(../immagini/body_bg_standard.png); 
	padding:0px 50px 0px 50px;
	color:#FFF;
	min-height: 340px; /*altezza minima valida per tutti tranne per IE6*/
	height: auto !important; 
	/*istruzione per rendere estensibile il box oltre le misure fissate, valida per tutti tranne che per IE6, che detto tra noi lo fa da se*/
	height: 340px; /*unico parametro letto da IE6 che fissa height come altezza minima*/
}
.corpo_standard h1{
	font-size: 12px;
	text-transform: uppercase;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}
.corpo_standard a:link{
	color:#ededed;
	text-decoration:none;
}
.corpo_standard a:hover{
	color:#1A88C7;
	text-decoration:none;
}
.corpo_standard a:visited{
	color:#CCCCCC;
	text-decoration:none;
}
.paragrafoTestuale a:link{
	color:#1A88C7;
	text-decoration:none;
}
.paragrafoTestuale a:hover{
	color:#1A88C7;
	text-decoration:underline;
}
.paragrafoTestuale a:visited{
	color:#999;
	text-decoration:none;
}
/* */
form {
	margin:0px;
	padding:0px;
	color:#95dcff;
	font-weight:bold;
}

#formScheda {
	margin:0px;
	padding:0px;
	color:#1674AB;
	font-weight:bold;
}

input {
	padding:4px;
	margin:0px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#00426F;
	/*height:17px;*/
	width:100%;
	text-align:left;
	color: #CBE3F8;
}

select {
	padding:4px;
	margin:0px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#00426F;
	width:100%;
	text-align:left;
	color: #CBE3F8;
}

textarea {
	padding:4px;
	margin:0px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#00426F;
	width:98%;
	height:80px;
	text-align:left;
	color: #CBE3F8;
}

.checkboxForm {
	border:none;
	background:none;
	/*height:17px;*/
	width:100%;
}

#COL_DX{
	float:left; 
	width:748px;
	display:inline;
}

/* INIZIO form lavora con noi -------------------------------------------------------------------------------- */

.containerFormLCN {
	margin:auto;
	padding:30px;
	width:60%;
	height:auto;
	/*background-color:#FF0000;*/
}

.testoFormLCN {
	margin:0px;
	padding:4px;
	width:45%;
	height:auto;
	text-align:left;
	float:left;
	display:inline;
	/*background-color:#FFFF00*/;
}

.inputTexFormLCN {
	margin:0px;
	padding:0px;
	width:45%;
	height:auto;
	float:right;
	display:inline;
	/*background-color:#00FF33*/;
}

.clearFormLCN{
	clear:both; 
	height:5px;
}

.distanceForm{
	height:50px;
	/*border-bottom:1px solid #FF0000;
	border-top:1px solid #FF0000;*/
}
/* FINE form lavora con noi -------------------------------------------------------------------------------- */

.imgPNGscheda {
	height:33px; 
	float:left; 
	display:inline; 
	padding:10px;
}

.testoPNGscheda {
	height:auto; 
	float:left; 
	display:inline; 
	padding:20px 10px 10px 0px;
}

.testoPNGscheda a:link{
	color:#1674AB;
	font-weight:bold;
	text-decoration:none;
}
.testoPNGscheda a:hover{
	color:#1674AB;
	font-weight:bold;
	text-decoration:underline;
}

.testoPNGscheda a:visited{
	color:#1674AB;
	font-weight:bold;
	text-decoration:none;
}

#containerContattiScheda {
	width:100%; 
	height:auto; 
	background-color:#DFDFDF; 
	/**/
}

.containerFormScheda {
	margin:0px;
	padding:30px;
	width:40%;
	height:auto;
	float:left;
	display:inline;
	/*background-color:#FF0000;*/
}

.testoFormScheda {
	margin:0px;
	padding:4px;
	width:45%;
	height:auto;
	text-align:left;
	float:left;
	display:inline;
	/*background-color:#FFFF00*/;
}

.inputTexFormScheda {
	margin:0px;
	padding:0px;
	width:45%;
	height:auto;
	float:left;
	display:inline;
	/*background-color:#00FF33*/;
}

.clearFormScheda{
	clear:left; 
	height:5px;
}

.containerFormScheda input {
	padding:4px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#1674AB;
	/*height:17px;*/
	width:100%;
	text-align:left;
	color: #CBE3F8;
}

.containerFormScheda textarea {
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#1674AB;
	/*height:17px;*/
	width:100%;
	height:94px;
	text-align:left;
	color: #CBE3F8;
	border:none;
}

.ricercaSchede {
	width:auto; 
	height:auto; 
	margin:10px 0px 0px 0px; 
	padding:10px; 
	border:1px dotted #1674ab;
}

.ricercaSchede:hover {
	background-color:#1674ab;
	cursor:pointer;
}

#resultEvent{
	/*clear:both; */
	width:648px; 
	background-image:url(../immagini/body_bg_standard.png); 
	padding:0px 50px 0px 50px;
	color:#FFF;
	height:auto; 
}

#resultEvent h1{
	font-size: 12px;
	text-transform: uppercase;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}

.containerFormSearch input {
	padding:4px;
	margin:0px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#00426F;
	/*height:17px;*/
	width:192px;
	text-align:left;
	color: #CBE3F8;
}

.containerFormSearch select {
	padding:4px;
	margin:0px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#00426F;
	/*height:17px;*/
	width:200px;
	text-align:left;
	color: #CBE3F8;
}

.containerFormSearch {
	margin:0px;
	padding:10px 80px 30px 60px;
	width:auto;
	height:auto;
	/*background-color:#FF0000;*/
}

.testoFormSearch {
	margin:0px;
	padding:4px;
	width:200px;
	height:auto;
	text-align:left;
	float:left;
	display:inline;
	/*background-color:#FFFF00*/;
}

.inputTexFormSearch {
	margin:0px;
	padding:0px;
	width:200px;
	height:auto;
	float:right;
	display:inline;
	/*background-color:#00FF33*/;
}

.clearFormSearch{
	clear:both; 
	height:5px;
}
.dots{
	background-image:url(../immagini/punto_bianco.png);
	background-repeat:repeat-x;
	width:100%;
	height:1px;
	padding-top:1px;
	margin:5px 0px 5px 0px;
}
.callLight{
	color:#1A88C7;
	padding:3px;
	font-size:12px; 
	font-weight:bold;
}
.callLight:hover{
	background-color:#DFDFDF; 
}
#foot a:link{
	color:#00426F;
	text-decoration:none;
}
#foot a:visited{
	color:#00426F;
	text-decoration:none;
}
#foot a:hover{
	text-decoration:underline;
}
