a {
	text-decoration:none;
}

a:visited{
	text-decoration:none;
}


#mail{
font: Arial;
color: #fff;
}

#mail:hover{
font: Arial;
color: #fff;
text-decoration: underline;
}


#intestazione {
	width:830px;
	height:41px;
	margin:20px auto;
}

#logo {
width: 301px;
height: 41px;
	float:left;
}


#menu{
float:right;
}


#box {
	width:830px;
	height:500px;
	margin:10px auto;
	border: 1px solid #d9d6d6;
	background-color:#f9f7f7;
}

/**menù piccolo **/

#menu_nav li{
font-size: 12px;
margin-left: 15px;
margin-top: 20px;
float: left;
display: inline;
}

#menu_nav #butt1 a{
margin-left: 5px;
font-family: Arial;
font-size: 12px;
color: #383938;
text-decoration: none;
}

#menu_nav #butt1 a:hover{
color: #383938;
text-decoration:  underline;
}

#menu_nav #butt2 a{
font-weight: bold;
margin-left: 5px;
font-family: Arial;
font-size: 12px;
color: #6e9c73;
text-decoration: none;
}

#menu_nav #butt2 a:hover{
font-weight: bold;
color: #6e9c73;
text-decoration:underline;
}


/**Fine menù piccolo **/


#content {
width: 800px;
height: 400px;
margin-top: 50px;
margin-left: 20px;
}

#content_left {
float: left;
width: 240px;
}


#content_right {
float:right;
width: 530px;
height: 50px;
}


#footer {
	width:100%;
	height:120px;
	background-color:#383938;

}



#società{
	width:830px;
	margin:25px auto;
	
}

#chemical{
margin-top: 10px;
	float:left;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:25px;
	color:#fff;
}

#info{
margin-top: 25px;
	float:right;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:25px;
	color:#fff;
}


