@charset "utf-8";
/* CSS Document */

/*This is to create the center everywhere effect */

* {margin:0;padding:0}
tr {
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3D454C;
}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body {
	text-align:center;
	/*min-height:600px; for good browsers*/
	min-width:965px;/* for good browsers*/
	color:#FDBB25;
}
/*These are the custom div's */
#ktOuter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
	background-color: #999999;
/*	background-image: url(../images/background.png);
*/	background-repeat: no-repeat;
	background-position: center center;
}
#ktContainer {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 600px;
}
/* end CUSTOM DIV's Flexer */
/*/login/*/
#navMain{
	position: absolute;
	height: 26px;
	width: 50%;
	left: 0px;
	top: -26px;
}
#navMainSearch{
	position: absolute;
	height: 26px;
	width: 50%;
	right: 0px;
	top: -26px;
	text-align:right;
	font-size:12px;
}
#navMainSearch label{
	}
#navMain a:link{
	color: #FFFFFF;
	text-decoration:none;
	text-align:left;
}
#navMain a:visited{
	color: #FFFFFF;
	text-decoration:none;
	text-align:left;
}
#navMain a:hover{
	color: #9A9C9F;
	text-decoration:none;
	text-align:left;
}
#navMain a:active{
	color: #FFFFFF;
	text-decoration:none;
	text-align:left;
}
#navMain ul{
	margin: 0;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;	
	list-style-type: none;
	text-align: center;
	}
#navMain ul li { 
	display: inline;
}
#navMain li { 
	padding-right:3px;
}
/*end LOGIN*/
#mainWrapper {
	position:relative;
	width: 965px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	margin-top:24px;
	background-color: #000000;
	border: 2px solid #CC0000;
}
#contentMainWrapper ul{
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#contentMainWrapper li{
	background-image: url(../images/layout/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.7em;
	padding-left: 2em;
	padding-top: 4px;
	padding-bottom: 4px;
}
#ezPagesHeading {
	text-transform: uppercase;
	background-image: url(../images/layout/bullet.gif);
	background-repeat: repeat;
	margin: 4px;
	padding: 4px;
	width:200px;
}
#productListHeading {
	text-transform: uppercase;
	background-image: url(../images/layout/bullet.gif);
	background-repeat: repeat;
	margin: 4px;
	padding: 4px;
	width:200px;
}
#gallery-heading{
	display:none;
	text-transform: uppercase;
	background-image: url(../images/layout/bullet.gif);
	background-repeat: repeat;
	margin: 4px;
	padding: 4px;
	width:200px;
}
#headerWrapper{
/*	background-image: url(../images/topSection.png);
*/	background-repeat: no-repeat;
	background-position: center top;
	height: 190px;
	width: 965px;
}
#indexHomeBody .centerColumn{
	padding:0px;
	margin:0px;
	}
#navEZPagesTop{
	z-index:89;
	height: 81px;
	width: 100%;
	left:3px;
	top:130px;
	position: absolute;
	background-color: transparent;
	color:#FDC868;
	padding-left:8px;
	font-size:11px;
}
#navEZPagesTop a:link{
	color:#FFFFFF;
	text-decoration: none;
}
#navEZPagesTop a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
#navEZPagesTop a:hover{
	color:#FDC868;
	text-decoration: none;
}
#navEZPagesTop a:active{
	color:#FFFFFF;
	text-decoration: none;
}
#logo{
	top:20px;
	left:10px;
	overflow: visible;
	position: absolute;
	height: 89px;
	width: 134px;
}
#tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FBDD25;
	position: absolute;
	left: 240px;
	top: 84px;
	display:none;
}
#indexBody .centerColumn {
	width: 748px;
	height: auto;
	overflow-x: auto;
	overflow-y: auto;
	margin-left: 0px;
	margin-top: 0px;
}
#indexBody #mainWrapper {
	height: auto;
}
#productListing{
	width: 600px;
	height: auto;
	margin-left:120px;
}
.productListing-heading{
	padding-bottom:5px;
	margin-bottom:5px;
}
/*MENU
______________________*/

#nav li {
	list-style:none;
	float:left
}

