/* CSS Document */

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(gfx/sfondo.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

a, a:hover, a:visited {
	font-size:12px;
	color:#999999;
	font-weight:bold;
	text-decoration:underline;
	
}
	
.separatore {
	border-top:1px solid #e6e6e6;
}
	
.titoli, a.titoli, a.titoli:hover, a.titoli:visited  {
	font-size:10px;
	text-transform:uppercase;
	color:#737373;
	text-decoration:none;
	font-weight:normal;
}

.titoli_click, a.titoli_click, a.titoli_click:hover, a.titoli_click:visited {
	font-size:10px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	
}

.box_home, a.box_home, a.box_home:hover, a.box_home:visited {
	font-size:9px;
	color:#000000;
	width:145px;
	padding-top:5px;
	text-decoration:none;
	font-weight:normal;
}

.portfolio {
	background-image:url(gfx/last_work.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.box_portfolio {
	background-color:#fe452b;
	font-size: 14px;
	color:#FFFFFF;
	width:75px;
	height:75px;
	text-align:center;
	vertical-align:middle;
	letter-spacing: -1px;
	}
.box_portfolio2 {
	background-color:#ff7f00;
	font-size: 14px;
	color:#FFFFFF;
	width:75px;
	height:75px;
	text-align:center;
	vertical-align:middle;
	letter-spacing: -1px;
	}
	
.box_home_portfolio {
	width:116px;
	height:80px;
	font-size:10px;
	border-right: 1px solid #eaeaea;
	padding:7px;
	vertical-align:text-top;
	color:#666666;
	text-transform:none;
	}
	
	
.cornice {
	border:1px solid #dbd2d1;
	vertical-align:middle;
	width:77px;
	height:77px;
	
}

.testo {
	font-size:12px;
	text-align:justify;
	}
	
.titolo_rosso {
	font-size:10px;
	text-transform:uppercase;
	color:#fe452b;
	}

.k_doc  {
	width:602px;
	height:409px;
	background-image:url(gfx/k-doc_img.gif);
	background-repeat:no-repeat;
}

.k_doc_txt  {
	width:175px;
	font-size:12px;
	text-align:center;
}

/* stili per form contatti */
.tivedo { font:inherit;}
.nontivedo { font: inherit; display: none;}
