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

/* CSS Document */

body {
	
	background-image:url(../images/bg-road2.jpg); 
	background-position:Top Center;
	background-attachment:fixed; 
	background-repeat:repeat;
	
	text-align: center;
	font-size: .85em;
	font-family: Georgia, Palatino, Times New Roman, Times;
	color: #000;  
	margin: 0;
	padding: 0;
	
	
}
p{
	margin-top: 1.2em;
	margin-bottom: .5em;
	font-size: 1em; 
}
td, tr {s
	font-size: 1em;
}
a:link{
	text-decoration: none;
	color: #FFF;
}	
a:visited{
	text-decoration: none;
}	
a:hover, a:active{
	text-decoration: underline;
}
h1{
	font-size: 1.6em;
	font-weight: normal;
	margin-top: .5em;
	margin-bottom: 1.2em;
}
h2{
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: .5em;
}
h3{
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: .5em;
}
h4{
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: .5em;
}
h5{
	font-size: 1em;
	font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: .5em;
}
h6{
	font-size: 1em;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: .5em;
}



/* start of page layout */
#wrapper{
	width: 860PX;
	margin: 0 auto;
	background: #FDFEE1; 	
}
#page{
	width: 860px;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;

}
.header{
	width: 860px;
	height: 200px;
}

.home{
	background: url(../images/bg-header-home.jpg) no-repeat;
	
}

.nav{
	background: url(../images/nav_bg2.jpg) no-repeat;

}

.index{
	background: url(../images/bg-header-index.jpg) no-repeat;
	
}

.links{
	background: url(../images/bg-header-links.jpg) no-repeat;

}

.gallery{
	background: url(../images/bg-header-gallery.jpg) no-repeat;
	
}
	
.service{
	background: url(../images/bg-header-service.jpg) no-repeat;
	
}
	
.shop{
	background: url(../images/bg-header-shop.jpg) no-repeat;


}
	
.info{
	background: url(../images/bg-header-info.jpg) no-repeat;
	
}
	
.scooters{
	background: url(../images/bg-header-scooters.jpg) no-repeat;

}
	
.contact{
	background: url(../images/bg-header-contact.jpg) no-repeat;

}
.header img{
	padding: 10px 0 0 35px;
}



/*navigation*/
ul#nav-top{
	list-style: none;
	width: 860px;
	height: 30px;
	background: url(../images/nav_bg2.jpg) no-repeat;
	margin: 0;
	padding: 0;

}
ul#nav-top li{
	float: left;
	line-height: 35px;
	margin: auto auto auto 35px;
	text-transform: uppercase;
}
ul#nav-top li a:link{
	color: #000;
}
ul#nav-top li a:visited{
	color: #000;
	text-decoration: none;
}
ul#nav-top li a:hover,
ul#nav-top li a:active{
	color: #ccc;
	text-decoration: none;

}
}
ul#nav-top-services{
	list-style: none;
	width: 860px;
	height: 30px;
	background: url(../images/nav_bg_services.jpg) no-repeat;
	margin: 0;
	padding: 0;

}
#nav-secondary{
	width: 860px;
	height: 20px;
	background: #666;
	line-height: 20px;
}
#nav-secondary p{
	margin: 0 0 0 35px;
}
/*main page content*/
#content{
	width: 860px;
		background: url(../images/main_bg.jpg) repeat;
}
#col-left{
	float: left;
	width: 270px;
	margin: 35px;
	
}
#col-left2{
	float: left;
	width: 150px;
	margin: 0 0 0 0;
	
	}
#col-middle{
	float: left;
	width: 790px;
	height:585px;
	margin: 35px 35px 35px 35px ;
		background: url(../images/vespa-diagram.jpg) no-repeat;

	}
	#col-middle-links{
	float: left;
	width: 805px;
	height:585px;
	margin: 35px 35px 35px 35px ;
	background: url(../images/chalk.jpg) no-repeat;
}
#col-right{
	float: left;
	width: 485px;
	margin: 35px 0 0 0 ;

}
#col-right2{
	float: right;
	width: 485px;
	margin: 35px 0 0 0 ;
	background: url(../images/old_racer.gif) no-repeat;

	
}
#clear-float{
	width: 860px;
	height:1px;
	clear: both;
}
.col-small{
	width: 230px;
	margin-right: 10px;
	float: left;
	clear: none;
}
#footer{
	width: 860px;
	height: 30px;
	background: url(../images/footer_bg.jpg) no-repeat;
	font-size: .75em;
}
#footer p{
	margin: 0px 0px 0px 35px;
}	
ul#links{ 
   font-family: Georgia, Palatino, Times New Roman, Times;
   font-size: 1em; 
   color: #FFF; 
   text-decoration: none; 
   }
ul#links li a:hover,
ul#links li a:active{
	color: #FFF;
	text-decoration: underline;
	}
ul#links li a:link,
ul#links li a:visited{
	color: #000;
	text-decoration: none;
  
