*{
	/* A universal CSS reset */
	margin:0;
	padding:0;
	margin-top: 0px;
}

body{
	font-size:11px;
	color:#000;
	background:#03293a no-repeat;
	/* CSS3 Radial Gradients */
	background-image:-moz-radial-gradient(center -100px 45deg, circle farthest-corner, #03293a 150px, #03293a 300px);
	background-image:-webkit-gradient(radial, 50% 0, 150, 50% 0, 300, from(#03293a), to(#03293a));
	font-family:Arial, Helvetica, sans-serif;
}

#navigationMenu li{
	list-style:none;
	height:100px;
	padding:2px;
	width:100px;
}

#navigationMenu span{
	/* Container properties */
	width:0;
	left:100px;
	padding:0;
	position:absolute;
	overflow:hidden;
	/* Text properties */
	font-family:'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.6px;
	white-space:nowrap;
	line-height:100px;
	/* CSS3 Transition: */
	-webkit-transition: 0.25s;
	/* Future proofing (these do not work yet): */
	-moz-transition: 0.25s;
	transition: 0.25s;
}

#navigationMenu a{
	background:url('img/navigation.jpg') no-repeat;
	height:100px;
	width:100px;
	display:block;
	position:relative;
}

/* General hover styles */

#navigationMenu a:hover span{ width:auto; padding:0 100px;overflow:visible; }
#navigationMenu a:hover{
	text-decoration:none;
	
	/* glow */
	
}

/* Green  */

#navigationMenu .home {	background-position:0 0;}
#navigationMenu .home:hover {	
	background-position:0 -100px;
	-moz-box-shadow:0 0 5px #7da315;
	-webkit-box-shadow:0 0 5px #7da315;
	box-shadow:0 0 5px #7da315;
	
	}
#navigationMenu .home span{
	background-color:#7da315;
	color:#3d4f0c;
	text-shadow:1px 1px 0 #99bf31;
	
}

/* Blue  */

#navigationMenu .about { background-position:-100px 0;}
#navigationMenu .about:hover { 
	background-position:-100px -100px;
	-moz-box-shadow:0 0 5px #1e8bb4;
	-webkit-box-shadow:0 0 5px #1e8bb4;
	box-shadow:0 0 5px #1e8bb4;
	}
#navigationMenu .about span{
	background-color:#1e8bb4;
	color:#223a44;
	text-shadow:1px 1px 0 #44a8d0;
}

/* Orange  */

#navigationMenu .services { background-position:-200px 0;}
#navigationMenu .services:hover { 
	background-position:-200px -100px;
	-moz-box-shadow:0 0 5px #c86c1f;
	-webkit-box-shadow:0 0 5px #c86c1f;
	box-shadow:0 0 5px #c86c1f;
	}
#navigationMenu .services span{
	background-color:#c86c1f;
	color:#5a3517;
	text-shadow:1px 1px 0 #d28344;
}

/* Yellow  */

#navigationMenu .portfolio { background-position:-300px 0;}
#navigationMenu .portfolio:hover{ 
	background-position:-300px -100px;
	-moz-box-shadow:0 0 5px #d0a525;
	-webkit-box-shadow:0 0 5px #d0a525;
	box-shadow:0 0 5px #d0a525;
	}
#navigationMenu .portfolio span{
	background-color:#d0a525;
	color:#604e18;
	text-shadow:1px 1px 0 #d8b54b;
}

/* Purple  */

#navigationMenu .contact {
	background-position:-400px 0;
}
#navigationMenu .contact:hover { 
	background-position:-400px -100px;
	-moz-box-shadow:0 0 5px #af1e83;
	-webkit-box-shadow:0 0 5px #af1e83;
	box-shadow:0 0 5px #af1e83;
	}
#navigationMenu .contact span{
	background-color:#af1e83;
	color:#460f35;
	text-shadow:1px 1px 0 #d244a6;
}

/* The styles below are only needed for the demo page */

#main{
	position:relative;
	width:100px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	margin-top: 10px;
}


h1{
	color:#fff;
	font-size:30px;
	font-weight:normal;
	padding:60px 0 20px;
	text-align:center;
}

h2{
	font-weight:normal;
	text-align:center;
}

h1,h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

a, a:visited,a:active {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

p.note{
	color:#707070;
	font-size:10px;
	text-align:center;
	margin:50px;
}
/* footer */

#contenitore_footer {
	background-color: #333;
}

#footer {
	text-align: left;
	color: #000;
	float:left; 
	width:100%;  
	margin-bottom:30px; 
	z-index: 9999; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #999;
	width: 100%;
}

#footer a {
	color: #9B7F59;
	font-weight: normal;
}

#footer a:hover {
	color: #FFE1AF;
	font-weight: normal;
}


#footer a:hover {
	text-decoration: none;
}

#footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #666666;
}

.footer_menu .last_menu {
	border: none;
}

/* end of footer */

