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

body {
	background-color:#5f5c5c;
	margin:0;
	padding:0;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	background-position:top;
	color:#FFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}

/*
body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	z-index: 100;
}
*/

#wrapper{
	width:850px;
	height:700px;
	margin:0 auto 0 auto;
	background-color:#5F5C5C;
}

#fiore1{
	width:176px;
	height:166px;
	background-image:url(../images/fiore1.png);
	background-repeat:no-repeat;
	top:94px;
	position:absolute;
}

#fiore1 #l_primomenu{
	display:block;
	width:176px;
	height:166px;
	outline:none;
}

#fiore2{
	width:214px;
	height:205px;
	background-image:url(../images/fiore2.png);
	background-repeat:no-repeat;
	left:170px;
	top:55px;
	position:relative;
}

#fiore2 #l_secondomenu{
	display:block;
	width:214px;
	height:205px;
	outline:none;
}

#fiore3{
	width:219px;
	height:210px;
	background-image:url(../images/fiore3.png);
	background-repeat:no-repeat;
	left:460px;
	top:208px;
	position:relative;
}

#fiore3 #l_terzomenu{
	display:block;
	width:219px;
	height:210px;
	outline:none;
}

#fiore4{
	width:146px;
	height:139px;
	background-image:url(../images/fiore4.png);
	background-repeat:no-repeat;
	left:673px;
	top:10px;
	position:relative;
}

#fiore4 #l_quartomenu{
	display:block;
	width:146px;
	height:139px;
	outline:none;
}

#corpo{
	width:850px;
	height:340px;
	background-image:url(../images/background_corpo.png);
	background-repeat:repeat-x;
	top:162px;
	position:absolute;
}

#logo{
	width:243px;
	height:148px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	left:85px;
	top:98px;
	position:relative;
}

#scroll_area{
	width:430px;
	height:246px;
	margin:0;
	left:370px;
	top:-101px;
	overflow:hidden;
	z-index:1;
	position:relative;
}

#scroll_area #scroll_div{	
	width:1720px;
	height:246px;
	margin:0;
	z-index:1;
	display:inline;
	float:left;
}

#scroll_area #scroll_div #div_primomenu{
	width:430px;
	height:246px;
	display:inline;
	margin:0;
	float:left;
}

#scroll_area #scroll_div #div_secondomenu{
	width:430px;
	height:246px;
	display:inline;
	margin:0;
	float:left;
}

#scroll_area #scroll_div #div_terzomenu{
	width:430px;
	height:246px;
	display:inline;
	margin:0;
	float:left;
}

#scroll_area #scroll_div #div_quartomenu{
	width:430px;
	height:246px;
	display:inline;
	margin:0;
	float:left;
}

.title{
	font-size:20px;
	color:#FFF;
}

#div_secondomenu ul{
	margin:0;
	padding-left:13px;
}

#div_secondomenu ul li{
	margin-bottom:4px;
}

#div_terzomenu ul{
	margin:0;
	padding-left:13px;
}

#div_terzomenu ul li{
	margin-bottom:4px;
}

#div_quartomenu{
	background-image:url(../images/background_contatti.png);
	background-repeat:no-repeat;
	background-position:15px 50%;
}

.email{
	margin-left:83px;
}

.skype{
	margin-left:83px;
	margin-top:27px;
}

.msn{
	margin-left:83px;
	margin-top:27px;
}

.ichat{
	margin-left:83px;
	margin-top:27px;
}


#footer{
	width:100%;
	text-align:center;
	color:#FFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	bottom:10px;
	position:fixed;
}

a{
	text-decoration:none;
	color:#999;
}

a:hover{
	color:#CCC;
}


