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

/* ---- Site-wide CSS: template up to content box  ---- */

* {
	margin:0px;
	padding:0px;
}

p {
	margin-top:5px;	
}

a {
	color:#000000;
	text-decoration:underline;
}

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

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-image:url('../images/lexmoto/background.jpg');
    /*background-image:url(../bg.jpg);*/
	background-position:top center; 
	background-repeat:no-repeat; 
	background-color:#FFFFFF; 
	color:#000000;
	font-size:11px;
	overflow: -moz-scrollbars-vertical;
}

div#wrapper {
	width:996px;
    margin:0 auto;
    text-align:center;
}

div.clear {
	clear:both;	
}

div#searchbar {
	width:541px;
	padding-left:10px;
	padding-top:95px;
	float:left;
	color:#0000ff;
    text-align:left;
}

div#searchbar input.search {
	border:1px solid #000000;
	font-size:10px;
	width:200px;
	padding-top:1px;
	padding-bottom:2px;
}

div#left-section {
	float:left;	
	padding-left:10px;
	width:160px;
}

	/* Begin MooFlow Menu*/
	.mf{visibility: hidden; z-index:1; color:#666; font-size:18px}
	.mf * {
		outline:none;
		border:none;
		padding:0;
		margin:0;
		-moz-user-select: none;
		-webkit-user-select: none;
		user-select:none;
		-o-user-select:none
	}
	.mf div.loader{
		position:absolute;
		text-align:center;
		z-index:10000;
		margin:0 auto;
		top:45%;
		width:100%;
		background:url('../images/lexmoto/mfimg/ajax_loader.gif') no-repeat 50% 0;
		padding:50px 0;
	}
	.mf div.caption {
		position:absolute;
		text-align:center;
		z-index:98;
		margin:1em auto;
		bottom:50px;
		width:100%;
	}
	.mf div.mfNav{
		position:absolute;
		z-index:99;
		margin:0 auto;
		text-align:center;
		width:100%;
		bottom:20px;
		font-size:1px;
		line-height:1px;
		width:100%;
	}
	.mf div.autoPlayCon{
		float:left;
		width:10%;
		padding-left:3%;
		height:24px;
	}
	.mf a.play, .mf a.stop{
		width:27px;
		height:24px;
		float:left;
		cursor:pointer;
	}
	.mf a.play{
		background:url('../images/lexmoto/mfimg/play.gif') no-repeat;
	}
	.mf a.stop{
		background:url('../images/lexmoto/mfimg/stop.gif') no-repeat;
	}
	.mf div.sliderCon{
		margin-top:5px;
		float:left;
		width:74%;
	}
	.mf a.sliderNext{
		background:url('../images/lexmoto/mfimg/left.gif') no-repeat;
	}
	.mf a.sliderPrev{
		background:url('../images/lexmoto/mfimg/right.gif') no-repeat;
	}
	.mf a.sliderNext, a.sliderPrev{
		text-decoration:none;
		width:25px;
		height:16px;
		cursor:pointer;
		float:left;
	}
	.mf div.resizeCon{
		float:right;
		width:10%;
		padding-right:3%;
		height:24px;
	}
	.mf a.resize{
		width:34px;
		height:24px;
		float:right;
		cursor:pointer;
		background:url('../images/lexmoto/mfimg/resize.gif') no-repeat;
	}
	.mf div.slider{
		background:url('../images/lexmoto/mfimg/middle.gif') repeat-x;
		height:16px;
		position:relative;
		text-align:left;
		float:left;
	}
	.mf div.knob{
		height:16px;
		background:url('../images/lexmoto/mfimg/middle-slider.gif') repeat-x right center;
	}
	.mf div.knobleft{
		background:url('../images/lexmoto/mfimg/left-slider.gif') repeat-x center;
		width:8px;
		height:16px;
	}
	
	#MooFlowLoader {
		width:100%;
		height:330px;
		background-image:url('../images/lexmoto/mfimg/ajax_loader2.gif');
		background-position:center;
		background-repeat:no-repeat;
		background-color:#FFFFFF;
	}
	
	#MooContainer {
		border: 1px solid #333333;
		margin-top:15px;
		background-color:#FFFFFF;
	}
	
	/* End MooFlow Menu*/
	/* Begin Mootools Slide Menu*/
	
	div#menu {
		float:left;
		position: relative;
		width: 430px;
		height: 150px;
		overflow: hidden;
		margin-left:92px;
		margin-top:2px;
	}
	
	div#menu ul {
		list-style: none;
		margin: 0px;
		display: block;
		height: 150px;
		width: 1000px;
	}
	
	div#menu ul li {
		float: left;
	}
	
	div#menu ul li a {
		text-indent: -1000px;
		background:#FFFFFF none repeat scroll 0%;
		border-right: 2px solid #FFFFFF;
		cursor:pointer;
		display:block;
		overflow:hidden;
		width:70px;
		height: 150px;
	}
	
	div#menu ul li.motorcycles a {
		background: url('../images/lexmoto/mmenu/motorcycles.jpg') repeat scroll 0%;
	}
	
	div#menu ul li.scooters a {
		background: url('../images/lexmoto/mmenu/scooters.jpg') repeat scroll 0%;
	}
	
	div#menu ul li.contact a {
		background: url('../images/lexmoto/mmenu/contact.jpg') repeat scroll 0%;
	}
	
	div#menu ul li.dealers a {
		background: url('../images/lexmoto/mmenu/dealers.jpg') repeat scroll 0%;
	}
	
	div#menu ul li.registration a {
		background: url('../images/lexmoto/mmenu/registration.jpg') repeat scroll 0%;
	}
	
	div#menu ul li.support a {
		background: url('../images/lexmoto/mmenu/support.jpg') repeat scroll 0%;
	}
	
	/* End Mootools Slide Menu*/

