@charset "UTF-8";
/* CSS Document */

body {
	background-image:url("immagini/img_background.jpg");
	background-repeat:repeat-x;
	margin:0;
	color:#444444;
	font-family:Sans-serif;
	font-size:12px;
}

p {
	font-weight: bold;
	text-align:center;
	padding:18px 0;
	margin:0;
	}
	
img {
	margin-bottom:20px;
	border:0;
	}

#mainbox {
	width:800px;
	margin:0 auto;
	}
	
#header {
	height:110px;
	background-image:url("immagini/logo_elastopol.png");
	background-position:center top;
	background-repeat:no-repeat;
	}
	
#google_translate_box_index {
	float:left;
	}

#logo {}
	
#proudmember {
	background-image:url(immagini/logo_pda.gif);
	width:100px;
	height:70px;
	float:right;
	}
	
#txt1 {
	font-weight: bold;
	text-align:center;
	padding:20px 0;
}

#edilizia {
	width:33.3%;
	border-bottom:3px solid #0054A1;
	float:left;
	}
	
#anticorrosione {
	width:33.3%;
	border-bottom:3px solid #9D4716;
	float:left;
	}
	
#scenografie {
	width:33.3%;
	border-bottom:3px solid #019036;
	float:left;
	}

#flag_menu {
	margin:0 auto;
	width:190px;
	display:table;
	}
	
#flag_menu ul{
	margin-top:20px;
	padding:0;
	}
	
#flag_menu li{
	margin:0 auto;
	list-style:none;
	text-decoration:none;
	display:inline;
	padding:0 15px;
	}
	
#flag_menu img{
	margin:0;
	}
	
.footer {
	background-color:#0054A1;
	bottom:0;
	height:auto;
	margin:0;
	overflow:hidden;
	padding:0;
	position:fixed;
	width:100%;
}

.copyright {
	color:#BBBBBB;
	font-family:Sans-serif;
	font-size:11px;
	line-height:1.5;
	padding:3px 0;
	text-align:center;
}
