/*---------------------------- body ----------------------------*/

body {
	background-color: #E3E3E3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Verdana", Arial, Helvetica;
	font-size:11px;
	color: #666666;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A52038;
}

	
img {
	border: 0;
}

.bordo {
	border: 0;
	padding:3px;
	border-color:#CCC;
	border-style:solid;
	border-width:1px;
}

.sfondo_intro {
	background-image: url(img/struttura/sfondo.gif);
	background-attachment : scroll;
	background-position : top;
	background-repeat : repeat-x;
}

.sfondo {
	background-image: url(img/struttura/sfondo2.gif);
	background-attachment : scroll;
	background-position : top;
	background-repeat : repeat-x;
}

.sfondo_marchio {
	background-image: url(img/struttura/marchio.gif);
	background-attachment : scroll;
	background-position : top left;
	background-repeat : no-repeat;
	height: 486px;
	width: 623px;
}

.sfondo_marchio_ {
	background-image: url(img/struttura/marchio_.gif);
	background-attachment : scroll;
	background-position : top left;
	background-repeat : no-repeat;
	height: 486px;
	width: 623px;
}

/*---------------------------- title ----------------------------*/

.title_home {
	font-family: "Georgia", Arial, Helvetica;
	font-size: 24px;
	font-weight: normal;
	color: #A52038;
	text-decoration: none;
	height:50px;
	}

.title {
	font-family: "Georgia", Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #A52038;
	text-decoration: none;
	height:65px;
	}
	
.sub_title {
	font-family: "Georgia", Arial, Helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #A52038;
	text-decoration: none;
	}

/*---------------------------- text ----------------------------*/
.text_home {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #4E0016;
	text-decoration: none;
	line-height:1.5;
}

.text {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #4E0016;
	text-decoration: none;
	line-height:1.5;
}

.text a:active, .text a:visited, .text a:link {
	color: #4E0016;
	text-decoration: underline;
	}

.text a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A52038;
	}


.text_small {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #4E0016;
	text-decoration: none;
	}

.text_small a:active, .text_small a:visited, .text_small a:link {
	color: #4E0016;
	text-decoration: underline;
	}

.text_small a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A52038;
	}
	
.didascalia {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #898989;
	text-decoration: none;
	}

/*---------------------------- pulsanti ----------------------------*/

.pulsanti {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #A52038;
	text-decoration: none;
	}

.pulsanti a:active, .pulsanti a:visited, .pulsanti a:link {
	color: #A52038;
	text-decoration: underline;
	}

.pulsanti a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A52038;
	}

.pulsanti_select {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A52038;
	}
	
/*---------------------------- footer ----------------------------*/

.footer {
	font-family: "Verdana", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #898989;
	text-decoration: none;
	}

.footer a:active, .footer a:visited, .footer a:link {
	color: #898989;
	text-decoration: underline;
	}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A52038;
	}
	