div#maincontent {
	background-color:#FFFFFF;
	border:1px solid #333333;
	min-height:400px;
	float:left;
	width:960px;
	margin-left:10px;
    margin-top:2px;
	padding:5px;
    text-align:left;
}

div#footer {
	margin:20px 15px;
	font-size:9px;
	color:#999999;
    text-align:right;
}

#footer a img {
	border:none;
}

input.button {
	background-color: #FAFAFA; 
 	background-image: url('../images/static/bg_button.gif'); 
 	color: #000000; 
 	border: 1px solid #666666; 
 	font-family: 'Lucida Grande',Verdana,Helvetica,Arial,sans-serif;
 	font-size: 10px;
 	padding-bottom: 1px;
 	padding-top: 1px;
 	width: auto;
}

div.homelink {
	float:left;
}

img.homelink {
	width:460px;
height:75px;
}
.price {
	font-size:22px;	
	color: #00a1b9;
}
/* ---- End Site-wide CSS: Header, footer, menu and general ---- */
/* ---- Begin Unique for page.index.tpl ---- */

div.idximgbox {
	width:590px;
	height:180px;
	background-image:url('../images/lexmoto/home11.jpg');
	margin-top:97px;	
}

div.indextext {
	padding:5px;
	width:590px;
	Margin-top:5px;
	float:left;
}

div.indextext p {
	margin-top:10px;	
}	

p.content-title {
	margin-top: 10px;
	font-size:16px;	
	color: #ff5a00;
	font-weight:bold;
}

	/* for Blocks on page.index.tpl*/

	img.blocks {
		width:180px;
		height:180px;
	}
	div.blocks {
		width:360px;
		padding-top:5px;
		float:left;
	}
	
	div.blocks p {
		margin-top:55px;
		padding:12px;
	}
	
	div.blocks a {
		color:#ffffff;
		text-decoration:none;
	}
	
	div.blocks a:hover {
		text-decoration:underline;
	}
	
	.block1 {
		float:left;
		background-image: url('../images/lexmoto/blocks/1finance.jpg');
		width:180px;
		height:180px;
	}
	.block2 {
		float:left;
		background-image: url('../images/lexmoto/blocks/1maintenance.jpg');
		width:180px;
		height:180px;
	}
	.block3 {
		float:left;
		background-image: url('../images/lexmoto/blocks/1aboutus.jpg');
		width:180px;
		height:180px;
	}
	
	.block4 {
		float:left;
		background-image: url('../images/lexmoto/blocks/1roadworth.jpg');
		width:180px;
		height:180px;
	}
	
	.block5 {
		float:left;
		background-image: url('../images/lexmoto/blocks/1dealers.jpg');
		width:180px;
		height:180px;
	}
	
	.block6 {
		float:left;
		background-image: url('../images/lexmoto/blocks/1faq.jpg');
		width:180px;
		height:180px;
	}
	
	span.hidden {
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
	}
	/* end Blocks for page.index.tpl*/
