body,html {
	font: 12px Arial, Verdana, Lucida Grande;
	color: #6c6c6d;
	background-color: #ffffff;
}

a:link {
	color: #232323;
	text-decoration: underline;
}

a:visited {
	color: #232323;
	text-decoration: underline;
}

a:hover {
	color: #232323;
	text-decoration: none;
}








a.sottomenu:link {
	color: #666;
	text-decoration: none;
	font-size: 11px;
}

a.sottomenu:visited {
	color: #232323;
	text-decoration: none;
	font-size: 11px;

}

a.sottomenu:hover {
	color: #000;
	text-decoration: underline;
	font-size: 11px;

}







a.linksottomenu:link {
	color: #666;
	text-decoration: none;
	font-size: 11px;
	display: block;

}

a.linksottomenu:active {
	color: #666;
	text-decoration: none;
	font-size: 11px;
	display:block;
}

a.linksottomenu:visited {
	color: #666;
	text-decoration: none;
	font-size: 11px;
	display:block;

}

a.linksottomenu:hover {
	color: #000;
	text-decoration: underline;
	font-size: 11px;
	display:block;

}













h1 {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	margin: 0;
	font-weight: normal;
}

h4 {
	font-size: 24px;
	line-height: 25px;
	color: #FF8901;

	margin: 0;
	font-weight: bold;
}

h5 {
	font-size: 18px;
	line-height: 18px;
	color: #4F4F59;
	margin: 0;
	font-weight: bold;
}




hr {
	height: 2px;
	background: #000;
	margin: 10px 0px;
}

input.contatti,textarea,select {
	border: 1px solid #676769;
/* 	margin: 4px 2px 2px 0; */
	padding: 2px;
	vertical-align: baseline;
	background: url(../images/jpg/bginput.jpg) no-repeat top left;
}

input.sfondo {
	background-color: #ccc;
	background: url(../images/jpg/sfondo_input.jpg) no-repeat top left;
	color: #fff;


}

input.invia {
	background-color: #ccc;
	background: url(../images/jpg/invia.jpg) no-repeat top left;
	color: #fff;
	border: 1px #fff;


}


ul {
	list-style: square;
	line-height: 18px;
	text-align: justify;
}


/*
ol {
	
	
}
*/


ol.steps {
	margin-left: 25px;
	font-weight: bold;
/* 	margin: 20px 0; */
/* 	background: url(ul_bg_repeat.gif) repeat-y; /*--Bg of the order numbers--*/ */
	padding: 0 0 0 35px; /*--Distance between the order numbers--*/
/* 	border: 1px solid #111; */
}


ol.steps li {
	margin: 0;
/* 	padding: 15px 15px; */
	color: #132A77;
	font-size: 1.7em;
	font-weight: bold;
       /*--The bevel look is styled with various colors in the border properties below--*/
	/*
border-top: 1px solid #000;
	border-bottom: 1px solid #353535;
	border-right: 1px solid #333;
	border-left: 1px solid #151515;
*/
/* 	background: #222; */
}

ol.steps li p {
	color:#666666;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
}

/*

li {
	padding: 5px;
	font-weight: normal;
}
*/


p {
	line-height: 18px;
	text-align: justify;
}

strong {
	color: #232323;
}