@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#FFF;
	margin:0;
	padding:0;
	margin-top:20px;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	height: 100%;
}

a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}

input, textarea {
	border:#000 1px solid;
	background-color:#FFF;
	color:#000;
	width:100%;
}
button {
	border:#000 1px solid;
	background-color:#000;
	color:#FFF;
	padding-right:5px;
	padding-left:5px;
	margin-bottom:10px;
	cursor:pointer;
}

.immagine {
  background:url(../images/loading.gif) no-repeat center #FFF;
}

.clear {
	clear:both;
}

#loading {
	padding-top:50px;
	padding-bottom:50px;
	display:none;
	text-align:center;
}

.containersite {
    width: 1000px;
    height: auto;
    background: #FFF;
    position: absolute;
    left: 50%;
    margin-left: -500px;
}

.content {
	width:1000px;
	height:auto;
	margin-top:10px;
}

.footer {
	width:1000px;
	height:70px;
	text-align:center;
	font-size:9px;
}

.galleryhome {
	width:1000px;
	height:520px;
}
ul#fotohome{
	padding-left:0px;
}
#fotohome li {list-style: none;}
#fotohome ul {list-style-type:none;}

.fade{
	margin-bottom: 0em;
}

.first {
	position:absolute;
	right:0px;
	top:200px;
	z-index:9999;
}

.header {
	width:1000px;
	height:107px;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(../images/testata.png);
	background-repeat:no-repeat;
	background-position:top center;
	cursor:pointer;
}

.menucontent {
	position:relative;
	width:1000px;
	height:30px;
	line-height:30px;
	border-top:#000 1px solid;
	border-bottom:#000 1px solid;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
}
#menu ul {
	height:30px;
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	list-style-type: none;
}
#menu a {
	color:#000;
	text-decoration:none;
	padding-right: 20px;
	padding-left: 20px;
}
#menu a:link#evidenziato, #menu a:visited#evidenziato, #menu a:hover {
	background-image:url(../images/active_menu.png);
	background-position:center;
	background-repeat:no-repeat;
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration:none;
}
#menu .active a {
	background-image:url(../images/active_menu.png);
	background-position:center;
	background-repeat:no-repeat;
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration:none;
}

.shopcontent {
	position:relative;
	width:1000px;
	height:25px;
	line-height:25px;
	border-bottom:#000 1px solid;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}
.shop_nprodotti {
	float:left;
}
.shop_nprodotti a {
	text-decoration:none;
	float:left;
}
.shop_nprodotti a:hover {
	text-decoration:underline;
	float:left;
}
.shop_totale {
	float:right;
}

/* MOTOCICLETTE */
.gallery {
	float:left;
	margin-bottom:30px;
	width:485px;
	height:200px;
	text-align:left;
}
.gallery_img {
	width:485px;
	height:200px;
	border:1px #999 thin;
	cursor:pointer;
	opacity:1;
	margin-top:10px;
}
.gallery_img:hover {
	cursor:pointer;
	opacity:.8;
}
.shop_img {
	width:283px;
	height:200px;
	border:1px #999 thin;
	cursor:pointer;
	opacity:.8;
}
.shop_img:hover {
	cursor:pointer;
	opacity:1;
}
.shop_foto {
	width:100%;
	text-align:center;
}
.titolo_gallery1 {
	font-size:12px;
	font-weight:bold;
}
.titolo_gallery2 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

/* MOTOCICLETTA */
.moto_foto {
	position:relative;
	float:left;
	width:485px;
	height:auto;
}
.moto_img {
	opacity:.8;
	cursor:pointer;
}
.moto_img:hover {
	opacity:1;
}
.moto_descrizione {
	position:relative;
	margin-left:25px;
	float:left;
	width:490px;
	height:auto;
	font-size:12px;
}

.separatore {
	border-bottom:#000 1px solid;
	width:100%
}

.get_testo {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	padding-bottom:10px;
}
.get_foto {
	position:relative;
	float:left;
	width:1000px;
	height:auto;
}

.story_testo {
	position:relative;
	float:left;
	left:0px;
	width:100%;
	padding-top:10px;
	text-align:justify;
}
.story_foto {
	position:relative;
	float:left;
	width:480px;
	height:auto;
}
.story_titolo {
	width:100%;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

.contact_testo {
	position:relative;
	top:0px;
	left:202px;
	width:596px;
	padding-bottom:10px;
}
.contact_titolo {
	width:100%;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
}

.blog {
	position:relative;
	left:202px;
	width:596px;
	height:auto;
}
.blog_testo {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	padding-bottom:10px;
}
.blog_titolo {
	width:100%;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:0px;
}
.blog_titolo2 {
	width:100%;
	color:#808080;
	text-align:left;
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
}
.blog_titolo2 a {
	color:#808080;
}
.blog_titolo2 a:hover {
	color:#808080;
	text-decoration:underline;
}
.blog_foto {
	position:relative;
	float:left;
	width:596px;
	height:auto;
}
.blog img {
	width:596px;
	padding-bottom:5px;
}
.blog_commento {
	width:100%;
	display:none;
}
.blog_menu {
	float:right;
	position:relative;
	top:40px;
	right:0px;
	width:165px;
}
.blog_keep {
	border:0px;
	background-color:transparent;
	background-image:url(../images/active_menu.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	width:101px;
	height:15px;
	cursor:pointer;
}

/*.menu:hover {
	box-shadow: inset 5px 5px 5px #F00;
	-webkit-box-shadow: inset 0px 0px 15px #F00;
	-moz-box-shadow: inset 5px 5px 5px #F00;
	-o-box-shadow: inset 5px 5px 5px #F00;
}*/