@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background: url(../images/sf.jpg) no-repeat fixed;
	background-position: center top;
	background-color: #361818;
	text-align: center;
	margin: 0;
}

/* Blog News */
#blog_news{
	width: 800px;
	height: 38px;
	margin: 0 auto;
}

#bn_left{
	width: 111px;
	height: 38px;
	float: left;
}

#bn_right{
	width: 23px;
	height: 38px;
	float: left;
}

#bn_center{
	width: 666px;
	height: 38px;
	float: left;
	background: url(../images/img_05.png) repeat-x top;
}


/* Header */
#header{
	width: 800px;
	height: 149px;
	margin: 0 auto;
	text-align: left;
}

#logo{
	width: 248px;
	height: 77px;
	float: left;
	padding-top: 90px;
	margin: auto;
}

.logo {
	border: 0;
}



/* Menu */
#menu{
	float: left;
	height: 149px;
	width: 547px;
	margin-left: -34px;
}

#nav{
	width: 547px;
	height: 149px;
	list-style-type: none;
}

#nav li {
	float: left;
}

#nav li a {
	text-decoration: none;
	line-height: 0;
	text-indent: -2000px;
	overflow: hidden;
}

#nav li #home{
	background: url(../images/img_O_09.png);
	width: 111px;
	height: 149px;
	display: block;
	font-size: 0;
}

#nav li #home_a{
	background: url(../images/img_09.png);
	width: 111px;
	height: 149px;
	display: block;
	font-size: 0;
}

#nav li #home:hover{
	background: url(../images/img_09.png);
}

#nav li #chi_sono{
	background: url(../images/img_O_10.png);
	width: 130px;
	height: 149px;
	display: block;
	font-size: 0;
}

#nav li #chi_sono_a{
	background: url(../images/img_10.png);
	width: 130px;
	height: 149px;
	display: block;
	font-size: 0;
}

#nav li #chi_sono:hover{
	background: url(../images/img_10.png);
}

#nav li #portfolio{
	background: url(../images/img_O_11.png);
	width: 121px;
	height: 149px;
	display: block;
	float: left;
	font-size: 0;
}

#nav li #portfolio_a{
	background: url(../images/img_11.png);
	width: 121px;
	height: 149px;
	display: block;
	float: left;
	font-size: 0;
}

#nav li #portfolio:hover{
	background: url(../images/img_11.png);
}

#nav li #contattami{
	background: url(../images/img_O_12.png);
	width: 185px;
	height: 149px;
	display: block;
	font-size: 0;
	float: left;
}

#nav li #contattami_a{
	background: url(../images/img_12.png);
	width: 185px;
	height: 149px;
	display: block;
	font-size: 0;
	float: left;
}

#nav li #contattami:hover{
	background: url(../images/img_12.png);
}

/*Ultimi Lavori*/
#ultimi_lavori{
	height: 280px;
	width: 800px;
	margin: 0 auto;
	margin-top: 30px;
	display: block;
	z-index: 0;
}

#preview{
	width: 800px;
	height: 216px;
	display: block;
	z-index: 1;
}

#pw_left{
	width: 19px;
	float: left;
}

#pw_center{
	width: 758px;
	height: 204px;
	float: left;
	background: url(../images/barn_17.png) repeat-x;
	text-align: center;
	padding-top: 12px;
}

#pw_right{
	width: 23px;
	float: left;
}

/* Menu ultimi lavori */
#lavori_menu{
	width:800px;
	height:70px;
	margin: 0 auto;
}
#lm_left{
	width: 122px;
	height: 70px;
	float: left;
}

#lm_right{
	width: 23px;
	height: 70px;
	float: left;
}

#lm_center{
	width: 655px;
	height: 70px;
	float: left;
	background: url(../images/img_19.png) repeat-x top;
}

/* Contenuti */
.contenuti{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

.contenuto{
	float: left;
	width: 500px;
	margin-top: 50px;
}

.titolo{
	float: left;
	width: 300px;
	margin-top: 50px;
}





/* Footer */
#footer{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#credits{
	width: 550px;
	float: left;
	text-align: center;
	margin-top: 50px;
}

#credits a{
	color: #FFFFFF;
	font-weight: bold;
}

#credits a:hover{
	color: #CC9900;
}

#credits .fot_at{
	color: #990000;
}

#credits .fot_at:hover{
	color: #990000;
}

#indirizzo{
	width: 120px;
	font-size: 12px;
	float: left;
	border-right: 3px solid #FFFFFF;
	margin-top: 50px;
}

#indirizzo b {
	font-size: 14px;
	font-weight: bolder;
	color: #CC9900;
}

#tel{
	width: 120px;
	font-size: 12px;
	float: left;
	padding-left: 5px;
	margin-top: 50px;
}

#tel a{
	color: #FFFFFF;
}

#tel a:hover{
	color: #999999;
}

#tel b {
	font-size: 14px;
	font-weight: bolder;
	color: #CC9900;
}

