@charset "utf-8";
/* CSS Documento Progetto Linea Amica Stefano 28/gennaio/2008 */

body {
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
}

				/* elementi  div */

#principale {
	display: block;
	margin: 0 auto;
	padding: 0;
	width:801px;
	min-height: 528px;
	height: auto !important;
	height:528px;
	background-image: url(../img/web/sfondobianco.jpg);
	background-repeat: no-repeat;

}

#contenitore {
	margin: 0 auto;
	width:750px;
	display: block;
}

#testata {
	background-image: url(../img/web/sfondotestata.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	width:750px;
	height:105px;
	display: block;
}

#navigazione {
	background-image: url(../img/web/sfondonavigazione.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width:750px;
	height:26px;
}

#corpo {
	background-image: url(../img/web/sfondocorpo.png);
	background-repeat: no-repeat;

	margin: 10px auto;
	width:750px;
	height:300px;
}

#corpochisiamo {
	background-image: url(../img/web/sfondocorpochisiamo.png);
	background-repeat: no-repeat;

	margin: 10px auto;
	width:750px;
	height:300px;
}

/*
#testocorpo {
	display: block;
	width: 85%;
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
	filter:alpha(opacity=68);
	-moz-opacity:.68;
	opacity:.68;
	filter:alpha(opacity=0);
}
*/

#formlogin {
	width: 75%;
	margin: 8px auto;
}

#formcolsx {
	float: left;
	width: 30%;
	text-align: right;
	font-family: Verdana;
	font-size: 13px;
}

#formcoldx {
	float: left;
	margin: 0;
	padding-left: 12px;
	width: 65%;
}

input {
	margin-top: 15px;
}

h4 {
	padding-top: 36px;
	text-align: right;
	margin: 0px;
	font-family: verdana;
	font-size: 13px;
}

#footer {
	background-image:url(../img/sfondofooter_new.jpg);
	background-repeat: no-repeat;
	margin-top: -1em;
	width:750px;
	/*height:22px;*/
	height:85px;
}

#sottofooter {
	margin: 0;
	padding-top: 0.5em;
	width:750px;
	height:15px;
	color: #000;
	font-family: Verdana;
	font-size: 9px;
	text-align: center;	
}			
				/* elementi  testo e liste all'interno dei div */
				
#navigazione ul {
	list-style-type: none;
	text-align: left;
	/*text-indent: 4em;*/
	text-indent: 2em;
	padding: 0;
	margin: 0;
	padding-top: 0.28em;
}

#navigazione li {
	display: inline;
	font-family: Verdana;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-left: 1.2em;
}

#navigazione li.active {
	color: #EA931C;
}	

#navigazione a, a:link {
	font-family: Verdana;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
}

#navigazione a:hover {
	font-family: Verdana;
	color: #EA931C;
	font-size: 12px;
	text-transform: none;
}

#corpo p {
	font-family: verdana;
	font-size: 13px;
	font-weight: 500;
	color: #000;
	text-align: justify;
	margin-left: 3.2em;
	margin-right: 3.2em;
	padding-top: 4%;
}

#corpochisiamo p {
	font-family: verdana;
	font-size: 13px;
	font-weight: 500;
	color: #000;
	text-align: justify;
	margin-left: 3.2em;
	margin-right: 3.2em;
	padding-top: 4%;
}

			/*  immagini e loro posizionamenti all'interno dei div ( classi assegnate) */
			
.imgindex1 {
/*	margin: 25px 0 0 35px;*/
	margin-left:35px;
	margin-right:0;
	margin-bottom:25px;
	margin-top:25px;
	float: left;
}
.imgindex-x {
/*	margin: 25px 0 0 35px;*/
	margin-left:0px;
	margin-right:0;
	margin-bottom:25px;
	margin-top:0px;
	float: left;
}

.imgindex2 {
/*	margin: 35px 35px 0 40px;*/
	margin-left:25px;
	margin-right:25px;
	margin-bottom:25px;
	margin-top:25px;

	float: left;
}

input {
	background-position: 12px;
	padding-bottom: 6px;
}

/*
	#blocco_contattidx {
	float:right;
	width:474px;
    height:292px;		
	background-color:#000000;	
	color:#999999;
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:20px 10px 0 21px;
		
	}
	#blocco_contattidxform {
	float:left;
	width:294px;
	height:290px;

	}
	#blocco_contattidxform span.obbligat {
	display:block;
	color:#FFFFFF;
	font-size:9px;
	margin:3px 0 0 0;
	}
*/


#creso {
	vertical-align: baseline;
	font-size: 9px;
	font-family: Arial;
	color: #000;
	text-align: right;
}

#creso a, a:link {
	font-size: 9px;
	font-family: Arial;
	color: #ff6600;
	text-decoration: none;
}

#creso a:hover {
	font-size: 9px;
	font-family: Arial;
	color: #FF6600;
	text-decoration: underline;
}
