/*  
Author: Antonello Struzzolino
Author URI: http://nexweb.it
*/
body {
	color: #333;
	font-size: 11px;
	font-family: Verdana, Arial;
	margin: 0;
	overflow: hidden;
}
img {
	border: 0;
}
a {
	color: #c2004e;
	text-decoration: none;
}
iframe {
	margin: 0;
	padding: 0;
}
/* common class 
-------------------------------------------------------------- */
.box {
	width: 270px;
	height: 500px;
	margin-top: 30px;
	float: left;
	background-color: black;	
}
.box img {
	border-right: 20px solid white;
}
/* intro
-------------------------------------------------------------- */
#intro {
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: white;
}
#intro img {
	position:absolute;
 	left:50%;
 	bottom: 0;
 	margin-left:-388px; 
}
/* catalogo
-------------------------------------------------------------- */
#catalogo {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 550px;
	overflow: hidden;
}
#innerbox {
	width: 10000px;	
}
#scroll {
	margin: 200px 40px 0 0;
	height: 160px;
	width: 61px;
	float: left;
	background-color: #000;
	color: #CCC;
	font-size: 10px;
}
#scroll img {
	padding: 10px 0 20px 0;
}
#page {
	border-top: 3px solid white;
	padding: 10px 15px;
}
/* menu 
-------------------------------------------------------------- */
#menu {
	position: fixed;
	z-index: 5;
	bottom: 0;
	width: 100%;
	height: 20px;
	background-color: #000;
}
#menu img {
	margin: 5px 0 0 20px;
}
/* info overlayer
-------------------------------------------------------------- */
#info {
	position: absolute;
	z-index: 6;
	width: 100%;
	height: 100%;
	background-color: black;
	visibility: hidden;
}
#refer {
	margin: 200px auto;
	width: 400px;
	color: #CCC;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}
.credits {
	font-size: 9px;
}
/* logo
-------------------------------------------------------------- */
#logo {
	position: absolute;
	top: 20px;
	z-index: 1;
	left: 10px;
	width: 200px;
	height: 91px;
}
#map {
	position: absolute;
	top: 140px;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}