@charset "UTF-8";
/* CSS Document */

body{ background:url(../images/walls_bg.png) top left repeat-x #cdcdcd; font-size:12px; color:#666; font-family:Arial, Helvetica, sans-serif; margin:0; padding:0; }
a{ text-decoration:none; color:#666; }
a:hover{ text-decoration:underline; }
#container {
	width:1075px;
	margin:0 auto;
	position:relative;
	height:715px;
}
#container #logo {
	width:363px;
	height:300px;
	position:absolute;
	top:36px;
	left:20px;
	z-index:9000;
}

#left_objects {
	width:441px;
	height:538px;
	position:absolute;
	bottom:20px;
	left:0;
	z-index:5000;
}
#right_objects {
	width:559px;
	height:440px;
	position:absolute;
	bottom:20px;
	right:0px;
	z-index:4900;
}
#container #page {
	width:300px;
	height:238px;
	position:absolute;
	bottom:43px;
	left:200px;
	border:solid 1px #6e6e6e;
	color:#000;
	overflow:hidden;
	background:url(../images/png_transparent.png) top left repeat;
	z-index:9000;
}
#container #formContatti {
	width:329px;
	height:450px;
	position:absolute;
	bottom:13px;
	right:196px;
	border:solid 1px #6e6e6e;
	color:#000;
	background-color:#FFF;
	z-index:30000;
}

#container #preContatti {
	width:329px;
	height:140px;
	position:absolute;
	bottom:95px;
	right:196px;
	border:solid 1px #6e6e6e;
	color:#000;
	background-color:#FFF;
	z-index:9000;
}
#wall_light {
	position:absolute;
	top:75px;
	right:34px;
	width:207px;
	height:222px;
	z-index:3000;
}
#footer {
	width:1075px;
	height:25px;
	margin:0 auto;
	position:relative;
}
#footer #footer_left {
	float:left;
	padding-left:100px;
	padding-top:5px;
}
#footer #footer_left ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer #footer_left ul li {
	float:left;
	padding-right:10px;
	color:#000;
	font-size:11px;
	font-weight:bold;
}
#footer #footer_left ul li a:hover{
	color:#df9300;
	text-decoration:none;
}
#footer #footer_right {
	float:right;
	padding-right:50px;
	width:280px;
	padding-top:5px;
}
#footer #footer_right ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer #footer_right ul li {
	padding-right:40px;
	float:left;
	color:#929292;
	font-size:11px;
	font-weight:bold;
}
#footer #footerArrow {
	position:absolute;
	top:30px;
	left:-3000px;
	background:url(../images/footer_arrow.jpg) top left no-repeat; width:9px; height:7px; 
}
#footer #footerArrowStatic {
	position:absolute;
	top:30px;
	left:-3000px;
	background:url(../images/footer_arrow.jpg) top left no-repeat; width:9px; height:7px; 
}
.ftOpen{
	color:#df9300;
}

