@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:40px;
	margin-left:0px;
		color:#666
}

div#container{
width:1000px;
margin:0px auto;
position:relative;
}

div#containerphoto{
width:930px;
margin:0px auto;
position:relative;
}

div#header{
width:1000px;
height:157px;
position:relative;
background-image:url(../img/HEADER.jpg);
background-repeat:no-repeat;
}
div#menutop{
position:absolute;
width:450px;
height:52px;
margin-left:500px;
margin-top:25px;
text-align:right
}




div#sx{
position:absolute;
width:495px;
text-align:justify;
/*background-image:url(../img/testomiddle.jpg);
background-repeat:repeat-y;*/

}
/*
div#sxtop{
width:495px;
height:17px;
background-image:url(../img/testotop.jpg);
background-repeat:no-repeat;
line-height:51px;
}
div#sxmiddle{
width:452px;
text-align:justify;
margin-left:20px;
}
div#sxbottom{
width:495px;
height:18px;
background-image:url(../img/testobottom.jpg);
background-repeat:no-repeat
}*/






div#menudx{
position:absolute;
width:505px;
height:313px;
margin-top:0px;
margin-left:495px;
background-image:url(../img/menudestra.jpg);
background-repeat:no-repeat;
}

div#menu{
position:absolute;
width:208px;
height:168px;
margin-left:70px;
}


div#contact_table{
position:absolute;
width:505px;
height:235px;
margin-top:313px;
margin-left:495px;
background-image:url(../img/contact-table.jpg);
background-repeat:no-repeat;
}

div#footer{
position:absolute;
width:1000px;
height:30px;
background-color:#CCC;
}

div#contact_table_descr{

margin-top:55px;
margin-left:20px;
width:350px;
text-align:justify;
}

div#contact_table2{

margin-top:550px;
margin-left:515px;
width:450px;
text-align:justify;
}

othercontacts{
}

/*STILI DI LINK*/

a {
	color:#666;
text-decoration:underline;
}
a:visited {
	color:#666;
text-decoration:none;
}
a:hover {
color:#666;
text-decoration:none;
}

#menutop a{
	font-size:14px;
	font-weight:bold;
	text-decoration:none
}
#menutop a:hover{
text-decoration:none;
color:#999
}

#contact_table a{
	text-decoration:underline;
	color:#FFF;
}
#contact_table a:hover{
text-decoration:none;
	color:#FFF;
}


/*STILI DI TESTO*/
.h1{
	font-size:18px;
	font-weight:bold;
	color:#000;
	}
	
.h2{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	}
	
.small{
	font-size:9px;
	}
