/* CSS Document */
body, html{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;	}

#page{
	position:relative;
	width:100%;
	height:480px;
	margin:0;
	padding:0;
	}

#logo{
	position:absolute;
	bottom:0;
	left:0;
	width:400px;
	z-index:1;
	}

#colsx{
	position:absolute;
	width:400px;
	height:420px;
	background-image:url(image/back7.gif);
	background-repeat: no-repeat;
	z-index:50;
	padding:0;
	margin:0;
	
	
}

#coldx{
	position:absolute;
	top:0;
	left:400px;
	width:55%;
	height:420px;
	text-align: left;
	z-index:1;
	padding-left:10px;
	padding-right:10px;
	color:#000099;
}

#coldx img.head{
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	
	}

#content{
	position: relative;
	width:400px;
	
	
	padding-top:70px;
	padding-bottom:20px;
	font-size:0.75em;

	text-align:justify;
	}

.cliente{
	position:relative;
	width:198px;
	left:202px;
	bottom:200px;
	padding-left:20px;
	}



#foot{
	position:absolute;


	width:400px;

	margin:0;
	/*padding-left:20px;
	padding-right:20px;*/
	padding-top:10px;

	font-size:12px;
	border-top-color:#000099 ;
	border-top-style: solid;
	border-top-width: thin;

	}
#top {

	width:400px;
	border-bottom-color: #000099;
	border-bottom-style: solid;
	border-bottom-width:medium;
	color:#000099;
	}

/*div.home{
	background-image: url(image/circle.gif);
	background-repeat: no-repeat;
	background-position: center;
	}*/
	


/*#coldx img.circle{
	margin-top:60px;
	}*/
	
#menu{
	text-align:center;
	/*position: absolute;
	top:100px;
	left:90px;
	*/
	font-size:28px;
	font-weight:bold;
	line-height:24px;
	z-index:100;
	width:150px;
	padding:0;
	margin-top:100px;
	margin-left:99px;
	
	}
	
#menu ul{
	margin:0;
text-align:center;
	list-style-type: none;
	}
#menu li{
text-align:center;
	margin:0;
	padding:0;
	}
#menu a:link, #menu a:visited{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#menu a:hover{
	color: #E2E3E9;
	text-decoration:none;
	}


a.foot:link, a.foot:visited{
	color:#000099;
	text-decoration:none;
	}
	
a.foot:hover{
	color:#000099;
	
	border-bottom:1px dotted #000099;
	}
	
	a.hiper:link, a.hiper:visited{
	text-decoration:none;
	border-bottom:1px dotted #000099;
	}
	
a.hiper:hover{	
	border-bottom:1px dotted #000099;
	}
h1.titolo{
	color: #000099;
	font-size:16px;
	}
.descrzione{
	color:#000099;
	float:right;
	padding-top:50px; 
	width:48%; 
	text-align:left;
	}
div#content li{
	list-style-type: disc;
	margin-bottom:5px;
	}

.btn{
background-color:#FFFFFF;
border:1px solid #000099;
color:#000099;
cursor:pointer;
font-weight:bold;
}
.btn:hover{
background-color:#3300FF;
color:#FFFFFF;
font-weight:bold;}
