/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	text-decoration: none;
}
body {
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 62.5%;
	line-height: 160%;
	text-align: center;
	background: #fff;
	width: 550px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear: both;
}
#credits_wrapper {
	width: 500px;
	font-size: 1em;
	text-align: left;
	/*border: 1px solid #222;*/
	color:#666666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 580px;
}
#credits_header {
	font-size: 0em;
	height: 80px;
	width: 100%;
	background-position: left top;
	padding-left: 0px;
}
#credits_header       h1 {
	display: block;
	background-image: url(img_credits/logo_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 90px;
	width: 100%;
	position: relative;
	margin-top: 18px;
}
#credits_logo {
	margin-top: 0px;
	text-align: center;
}
#credits_container {
	width: 100%;
	float: left;
}
#credits_contents {
	width: 100%;
	background-image: url(img_credits/bkg_credits.jpg);
	background-repeat: no-repeat;
	height: 472px;
}
#credits_scheda {
	padding-top: 30px;
	height: 410px;
}
#credits_scheda   .testo_credits {
	text-align: left;
	left: 10px;
	top: 10px;
	overflow: visible;
	position: relative;
	width: 500px;
}
#credits_scheda   p.note   {
	width: 35%;
	display: block;
	float: left;
	text-align: right;
	color: #333333;
	font-size: 10px;
	margin-top: 3px;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin-bottom: 2px;
	font-weight: bold;
	line-height: 9px;
}
#credits_scheda   p.description {
	width: 35%;
	float: left;
	color: #000;
	font-size: 10px;
	margin-top: 3px;
	padding-left: 8px;
	font-weight: bold;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	display: block;
	line-height: 9px;
}
#credits_scheda  p.certify {
	display: block;
	float: right;
	text-align: left;
	color: #000;
	font-size: 9px;
	line-height: 1em;
	margin-top: 3px;
	margin-right: 0px;
	padding-left: 10px;
	font-weight: bold;
}
#credits_scheda  .clearer {
	position: relative;
	display: none;
}
#credits_scheda  p.indirizzo {
	width: 35%;
	display: block;
	float: left;
	text-align: left;
	color: #000;
	font-size: 10px;
	line-height: normal;
	margin-top: 3px;
	margin-right: 0px;
	padding-left: 8px;
	height: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#credits_footer {
	clear: both;
	height: 30px;
	width: 100%;
}
a.credits_link {
	color: #333333;
	font-weight: bold;
}
a.credits_link:hover {
	color: #990000;
	font-weight: bold;
}

