/* CSS Document */

body {
margin: 0px 0px 0px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #1A4CAA;
font-size:10px
}

#height {
height: 100%;
}

.backgroundsx {
background-image: url(images/backgroundsx.jpg);
background-position: left top;
background-repeat: no-repeat;
background-attachment: fixed;
}

.backgrounddx {
background-image: url(images/backgrounddx.jpg);
background-position: right top;
background-repeat: no-repeat;
background-attachment: fixed;
}

.backgroundimg {
background-image: url(images/bckimg.jpg);
background-position: top left;
background-repeat: no-repeat;
}

.backgroundimg2 {
background-image: url(images/home/img.jpg);
background-position: top left;
background-repeat: no-repeat;
}
.backgroundimg3 {
background-image: url(images/lavorimarini/img.jpg);
background-position: top left;
background-repeat: no-repeat;
}
.backgroundimg4 {
background-image: url(images/opere/img.jpg);
background-position: top left;
background-repeat: no-repeat;
}


#sptel {
padding-left: 26px;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #1A4CAA;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #1A4CAA;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #CB3010;
	}

.italmarket a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	}
.italmarket a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	}
.italmarket a:hover, .italmarket a:active { 
	text-decoration: underline; 
	color: #CB3010;
	}