@import url(menu.css);
@import url(section.css);
html, body {
	height: 100%;
	background: #000;/*overflow: hidden;	*/
}
body {
	padding: 0;
	margin: 0;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #00487c;/*overflow: hidden;*/
}
A:link, A:visited {
	font-weight: bold;
	color: #00487c;
	text-decoration: underline;/*position: relative;*/
}
A:hover {
	color: #ff9933;
	text-decoration: underline;
}
IMG {
	border: 0;
}
.clear {
	clear: both;
}
.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;/*
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	*/
}
#page {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	z-index: 1;
}
#principale {
	/*background: yellow;*/
	width: 1000px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	text-align: left;
}
#topMenu {
	background: url(/image/topMenu.png) no-repeat;
	width: 1000px;
	height: 51px;
	position: absolute;
	left: 0px;
	top: 86px;
	z-index: 3;
}
#content {
	width: 1000px;
	margin: 130px 0px 0px 0px;
	/*
	position: absolute;
	left: 0px;
	top: 130px;
	*/
}
#content .top,
#content .section,
#content .bottom {
	background: url(/image/contentTop.png);
	width: 1000px;
	height: 15px;
	float: left;
}
#content .bottom {
	background: url(/image/contentBottom.png);
}
#content .section {
	background: url(/image/contentSection.png);
	width: 970px;
	height: auto;
	padding: 0px 15px 0px 15px;
}
#logo {
	background: url(/image/logo.png);
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
	width: 345px;
	height: 117px;
	overflow: visible;
}
#logo A {
	display: block;
	width: 345px;
	height: 96px;
}
#logo A SPAN {
	display: none;
}
#credits {
	top: 5px;
	right: 5px;
	position: absolute;
	z-index: 3;
	width: 50px;
	height: 15px;
	overflow: visible;
}
#credits A {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#credits A:hover {
	text-decoration: underline;
}
#backHome {
	top: 105px;
	left: 16px;
	position: absolute;
	z-index: 3;
	width: 50px;
	height: 15px;
	overflow: visible;
}
#backHome A {
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 10px;
	color: #aec6dc;
	text-decoration: none;
}
#backHome A:hover {
	text-decoration: underline;
}
#eccelenza {
	background: cyan;
	top: 32px;
	right: 10px;
	position: absolute;
	z-index: 2;
	width: 150px;
	height: 43px;
	overflow: visible;
}
#lang {
	top: 101px;
	right: 20px;
	position: absolute;
	z-index: 3;
	width: 200px;
	height: 15px;
	overflow: visible;
	text-align: right;
}
#lang UL {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
#lang UL LI {
	padding: 0;
	margin: 0px 0px 0px 8px;
	float: left;
	display: inline;
}
#lang UL LI A {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #aec6dc;
	text-decoration: none;
}
#lang UL LI A:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer { /*background: url(/image/footer.png);*/
	width: 100%;
	height: 80px;
	margin-top: 20px;
	position: relative;
	z-index: 1;
	float: left;
	border-top: 1px solid #FFF;
	clear: both;
}
#footerBox {
	width: 980px;
	height: 40px;
	padding: 0px 10px 0px 10px;
	margin: 15px auto 0px auto;
	background: pink2;
}
#footerBox .copy {
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 11px;
	color: #FFF;
}
#footerBox .copy SPAN {
	color: #999;
}
#footerBox UL {
	padding: 0px;
	margin: 0px;
	float: right;
}
#footerBox UL LI {
	list-style: none;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	display: inline;
	float: left;
	border-right: 1px solid #FFF;
}
#footerBox UL LI A:link, #footerBox UL LI A:visited {
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 12px;
	/*letter-spacing: -1px;*/
	color: #fff;
	text-decoration: none;
}
#footerBox UL LI A:hover {
	color: #fff;
	text-decoration: underline;
}

