body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #ABCDEF;
	margin: 0;
	padding: 0;
	color: #000;
}

#sfondo {position:fixed; top:0; left:0; width:100%; height:100%; z-index:-1;}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
h6 {
	font-size:32px;
	line-height:0px;
	font-weight:10px;
	position:relative;
	left:20px;
	top:6px;
	font-family: 'uno';
	text-shadow: 0px 2px 2px #bfbfbf, 0px 4px 2px #bfbfbf; 
	color:#FFFF66;
}
a img { 
	border: none;
}


a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


.container {
	width: 960px;
	background: linear-gradient(#FFF, #FFA);
	margin: 0 auto; 
	overflow: hidden; 
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px
}


.sidebar1 {
	float: left;
	width: 180px;
	background: linear-gradient(#FFF 5px, #FFFF66);
	padding-bottom: 10px;
}

.sidebar2 {
	float: right;
	width: 180px;
	background: linear-gradient(#FFF 5px, #FFFF66);
	padding: 10px 0;
}
.sidebar3 {
	float: center;
	width: 100%;
	background: linear-gradient(#0095B6 5px, #F0F8FF);
	padding: 10px 0;
}
.content {

	padding: 10px 0;
	width: 780px;
	float: left;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none;
	border-top: 1px solid #000; 
}
ul.nav li {
	border-bottom: 1px solid #000; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px; 
	text-decoration: none;
	
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #FFDE39;
	color: #000;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.imgcostruzioni {
	width: 160px; 
	height: 36px;
}

.imgbrowser {
	width: 50px; 
	height: 80px;
}
.imgelencofisso {
	transform: skew(30deg) scale(1.3);
}
.menuorizzontale {
	list-style: none;
	border-top: 1px solid #000; 
	border-bottom: 1px solid #000; 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 100%; 
	text-decoration: none;
}
.testomenu {
	margin: 15px;
	text-decoration: none;
	text-decoration-color: yellow;
	color: yellow;
	font-size:32px;
	line-height:0px;
	font-weight:10px;
	position:relative;
	left:-15px;
	top:6px;
	font-family: 'uno';
	text-shadow: 0px 2px 2px #bfbfbf, 0px 4px 2px #bfbfbf; 
	color:#FFFF66;
}
