body {
	padding: 0px;
	margin: 0px;
	background-color: #0f0100;
	background-image: url(images/sfondo.gif);
	background-repeat: repeat-x;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 13px;
}

input, textarea {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 13px;
	color: #990000;
}

a:link, a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:hover, a:active {
	color: #990000;
	text-decoration: underline;
}

#testflash {
	width: 970px;
	height: 316px;
	margin: auto;
	background-color: #000000;
}
	.homepage #testflash {
		height: 590px;
	}

#contenuto {
	position: relative;
	width: 970px;
	margin: auto;
}
	#bordonero {
		position: absolute;
		left: 386px;
		top: 0px;
	}
	.homepage #contenuto {
		background-image: url(images/sfnero.gif);
		background-position: center;
		background-repeat: repeat-y;
		height: 200px;
	}

h2 {
	font-size: 24px;
	font-weight: normal;
	padding: 5px;
	margin: 0px;
	color: #666666;
}
p {
	padding: 5px;
	margin: 0px;
}


.box-viola,
.box-viola-stretto {
	background-color: #24171b;
	padding: 10px;
	width: 355px;
	color: #999999;
}
	.box-viola ul {
		text-align: justify;
		margin: 0px;
		padding: 10px 35px 0px 35px;
		
		font-size: 12px;
		line-height: 16px;
	}
	.box-viola-stretto {
		width: 280px;
		padding: 20px 0px 27px 0px;
	}
	.box-viola-stretto p {
		margin: 0px;
		padding: 10px;
	}
		.box-viola-stretto a:link, .box-viola-stretto a:visited {
			display: block;
			background-image: url(images/pulsante1.gif);
			background-repeat: no-repeat;
			width: 243px;
			height: 29px;
			line-height: 29px;
			margin: 7px 0px 0px 22px;
			padding-left: 15px;
			font-size: 18px;
			color: #c8561d;
			text-decoration: none;
		}
		.box-viola-stretto a:hover, .box-viola-stretto a:active {
			color: #FFFFFF;
			text-decoration: none;
		}

		.box-viola-stretto a.linkattivo:link, .box-viola-stretto a.linkattivo:visited {
			display: block;
			background-image: url(images/pulsante2.gif);
			background-repeat: no-repeat;
			width: 243px;
			height: 43px;
			line-height: 43px;
			margin: 7px 0px 0px 22px;
			padding-left: 15px;
			/* font-size: 24px; */
			color: #24171b;
			text-decoration: none;
		}
		.box-viola-stretto a.linkattivo:hover, .box-viola-stretto a.linkattivo:active {
			color: #999999;
			text-decoration: none;
		}

.box-grigio,
.box-grigio-largo,
.box-grigio-largo2,
.box-grigio-medio {
	padding: 10px;
	background-color: #e5e5e5;
	width: 410px;
	color: #333333;
}
	.box-grigio-largo {
		width: 620px;
	}
	.box-grigio-largo2 {
		width: 950px;
	}
	.box-grigio-medio {
		width: 440px;
		height: 480px;
	}
		.box-grigio-medio ul {
			font-size: 12px;
			line-height: 16px;
		}
	
.box-bianco {
	width: 180px;
	text-align: center;
	height: 500px;
	background-color: #FFFFFF;
}


.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 20px 50px 20px 395px;
	text-align: left;
	margin: auto;
	width: 525px;
	color: #959595;
}
	.bottom a:link, .bottom a:visited {
		color: #959595;
		text-decoration: underline;
	}
	.bottom a:hover, .bottom a:active {
		color: #FF6600;
		text-decoration: none;
	}
	
	.homepage .bottom {
		position: absolute;
		padding: 0px;
		width: 300px;
		left: 615px;
	}


.etichetta,
.etichetta-larga {
	font-size: 16px;
	vertical-align: middle;
	height: 56px;
	background-image: url(images/etichetta.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
	.etichetta-larga {
		height: 112px;
		background-image: url(images/etichetta_larga.gif);
	}

.barrarossa {
	background-color: #990000;
	color: #FFFFFF;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	padding: 0px 10px 0px 10px;
	text-align: center;
}