@charset "utf-8";
body {
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size: 15px;
	color: #EFEFEF;
	text-decoration: none;
	margin: 0px;
}
ul{
	list-style:none;
}
.servizi{
	list-style:circle !important;
}
.servizi li { margin:10px 0;}
.contenent {
	z-index:-1;
	color: #FFF;
	text-decoration: none;
	width: 670px;
	padding: 20px;
}
h1{
	font-family: 'Oswald', sans-serif;
	font-size: 38px;
	letter-spacing: -1px;
	text-shadow: 0px 0px 10px #999;
	color: #FFF;
	line-height: 45px;
	word-spacing: 10px;
}
h2{
	font-family: 'Oswald', sans-serif;
	font-size:28px;
	letter-spacing:-1px;
	color:#4DC76A;
	font-weight:lighter;
	line-height:30px;
}
h3{
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	font-weight:lighter;
	letter-spacing:-1px;
}
a{
	color: #4DC76A;
}
strong{
	color:#4DC76A;
}
img{
	border:0;
}
input {
	padding:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	background:#333333;
	border:#111111 solid 1px;
}
textarea {
	padding:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	background:#333333;
	border:#111111 solid 1px;
}
.nav{
	height: 430px;
	width: 200px;
	padding: 20px;
	background: url(image/black.png);
}
.nav li{
	color: #4DC76A;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	border-bottom:1px solid #111;
	padding:7px 0;
	list-style:none;
	font-weight:500;
	letter-spacing:-1px;
}
.nav li a{
	color: #FFF;
	text-decoration:none;
}
.nav li a:hover{
	color: #4DC76A;
	text-decoration:none;
}
.container {
	background-image: url(image/black.png);
	padding: 20px;
	margin-bottom: 40px;
}
.bimg{
	border:solid 10px #000;
}
