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

body {
	margin:0;
	padding:0;
}
#page {
	width:1000px;
	margin:0 auto;
}

h1, h2, h3, h4, p { margin:0; }

a { color: #000; text-decoration:none; outline: none;}
a:hover { color:#36F; }


/* Header --------------------------- */
#header {
	position:relative;
	height:708px;
	width:1000px;
	background:url(images/header.jpg) no-repeat;	
}
#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -10000px;
}

#header h2 {
	background: url("images/logo_anticodilombardia.png") no-repeat scroll 0 0 transparent;
    height: 118px;
    left: 30px;
    position: absolute;
    text-indent: -10000px;
    top: 55px;
    width: 118px;
}

#header h3 {
	height:48px;
	width:210px;
	top:55px;
	right:55px;
	position:absolute;
	background:url(images/logo_albinopozzi.png) no-repeat;
	text-indent: -10000px;
}

#header p {
    font-family: 'Ubuntu',sans-serif;
    font-size: 14px;
    left: 170px;
    line-height: 20px;
    margin: 0;
    position: absolute;
    top: 55px;
	font-style:italic;
	font-weight:200;
}

.link {
	background:#000;
	color:#FFF;
	height:136px;
}
.link p {
    font-family: 'Ubuntu',sans-serif;
    font-size: 30px;
    font-style: italic;
    line-height: 56px;
    padding-top: 38px;
    text-align: center;
}
.link a {
    background: url("images/bottone.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 59px;
    margin: 0 15px;
    text-indent: -10000px;
    width: 212px;
}

.cat {
	height:215px;
	padding-bottom:20px;
	background-color:#000;
	
}
.cat h4{
	text-align:center;
	padding-top: 162px;
    text-align: center;
	font-family:"ubuntu", sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#FFF;
	
}
.pavimenti {
	background:#000 url(images/pavimenti.jpg) no-repeat;
	
}
.arredi {
	background:#000 url(images/arredi.jpg) no-repeat;
	
}
.travi {
	background:#000 url(images/travi.jpg) no-repeat;
	
}

/* Content --------------------------- */

/* footer --------------------------- */
#footer {
	background:#000 url(images/footer.jpg) no-repeat;
	height:67px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:22px;
	text-align:center;	
}
.copyright {
	color: #666;
	padding-top: 29px;
	}
