@charset "UTF-8";
/* CSS Document */

html {
height: 100%;
/*	overflow: -moz-scrollbars-vertical; /* visualizza sempre la scrollbar laterale per firefox */
	overflow-y:auto;
	overflow-x:auto;
	overflow:moz-scrollbars-vertical;

}

body {
	height: 100%;
	background-color: #cac0b6;
	margin: 0px;
	font-family: Helvetica, 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	color:#4B4740;
	text-decoration: none;
	overflow-y: scroll;
}

a:link, a:visited {
text-decoration: none;
color:#4B4740;
}

a:hover {
text-decoration: none;
color: #2F2725;
font-weight: bold;
}

img {
border:0;
}

#container {
position:absolute;
width:950px;
min-height:100%;
left: 50%;
margin-left: -475px;
}

* html #maincage { /* Should be included via Conditional Comment for IE */
height: 100%;
} 

#content-up {
	position:absolute;
	width:100%;
	height: 400px;
	top: 0;
	margin: 0;
	background-color:#fff;
	overflow: hidden;
}

#content-down {
	position:absolute;
	width:100%;
	height: auto;
	top: 400px;
	margin: 0;
}

#logo {
	position:absolute;
	top: 0;
	margin: 0;
	padding-left: 10px;
}

#shop {
	position:absolute;
	right: 0;
	margin: 0;
	padding: 25px 20px 15px 0;
	width:auto;
}

#content {
	position:relative;
	width:100%;
	height: auto;
	top: 65px;
	margin: 0;
	clear: left;
	line-height: 15px;
}

#navbar{
position:relative;
float: left;
width: 18%;
margin: 0;
padding: 0;
padding-bottom: 30px;
}

#navbar ul,li{
list-style: none;
margin: 0;
padding-left: 15px;
}

#navbar li{
list-style: none;
margin-top: 3px;
}


#navbar a:link, a:visited{
	color: #4B4740;
	text-decoration: none;
}

#navbar a:hover{
color: #2F2725;
text-decoration: none;
font-weight: bold;
}


#txt{
	position:relative;
	float: left;
	width: 50%;
	margin-left: 5%;
	padding-bottom: 30px;
}

.italiano{
	color: #4B4740;
	padding-top: 15px;
}

.bb{
	color: #2F2725;
	font-weight: bold;
}

.title{
position:relative;
float: left;
width: 20%;
}

.language{
text-align: right;
padding-bottom: 7px;
}

.item{
margin-left: 7px;
margin-top: 3px;
}

.subtxt{
position:relative;
float: left;
margin-left: 15%;
width: 65%;
margin-bottom: 10px;
}

.clear{
	clear: left;
	height: 0;
	overflow: hidden;
}

#second-navbar{
	position:relative;
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	padding-top: 18px;
}

#second-navbar ul{
list-style: none;
margin: 0;
margin-left: -8px;
}

#second-navbar li{
list-style: none;
margin-top: 3px;
}


#second-navbar a:link, a:visited{
	color: #4B4740;
	text-decoration: none;
}

#second-navbar a:hover{
color: #2E2C27;
text-decoration: none;
font-weight: bold;
}

#txt-collection{
	position:relative;
	float: left;
	width: 50%;
	margin-left: 20px;
}

#content-index {
	position:absolute;
	width:500px;
	height: 150px;
	top: 50%;
	margin-top: -75px;
	left: 50%;
	margin-left: -250px;
	background-color:#cac0b6;
	text-align: center;
}

#logo-index {
	position:relative;
	
}

#enter-index {
	position:relative;
	margin-top: 15px;
}

#footer {
	position:absolute;
	bottom: 0;
	height: 20px;
	width: 100%;
	text-align: center;
	color: #777065;
	font-size: 90%;
}

#content-thumb {
	position:relative;
	top: 150px;
}

.thumb {
	position:relative;
	float: left;
	width: 120px;
	z-index: 1;
	margin-right: 15px;
}

