body {
	margin:0;
	padding:0px;
	background:#aaa;
}
#main {
	width:950px;
	margin:auto;
}

#main-intro {
	width:100%;
	/*
	margin:20px auto;
	border-left:1px solid black;
	border-right:1px solid black;
	*/
}
#header {
	height:330px;
/*	background:url(/images/header.png);*/
}
#header_intro {
	height:280px;
	background-color:#fff;
	background-image:url(/images/header_intro.png);
	background-position:bottom;
	background-repeat:repeat-x;
	/*border-top:5px solid black;*/
}

#header_intro_text {
	height:30px;
	padding-top:20px;
	text-align:center;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#8C2300;
}
#header_left {
	float:left;
	width:270px;
	height:330px;
	background-image:url(/images/up_left.png);
	background-repeat:no-repeat;
}

#header_right {
	float:left;
	width:680px;
	height:330px;
}

#header_right .top {
	height:40px;
	background-image:url(/images/up_top.png);
	background-repeat:no-repeat;
}

#header_right .center {
	height:290px;
	background-image:url(/images/up_top.png);
	background-repeat:no-repeat;
}

#lingue {
	float:left;
	padding-top:10px;
	padding-left:15px;
}

#lingue a {
	margin-right:10px;
}

#utente {
	float:right;
	padding-top:10px;
	padding-right:15px;
	font-family:Arial;
	font-size:14px;
}

#utente a {
	text-decoration:none;
	color:#000033;
}

#utente a:hover {
	text-decoration:underline;
}

.cleaner {
	clear:both;
}

#menu {
	background:#000033;				
}

#menu ul {
	list-style:none;
	margin:0 0 0 20px;
	padding:0;
}

#menu li {
	float:left;
}

#menu li a {
	color:white;
	display:block;				
	text-decoration:none;
	font-family:Verdana;
	font-size:12px;
	line-height:30px;
	padding:0 10px;
}

#menu li a.selected,
#menu li a:hover {
	background-image:url(/images/menu_bg.png);
	background-repeat:repeat-x;
}

#content {
	background:#000033;				
	color:#fff;
	padding:0px;
}

#corpo {
	border:10px solid #4C4C70;
	color:#000;
	background:#fff;
	font-family:Verdana;
	font-size:12px;
	width:870px;
	margin:auto;
	padding:10px;
}

#footer {
	background-image:url(/images/footer.png);
	border-bottom:1px solid black;
	height:80px;
	font-family:Verdana;
	font-size:10px;
}

#footer .left {
	float:left;
	width:435px;
	border-right:1px solid red;
	height:50px;
	margin-top:15px;
	padding-left:20px;
}

#footer .center {
	float:left;
	width:270px;
	border-right:1px solid red;
	height:50px;
	margin-top:15px;
	line-height:40px;
	text-align:center;
}

#footer .right {
	float:left;
	width:183px;
	height:40px;
	margin-top:15px;
	line-height:40px;
	text-align:right;
	padding-right:30px;
}

#footer .right img {
	vertical-align:middle;
	border:none;
}

#footer .right a {
	color:#000;
	text-decoration:none;
}

#footer .right a:hover {
	text-decoration:underline;
}



.cat_index {
	float:left;
	border:1px solid black;
	margin:4px;
	width:164px;
	height:190px;
	text-align:center;
	color:#000;
	cursor:pointer;
}

#corpo a {
	color:#000066;
	text-decoration:none;
}

#corpo a:hover {
	text-decoration:underline;
}


#intro {
	text-align:center;
	font-family:Arial;
}

#sep{
	height:5px;
	background-color:#CC3300;
}

#header_intro .flags {
	padding-top:190px;
	text-align:center;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#8C2300;
}

#header_intro .flags table {
	border:none;
	margin:0 auto;
	padding:0;
}

#header_intro .flags a {
	margin:0 20px;
}

#intro .footer {
	margin-top:30px;
	color:#fff;
	font-size:12px;
	line-height:18px;
}

#intro .footer span {
	font-size:18px;
	font-weight:bold;
	line-height:23px;
}

#da_validare {
	float:right;
	line-height:28px;
	margin-right:20px;
}

#da_validare a {
	color:yellow;
	font-weight:bold;
	text-decoration:none;
}

#da_validare a:hover {
	text-decoration:underline;
}

table#panel {
	width:100%;
}	

table#panel td {
	background-color:#eee;
}	

.magnifier {
	text-align:left;
	padding-left:40px;
	background:url(../images/zoom.png) no-repeat 5px 50%;
	height:32px;
	line-height:32px;
	font-size:12px;
	font-weight:bold;
	color:#4a6fb6;
}
