@charset "utf-8";
* {margin: 0; padding: 0;}
html, body, #wrap { height:100%; }
body  {
	line-height: 1.125em;
	text-align: center;
	color: #000000;
	background-color: #B0C5D7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
a {text-decoration: none;}
div, p, h1, h2, h3, h4, h5, h6, form, ul, select {
	margin: 0px;
	padding: 0px;
}/*clear top margin for mozilla*/
a img {border: none;}
ul, ol  {list-style: none;}
#main  {
	margin: 10px auto 10px auto;
	z-index: 10;
}  /* must be same height as the footer */
#footer {
	position: relative;
	height: 36px;
	clear:both;
	margin: -15px auto 0 auto;
	width: 940px;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	display: inherit;
	color: #191919;
	font-family: Arial, Helvetica, sans-serif;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
#wrap {
	width: 940px;
	margin: 20px auto 20px auto;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	background-color: #e3deae;
	border: 10px solid #fff;
}

/* Header */
#header {
	height: 400px;
	position: relative;
	line-height: 1em;
	width: 940px;
	background-image: url(../../immagini/head-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
} 
#header    #language   {
	height: 13px;
	position: absolute;
	width: 102px;
	top: 74px;
	left: 275px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
#header #language a {
	color: #FFF;
}

#header #tagline {
	position: absolute;
	width: 419px;
	top: 8px;
	left: 413px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	height: 30px;
	line-height: normal;
}

#header #menu    {
	position: absolute;
	width: 580px;
	top: 65px;
	height: 300px;
	left: 360px;
	text-transform: uppercase;
	z-index: 10; /* mozilla */
}
.navhom #menu #navhom a {
	background-image: url(../../immagini/menu-sel.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#header #media  {
	position: absolute;
	top: 94px;
	height: 294px;
	width: 940px;
	overflow: hidden;
	z-index: 1;
	border-bottom: 10px solid #fff;
}

#footer a, #footer a:link, #footer a:visited {
	color: #191919;
	text-decoration: none;
}
#footer a:active, #footer a:hover {
	color: #191919;
	text-decoration: underline;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Main */
#innerwrap { /* enables content first */
	width: 714px;
	float: left;
}
#content {
	width: 660px;
	float: left;
	padding: 0 10px;
	text-align: justify;
}
#rightcol {
	width: 240px;
	float: right;
	position: relative;
	padding-top: 10px;
}
.menupre #menupre, .menugal #menugal, .menufir #menufir, .menucuc #menucuc, .menuser #menuser, .menucam #menucam, .menuten #menuten, .menuhom #menuhom {
	background-image: url(../../immagini/menu-sel.gif);
	background-repeat: no-repeat;
	background-position: center 18px;
}
