body {
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align:center;
	overflow: hidden;
}


#main {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
	/*border: red 1px dashed;*/
	display:block;
}

#mediaplayer {
	background-color:#FFFFFF;
	position:absolute;
	top:100px;
	left:0px;
	margin-right: auto;
	margin-left: auto;
	/*z-index:1;*/
}

#menu {
	background-image: url('../img/bg_menu.png');
	width: 675px;
	height: 144px;
	position: absolute;
	right:100px;
	top: 0px;
	text-align:left;
	z-index: 3;
}

#fiocco {
	background-image: url('../img/fiocco.png');
	width: 215px;
	height: 244px;
	position: absolute;
	right:0px;
	top: 0px;
	
	/*border: yellow 1px dashed;*/
	z-index: 4;
}

#logo {
	background-image: url('../img/logo.png');
	width: 271px;
	height: 185px;
	position: absolute;
	left:0px;
	top: 0px;
	
	/*border: yellow 1px dashed;*/
	z-index: 5;
}

#footer_img {
	background-image: url('../img/footer.png');
	width: 100%;
	height: 134px;
	position:fixed;
	bottom:-50px;
	/*border: blue 1px dashed;*/
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	display:block;
	background-position: center;
	background-repeat:no-repeat;
	z-index: 2;
}


#collezione {
	display:none;
}


#advertising {
	display:none;
}

#audio {
	position:absolute;
	width:30px;
	height:33px;
	margin-top:33px;
	margin-left:92px;
	display:block;
}

#country, #city {
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#FFF;
	
	width:200px;
	height: 420px;
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 10px 5px #CCC;
	-webkit-box-shadow: 0 0 10px #CCC;
	
	color:#000;
	background-color:#FFF;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}

#country #shop_container, #city #shop_container {
	overflow:auto;
	height: 380px;
	margin: 12px;
	text-align:left;
	font-weight:normal;
	background-color:#FFF;
	font-size:11px;
	line-height:10px;
	color:#666;
}

#store #shop_container {
	overflow:auto;
	height: 380px;
	margin: 12px;
	text-align:left;
	font-weight:normal;
	background-color:#FFF;
	font-size:11px;
	line-height:15px;
	color:#666;
}


#store {
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#FFF;
	
	width:300px;
	height: 420px;
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 10px 5px #CCC;
	-webkit-box-shadow: 0 0 10px #CCC;
	
	color:#000;
	background-color:#FFF;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}

#store_button {
	cursor:pointer;
	background-color:#03C;
}

#shop_container a, #shop_container a:hover, #shop_container a:visited{
	color:#666;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
}

#map {
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#FFF;
	
	width:300px;
	height: 420px;
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 10px 5px #CCC;
	-webkit-box-shadow: 0 0 10px #CCC;
	
	color:#000;
	background-color:#FFF;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}

/* close button positioned on upper right corner */
#country .close, #city .close, #store .close, #map .close {
	background-image:url('overlay/close.png');
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}



.openCollection {
	position:absolute;
	margin-left:47px;
	margin-top:41px;
	border:0;
	width:165px;
	height:45px;
	display:block;
}

.openAdvertising {
	position:absolute;
	margin-left:211px;
	margin-top:41px;
	border:0;
	width:228px;
	height:45px;
	display:block;
}

.openStore {
	position:absolute;
	margin-left:439px;
	margin-top:41px;
	border:0;
	width:141px;
	height:45px;
	display:block;
}

#footer_container {
	position: relative;
	z-index:6;
}


#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	
	background-color: transparent;
	margin:auto;
	color:	#463C41;
}
 
.footer,a.footer,a.footer:link,a.footer:visited,a.footer:hover,a.footer:link:hover,a.footer:visited:hover {
	color: #463C41;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
}
 
#lingue{
	display:none;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: transparent;
	margin:auto;
	color:	#463C41;
}

#locator{
	display:none;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: transparent;
	margin:auto;
	color:	#463C41;
}
 
#lingue a, #lingue a:hover, #lingue a:visited, #lingue a:hover, #lingue a:visited:hover{
text-decoration: none;
color: #463C41;
}

#locator a, #locator a:hover, #locator a:visited, #locator a:hover, #locator a:visited:hover{
text-decoration: none;
color: #463C41;
}
