/**********************************

Use: Core Styles
Author: Nick Rigby

***********************************/

p { margin: 10px 0; }
	
.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

	/* nascosto*/
.off-left {
	position: absolute;
	left: -999px;
	width: 990px;
}
.errorMsg {
	color: #930521;
	background-color: #fff;
	margin-top: -10px;
	margin-bottom: 3em;
	border: 1px solid #E3E0E3;
	width: 50%;
	float: right;
	
}
.inLine{
	display:inline;
}
.Block{
	display:block;
}

/* 
+---------------------+
|    HOME ID Style    | 
+---------------------+
*/
#home_sfondo0 {
	background-image: url(../images/home_bordo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
/*	width: 586px; */
	width: 95%;
	margin: 0 auto 0 auto;
	font-family: Arial, Verdana, sans-serif, helvetica;
	font-size: 1.3em;
	color: #434343; 
}
#home_piede0 {
/*	width: 586px; */
	width: 95%;
	background-image: url(../images/home_sotto.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0 auto 0 auto;
	height: 65px;
}
#home_richiedi {
	font-size: 0;
	margin: 0;
	padding: 0;
	float: left;
}
#home_angolo_sx {
	float: left;
	font-size: 0;
	margin: 0;
	padding: 0;
}
#home_angolo_dx {
	float: right;
	font-size: 0;
	margin: 0;
	padding: 0;
}
#home_sfondo1 {
	background-image: url(../images/home_sfondo.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0 14px 0 19px;
}
#home_sfondo2 {
	background-image: url(../images/home_ombra.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#home_box {
	width: 100%;
	padding: 0 20px 0 21px;
}
#home_box IMG {
	font-size: 0;
	margin: 0;
	padding: 0;
}
#home_intro {
	margin-top: 13px;
	line-height: 24px;
}
#home_corpo {
	font-size: .95em;
}
#home_corpo P {
	font-size: .85em;
}
/* 
+----------------+
|  Class Style   | 
+----------------+
*/
.home_istruzione {
	color: #a20020;
	font-weight: bold;
}
/* Class Style Generici */
.home_floatLeft {
	float: left;
}
.home_floatRight {
	float: right;
}
.home_margin {
	clear: both;
	line-height: 0;
	height: 22px;
	font-size: 0;
}
.home_clearer {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
	overflow: hidden;
}
.home_hidden {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	display: none;
}