/* CSS Document */

html,body {
	margin: 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-image:url(../grafica/sfondo_top.jpg);
	background-repeat:repeat-x;
}

#top{
	margin: 0px auto;
	width:900px;
}

#menu{
	position:absolute;
	width:100%;
	top:26px;
	left:0px;
	background-color:#000000;
	height:27px;
}
div#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap
}
div#menu li{
	display:inline;
	margin: 0;
	padding: 0;
}
div#menu a{
	color:white;
	font-size:11px;
	letter-spacing:2px;
	font-weight:bold;
	text-decoration:none;
	padding:0px 50px 0px 0px;
	line-height:22px;
}
div#menu a:hover{
	color:#FF9900;
}
div#menu li#activelink a, div#menu li#activelink a:hover{
	color:#FF9900;}

#address{
	clear:both;
	margin: 0px auto;
	width:100%;
	height:27px;
	background-image:url(../grafica/sfondo_address.jpg);
	background-repeat:repeat-y;
	background-color:#2454A7;
	font-size:11px;
	letter-spacing:1px;
	color:white;
	line-height:24px;
	
}
#conteiner{
	margin: 0px auto;
	width:900px;
	padding-top:30px;

	
}
#content{
	float:left;
	width:560px;
	text-align:left;
	font-size:12px;
	color: #000066;
	padding-left:104px;
	padding-bottom:30px;
	
}

#content2{
	float:left;
	width:700px;
	text-align:left;
	font-size:12px;
	color:#3399CC;
	padding-left:104px;
	margin-bottom:30px;
	
}
#content2 a{
	color:#FF9900;
	font-weight:bold;
	text-decoration:none;	
}
#content2 a:hover{
	color:#3399CC;
	font-weight:bold;
	text-decoration:underline;	
}

#boxDx{
	float:right;
	width:180px;
	text-align:left;	
	padding-left:20px;
	background-image:url(../grafica/sfondo_boxDx.gif);
	margin-bottom:30px;
	color:#3399CC;
	font-size:12px;
	
}

#boxDx a{
	color:#3399CC;
	font-weight:bold;
	
}

.text_arancio{
	color:#FF9900;
}

.fotoSx{
	margin:0 10px 10px 0;
	border-width:1px;
	border-color:#3399CC;
	border-style:solid;
}
.foto{
	border-width:1px;
	border-color:#3399CC;
	border-style:solid;
}

h1{
	color:#3399CC;
	font-size:14px;
	font-weight:bold;
}

h2{
	color:#FF9900;
	font-size:16px;
	font-weight:bold;
}


input,textarea,button{border: 0px solid;color: #475078;
    font: 10px Arial,sans-serif}
div.input-cont{width: 200px;height: 26px;
    background:  url(../grafica/sfondo_campotesto.gif) no-repeat top left;
    margin-bottom: 3px}
input{display: block;width: 175px;background: #FFF;
    margin:5px 0 0 10px}
div.textarea-cont{width: 200px;height: 120px;
    padding: 1px;background: url(../grafica/sfondo_areatesto.gif) no-repeat}
textarea{width: 170px;height: 90px;margin: 10px}
.bottone{width: 138px;text-align:center;
    height:30px !important;height /**/:30px;line-height: 25px;
    padding: 1px 0 4px;
    background: url(../grafica/sfondo_tastoform.gif) no-repeat;
    color: #006699; font-weight:bold;cursor: pointer}
	
	
.testo10{
	color:#FF9900;
	font-size:11px;
	font-weight:bold;

}