@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	background-color: #ffffff;
	font-family: 'Century Gothic', Arial;
	font-size: 12px;
	margin: 0;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

img {
	border: 0;
	text-decoration: none;
}

div.centering {
	position: relative;
	margin: 0px auto;
	width: 990px;
}

#header {
	height: 80px;
	width: 990px;
	background-image: url(graphics/logo.gif);
	background-repeat: no-repeat;
	padding: 0;
	border: 0;
}

#main {
	height: 443px;
	width: 990px;
	background-image: url(graphics/background.jpg);
	background-repeat: no-repeat;
	padding: 0;
	border: 0;
}

#bottomlinks {
	width: 990px;
	height: 42px;
	background-image: url(graphics/background_btm.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin-top: 0;
	padding: 0;
	position: absolute;
	display: block;
}
#branding {
	width: 990px;
	height: 62px;
	text-align: right;
	margin-top: 0;
	padding-top: 42px;
	position: absolute;
	font-size: 10px;
	color: #cccccc;
}

	#branding a:link, #branding a:visited {
		color: #cccccc;
		text-decoration: none;
		font-weight: normal;
	}
	
	#branding a:hover, #branding a:active {
		color: #666666;
		text-decoration: none;
		font-weight: normal;
	}
	#menu {
		width: 990px;
		height: 41px;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
	}
	
	#menu li {
		float: left;
		margin: 0;
	}
	
	#menu li a:link, #menu li a:visited {
		display: block;
		height: 31px;
		padding: 5px;
		border-right: 1px solid #ffffff;
		
		text-align: left;
		vertical-align: top;
		
		color: #333333;
		text-decoration: none;
		font-weight: normal;
	}
	
	#menu li a:hover, #menu li a:active, #menu li a.act {		
		color: #ffffff;
		background-color: #800000;
		font-weight: normal;
		
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	
#topspacer {
	width: 993px;
	height: 14px;
	padding: 0;
	margin: 0;
}	

#content {
	width: 993px;
	padding: 0;
	margin: 0;
	text-align: right;
}


.titlebar td {
	height: 41px;
	background-color: #800000;
	color: #ffffff;
	opacity: 0.80;
	filter: alpha(opacity=80);
	text-align: left;
	vertical-align: top;
}

.titlebar div {
	padding: 5px;
	margin: 0;
}

.textframe td {
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.textframe div {
	text-align: left;
	padding: 5px;
	width: 99%;
	height: 287px;
	overflow: auto;
}

	.contactform td {
		text-align: left;
		background-color: #ffffff;
		opacity: 0.85;
		filter: alpha(opacity=85);
	}
	.contactform div {
		text-align: left;
		padding: 5px;
		margin: 0px;
		height: 31px;
		vertical-align: middle;
		line-height: 31px;
		background-color: transparent;
	}
	.contactform input {
		text-align: left;
		padding-left: 5px;
		padding-top: 12px;
		font-family: 'Century Gothic', Arial;
		font-size: 11px;
		border: 0;
		width: 98%;
		height: 28px;
	}
	.contactform textarea {
		text-align: left;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 17px;
		padding-bottom: 17px;
		font-family: 'Century Gothic', Arial;
		font-size: 11px;
		border: 0;
		width: 99%;
		height: 173px;
	}

.bottom_element {
	height: 41px;
	background-color: #800000;
	color: #ffffff;
	opacity: 0.80;
	filter: alpha(opacity=80);
	text-align: left;
	vertical-align: top;
}

.bottom_element2 {
	height: 41px;
	background-color: #ffffff;
	color: #000000;
	opacity: 0.85;
	filter: alpha(opacity=85);
	text-align: left;
	vertical-align: top;
}

.bottom_element div, .bottom_element2 div {
	padding: 5px;
	margin: 0;
}

.bottom_element a {
	text-decoration: none;
	color: #ffffff;
}
.bottom_element2 a {
	text-decoration: none;
}

.title {
	color: #963031;
	font-weight: bold;
}

.comitato ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.comitato li {
	list-style: none;
	padding: 3px;
	margin: 0px;
}

.ok {
	color: #148e00;
}
.error {
	color: #8e0100;
}

.field {
	width: 300px;
	font-size: 11px;
}
.tarea {
	width: 300px;
	font-size: 11px;
	height: 80px;
}

.jumplist {
	width: 304px;
	font-size: 11px;
}