/* CSS Document */

@import "reset.css";
@import "navbar.css";
@import "home.css";
@import "navi.css";
@import "contact.css";
@import "degaussing.css";
@import "deperming.css";


body {
	background-color: #46a19c;
	font-family: "MS Serif", "New York", serif;
	overflow:auto;
	margin: 0px;
}


#wrapper {
	width: 960px;
	min-height: 500px;
	margin:auto;
	background-color:#2f6e6b;
	margin-bottom: 45px;
}

#header {
	margin: auto;
	width: 950px;
	height: 122px;
	overflow: hidden;
}

#logo {
	margin-top: 8px;
	height: 120px;
	width: 438px;
	background-image:url(../images/logo.png);
	margin-left: 20px;
	float:left;
}

a{ color: #042624;
text-decoration:none;}
a:hover{ color: #042624;
text-decoration:none;}
a:visited{ color: #042624;
text-decoration:none;}

#corpo {
	margin: 10px auto;
	margin-bottom: 5px;
	min-height: 300px; 
	width:930px;
	background-color: #d3edec;
	/*bordi*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*ombre*/
	overflow:auto;
	/*Carattere*/
	font-family: Arial, Verdana, Sans-serif;
}

#footer{
	margin-bottom: 0px;
	position:  fixed;
	bottom: 0px;
	width: 960px;

	background-color: #d3edec;
	/*bordi*/
	border-top: solid 3px #46a19c;
	vertical-align: middle;
}

#footer #text {
	margin: auto;
	line-height: 20px;
	width: 890px;
	vertical-align: central;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	display: inline-block;
	}

#footer .important {
	font-weight:bold;
}

#footer a.top {
	width:20px;
	height:20px;
	background-image:url(../images/top.png);
	margin: 0 5px;
	display: inline-block;
}


ul{
	list-style: circle;
}

li{ 
	margin-left: 40px;
}

.floatdx{
	float:right;
}

.floatsx{
	float:left;
}