/* ---- end Unique for page.index.tpl ---- */

/* For page.scooters.tpl */

div.scootimagebox {
	background-color:#FFFFFF;
	padding-right:5px;
	width:470px;
	position:relative;	
	bottom:0;
	float:left;
	vertical-align:baseline;
	height:100%;
}

.scootimageinner{
	position:absolute;
	bottom:0;
	padding:5px;
}

div.scoottextbox {
	width:470px;
	margin-left:10px;
	float:left;
	position:relative;
	bottom:0;
	vertical-align:baseline;
	height:100%;
}

.scoottextinner{
	position:absolute;
	bottom:0;
	padding:5px;
}

.scootcontainer{
	height:340px;
}

div.scooter {
	margin-top:30px;
	width:460px;
	height:100px;
	background-image:url('../images/lexmoto/scooter.jpg');
}

img.ccimage {
width:225px;
height:225px;
border:none;
}

div.cc50menu {
	position: relative;
	width: 225px;
	height: 225px;
	overflow: hidden;
	margin-left:5px;
	float:left;
	background: url('../images/lexmoto/scootmenu/50.jpg');
}

div.cc50menu a {
	overflow:hidden;
}

div.cc50menu:hover {
	background-position:bottom left;
	cursor:pointer;
}

div.cc125menu {
	position: relative;
	width: 225px;
	height: 225px;
	background: url('../images/lexmoto/scootmenu/125.jpg');
	overflow: hidden;
	margin-left:5px;
	float:left;
}

div.cc125menu a {
	overflow:hidden;
}

div.cc125menu:hover {
	background-position:bottom left;
	cursor:pointer;
}

/* --- End page.scooters.tpl --- */
/* --- Begin page.motorcycles.tpl --- */

div.mototextbox {
	width:470px;
	float:;
	background-color:#EDEDEB;
	border:1px solid #666666;	
	padding:10px;
}

div.motocontainer{
	background-image:url('../images/lexmoto/home2.jpg');
	background-position:bottom;
	width:950px;
	height:280px;
	margin-top:-18px;
	padding:5px;
}
/* --- End page.motorcycles.tpl --- */
/* --- Begin page.viewbike.tpl --- */

/* -- Image Gallery Styles -- */
#img_gallery{ 
	width:500px; 
    float:left;
	background-image:url('../images/lexmoto/gallerybg.jpg');
}

#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:500px;
	overflow:hidden;
	height:400px;
}
#fullimg img{ width:500px; }
#fullimg p, #fullimg span{
	position:absolute;
	opacity:.5;
	margin:0px;
	width:500px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #image_wrapper{
	overflow:hidden;
	width: 499px;
	float:left;
	height:80px;
	position: relative;
    margin-top:20px;
	margin-bottom:10px;

}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:none;
	cursor: pointer;
	float:left;
    margin-top:20px;
}
#moveleft{background: url('../images/lexmoto/left.gif');}
#moveright{background: url('../images/lexmoto/right.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
/* -- End Image Gallery Styles -- */

div.viewbiketext {
float:left;
margin-left:5px;
margin-top:10px;
width:450px;
}

div.biketag2 {
position:relative;
margin-top:-5px;
width:450px;
color:#666666;
font-family:"myriad pro",Geneva,Arial,Helvetica,sans-serif;
font-size:26px;
}

