@charset "utf-8";

@import "box.css";
@import "menu-footer.css";
@import "menu-top.css";

body {
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	bottom:0;
	margin:0;
	padding:0;
	background-color:#cccccc;
	
}

#main {
	background-image:url(../img/sfondo-menu-footer.gif);
 	background-repeat:repeat-x;
 	background-position:bottom;
	background-color:#ffffff;
	width:100%;
	position: absolute;
	margin:0 auto;

}

.generale #container {
	width: 790px;
	margin: 0 auto;
	
}

.generale #mainContent {
	padding: 0; 
	float: left;
	width: 790px;
	margin-right: 130px;
	position:relative;
	z-index:10;

}

.generale #header {
	padding: 0; 
	background-image:url(../img/icdoc-header.jpg);
 	background-repeat:no-repeat;
 	background-position: top center;
	height:90px;
	margin-bottom:25px;
}

.generale #logo, .generale #logo A {
	position:absolute;
	width:106px;
	border:0;
	border-top-style: none; 
 	border-right-style: none; 
 	border-left-style: none; 
 	height: 60px; 
 	border-bottom-style: none;
 	padding-top: 7px!important; 
}

.generale #roadshow, .generale #roadshow A {
	position:absolute;
	width:179px;
	border:0;
	border-top-style: none; 
 	border-right-style: none; 
 	border-left-style: none; 
 	height: 60px; 
 	border-bottom-style: none;
 	padding-top: 7px!important; 
 	margin-left: 100px;
}

.generale #menu_footer{
	width:100%;
	white-space:nowrap;
	margin:35px 80px;
	float:left;

}

.generale #copyright {
  	color: #ffffff; 
	font-size:12px;
	text-align:center;
	width:100%;
	float:left; 

}

#copyright  A {
	color: #ffffff;
 	text-decoration:underline;
}
#copyright  A:visited {
	color: #ffffff;
 	text-decoration:underline;
}

.clear {
	clear: both; 
	overflow:hidden;

}
