body,html{
	width: 100%;
	margin:0;
	padding:0;
	background: #000; 
	font-family: tahoma, arial, helvetica,verdana,sans-serif;
	font-size:12px;
	color:#fff;
}
img {border:0;}
a {text-decoration:none; color: #967001;}
h1 {
	margin:0;
	padding:0; 
	font-family: tahoma, arial, verdana, helvetica;
	font-weight: bold;
	font-size: 16px;
	color: #967001;
}
h2 {
	margin: 0;
	padding-left: 10px;
	font-family: tahoma, arial, verdana, helvetica;
	font-weight: bold;
	font-size: 15px;
	color: #967001;
}
form {margin:0; padding:0; float: left; }
input, textarea {font-family:Arial, Helvetica, Verdana,sans-serif; padding:1px 1px 1px 2px; color:#000; font-weight:bold; display:block; float:left; margin: 0 20px;}
.cleaner {clear:both;}
.hidden {display:none; height:0; border:none; background:none; line-height:0;}

/* struttura */
#main {
	width: 960px;
	margin: 0 auto;
}
#main #header {
	float: left;
	width: 960px;
}
	#main #header #emotional {
		float: left;
		width: 960px;
		height: 256px;
	}
	#main #header #menu {
		float: left;
		background: url('../images/common/menu.jpg') no-repeat;
		width: 760px;
		height: 34px;
		line-height: 34px;
		padding-left: 200px;
	}
		#main #header #menu .voce {
			float: left;
			display: block;
			width: auto;
			height: 34px;
			line-height: 34px;
			margin: 0 20px;
			color: #fff;
		}
			#main #header .voce a {
				float: left;
				display: block;
				width: auto;
				height: 34px;
				line-height: 34px;
				font-weight: normal;
				font-family: tahoma, arial, verdana, helvetica;
				font-size: 20px;
				color: #fff;
			}
				#main #header .voce a:hover {
					color: #967001;
				}
		#main #header #menu .active {
			float: left;
			display: block;
			width: auto;
			height: 34px;
			line-height: 34px;
			margin: 0 20px;
			color: #967001;
			list-style-type: none;
		}
			#main #header #menu .active a {
				float: left;
				display: block;
				width: auto;
				height: 34px;
				line-height: 34px;
				font-weight: normal;
				font-family: tahoma, arial, verdana, helvetica;
				font-size: 20px;
				color: #967001;
			}

/* content */
#main #content {
	float: left;
	width: 940px;
	padding: 40px 20px;
}
	
	#main #content b {
		color: #967001;
	}
	

	#main #content .testo {
		float: left;
		width: 620px;
	}
	/* colonna categorie */
	#main #content .col {
		float: left;
		width: 300px;
	}
		#main #content .col .category {
			float: left;
			display: block;
			background: url('../images/common/category.jpg') no-repeat;
			width: 285px;
			height: 110px;
			line-height: 110px;
			margin: 0 20px;
			text-align: center;
		}
			#main #content .col .category a {
				float: left;
				display: block;
				width: 285px;
				height: 110px;
				line-height: 110px;
				font-size: 14px;
				color: #fff;
				text-align: left;
				text-transform: uppercase;
			}
	

/* footer */
#main #footer {
	float: left;
	width: 100%;
	margin-top: 20px;
}
	#main #footer a {color:#ccc;}
		#main #footer a:hover {color:#fff;}
	#main #footer .text {
		float: left;
		width:280px;
		font-size: 12px;
		text-align:left;
		margin:0 5px 0 5px;
		font-weight: normal;
		color:#fff;
	}
		#main #footer .text b {
			font-size: 13px;
			color:#fff;
		}
	#main #footer .menu {
		float: left;
		width: 520px;
		text-align: center;
		color: #fff;
		margin-right: 10px;
	}
		#main #footer .menu a {
			font-weight: normal;
			font-family: arial, verdana ,helvetica;
			font-size: 12px;
			color: #fff;
			padding: 0 10px;
		}
	#main #footer .addviser {
		float: left;
		width:130px;
		height: 60px;
		font-size: 7px;
		text-align: right;
		color: #fff;
		padding-right: 10px;
	}

/* error overlay */
#error {width:100%; height:100%; top:0; z-index:9990; background:url(../images/common/nero.gif); position:absolute;}
#err_msg {width:334px; padding:0 8px 0 8px; height:170px; z-index:9991; position:absolute; left:50%; top:0;  margin-left:-150px; background:#fff; text-align:center; color:#444; line-height:19px;} 
#err_msg #close_btn {width:21px; height:19px; margin:8px 0 30px 0; float:right; cursor:pointer; background:url(../images/common/chiudi.gif) no-repeat;}