/* FOR SPECS/OVERVIEW SWITCH */

div#scroller {
height:233px;
overflow:hidden;
position:relative;
width:413px;
float:left;
}
div#scroller2 {
height:325px;
overflow:hidden;
position:relative;
width:385px;
float:left;
}
div#scrollbar { 
position:relative;
width:11px; height:233px; 
font-size:1px; 
float:left;
}
div#scrollbar2 { 
position:relative;
width:11px; 
height:325px; 
font-size:1px; 
float:left;
}
div#track { 
position:absolute; left:0; top:12px;
width:11px; height:208px;
background: #aaaaaa;
}
div#track2 { 
position:absolute; left:0; top:12px;
width:11px; 
height:300px;
background: #aaaaaa;
}


div#dragBar {
position:absolute; left:1px; top:1px;
width:9px; height:20px;
background-color:#ffffff;
}  

div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }

div#scrollbar, div#track, div#dragBar, div#up, div#down {
-moz-user-select: none;
-khtml-user-select: none;
}

div#scrollbar img {
    display:block; 
} 


div.textspecswitch{
width:100px;
color: #ff5a00;
margin-top:30px;
font-family:"myriad pro",Geneva,Arial,Helvetica,sans-serif;
font-size:18px;
float:left;
padding-left:5px;
}

.textspecswitch a {
color: #ff5a00;
text-decoration:none;
}

.textspecswitch a:hover {
text-decoration:underline;
}

.textspecwrapper {
border:1px solid #999999;
}

div.bikemaintext {
Padding:10px;
font-size:12px;
font-weight:normal;
width:429px;
}

div.bikemaintext_subheader, div.bikemaintext_subheader_top  {
margin-bottom:10px;
color: #ff5a00;
font-family:"myriad pro",Geneva,Arial,Helvetica,sans-serif;
font-size:16px;
}

div.bikemaintext_subheader {
margin-top:20px;
}

div.prodspectype {
float:left;
width:150px;
padding:2px;
clear:both;
}

div.bikedetailborder {
border:1px solid #cccccc;
width:450px;
height:255px;
background-color:#FFFFFF; 
}

div.prodspecunit {
float:left;
padding:2px;
}

div#bikespecs {
float:left;
height:233px;
overflow:hidden;
}

div.dealerbutton {
background-image:url('../images/lexmoto/finddealer.gif');
width:182px;
height:62px;
padding:0px;
margin-top:15px;
margin-left:23px;
float:left;
}

div.dealerbutton a {
overflow:hidden;
}

div.dealerbutton:hover {
background-position:bottom;
cursor:pointer;
}

img.dealerbutton{
width:182px;
height:62px;
border:none;
}

div.specsbase {
margin-top:15px;
width:240px;
color: #ff5a00;
text-transform:none;
font-family:"myriad pro",Geneva,Arial,Helvetica,sans-serif;
font-size:16px;
float:left;
}

div.colors {
text-transform:none;
}

div.color {
	float:left;
    width: 25px;
}	

/* --- END PAGE.VIEWBIKE.TPL --- */
/* --- BEGIN PAGE.CONTACT.TPL --- */

div.contactError {
color:#CC0000;
font-size:14px;
font-weight:bold;
margin-top:10px;
}

div.rhscontactpage {
width:410px;
padding:5px;
float:left;
}

div.insidecontainer {
width:960px;
margin:5px;
margin-top:-14px;
}

div.contactpageimage{
background-image:url('../images/lexmoto/contact.jpg');
width:400px;
height:326px;
}

div.contactpagetext {
width:535px;
margin-left:5px;
margin-top:10px;
float:left;
}

div.contactpagesubtext {
margin-top:10px;
}

div.contactpagesubtext h2 {
margin-top:80px;
}

div.contactdetails {
margin-top:25px;
}

p.contactnumbers {
color:#1b919f;
font-family:"myriad pro",Geneva,Arial,Helvetica,sans-serif;
font-size:36px;
}

