/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
html 
{
	height: 101%;
	text-align: center;
}

body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}


h1, h2, h3 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 
{
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#ffffff;
}

h2 {
	font-size: 20px;
	margin-top: -3px;
	margin-bottom: 0px;
	color:#666666;
}

h3 {
	font-size: 120%;
	margin-top: 0px;
	color: #666666;
	padding:8px;
}

a, a:link, a:visited, a:hover,
{
	color: #000000;
	text-decoration: none;
}


/* -----------------------------------*/
/* ---------->>> Headings <<<---------*/
/* -----------------------------------*/

#topbanner
{
	position: absolute;
	top: 0px;
	left: 0px;
 	width: 100%;
 	padding: 0px;
	height: 65px;
}


#header
{
	display: block;
	width: 760px;
	margin: auto;
	padding: 0px;
}

#bollo
{
	width: 83px;
	height: 53px;
	top: 0px;
	float: left;
	background-image: url(img/ribbon.jpg);
}

/* Logo */
#header_logo
{
	width: 245px;
	height: 65px;
	float: right;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	border: 0px;
	background-image: url(img/main_logo.gif);
	background-repeat: no-repeat;
	background-position: 20px 0%;
}

#logo
{
	width: 245px;
	height: 65px;
	float: left;
	border-width: 0px;
}

/* Menu */
#header_menu
{
	width: 430px;
	height: 65px;
	float: left;
	margin: 0px;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	/*border: 1px solid #000000*/
}

#form_menu
{
	top: 0px;
	padding: 0px;
	margin: 0px;
	height: 45px;
}

#menu
{
	top: 0px;
	padding: 0px;
	margin: 0px;
}

#header_lang
{
	margin: auto;
	text-align: right;
	top: 0px;
	height: 45px;
	width: 0px;
}

#header_items
{
	text-align: left;
	height: 20px;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	/*border: 1px solid #000000*/
}

#header_items a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	vertical-align: baseline;
	bottom: 0px;
	padding: 5px 8px 0px 8px;
	border-right: 1px dashed #CCCCCC;
	line-height: 22px;
	text-decoration: none;
}

#header_items a:hover, 
#header_items a:active 
{
	color: #CC5705;
	background-color: #F6F6F6;
	border-top: 1px solid #E1E1E1;
	text-decoration: underline;
}

#header_items .selected {
	position: relative;
	bottom: 0px;
	padding: 5px 8px 0px 8px;
	color: #8C8C8C;
	border-right: 1px dashed #CCCCCC;
	border-top: 1px solid #999999;
	background-color: #F6F6F6;
	line-height: 22px;
}

#header_items .end {
	position: relative;
	padding: 5px 0px 0px 0px;
	bottom: 0px;
	font-size: 12px;
	border-right: 1px dashed #CCCCCC;
	line-height: 22px;
	width: 1px;
}


/* -----------------------------------*/
/* ----->>> Page Structure <<<--------*/
/* -----------------------------------*/

#corpo
{
	position: relative;
	top: 65px;
	display: block;
	height: 100px;
	background-color: #5468c2;
	font-weight: normal;
	font-size: 18pt;
	color: #FFFFFF;
	vertical-align: middle;
	margin-top: 0px;
}

/* Titolo */
#maintitle 
{
	width: 760px;
	margin: auto;
	padding: 25px;
	text-align: left;
	vertical-align: middle;
}

#maintitle h1 
{
	font-weight: normal;
	font-size: 20px;
	margin-top: auto;
	margin-bottom: auto;
	color:#ffffff;
}

/* Corpo centrale */

#central_body 
{
	position:relative;
	top: 50px;
	width: 760px;
	padding-top: 25px;
	margin: auto;
}

#central_body a {
	color: #ffffff;
	text-decoration: none;
}

#central_body a:link,
#central_body a:hover,
#central_body a:visited
{
	color: #ffffff;
	/*background-color: #ff6d06;*/
	text-decoration: none;
}

/* highlight (In evidenza) */
 
#highlight 
{
	position: relative;
	top: 0px;
	text-align: left;
	background-color: #f2f2f2;
	border: 1px dashed #cccccc;
	padding: 20px;
	margin-bottom: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	/*height: 500px;*/
}

#highlight h2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006DBA;
	font-weight: normal;
	margin-bottom: -10px;
}


#highlight h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006DBA;
	font-weight: normal;
	margin-bottom: -12px;
	font-size: 16px;
	padding-left: 0px;
	clear: both; padding-top: 7px;
}

#highlight h3 a,
#highlight h3 a:link, 
#highlight h3 a:visited, 
#highlight h3 a:hover
{
	color: #006DBA;
	text-decoration: none;
}


#highlight a,
#highlight a:link, 
#highlight a:visited, 
#highlight a:hover {
	color: #000000;
	text-decoration: none;
}

#highlight a:hover {
	background-color: #ff6d06;
}

#copyright {
	text-align: right; display: block;
}

.copyright_c {
	text-align: right; display: block;
}


.rel_articles {
	margin: 0 4px 0 0; width: 12px; height: 12px; background-color: #5468c2;
}

.good_article
{
	color: #000000;
	font-weight: bold;
}

/* CONTENUTO */

#content_directory
{
	position: relative;
	top: 35px;
	min-height: 560px;
	float: left;
	clear: right;
	width: 499px;
	text-align: left;
	padding: 0 20px 10px 0;
	border-right: 1px dashed #808080;
	font-size: 12px;
}

#content_directory h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006DBA;
	font-weight: normal;
	margin-bottom: -12px;
	font-size: 18px;
	padding-left: 0px;
}

#content_directory h2
{
	color: #006DBA;
}


#content_directory a {
	color: #006DBA;
	text-decoration: none;
}

#content_directory a:link {
	color: #006DBA;
	text-decoration: none;
}

#content_directory a:visited {
	color: #006DBA;
	text-decoration: none;
}


#content_directory a:hover {
	color: #006DBA;
	text-decoration: none;
}



#advertising 
{
	position: relative;
	top: 35px;
	min-height: 560px;
	float: left;
	text-align: center;
	width: 170px;
	margin: 0px 0px 0px 10px;
}

#archive_container
{
	text-align: left;
	color: #333333;
	width: 225px;
}

#archive_container a
{
	color: #333333;
	text-decoration: underline;
}


#archive_container a:link
{ 
	color: #333333;
	text-decoration: underline;
}

#archive_container a:visited
{ 
	color: #333333;
	text-decoration: underline;
}

#archive_container a:hover
{
	color: #333333;
	background-color: #ff6d06;
	text-decoration: underline;
}

/* Footer */

#footer_container 
{
	margin: auto;
	display: block;
	width: 760px;
	padding: 100px 0 20px 0;
	clear: both;
}

#footer_container .footer 
{
	padding-top: 5px;
	border-top: 1px dashed #666666;
	text-align: center;
	color: #666666;
}

