	BODY {
	font-family: Trebuchet ms, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #696a64;
}

A {
	color: #0b086a;
    outline: none;
}

A:hover {
	color: #000000;
}


#CorpoPagina  {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 30px;
	font-size: 11px;
	line-height: 1.3em;
	text-align: justify;
}

#CorpoPagina P {
	margin-bottom: 0.8em;
}

#CorpoPagina .Verde {
	color: #43a51c;
}

#CorpoPagina H2 {
	font-size: 14px;
	color: #960004;
	font-weight: bold;
	margin-bottom: 10px;
}
#CorpoPagina H3 {
	font-size: 14px;
	color: #960004;
	font-weight: bold;
}

#CorpoPagina  UL {
	margin-bottom: 0.8em;
}

#CorpoPagina LI {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 18px;
}

#CorpoPagina A {
    text-decoration: underline;
}

#CorpoPagina A:hover {
    text-decoration: none;
}

.Centro {
	text-align: center;
}

.Dx {
	text-align: right;
}

.Debug {
	border: 1px solid red;
}

.NoWrap {
	white-space: nowrap;
}

.Clear {
	clear: both;
	height: 1px;
	font-size: 0px;
}

.Separatore {
	width: 100%;
	background-color: #2aa400;
	height: 3px;
	font-size: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* homepage */
#ContainerHP {
	position: relative;
	width: 885px;
	height: 415px;
	border: 1px solid #919191;
	margin-left: 16px;
	margin-bottom: 16px;
	margin-right: auto;
}

#ImageRotatorHP {
	position: absolute;
	top: 5px;
	left: 5px;
	widht: 874px;
	height: 405px;
}
/*modulo contatti */

#FormWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

#FormWrapper BR {
	clear: both;
	height: 1px;
	font-size: 0px;
}

#FormWrapper LABEL {
	width: 120px;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
	padding-right: 15px;
}

#FormWrapper .Campo {
	border: 1px solid #606060;
	width: 250px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #ffffff;
}

#FormWrapper .CampoCorto {
	border: 1px solid #606060;
	width: 120px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #ffffff;
}

#FormWrapper .CampoTextArea {
	border: 1px solid #606060;
	width: 365px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #ffffff;
}

#FormWrapper .Check {
	margin-right: 6px;
}
#FormWrapper .Submit {
	padding-left: 10px;
	padding-right: 10px;
	height: 26px;
	font-weight: bold;
	background-color: #C5C5C5;
	background-image: url('../immagini/b_submit.gif');
	background-repeat: repeat-x;
	background-position: top;
	color: #606060;
}


/* Tabella ElencoAuto */

#ElencoAuto {
	width: 100%;
	background-color: #a3a39b;
}

#ElencoAuto TH, #ElencoAuto TD {
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

#ElencoAuto TH {
	color: #960004;
	font-weight: bold;
}

/* Tabella SchedaAuto */

#SchedaAuto, #SchedaAutoEstesa {
	width: 100%;
}

#SchedaAuto TD, #SchedaAutoEstesa TD {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #bebfba;
	font-size: 13px;
}

#SchedaAuto TD.Etichetta, #SchedaAutoEstesa TD.Etichetta {
	width: 20%;
	font-weight: normal;
	font-size: 11px;
	color: #960004;
	text-align: right;
	
}