div.CuDiv1 {
float:left;
text-align:right;
width:300px;
}

div.CuDiv2 {
float:left;
margin-left:100px;
margin-top:20px;
text-align:left;
width:400px;
}

div.CuDiv3 {
margin:0 auto;
width:520px;
}

div#enqiryform {
margin-top:30px;
margin-bottom:30px;
}


div#loadDealers {
	width:50px;
	height:50px;
	background-image:url('../images/lexmoto/mfimg/ajax_loader2.gif');
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:100px;
}

/* --- End page.contact.tpl --- */
/* --- BEGIN PAGE.DEALERS.TPL --- */

div#imagemap {
width:507px;
height:450px;
}

div#loadDealers {
	width:50px;
	height:50px;
	background-image:url('../images/lexmoto/mfimg/ajax_loader2.gif');
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:100px;
}

div.dealerview {
margin-bottom:15px;
width:180px;
float:left;
padding-right:10px;
}

div.dealerview h3 {
color:#00a1b9;
font-size:14px;
}

div.dealerview h4 {
color:#1b919f;
font-size:14px;
}

div.dealerview p {
font-size:9px;
}


div.dealerleft {
width:400px;
margin-right:5px;
padding:10px;
float:left;
}

div.maptext {
background-color:#FFFFFF; 
width:507px;
text-align:center;
}

div.maptextinner {
text-align:center;
float:left;
margin-top:15px;
padding:10px;
width:355px;
}

div.btmleft {
background-image:url('../images/lexmoto/dealers.jpg');
width:125px;
height:100px;
float:left;
}

div.dealersearchbox {
border:1px solid #999999;
margin-top:20px;
padding:5px;
width:400px;
height:323px;
}

div.dealerright {
width:507px;
float:left;
margin-left:10px;
}

/* --- END PAGE.DEALERS.TPL --- */
/* --- BEGIN PAGE.MAINTENANCE.TPL --- */

div.topcontent {

}

div.leftside {
width:520px;
margin-left:10px;
float:left;
}

div.maintenimage {
background-image:url('../images/lexmoto/maintenance.jpg');
width:400px;
height:240px;
float:left;
margin-left:15px;
}

/* --- END PAGE.MAINTENANCE.TPL --- */
/* --- BEGIN PAGE.FAQ.TPL --- */

div.faqcontainer{
	background-image:url('../images/lexmoto/home3.jpg');
	background-position:bottom;
	width:950px;
	height:280px;
	margin-top:-18px;
	padding:5px;
}

div#accordion {
}

h3.toggler {
	cursor:pointer;
	background-color:#666666;
	background-image:url('../images/static/faqline.gif');
	background-repeat:no-repeat;
	background-position:right;
	color:#ffffff;
	padding:4px;
	border:#ffffff;
	font-weight:normal;
	margin-top:5px;
}
	
div.faqtextbox {
	width:470px;
	float:;
	background-color:#EDEDEB;
	border:1px solid #666666;	
	padding:10px;
	margin-top:30px;
}

/* --- END PAGE.FAQ.TPL  --- */
/* --- BEGIN PAGE.FINANCE.TPL --- */

div.finimage {
background-image:url('../images/lexmoto/finance.jpg');
width:400px;
height:150px;
float:left;
margin-left:25px;
margin-top:-15px;
}

div.finleftside {
width:520px;
margin-left:10px;
margin-top:80px;
float:left;
}

div.finimage1 {
background-image:url('../images/lexmoto/finance1.jpg');
width:350px;
height:350px;
float:left;
margin-left:5px;
}

div.fintextbox {
	padding:25px;
	float:left;
	width:550px;
}

/* --- END PAGE.FINANCE.TPL --- */
/* --- BEGIN PAGE.SUPPORT.TPL --- */

div.supptopcontent {

}

div.blockwrapper {
padding:10px;
margin: 0 auto;
width:847px;
}

div.supportimage {
background-image:url('../images/lexmoto/support.jpg');
width:400px;
height:150px;
float:left;
margin-top:-15px;
}

