@import url('./menu.css');
@import url('./layout.css');
@import url('./right.css');
@import url('./elements.css');

/* Elementi generici */

html,
body {
	padding: 0em;
	margin: 0em;
}

body {
	font-size: 100.01%;
	font-family: "Lucida Sans", Tahoma, sans-serif
}

* {
	margin: 0em;
	padding: 0em;
}

a:link,
a:visited {
	color: #444499;
}
a:hover,
a:active {
	color: #FFB900;
}
a:focus,
button:focus,
* {
	outline: none;
}
img {
	border: none;
}


/* Classi generiche */
.clear {
	clear: both;
}
.strong {
	font-weight: bold;
}
.hidden {
	display: none;
}
.center {
	text-align: center;
}

.bigger {
	font-size: 1.2em;
}

/* IDS */
/* ------------------------------------------------------- struttura del sito */

#root {
	width: 100%;
	background: transparent url(../img/elements/root_bg.png) repeat-x top center;
	margin-bottom: 50px;
}
#site {
	width: 900px;
	margin: 0px auto;
	margin-bottom: 5em;
	background: #FFFFFF;
}

/* HEADER */

div#header {
	position: relative;
	width: 900px;
	z-index: 10;
	margin: 0px auto;
}
div#header h1 {
	width: 300px;
	height: 200px;
	padding: 0em;
	margin: 0px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 15;
}
div#header h1 a {
	display: block;
	width: 300px;
	height: 200px;
	text-indent: -9999px;
}

#flash_header {
	width: 900px;
	height: 255px;
	font-size: 0em;
	line-height: 0em;
	background: url('../img/elements/cover_image.jpg') no-repeat top left;
	position: relative;
	z-index: 3;
}

/* FINE # HEADER */

/* CONTENTS */

#wrapper {
	width: 900px;
	color: #14183A;
}
#content {
	width: 900px;
	font-family: Tahoma;
	font-size: 1em;
	line-height: 1.5em;
	position: relative;
	z-index: 1;
}

#elements_wrapper {
	position: relative;
	width: 900px;
	font-size: 76%;
	color: #14183a;
	margin: 10px 0px;
	line-height: 1.6em;
}

#elements_wrapper p {
	margin: 0.6em 0em;
}

/* 2 COLONNE */
/* Colonna di sinistra */
#twocol_leftcol {
	float: left;
	width: 654px;
	margin-right: 246px;
	position: relative;
	padding-bottom: 10px;
}
#twocol_leftcol h2,
#singlecol h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0.25em 0.5em;
	padding: 0.25em 0.5em;
	background: url('../img/elements/pattern_h2.jpg') repeat top left;
	clear: both;
}
#twocol_leftcol h3.suptitle,
#singlecol h3.suptitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #0F5697;
	margin: 0em 1em -1.2em 2em;
	line-height: 25px;
}
#twocol_leftcol h3.subtitle,
#singlecol h3.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #0F5697;
	margin: -1.2em 1em 1em 2em;
	line-height: 25px;
}
#twocol_leftcol h3.subtitle span.level img,
#singlecol h3.subtitle span.level img {
	vertical-align: middle;
}
ol {
	list-style: decimal;
	margin-left: 3em;
}
ul {
	list-style: katakana;
	margin-left: 3em;
}

#contents_bottom_banner {
	width: 478px;
	height: 60px;
	margin: 30px auto;
}

/* Menu di sezione: colonna di destra */
#twocol_rightcol {
	float: left;
	width: 240px;
	margin-left: -246px;
	padding-left: 6px;
	position: relative;
}

/* 1 COLONNA */
#singlecol {
	width: 900px;
	position: relative;
	clear: both;
}



/* FOOTER */
div#footer {
	width: 900px;
	font-size: 76%;
	color: #14183a;
	clear: both;
	text-align: center;
}
div#footer p {
	margin: 1em 0em;
	clear: both;
}

div#footer_menu {
	float: right;
	position: relative;
	right: 50%;
	font-size: 0.8em;
	display: none;
}
div#footer_menu ul {
	list-style: none;
	float: left;
	margin: 1em 0em;
	position: relative;
	left: 50%;
}
div#footer_menu li {
	float: left;
	padding: 0.6em;
}

#footer_disclaimer {
	text-align: center;
}

#footer_credits {
	line-height: 26px;
}
#footer_credits img {
	vertical-align: middle;
}

#footer_awards img {
	vertical-align: middle;
	padding: 2px;
}

#bollino_alpha {
	width: 116px;
	height: 125px;
	background: url('../img/elements/bollino.png') no-repeat top left;
	position: absolute;
	top: 0px;
	right: 10%;
	z-index: 23;
}
#bollino_alpha a {
	display: block;
	width: 116px;
	height: 125px;
	text-indent: -9999px;
}
