body {
	font-family: Arial, sans-serif;
	font-size:15px;
	color:#333333;
	background: #cfcccc url(../img/bg.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover; 
	-o-background-size: cover;
	width:99%;
	height:100%;
	margin:0;
}
#header{
	margin:0;
	background: transparent url(../img/bg_wrap.png) no-repeat top right;
	width:800px;
	height:550px;
	display:block;
	z-index:3;
	position:absolute;
}
#top{
	padding-top:20px;
	margin-left:180px;
	width:400px;
	height:400px;
	display:block;
}
#logo{
	width:250px;
	margin-left:3px;
}
#logo h1,h2,p{
	margin:0;
	padding:0;
}
#logo h1{
	color:#333333;
	font-size:62px;
	font-weight:normal;
	line-height:60px;
}
#logo h1 strong{
	font-weight:bold;
	line-height:60px;
}
#logo h2{
	color:#666666;
	font-size:16px;
	font-weight:normal;
	line-height:16px;
	font-weight:bold;
}
#menu ul{
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}	
#menu li{
	display:inline;
	margin:0px 3px;
	padding:0px;
	border:none;
	font-size:13px;
	cursor:pointer;
	color:#333333;
	font-weight:600;
	padding:3px;
}
#menu li:first-child{
	margin:0px 3px 0px 0px;
	padding:3px;
}

#menu li:hover{
	background:#333333;
	color:white;
}

.active{
	background:#333333 !important;
	color:white !important;}

.content{
	color:#000;
	width:1024px;
	margin:0 auto !important;
	display:none;
	min-height:550px;
}
#central{
	background:transparent url(../img/light.png) no-repeat center center;
	}
.text{
	margin:120px 60px 0px 0px;
	width:385px;
	float:right;
	line-height:20px;
	word-spacing:5px;
	font-weight:500;
	text-align:justify;
}

.text2{
	margin:20px 0px 0px 200px;
	width:445px;
	float:right;
	line-height:16px;
	word-spacing:4px;
	font-weight:500;
	text-align:justify;
	font-size:14px;
}


.text strong{
	background:#000;
	color:white;
	padding:3px 5px;
	margin:0px;
	line-height:26px;
	text-transform:uppercase;
	width:100px;
}


.clear{
	clear:both;
}

#lastest_work{
	width:700px;
	margin:40px 0px 0px 360px;
}

#title{
	position:absolute;
	margin-left:-200px;
	margin-top:145px;
	
}
#title strong{
	background:#000;
	color:white;
	padding:2px 4px;
	font-size:20px;
	line-height:30px;
	text-transform:uppercase;
}

/**********************************
	portfolio
***********************************/

#menu_work ul{
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	float:right;
	margin-top:120px;
	list-style-type:disc;
	color:#333333;
}	
#menu_work li{
	list-style-type:disc;
	display:block;
	float:left;
	margin:0px 3px;
	padding:0px;
	padding-left:10px;
	border:none;
	font-size:14px;
	width:50px;
	text-align:center;
	background:transparent url(../img/bg_menu_work.png) center left no-repeat;
	cursor:pointer;
}
#menu_work li:first-child{
	background:none;
}

#menu .sep{
	width:1px;
	height:20px;
	display:block;
	margin:6px 5px;
	background:#df8418;
}


#menu_work li:hover{
	font-weight:bold;
}

#work{
	float:right;
	width:700px;
	display:block;
	height:430px;
	margin:30px 0px 0px 350px;
}

#title_work{
	float:right;
	width:180px;
	height:50px;
	padding-top:10px;
	margin-right:50px;
	margin-top:250px;
	padding-right:22px;
	text-align:right;
	font-weight:bold;
	background:transparent url(../img/bg_title.png) center right no-repeat;
	
}
#title_work strong{
	background:#000;
	color:white;
	padding:2px;
	font-size:22px;
	line-height:33px;
	text-transform:uppercase;
}
.gallery{
	display:block;
	width:400px;
	height:380px;
	float:right;
}
#galleria{
	display:block;
	width:400px;
	height:430px;
	float:right;
}
.item{	
	display:none;
	float:left;
	width:80px;
	height:80px;
	margin:10px 7px;
	background:white;
	border:#a8a7a7 solid 3px;
}

.item:hover{
	border:#333333 solid 3px;
}

.item img{
	margin:0px;
	width:80px;
}

#maps{
	float:right;
	border:#a8a7a7 solid 3px;
	margin:40px 50px 0px 0px;
	width:390px;
	height:250px;
	display:block;
}

.attiva{display:block;}
#central{
	height:600px;
	display:block;
	}
#footer{
	text-align:center;
	font-size:11px;
	}
	