div.supportblock {
width:400px;
margin:10px;
height:100px;
border:1px solid #999999;
float:left;
}

div.supportblock p {
padding:0px 10px;
}


div.s_main {
background-image:url('../images/lexmoto/support/maintenancebg.jpg');
background-position:top;
background-repeat:no-repeat;
}

div.s_faq {
background-image:url('../images/lexmoto/support/faqbg.jpg');
background-position:top;
background-repeat:no-repeat;
}

div.s_road {
background-image:url('../images/lexmoto/support/roadworthbg.jpg');
background-position:top;
background-repeat:no-repeat;
}

div.s_ins {
background-image:url('../images/lexmoto/support/insurancebg.jpg');
background-position:top;
background-repeat:no-repeat;
}

div.s_fin {
background-image:url('../images/lexmoto/support/financebg.jpg');
background-position:top;
background-repeat:no-repeat;
}

div.s_reg {
background-image:url('../images/lexmoto/support/registerbg.jpg');
background-position:top;
background-repeat:no-repeat;
}

/* --- END PAGE.SUPPORT.TPL --- */
/* --- BEGIN PAGE.ROADWORTH.TPL --- */

div.rwimage {
background-image:url('../images/lexmoto/roadworth.jpg');
width:400px;
height:150px;
float:left;
margin-left:25px;
}

div.roadworthtext {
Padding:10px;
}

/* --- END PAGE.ROADWORTH.TPL --- */
/* --- BEGIN PAGE.ABOUT.TPL --- */

div.aboutimage {
background-image:url('../images/lexmoto/about1.jpg');
width:300px;
height:293px;
float:left;
margin-left:5px;
margin-top:45px;
}

div.abouttextbox {
	padding:25px;
}

div.abouttextbox1 {
	padding:25px;
	float:left;
	width:585px;
}

div.abouttextbox2 {
	padding:25px;
	padding-top:0px;
	float:left;
	width:450px;
}

div.aboutcontainer{
	background-image:url('../images/lexmoto/about.jpg');
	background-position:bottom;
	width:950px;
	height:150px;
	margin-top:-18px;
}

div.logo {
	background-image:url('../images/lexmoto/logo.png');
	width:370px;
	height:100px;
	float:left;
}	

/* --- END PAGE.ABOUT.TPL --- */
/* --- BEGIN PAGE.REGISTER.TPL --- */

div.regimage {
background-image:url('../images/lexmoto/maintenance.jpg');
width:400px;
height:240px;
float:left;
margin-left:15px;
}

/* --- END PAGE.REGISTER.TPL --- */
/* --- BEGIN PAGE.404.TPL --- */
div.foferrorimg {
background-image:url('../images/lexmoto/404.jpg');
width:455px;
height:402px;
margin:5px;
float:left;
}

div.foferrortext {
width:455px;
height:402px;
margin:5px;
float:left;
}


/* --- END PAGE.404.TPL --- */
/* --- BEGIN PAGE.ADTRACK.TPL --- */
div.adtrackimg{
background-image:url('../images/lexmoto/adtrack.jpg');
width:455px;
height:402px;
margin:5px;
float:left;
}

div.adtracktxt {
width:455px;
height:402px;
margin:5px;
float:left;
}


/* --- END PAGE.ADTRACK.TPL --- */


div.imageone {
		background-image:url('../images/image.php?text=Re-establishing Value&color=00a1b9&font=Anivers_Regular.otf&font-size=28&width=460&height=40&');
		width:460px;
		height:40px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;
	}

div.imagetwo {
		background-image:url('../images/image.php?text=as Valuable.&color=00a1b9&font=Anivers_Regular.otf&font-size=28&width=460&height=40&');
		width:460px;
		height:40px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;
	}

div.imagefour {
		background-image:url('../images/image.php?text=Everyone should moto!&color=00a1b9&font=Anivers_Regular.otf&font-size=28&width=460&height=40&');
		width:460px;
		height:40px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;
	}

