/* CSS Document */


/*stili per il layout fisso con altezza minima*/
html,body{margin: 0;padding:0;height:100%;}
body{
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	font-size: 76%;
	text-align: center;
	background-image: url(../images/menu/menu_back.jpg);
	background-repeat: repeat-x;
}
img {
	border: 0;
	text-decoration: none;
}
div#container{
	position:relative;
	width: 664px;
	height: 100%;
	text-align: center;
	background-image: url(../images/menu/menu_center.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
body>div#container{
	height:auto;
	min-height:100%;
	text-align: center;
}
div#footer{
	position: absolute;
	width: 100%;
	padding: 0.5em 0;
	color: #000;
	text-align:center;
	background-image: url(../images/menu/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	left: 1px;
	bottom: -400px;
}

/*stili generici, su header e footer*/
div#header{
	background-image: url(../images/menu/menu_top.jpg);
	background-repeat: no-repeat;
	width: 664px;
	height: 133px;
}
h1,h2{margin: 0;padding:0}
h1{padding-left:0.5em;font: bold 2.3em/80px arial,serif}
h2{color: #999;font-size: 1.5em}

div#footer a{color: #fff;font-weight: bold;text-decoration: underline}

/*stili specifici per il layout*/
div#navigation{background-color:#9cf}
div#content{
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	text-align: center;
}


/*stili per la navigazione*/
div#navigation ul{margin: 0;padding: 0; list-style-type: none;}
div#navigation li{display: inline; margin: 0 0 0 1em;padding: 0} /*nota display: inline*/
div#navigation a{color:#369;font: normal bold 1.2em/2.5em arial,sans-serif;text-decoration: none}
a {
	color: #990000;
}
div#navigation a:hover{color: #fff;text-decoration: underline}
div#navigation a#activelink{color: #033;text-decoration: none}

.red_small {
	font-size: 12px;
	color: #B01A13;
	font-weight: normal;
	line-height: 12px;
}

.text_menu {
	font-size: 15px;
	line-height: 12px;
}
.title_novita {
	font-size: 22px;
	line-height: 24px;
	color: #C41910;
	font-weight: normal;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C41910;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.text_novita {
	font-size: 19px;
	line-height: 22px;
	color: #40535b;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.text_special {
	font-size: 18px;
	color: #40535b;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #455862;
	line-height: 25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #40535b;
	font-style: italic;
}
.text_specialred {
	font-size: 18px;
	font-style: italic;
	color: #C41910;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
}
