/* CSS Document */
body {
overflow: hidden;
}

#container{
	background-color: #FFFFFF;
	height: 564px;
	width: 564px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	position: relative;
}
#uno{
	height: 282px;
	width: 282px;
	text-align: center;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: relative;
	

}
#due{
	height: 282px;
	width: 282px;
	background-color: #ff3300;
	text-align: center;
	left: 282px;
	position: absolute;
	top: 0px;

}
#tre{
	height: 282px;
	width: 282px;
	background-color: #ff3300;
	text-align: center;
	top: 282px;	
}
#quat{
	height: 262px;
	width: 282px;
	left: 282px;
	position: absolute;
	top: 282px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
body {
	background-color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer{
	width: 564px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 15px;
}

/*************** chi siamo ******************/
#chi{
	height: 182px;
	width: 282px;
	background-image: url(img/sf_chi.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 100px;
}

#menu{
height: 202px;
	width: 282px;
	padding-top: 80px;
	}
#info p{}
#info a{
	color: #ff3300;
	text-decoration: none;
	font-weight: bold;
}
#info a:hover{
	color: #FF4912;
	text-decoration: none;
	font-weight: bold;
}
.grigio{
	color: #666666;
}

#info li{
	color: #ff3300;
	list-style-type: disc;
}
/*************** index ******************/
#uno_index{
height: 182px;
	width: 282px;
	padding-top: 100px;
}
#due_index{
height: 182px;
	width: 282px;
	padding-top: 100px;

}
#tre_index{
height: 182px;
	width: 282px;
	padding-top: 100px;

}
/*************** lavori ******************/

#lavori{
	height: 182px;
	width: 282px;
	background-image: url(img/sf_lavori.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 100px;
}

/*************** clienti ******************/

#clienti{
	height: 182px;
	width: 282px;
	background-image: url(img/sf_clienti.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 100px;
}
#tre li{
	color: #FFFFFF;
}
#lista_clienti{
	height: 262px;
	width: 252px;
	text-align: left;
	position: relative;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#lista_clienti a {
	color: #FFFFFF;
	text-decoration: none;
}
#lista_clienti a:hover {
	color: #015aa5;
	text-decoration: none;
}
#chi_text {
	color: #FFFFFF;
	text-align: left;
	padding: 10px;
	line-height: 14px;
}

/*************** scroling div ******************/

#box{
	position:absolute;
	left:10px;
	z-index:1;
	top: 10px;
}
#up {position:absolute; left:260px;  top:10px; z-index:2; cursor:pointer;}
#track{position:absolute; left:262px; top:10px; z-index:3;}
#drag{position:absolute; left:262px; top:10px; z-index:4; cursor:pointer;}
#down{position:absolute; left:260px; top:273px; z-index:5; cursor:pointer;}
#contentMask{position:absolute; left:0px; top:15px; width:250px; height:250px; clip:rect(0,250px,253px,0); overflow:hidden; z-index:6;}
#content{
	position:absolute;
	left:6px;
	top:0;
	width:230px;
	padding-left: 10px;
}