div.imagesix {
		background-image:url('../images/image.php?text=There for when you&color=00a1b9&font=Anivers_Regular.otf&font-size=28&width=460&height=40&');
		width:460px;
		height:40px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;
	}

div.imageseven {
		background-image:url('../images/image.php?text=need us most.&color=00a1b9&font=Anivers_Regular.otf&font-size=28&width=460&height=40&');
		width:460px;
		height:40px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;
	}

div.imageeight {
		background-image:url('../images/image.php?text=What Size fits You?&color=00a1b9&font=Anivers_Regular.otf&font-size=28&width=460&height=42&');
		width:460px;
		height:42px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;
	}

div.imagenine {
		background-image:url('../images/image.php?text=Scooters&color=00a1b9&font=Anivers_Regular.otf&font-size=46&width=440&height=50&');
		width:440px;
		height:50px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;
	}

div.imageten {
		background-image:url('../images/image.php?text=Motorcycles&color=00a1b9&font=Anivers_Regular.otf&font-size=46&width=440&height=60&');
		width:440px;
		height:60px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;
	}

div.imageeleven {
		background-image:url('../images/image.php?text=Get in Touch&color=00a1b9&font=Anivers_Regular.otf&font-size=46&width=440&height=60&');
		width:440px;
		height:60px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;
	}

div.imagetwelve {
		background-image:url('../images/image.php?text=Dealers&color=00a1b9&font=Anivers_Regular.otf&font-size=46&width=400&height=60&');
		width:400px;
		height:60px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;
	}

div.imagethirteen {
		background-image:url('../images/image.php?text=Take Care&color=00a1b9&font=Anivers_Regular.otf&font-size=46&width=400&height=60&');
		width:400px;
		height:60px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;
	}

div.imagefourteen {
		background-image:url('../images/image.php?text=FAQ&color=00a1b9&font=Anivers_Regular.otf&font-size=46&width=400&height=60&');
		width:400px;
		height:60px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;
	}

div.imagefifteen {
		background-image:url('../images/image.php?text=Licence Information&color=00a1b9&font=Anivers_Regular.otf&font-size=46&width=400&height=60&background_position=0px 10px&');
		width:400px;
		height:60px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;background-position:0px 10px;
	}

div.imagesixteen {
		background-image:url('../images/image.php?text=Finance&color=00a1b9&font=Anivers_Regular.otf&font-size=46&width=400&height=60&');
		width:400px;
		height:60px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;
	}

div.imageseventeen {
		background-image:url('../images/image.php?text=A bit about Ourselves&color=00a1b9&font=Anivers_Regular.otf&font-size=46&width=400&height=60&');
		width:400px;
		height:60px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;
	}

div.imageeighteen {
		background-image:url('../images/image.php?text=Everyone should moto!&color=00a1b9&font=Anivers_Regular.otf&font-size=46&width=400&height=60&background_position=0px 5px&');
		width:400px;
		height:60px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;background-position:0px 5px;
	}

div.imagenineteen {
		background-image:url('../images/image.php?text=Maintenance Help&color=FFFFFF&font=Anivers_Regular.otf&font-size=26&width=400&height=40&background_position=10px 5px&');
		width:400px;
		height:40px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;background-position:10px 5px;
	}

div.imagetwenty {
		background-image:url('../images/image.php?text=Frequently Asked Questions&color=FFFFFF&font=Anivers_Regular.otf&font-size=26&width=400&height=40&background_position=10px 5px&');
		width:400px;
		height:40px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;background-position:10px 5px;
	}

div.imagetwentyone {
		background-image:url('../images/image.php?text=Learning to Ride&color=FFFFFF&font=Anivers_Regular.otf&font-size=26&width=400&height=40&background_position=10px 5px&');
		width:400px;
		height:40px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;background-position:10px 5px;
	}

div.imagetwentytwo {
		background-image:url('../images/image.php?text=Finance&color=FFFFFF&font=Anivers_Regular.otf&font-size=26&width=400&height=40&background_position=10px 5px&');
		width:400px;
		height:40px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;background-position:10px 5px;
	}

