/* CSS Document */

html, body {
	height:100%;
}
body {
	color:#CCCCCC;
	text-align:center;
	padding:0;
	border:0;
	margin:0;
	background-color: #000000;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.166;
	font-weight: normal;
	font-variant: normal;
}
h1, h2, h3, h4, h5, h6 { padding:0; margin:0; }
h1 { font-size:180%; } h2 { font-size:160%; } h3 { font-size:140%; } h4 { font-size:120%; } h5 { font-size:110%; } h6 { font-size:100%; }
p {
	padding:0px;
	margin:0px;
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited {
	color:#CCCCCC;
	text-decoration: underline;
}
a:hover, a:active {
	color:#D7B426;
	text-decoration: none;
}

img { border:0; }

/********* form and related tag styles *********/
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

* .left {
	float: left;
}
* .right {
	float: right;
}
* .sx {
	float: left;
}
* .dx {
	float: right;
}

#all {
	text-align: left;
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#all #container {
	height: 600px;
	position: relative;
	border: 1px solid #CCCCCC;
}
#all #menu {
	position: absolute;
	left: 0px;
	top: 527px;
	background-color: #000000;
	width: 950px;
	text-align: center;
	z-index: 50;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
#all #container #menu img {
	cursor: pointer;
	margin: 5px;
	padding: 0px;
}
#all #container #menu2 {
	position: absolute;
	left: 0px;
	top: 556px;
	background-color: #000000;
	height: 25px;
	width: 950px;
	line-height: 25px;
	z-index: 60;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
.nav-bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #999999;
}

.nav-bar a {
	margin-right: 3px;
	margin-left: 3px;
}

.nav-bar a:link, .nav-bar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav-bar a:hover, .nav-bar a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.nav-bar a.current:link, .nav-bar a.current:visited {
	color: #D7B426;
	text-decoration: none;
	font-weight: bold;
}

#content {
	padding-left: 340px;
	background-image: url(../immagini/logo.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}

#content p {
	line-height: 1.3em;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#all  #footer  {
	font-style: normal;
	line-height: 1.9em;
	text-align: center;
	clear: both;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 20px;
}
#all #footer address {
	font-style: normal;
}

