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



/* generali */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(../immagini/bg/home-all.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1, h2, h3, h4, h5, h6, p, img {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



/*  */
#cont-esterno {
	margin: 0px;
	padding: 0px;
}
#cont-esterno #box-superiore-trasp {
	background-image: url(../immagini/bg/sfumatura-superiore.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 21px;
}
* html #cont-esterno #box-superiore-trasp {							/* Queste regole sono per IE */
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../pngHack/transparent.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="bg/sfumatura-superiore.png", sizingMethod="scale");
}
#cont-esterno #box-centrale-x-trasp {
	background-image: url(../immagini/bg/sfumatura-sx-e-dx-990.png);
	background-repeat: repeat-y;
	background-position: center;
}
* html #cont-esterno #box-centrale-x-trasp {							/* Queste regole sono per IE */
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../pngHack/transparent.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="bg/sfumatura-sx-e-dx-990.png", sizingMethod="scale");
}
#cont-esterno #box-centrale-x-trasp #cont-corpo-pagina {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
}



/* menu superiore */
#cont-corpo-pagina #cont-menu-superiore {
	background-color: #000000;
	height: 45px;
	margin: 0px;
	padding: 0px;
}



/* spazio voce menu home */
#cont-corpo-pagina #btn-home img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 109px;
	margin-bottom: 0px;
	margin-left: 17px;
}


/* header */
#cont-corpo-pagina #cont-img-header {
	margin: 0px;
	padding: 0px;
	height: 300px;
}



/* logo */
#cont-corpo-pagina #cont-img-logo {
	margin: 0px;
	padding: 0px;
	height: 52px;
}



/* contenuto pagina */
#cont-corpo-pagina #cont-contenuto {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}



/* menu inferiore nero */
#cont-esterno #box-centrale-x-trasp #cont-corpo-pagina #cont-menu-inferiore {
	background-color: #000000;
	height: 45px;
	margin: 0px;
	padding: 0px;
}



/* menu inferiore bianco */
#cont-esterno #box-centrale-x-trasp #cont-corpo-pagina #cont-menu-inferiore-bianco {
	background-color: #FFFFFF;
	height: 32px;
	margin: 0px;
	padding: 0px;
}




#cont-esterno #box-inferiore-trasp {
	background-image: url(../immagini/bg/sfumatura-inferiore.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 19px;
}
* html #cont-esterno #box-inferiore-trasp {							/* Queste regole sono per IE */
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../pngHack/transparent.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="bg/sfumatura-inferiore.png", sizingMethod="scale");
}





/* footer */
#footer {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer #menu-footer-txt {
	font-size: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	text-align: left;
	width: 350px;
	float: left;
}
#footer #menu-footer-txt a:link {
	color: #000000;
	text-decoration: none;
}
#footer #menu-footer-txt a:visited {
	color: #000000;
	text-decoration: none;
}
#footer #menu-footer-txt a:hover {
	text-decoration: none;
	color: #000000;
	padding-bottom: 2px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#footer #menu-footer-txt a:active {
	text-decoration: none;
	color: #000000;
	padding-bottom: 2px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#footer #menu-footer-txt #singolo-btn {
	margin-right: 2px;
	margin-left: 2px;
}
#footer #cordinate {
	float: right;
}
#footer #johnright {
	padding-top: 3px;
	padding-bottom: 12px;
	text-align: right;
}
#footer #johnright a:link {
	text-decoration: underline;
	color: #000000;
}
#footer #johnright a:visited {
	text-decoration: underline;
	color: #000000;
}
#footer #johnright a:hover {
	text-decoration: none;
	color: #333333;
}
#footer #johnright a:active {
	text-decoration: none;
	color: #333333;
}





#normalizza-div {
	clear: both;
	float: no;
}

