/* CSS Document */
body {
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0 auto;
	background-color:#6b6e48;
}

#box {
	width:980px;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
}
#box #header {
	width:980px;
	height:161px;
	position:relative;
}
#box #header #dark-green {
	position:absolute;
	top:0;
	left:0;
	width:490px;
	height:17px; 
	background-color:#6b6e48;
}
#box #header #light-green {
	position:absolute;
	top:0;
	right:0;
	width:490px;
	height:35px;
	background-color:#b6ac75;
}

#box #header #logo {
	margin:35px 0 0 32px;
}
#box #header #lingua {
	position:absolute;
	top:35px;
	right:0;
	width:490px;
	color:#666666;
}
#box #header #lingua a:link, #box #header #lingua a:visited, #box #header #lingua a:hover, #box #header #lingua a:active {
	background:url(../images/sf_language.gif) no-repeat top left;
	padding-left:7px;
	color:#666666;
	line-height:53px;
	text-decoration:none;
	width:95px;
	float:left;
}
#box #header #lingua a:hover {
	color:#b6ac75;
	text-decoration:none;
}
#box #header #slogan {
	position:absolute;
	top:110px;
	right:0;
	width:483px;
	color:#7d7d7d;
}

#fotos {
	border-top:4px solid #d2c57c;
	border-bottom:4px solid #d2c57c;
	height:550px;
	width:980px;
	position:relative;
}
#fotos img {
	display:block;
}
#fotos #opening_inverno {
	position:absolute;
	bottom:0;
	right:0;
	width:339px;
	height:45px;
	z-index:3;
}
#fotos #opening_inverno .opening_data {
	position:absolute;
	bottom:0;
	right:32px;
	width:261px;
	line-height:45px;
	text-align:right;
	color:#68c4f1;
	font-weight:bold;
	z-index:5;
}

#fotos #opening_estate {
	position:absolute;
	bottom:0;
	left:0;
	width:339px;
	height:45px;
	z-index:3;
}
#fotos #opening_estate .opening_data {
	position:absolute;
	bottom:0;
	left:32px;
	width:261px;
	line-height:45px;
	text-align:left;
	color:#fcbf01;
	font-weight:bold;
	z-index:5;
}

#footer {
	height:83px;
	width:980px;
}
#footer #loghetti {
	margin:0 13px;
}
#footer address {
	font-style:normal;
	float:right;
	padding:24px 32px;
	color:#666666;
	font-size:11px;
	text-align:right;
}
#footer address a {
	color:#666666;
	text-decoration:none;
}



