body {
	background-color: #faf8f8;
	background-image: url(immagini/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	color: #fff;
font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	height:100%;
	font-size: 15px;
}
html {
	height: 100%;
}
* html #wrapper {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	width: 100%;
	position:relative;
}
#footer {
	height: 89px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	min-width:1146px;
	color: #FFFFFF;
	background-image: url(immagini/footer.jpg);
	font-size: 15px;
	background-repeat: repeat-x;
	padding-top:10px;
	background-color: #000;
	line-height: 22px;

}
#logo {
	height: 103px;
	width: 327px;
	margin-left:10px;
}
#menu {
	height: 69px;
	width: 1173px;
	margin-left:auto;
	margin-right:auto;
}

#menuabsolute{
	background-image: url(immagini/menu.png);
	height: 69px;
	width: 1184px;
	margin-left: -20px;
	position: absolute;
	z-index: 10;
	font-size: 21px;
	color: #FFF;
	padding-top: -3px;
	
	}
li {
	list-style-image: url(immagini/li.jpg);
}

#contenuti{
	width:1163px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:125px;
	background-image: url(immagini/bgcontenuti.png);
	font-size:16;

	}
.submenu{
	height: auto;
	width: 400px;
	border-radius:10px;
	-moz-border-radius:10px; /* Old Firefox */
	background-image: url(immagini/bgmenu.png);
	margin-top:20px;
	display:none;
	padding:10px;
	line-height: 25px;
	
}
.listmenu{
	height:auto;
	width: auto;
	margin-top: 30px;
	position: absolute;
	
	}
.listmenu a{
	color: #FFF;
	text-decoration: none;
}
.listmenu:hover .submenu{
	display: block;
	}
.contentfloat{
	width:1115px;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	
	}
	.floatsx{
	float: left;
	height: auto;
	width: 280px;
	display:inline;	
		}	
    .floatdx{
	float: left;
	height: auto;
	width: 790px;
	margin-left: 0px;
	display: inline;	
		}
#contentgallery {
	background-image: url(immagini/maskfoto.png);
	height: 339px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top:1px;
}

#gallery {
	
	height: 299px;
	width: 720px;
	margin-top: 17px;
	margin-left: 13px;
}

#motoicon {
	background-image: url(immagini/motoicon.png);
	height: 197px;
	width: 152px;
	position: absolute;
	margin-top: -170px;
	margin-left:-90px;
}

.textfloatdx{
	font-size: 18px;
	line-height: 25px;

	}
	
	
 .titolo {
	height: 55px;
	width: 730px;
	font-size: 36px;
	color: #FFF;
}


 .link  a{
	height: 55px;
	width: 730px;
	font-size: 15px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

 .link  a:hover{
	height: 55px;
	width: 730px;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-decoration:underline;
}

input {
	height: 44px;
	width: 330px;
	
	font-size: 15px;
}
textarea {
	height: 250px;
	width: 340px;

	font-size: 15px;
}