﻿/* ---------------------------------------------
       html, body
--------------------------------------------- */
html,body{margin:0;padding:0}
body{
	font: 12px/12px Arial, Helvetica, sans-serif;
	text-align:center;
	background: #000000;
}

p{margin:0 10px 10px}


/* -------------------------------------------
		set di base per margini e padding 
---------------------------------------------*/

address, blockquote, dl, form, fieldset, ol, table, p, pre, ul{
	text-align: justify;
}

/*----------------------------------------
        		CONTAINER
-----------------------------------------*/
div#container{
	width:77.3em;
	margin: 0.5em auto 0;
	background-color: #FFFFFF;
	text-align:left;
	border: 5px solid #666666;
}
#container #wrapper {
	clear: both;
}

/*------------------------------------------
					LOGO
-------------------------------------------*/
#container #header h1 
{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

span.blind 
{
	display: none;
}

/*----------------------------------------
        			HEADER 
-----------------------------------------*/
#header {
	background-color: #FFFFFF;
	height: 19.5em;
	position: relative;
	width:77.3em;
}
#header a {
	text-decoration: none;
}
#languages {
	word-spacing: 0.8em;
	font-size: 10px;
	position: relative;
	padding: 0;
	margin-top: 1em;
	margin-left: 3em;
}

#languages a {
	font-size: 10px;
	text-decoration: none;
}

#languages a:hover {
	font-size: 10px;
	text-decoration: underline;
}


/*---------------------------------
         NAVCONTAINER
---------------------------------*/

#navcontainer{
	position:absolute;
	width:77.3em;
	top: 19.5em;
	left: 0px;
}

span.blind {
	display: none;
}


/*---------------------------------
         MENU'
---------------------------------*/
#menu {
	float:left;
	width:100%;
	background:#ffffff url("img/Bgd_NavContainer.gif") repeat-x bottom;
	line-height:normal;
	color: #000000;
	font:12px/12px Arial, Helvetica, sans-serif;
	voice-family: "\"}\"";
	voice-family:inherit;
}

#menu ul {
	margin:0;
	padding:1em 3em 0;
	list-style:none;
 }
 
#menu li {
    float:left;
    margin:0;
    background:url("img/norm_right.gif") no-repeat right top; 
	margin:0;
    padding:0;
}

#menu #current {
    background-image:url("img/norm_right_on2.gif");
}
	
#menu #current a {
    background-image:url("img/norm_left_on2.gif");
	padding-bottom:5px;
	color: #FFCC00;
 }
	

#menu a {
	float:left;
	display:block;
	background:url("img/norm_left.gif") no-repeat left top;
	padding:5px 15px 4px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	line-height:1em;
}

#menu a:hover {
	float:left;
	display:block;
	background:url("img/norm_left.gif") no-repeat left top;
	padding:5px 15px 4px;
	text-decoration:none;
	font-weight:bold;
	color: #990000;

}
/*------ Commented Backslash Hack hides rule from IE5-Mac------------- \*/
#menu a {
	float:none;
}
/* End IE5-Mac hack */




/*------------------------------------- 
		lista per footer
-----------------------------------------*/


div#footer{
	padding: 0.5em 0 0 0.5em;
	margin:0;
	clear: both;
	background-color: #000000;
}
#footer #copy {
	font-size: 9px;
	text-align: center;
	color: #FFFFFF;
}

#content #clear {
	clear: both;
}