#nav a {
	display:block;
	height: 47px;
	text-indent: -9000px;
	float:left
}
.curserstyle {
	cursor: default;
}
a#link_home {
	background-repeat:no-repeat;
	background-color:#000000;
	background-position: center;
	width:120px;
	height:62px;
	padding:0px;
	margin:0px;
	text-indent: -9000px;
	background-image: url(../images/buttons/home_off.gif);

}
a#link_home:hover, a#link_home.on {
	background:url(../images/buttons/home_on.gif);
	background-repeat:no-repeat;
	background-position: center;
	text-indent: -9000px;
}
a#link_store {
	background:url(../images/buttons/store_off.gif);
	background-repeat:no-repeat;
	background-color:#000000;
	background-position: center;
	width:120px;
	height:62px;
	padding:0px;
	margin:0px;
	text-indent: -9000px;
}
a#link_store:hover, a#link_store.on {
	background:url(../images/buttons/store_on.gif);
	background-repeat:no-repeat;
	background-position: center;
	text-indent: -9000px;
}
a#link_parts_service {
	background:url(../images/buttons/parts_off.gif);
	background-repeat:no-repeat;
	background-color:#000000;
	background-position: center;
	width:120px;
	height:62px;
	padding:0px;
	margin:0px;
	text-indent: -9000px;
}
a#link_parts_service:hover, a#link_parts_service.on {
	background:url(../images/buttons/parts_on.gif);
	background-repeat:no-repeat;
	background-position: center;
	text-indent: -9000px;
}
a#link_gallery {
	background:url(../images/buttons/gallery_off.gif);
	background-repeat:no-repeat;
	background-color:#000000;
	background-position: center;
	width:120px;
	height:62px;
	padding:0px;
	margin:0px;
	text-indent: -9000px;
}
a#link_gallery:hover, a#link_gallery.on {
	background:url(../images/buttons/gallery_on.gif);
	background-repeat:no-repeat;
	background-position: center;
	text-indent: -9000px;
}
a#link_about {
	background:url(../images/buttons/about_off.gif);
	background-repeat:no-repeat;
	background-color:#000000;
	background-position: center;
	width:120px;
	height:62px;
	padding:0px;
	margin:0px;
	text-indent: -9000px;
}
a#link_about:hover, a#link_about.on {
	background:url(../images/buttons/about_on.gif);
	background-repeat:no-repeat;
	background-position: center;
	text-indent: -9000px;
}
a#link_media {
	background:url(../images/buttons/media_off.gif);
	background-repeat:no-repeat;
	background-color:#000000;
	background-position: center;
	width:120px;
	height:62px;
	padding:0px;
	margin:0px;
	text-indent: -9000px;
}
a#link_media:hover, a#link_gallery.on {
	background:url(../images/buttons/media_on.gif);
	background-repeat:no-repeat;
	background-position: center;
	text-indent: -9000px;
}
a#link_bikes_for_sale {
	background:url(../images/buttons/bikes_off.gif);
	background-repeat:no-repeat;
	background-color:#000000;
	background-position: center;
	width:120px;
	height:62px;
	padding:0px;
	margin:0px;
	text-indent: -9000px;
}
a#link_bikes_for_sale:hover, a#bikes_for_sale.on {
	background:url(../images/buttons/bikes_on.gif);
	background-repeat:no-repeat;
	background-position: center;
	text-indent: -9000px;
}
a#link_contact {
	background:url(../images/buttons/contact_off.gif);
	background-repeat:no-repeat;
	background-color:#000000;
	background-position: center;
	width:120px;
	height:62px;
	padding:0px;
	margin:0px;
	text-indent: -9000px;
}
a#link_contact:hover, a#link_contact.on {
	background:url(../images/buttons/contact_on.gif);
	background-repeat:no-repeat;
	background-position: center;
	text-indent: -9000px;
}

/*GALLERY PAGE
________________________*/

#gallery{
	padding-left:40px;
	color:#FDBB25;
	}
#gallery ul{
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#gallery li{
	background-image: url(../images/layout/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.7em;
	padding-left: 2em;
	padding-top: 4px;
	padding-bottom: 4px;
}
/*END GALLERY*/
/* HOME PAGE */
#indexHomeBody #mainWrapper{
	height:1695px;
	padding-bottom:10px;
	margin-bottom:10px;
	}
#focalText{
	color:#FDBB25;
	height: auto;
	width: 408px;
	overflow:visible;
/*	left: 40px;
	top: 480px;
*/	padding-top:10px;
	margin-left:40px;
}
#leftVideo{
	position: absolute;
	z-index:100;
	height: auto;
	width: 408px;
	overflow:visible;
	right: 40px;
	top: 540px;
	background-color:#cc0000;
	padding-top:10px;
}
#focalText ul{
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#focalText li{
	background-image: url(../images/layout/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.7em;
	padding-left: 2em;
	padding-top: 4px;
	padding-bottom: 4px;
}
.secondaryFocalText{
	color:#FDBB25;
	width: 866px;
	overflow:visible;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:0px;
	margin-left:40px;
	margin-top:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;	
}
#focalText3 {
	}
.secondaryFocalText img{
	padding-top:30px;
	}
.secondaryFocalText ul{
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.secondaryFocalText li{
	background-image: url(../images/layout/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.7em;
	padding-left: 2em;
	padding-top: 4px;
	padding-bottom: 4px;
}
#aboutStyle{
	font-size: 12px;
	padding-left:0;
	margin-left:0;	
}
#signupForm{
	color:#FDBB25;
	height: auto;
	width: 120px;
	overflow:visible;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	margin-left:40px;
	margin-top:20px;
	border: 1px solid #FF0000;
}
/*END HOME PAGE */
/* FORMS */
#enquiry {
	margin-top:20px;
	}
#navSuppWrapper{
	margin-top:60px;
	float:left;
	margin-left:0px;
	font-size:10px;
	}
#starBurst{
	left:0px;
	top:0px;
	background-image: url(../images/star_burst.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#CC0000;
	height:211px;
	width:100%;
	padding-top:90px;
	}