@charset "UTF-8";
body {
	background-color: #000000;
	text-align: center;
	/*margin-top: 20px;*/
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	background-image: url(../img/sfondo_body.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
}
p{
	margin-top: 0px;
	margin-bottom: 10px;
        font-size: 11px;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#contenitore {
	text-align: left;
	padding: 10px;
	height: 558px;
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	position: absolute; /*posizione assoluta per potere riposizionare l’elemento*/
	left: 50%; /*il bordo sinistra dell’elemento si troverà al 50% della larghezza disponibile*/
	top: 50%; /*il bordo superiore dell’elemento si troverà al 50% dell’altezza disponibile*/
	margin-left: -491px; /*la metà della larghezza dell’elemento è tolta come margine superiore per centrarlo*/
	margin-top: -289px; /*la metà dell’altezza dell’elemento è tolta come margine superiore per centrarlo*/
	background-color: #000000;
}
#area_contenuti {
	background-color: #FFFFFF;
	height: 500px;
	width: 100%;
}
#colonna_sinistra {
	float: left;
	height: 480px;
	width: 365px;
	padding-top: 20px;
	padding-left: 45px;
	position: relative;
}
#colonna_sinistra a:link{
	color: #666666;
	text-decoration: none;
}
#colonna_sinistra a:visited{
	color: #666666;
	text-decoration: none;
}
#colonna_sinistra a:hover{
	color: #CC0066;
	text-decoration: underline;
}
#colonna_destra_home {
	float: right;
	height: 500px;
	width: 552px;
	margin: 0px;
}
.foto_home {
	float: right;
}
#logo_home {
	background-image: url(../img/logo_benedetti.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 80px;
	width: 240px;
	margin-top: 160px;
}
#footer {
	text-align: center;
	height: 41px;
	width: 100%;
	margin-top: 10px;
	color: #333333;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
	padding-top: 7px;
}
.spazio_img {
	margin-left: 10px;
}
#colonna_destra {
	float: right;
	height: 480px;
	width: 542px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.bold_magenta {
	text-transform: uppercase;
	color: #CC0066;
}
#footer_home {
	text-align: center;
	height: 48px;
	width: 100%;
	margin-top: 10px;
	color: #FFFFFF;
}
#colonna_sx_menu {
	float: left;
	width: 405px;
	margin-top: 14px;
}
#colonna_dx_menu {
	float: right;
	width: 400px;
	margin-top: 14px;
}
#footer a:link{
	color: #666666;
	text-decoration: none;
}
#footer a:visited{
	color: #666666;
	text-decoration: none;
}
#footer a:hover{
	color: #CC0066;
	text-decoration: none;
}

#colonna_destra_company_profile {
	float: right;
	height: 480px;
	width: 542px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url(../img/fondo_company_profile.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#colonna_contatti {
	float: right;
	height: 480px;
	width: 542px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url(../img/sfondo_contatti.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#colonna_home {
	float: right;
	height: 480px;
	width: 542px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url(../img/sfondo_HOME1.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#contenitorelink_brouchure {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	left: 45px;
	bottom: 45px;
}
#contenitorelink_brouchure a:link{
	color: #CC0066;
	text-decoration: none;
}
#contenitorelink_brouchure a:visited{
	color: #CC0066;
	text-decoration: none;
}
#contenitorelink_brouchure a:hover{
	color: #CC0066;
	text-decoration: underline;
}