div.imagetwentythree {
		background-image:url('../images/image.php?text=About Us&color=FFFFFF&font=Anivers_Regular.otf&font-size=26&width=400&height=40&background_position=10px 5px&');
		width:400px;
		height:40px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;background-position:10px 5px;
	}

div.imagetwentyfour {
		background-image:url('../images/image.php?text=Register&color=FFFFFF&font=Anivers_Regular.otf&font-size=26&width=400&height=40&background_position=10px 5px&');
		width:400px;
		height:40px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;background-position:10px 5px;
	}

div.imagetwentyfive {
		background-image:url('../images/image.php?text=Contact Dealer&color=FFFFFF&font=Anivers_Regular.otf&font-size=26&width=400&height=40&background_position=10px 5px&');
		width:400px;
		height:40px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;background-position:10px 5px;
	}

div.imagetwentysix {
		background-image:url('../images/image.php?text=Are you a little lost?&color=00a1b9&font=Anivers_Regular.otf&font-size=46&width=400&height=60&');
		width:400px;
		height:60px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;
	}

div.imagetwentyseven {
		background-image:url('../images/image.php?text=Looking for something in particular?&color=00a1b9&font=Anivers_Regular.otf&font-size=46&width=400&height=60&');
		width:400px;
		height:60px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;
	}

div.imagetwentyeight {
		background-image:url('../images/image.php?text=Click on your chosen model to see more information&color=ff5a00&font=Anivers_Regular.otf&font-size=30&width=950&height=50&background_position=15px 5px&');
		width:950px;
		height:50px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;background-position:15px 5px;
	}

div.imagetwentynine {
		background-image:url('../images/image.php?text=Pardon the intrusion... &color=00a1b9&font=Anivers_Regular.otf&font-size=46&width=500&height=60&');
		width:500px;
		height:60px;
		display:inline-block;
		letter-spacing:-999px;
		line-height:999px;	
		overflow:hidden;
		background-repeat:no-repeat;
	}

div.BT49QT-9tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Small Powerhouse&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.ZS125-50tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Staying Power&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.BT49QT-12tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Tiny Stylish&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.DFE125-8Atag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Big Daddy&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.HT100-8tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Easy Rider&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.HT125-8tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Classic looks&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.HT125-4Ftag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Work and Play&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.HT125T-21tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Twist and Go, Go, Go&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.HT125T-25tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Ooh La La&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.HT125T-9tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=V for Victory&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.HT50QT-7tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Twist and Go, Go, Go&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.HT50QT-25tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Ooh La La&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.HT50QT-28tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Ooh La La&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.HT50QT-36tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Street walk to Catwalk&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.JL125-11tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Low-Ride&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.KS125-23tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Taking Pole &font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.KS125-24tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Re-taking Pole &font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.LK125GY-2tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Twist x1xn Getaway&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.LK50GY-2tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Twist x1xn Getaway&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.SB50QT-16tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Pump it Up&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.SB50QT-16-B08-tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Perfect Storm&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.SB125T-23Atag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Supersize Me&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.SB125T-23Btag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Gentle Giant&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.SB125T-21-B08-tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Perfect Storm&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.SB125T-21-B10-tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Sports and Sensibility&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.ST125-8Atag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Pint-sized Power&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.XF125GY-2Btag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Hail to the King&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.ZN50QT-15Atag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Simple Brilliance&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.ZN50QT-Atag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Retrophilia*&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.ZN50QT-Etag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Retrophilia&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.ZN125T-Etag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Retrophilia*&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.ZN125T-Ftag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Viva Firenze&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

div.ZS125-30tag1 {
					background-image:url('../images/image.php?color=00a1b9&text=Get Your Kicks...&font=Anivers_Regular.otf&font-size=40&width=450&height=55&');
					width:450px;
					height:55px;
					display:inline-block;
					letter-spacing:-999px;
					line-height:999px;	
					overflow:hidden;
					background-repeat:no-repeat;
					}

