@charset "utf-8";

ol, ul, li, nav ul, nav ul li,
.nav ul, .nav ul li, #nav ul, #bav ul  li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1.3rem;
    font-weight: 700;
}

nav {
    padding: 0 1rem;
    background: #000;
}
/* ================================================== */
.nav {
    position: relative;
	width: 75rem;
    max-width: 100%;
	background: transparent;
    margin: 0 auto;
	padding: 0;
    display: flex;
    justify-content: space-between;
	flex-flow: row nowrap;
    align-items: center;
    border-radius: .75rem;
}
/*
#xv1900 .nav {
	margin-top: -1rem;
}
*/
.md-modal .md-close {
	position: absolute;
	top: -10rewm;
	right: -8rem;
	background: #0CF;
	color: #F00;
	width: 6rem; 
	height: 2rem;
	font-size: 1.25rem;
}
.md-modal .md-close:hover {
    background: orange;
    color: #0C0;
}
.md-modal h3, .modal h3 {
	font-size: 2.5rem;
	color: #FFF;
}
.modal {
	width: 30rem;
	max-width: 100%;
	height: 30rem;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
	align-self: center;
}
#middle, .modal #middle, .modal ul {
	width: 30rem;
	max-width: 100%;
	height: 50vh;
	background: transparent;
	padding: 1rem;
	margin: 0  auto;
	list-style: none;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-evenly;
	align-items: center;
	align-self: center;
	overflow: hidden;
}
.modal ul li, #middle li {
	margin: 1.5rem auto0;
	list-style-type: none;
}
.nav > ul, ul li, ul ul li, ul ul ul li, .modal ul li #middle li,
ul li ul li, ul li ul li ul li, li, button {
    padding: .35rem;
	cursor: pointer;
	list-style: none;
	list-style-type: none;
	width: 7rem;
	height: 2rem;
	text-align: center;
	background: linear-gradient(#C8C8C8, #969696);
	color: #F00;
	border: .15rem inset #C0F;
    z-index: 6;
}
.modal ul li, #middle li {
	margin: 3rem  auto 1rem;
	list-style-type: none;
}
.nav > ul, ul li, ul ul li, ul ul ul li, .modal ul li #middle li,
ul li ul li, ul li ul li ul li, li, button {
    padding: .35rem;
	cursor: pointer;
	list-style: none;
	list-style-type: none;
	width: 7rem;
	height: 2rem;
	text-align: center;
	text-decoration: none;
	background: linear-gradient(#C8C8C8, #969696);
	color: #F00;
	border: .15rem inset #C0F;
    z-index: 6;
}
.nav > ul:first-of-type {
    margin-left: 0;
}
.nav > ul:last-of-type {
    margin-right: 0;
}
.nav ul li {
	margin: 1rem auto;
	visibility: hidden;
	opacity: 0;
	transition: all ease-in-out 2s;
}
.nav ul li:hover, button:hover {
	border: 2px outset #FFF;
	transition: all ease-in-out 2s;
}
.nav ul:last-of-type li:nth-of-type(2) {
	margin-top: 0;
}
.nav > ul a:link, .nav li a:link,
.nav > ul a:visited, .nav li a:visited,
button a:link, button a:visited {
	background: transparent;
	font-size: 1.2rem;
	text-align: center;
	font-family: belligerent, serif;
	color: #F00;
	text-decoration: none;
	border: 0;
}
.nav > ul > li:first-of-type {
	margin-top: 2.5rem;
}
.nav > ul:hover li, .nav > ul li:hover {
	visibility: visible;
	opacity: 1;
	z-index: 2;
	transition: all ease-in-out .7s;
}
.nav ul li:hover a, .nav ul li a:hover, button a:hover, .modal ul li a:hover  {
	color: #FFF;
	font-family: black_jack, serif;
    font-weight: bolder;
    text-shadow: .irem .irem .irem #000, -.irem -.irem .irem #000, .15rem .1rem #000, -.15rem -.15rem .1rem #000;
	text-decoration: none;
}
.modal ul li a:active {
    border-radius: .5rem;
	color: #0C0;
	text-decoration: underline;
}
#nav {
	position: absolute;
	width: 75rem;
	max-width: 100%;
    white-space: nowrap;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0;
	padding: 0;
	margin-bottom: -1rewm;
	border: 0;
	height: 2rem;
}
#tech #nav {
	margin-bottom: -1rem;
}
/* Sections
   ========================================================================== */
img {
	max-width: 100%;
}   
#container {
	height: auto;
}
a, a:link, a:visited, a:hover {
	background: transparent;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-size: 1.25rem;
}
p a {
	color: #FFF;
	font-size: 1.25rem;
}
article a:link, article a:visited, article a:hover {
	 color: #F00; 
	 font-style: italic;	 
	 text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF;
}
article a:hover {
	 color: #F6C; 
	 font-family: pecita;	 
	 font-size: 1rem;
	 text-shadow: 1px 1px 0 #0FF, -1px -1px 0 #FF0;
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
}
/**
 * Remove the margin in all browsers.
 */
/******************************************************/
/************************************************************************ Dropdowns  **************************************************************************/

/*****************************************************************  XV1900 Specific Down  ****************************************************************************/
.xv1900 {
	width: 75rem;
    max-width: 100%;
	margin: -1rem 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}
.xv19r {
    width: 5rem;
    height: 3.75rem;
    margin: .2rem 2rem;
    background-image: url('http://lukasko.org/.pix/big/rbc-r.png');
    background-repeat: no-repeat;
    border-radius: .5rem;
}
.xv19r:hover {
    background: rgba(0,0,0,.2);
    background-image: url('http://lukasko.org/.pix/big/rbc-r.png');
    background-repeat: no-repeat;
}
.xv19l {
    width: 5rem;
    height: 3.75rem;
    margin: .2rem 2rem;
    background-image: url('http://lukasko.org/.pix/big/rbc-l.png');
    background-repeat: no-repeat;
    border-radius: .5rem;
}
.xv19l:hover {
    background: rgba(0,0,0,.2);
    background-image: url('http://lukasko.org/.pix/big/rbc-l.png');
    background-repeat: no-repeat;
}
.apart {
	width: 75rem;
    max-width: 100%;
	display: flex;
	flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
	z-index: 3;
}
.apart img {
	height: 9.375rem;
	width: 15rem;
}
/*****************************************************************  XV1900 Specific Up  ****************************************************************************/

header, .header, #header {
	position: relative;
	width: 75rem;
    max-width: 100%;
	padding: 0;
	margin: 1rem auto;
	z-index: 3;
	overflow: hidden;
}
footer, .footer, #footer {
	position: relative;
	width: 75rem;
    max-width: 100%;
	padding: 0;
	margin: 0 auto;
	bottom: 0;
	min-height: 30vh;
	z-index: 12;
}
article {
	width: auto;
	max-width: 100%;
    background-color: transparent;
    margin: 2rem auto;
    padding: .65rem;
    color: #000;
    border: .25rem solid #874127;
    border-radius: .5rem;
    z-index: 1;
	font-weight; 700;
}
#xv h3 {
	color: #FFF;
	font-family: belligerent, serif;
	font-size: 2rem;
	text-align: center;
	text-shadow: .15rem .15rem 0 #000, -.15rem -.15rem 0 #000;
}
aside {
	max-width: 46%;
	background: #CCC;
	color: 111;
	border: .2rem solid #000;
}
header h1, header a h1 {
	display: block;
	z-index: 4;
	font-size: 5rem;
	margin: 0 auto;
	background: none;
    text-shadow: 0px 0px 0 rgb(31,243,1),1px 1px 0 rgb(2,236,16),
    2px 2px 0 rgb(202,20,2),3px 3px 0 rgb(187,18,8),
    4px 4px 0 rgb(3,173,17),5px 5px 0 rgb(158,158,158), 
    6px 6px 0 rgb(14,244,4),7px 7px 6px rgba(0,0,0,0.6),
    7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2),
    -2px -2px 0 #000, -3px -3px 0 rgba(9,0,0,.8);
    text-decoration: none;
}
header h1:hover, header a h1:hover {
	color: #C97;
	background: none;
    text-shadow: 0px 0px 0 rgb(231,43,221),1px 1px 0 rgb(232,26,106),
    2px 2px 0 rgb(20,202,25),3px 3px 0 rgb(17,198,88),
    4px 4px 0 rgb(233,73,187),5px 5px 0 rgb(18,15,1), 
    6px 6px 0 rgb(174,24,244),7px 7px 6px rgba(0,0,0,0.6),
    7px 7px 1px rgba(10,110,110,0.5),0px 0px 6px rgba(107,0,89,.2),
    -2px -2px 0 #0C0, -3px -3px 0 rgba(9,0,99,.8);
    text-decoration: none;
}
header h2 {
	font-size: 3rem;
	margin: 0 auto;
	z-index: 8;
	text-shadow: 4px 4px 2px #C0C, -3px -3px 2px #A9A;
}
header h2:hover {
    color: #0FF;
    text-shadow: -2px -2px #0F0, 1px 1px #000;    
}

#parts {
	position: relative;
	width: auto;
	max-width: 75rem;
	height: auto;
	min-height: 80vh;
	margin: 0 auto;
	padding: 1rem;
	background: #FFF;
	border: .3rem solid #303;
}
/************************************************************************ Table Stuff Down ************************************************************************/
table, table:hover, tr {
	width: 75rem;
    max-width: 100%;
    background: transparent;
    border: 0;
    margin-bottom: -1rem;
}
table, tr, th, td, table button {
    font-size: 1.5rem;
}
th, td, th:hover, td:hover {
	margin: 0;
	padding: 0;
    background: transparent;
    border: 0;
}
table button {
    text-align: center;
	padding-bottom: 1.75rem;
	cursor: pointer;
	width: 10rem;
	height: 2rem;
	margin: 0;
	background: linear-gradient(#C8C8C8, #969696);
	color: #F00;
	font-family: Helvetica, serif;
	font-variant: small-caps;
	text-shadow: .1rem .1rem 0 #0C0, -.1rem -.1rem 0 #0CF;
    overflow: hidden;
    border: .15rem inset #FFF, .15rem outset #000;
    border-radius: .15rem;
    z-index: 3;
}

table button:hover {
	background: linear-gradient(#969696, #C8C8C8);
    border: .15rem inset #000, .15rem outset #FFF;
	color: #FFC;
	font-family: Helvetica, serif;
	font-size: 1.25rem;
	font-weight: bolder;
    text-transform: uppercase;
	text-decoration: none;
}
table button:active {
    color: #0F4;
    background: #970;
    border: .15rem solid #FFF;
}
#table, .table, #caption, .caption, #thead, .thead, #tfoot, .tfoot, .row, .cell, .row li {
    border-collapse: collapse;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #F00;
}
#tfoot, .tfoot, .row, .cell, .row li, #table ul, .table ul, #table ul li, .table ul li{
    background: transparent;
}    
#table, .table {
    background: #FF0;
    display: table;
    margin: 0 auto;
}
#table, .table, .row. #row, .table ul, #table ul, .tfoot, #tfoot, .caption, #caption, .thead, #thead {
	width: 75rem;
    max-width: 100%;
    background: transparent;
}
#caption, .caption {
    display: table-caption;
    caption-side: top;
    margin: 0 auto;
    background: #0CF;
    color: #E36;
    font-size: 1.7rem;
}
#caption:hover, .caption:hover {
    background: transparent;
    border-radius: .7rem;
    color: #E30;
    text-transform: uppercase;
}
#thead, .thead {
    display: table-header-group;
    font-weight: bold;
    color: #0F2;
    background: transparent;
}
.row, .table ul, #table ul {
    display: table-row;
}
.table ul:hover {
    background: #999;
}
.cell, .row li, #table ul li, .table ul li {
    display: table-cell;
    line-height: 1.25;
    padding: .25rem;
    color: #F00;
	border: 1px #000 solid;
}
.table ul li:hover {
    background: #3FD;
    background: transparent;
}
#tfoot, .tfoot {
    display: table-footer-group;
    background: transparent;
    color: #3E3;
}
#tfoot:hover, .tfoot:hover {
    background: transparent;
    font-family: pecita;
    color: #20C;
    border-radius: .85rem;
}
.table ul li a {
    color: #F00;
    background: transparent;
    border-radius: .75rem;
}
.table ul li a:hover {
    color: #00F;
}
.table ul li {
	border: 1px #000 solid;
}
.row li:first-child, .table ul li:first-child, #table ul li:first-child {
    color: #00F;
}
.thead ul li:first-child, #thead ul li:first-child {
    color: #0FF;
}
.row:hover, .row:hover li .table ul:hover, #table ul:hover, .table ul:hover li, #table ul:hover li {
    background: transparent;
}
.cell:hover, .row li:hover, #table ul li:hover, .table ul li:hover {
    background: transparent;
    color: #00F;
    border: 1px #FCF solid;
}
.table ul li a {
	background: none;
}
.cell a {
    color: #F00;
    background: transparent;
    border-radius: .75rem;
}
/************************************************************************ Table Stuff Up ************************************************************************/
/*******************************************************************  Images  ****************************************************************************************************/
#content {
	width: 75rem;
	max-width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.parts_box {
	width: 46%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-evenly;
	align-items: center;
	align-self: flex-start;
}
.rite {
	width: 55%;
	margin: 0;
	align-self: flex-start;
}
#air_shock_01 {
	width: 20rem;
	height: 15rem;
}
#air_shock_02 {
	width: 20rem;
	height: 15rem;
}
#auto_tune_01 {
	width: 25rem;
	height: 21rem;
}
#cams_01 {
	width: 25rem;
	height: 32rem;
}
#clutch_01 {
	width: 25rem;
	height: 19.7rem;
}
#clutch_02 {
	width: 25rem;
	height: 15.6rem;
}
#crank_02 {
	width: 28rem;
	height: 17.5rem;
}
#cutaway {
	width: 20rem;
	height: 15rem;
}
#diasmond_01 {
	width: 15rem;
	height: 17.5rem;
}
#dual_tune {
	width: 25rem;
	height: 25rem;
}
#exhaut_01 {
	width: 25rem;
	height: 13.75rem;
}
#forks_01 {
	width: 25rem;
	height: 17.8rem;
}
#fork_springs_01 {
	width: 28.125rem;
	height: 15.625rem;
}
#fork_springs_short {
	width: 22.5rem;
	height: 26.25rem;
}
#ignite_01 {
	width: 25rem;
	height: 16rem;
}
#inject_01 {
	width: 25rem;
	height: 17.5rem;
}
#intake_01 {
	width: 28rem;
	height: 15rem;
}
#k_and_n {
	width: 25rem;
	height: 20.3rem;
}
#m_cyl {
	width: 20rem;
	height: 15rem;
}
#pistons_01 {
	width: 23rem;
	height: 15.3rem;
}
#pod_300 {
	width: 25rem;
	height: 20rem;
}
#power_commander_v {
	width: 20rem;
	height: 17.5rem;
}
#push_rods {
	width: 12.8rem;
	height: 10.3rem;
}
#pr_air {
	width: 26rem;
	height: 17.5rem;
}
#remote_shock {
	width: 25rem;
	height: 24.4rem;
}
#shock_01 {
	width: 25rem;
	height: 21.6rem;
}
#shock_spring_01 {
	width: 6.25rem;
	height: 13.125rem;
}
#spring_set {
	width: 23rem;
	height: 17.2rem;
}
#stage_01 {
	width: 20rem;
	height: 12.5rem;
}
#stage_02 {
	width: 23rem;
	height: 15.3rem;
}
#t880 {
	width: 25rem;
	height: 26.25rem;
}
#tiny_b-1 {
	width: 10rem;
	height: 10rem;
}
#throttle_bodies {
	width: 20rem;
	height: 10rem;
}
#index2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: -1rem;
}
#chief_116_01 {
	width: 25rem;
	height: 25rem;
}
#chief_intake_01 {
	width: 20rem;
	height: 16.25rem;
}
#chief_pipes_01 {
	width: 20rem;
	height: 6.25rem;
}
#vic_117_01 {
	width: 18.75rem;
	height: 10rem;
}
#vic_cam_04 {
	width: 25rem;
	height: 18.75rem;
}
#vic_cam_05 {
	width: 26.25rem;
	height: 20rem;
}
/**********  Bike Images  ************/
.bike_box {
	width: 46%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-evenly;
	align-items: center;
}
.bike_box h3 {
    color: #F23;
    font-size: 1.75rem;
    font-weight: bolder;
}
#b50ss_01 {
	width: 25rem;
	height: 15rem;
}
#chief_01 {
	width: 30rem;
	height: 15rem;
}
#dr800_01 {
	width: 25rem;
	height: 20rem;
}
#m109_01 {
	width: 30rem;
	height: 15rem;
}
#sr500_01 {
	width: 26rem;
	height: 13rem;
}
#storm_01 {
	width: 30rem;
	height: 15rem;
}
#victory_01 {
	width: 30rem;
	height: 15rem;
}
#vulcan_01 {
	width: 30rem;
	height: 15rem;
}
#xv1900 {
	width: 30rem;
	height: 15rem;
}
/**** Banner *****/
#index2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 10rem;
}
/*******************************************************************  Images  ***************************************************************************************************
/******************************************************************  Logos  ******************************************************************************************/
main figure, figcaption, a figcaption {
	display: table;
	 margin: 5rem auto;
}
#megacycle {
	width: 40rem; 
	max-width: 100%;
	height: 6.25rem;
}
#webcam {
	width: 62.5rem; 
	max-width: 100%;
	height: 7.5rem;
}
#rd_valve_spring {
	width: 21.875rem; 
	max-width: 100%;
	height: 5.625rem;
}
#ricks {
	width: 25rem; 
	max-width: 100%;
	height: 10rem;
}
#arias {
	width: 28.125rem; 
	max-width: 100%;
	height: 12.5rem;
}
#je_pistons {
	width: 30rem; 
	max-width: 100%;
	height: 20rem;
}
#cp-carrillo {
	width: 30rem; 
	max-width: 100%;
	height: 15rem;
}
#patrick_racing {
	width: 57.5rem; 
	max-width: 100%;
	height: 10rem;
}
#revolution {
	width: 37.5rem;
	max-width: 100%;
	height: 10rem;
}
#allied {
	width: 30rem; 
	max-width: 100%;
	height: 15rem;
}
#kandl {
	width: 30rem; 
	max-width: 100%;
	height: 15rem;
}
#falicon {
	width: 54.375rem; 
	max-width: 100%;
	height: 4.5625rem;
}
#millinium {
	width: 46.1875rem; 
	max-width: 100%;
	height: 11.675rem;
}
#us_chrome {
	width: 20rm; 
	max-width: 100%;
	height: 6rem;
}
#advanced_sleeve {
	width: 25rem; 
	max-width: 100%;
	height: 6.875rem;
}
#qande {
	width: 39.75rem; 
	max-width: 100%;
	height: 4.875rem;
}
#line2line {
	width: 56rem; 
	max-width: 100%;
	height: 11.25rem;
}
#cometic {
	width: 20rem; 
	max-width: 100%;
	height: 10rem;
}
#athena {
	width: 25rem; 
	max-width: 100%;
	height: 10rem;
}
#sudco {
	width: 36.75rem; 
	max-width: 100%;
	height: 6.25rem;
}
#ferrea {
	width: 15.625rem; 
	max-width: 100%;
	height: 5.625rem;
}
#kibblwhite {
	width: 66rem; 
	max-width: 100%;
	height: 10.6875rem;
}
#partzilla {
	width: 15.675rem; 
	max-width: 100%;
	height: 3.4325rem;
}
#babbitts {
	width: 28.125rem; 
	max-width: 100%;
	height: 6.875rem;
}
#tms {
	width: 25rem; 
	max-width: 100%;
	height: 2.5rem;
}
#autozone {
	width: 18.75rem; 
	max-width: 100%;
	height: 4rem;
}
#hd_vtwin {
	width: 18.75rem; 
	max-width: 100%;
	height: 6.25rem;
}
#diamond_head {
	width: 20rem; 
	max-width: 100%;
	height: 16.25rem;
}
figcaption, a figcaption {
	display: table-caption;
	caption-side: bottom;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #C3C;
	text-shadow: 1px 1px 0 #202;
}
/******************************************************************  Logos  ******************************************************************************************/
/********************************************************************** 1200 *****************************************************************************************************/
/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/
@media only screen and (max-width: 75rem) {
	#container, #stuff, .nav, #nav, .xv1900, .apart, .top, #top, #bottom, .bottom, footer, ul, ul li, ul li img {
	     width: 60rem;
	     max-width: 100%$;
	     margin: 0 auto;
	}
	table, table:hover, tr {
		width: 60rem;
	}
	table, tr, th, td, table button {
	    font-size: 1.35rem;
	}
	table button {
		padding-bottom: 1.5rem;
		width: 8rem;
		height: 1.8rem;
	}

	table button:hover {
		font-size: 1.15rem;
	}
    #table, .table, #camz, #caption, .caption, #thead, .thead, #tfoot, .tfoot, #table ul, .table ul, #row, .row {
	    width: 60rem;
	    max-width: 100%$;
        font-size: 1rem;
        padding: 0;
    }
    #caption, .caption {
        font-size: 1.2rem;
    }
    #caption:hover, .caption:hover {
        border-radius: .4rem;
    }
    #cell, .cell, #table ul li, .table ul li, #camz ul li {
        padding: 0;
    }
	.cell a {
	    color: #F00;
	    background: #FFF;
	    border-radius: .75rem;
	}
	h1 {
	    font-size: 2.5rem;
	}
	h2 {
	    font-size: 1.7rem;
	}
	h3 {
	    font-size: 1.3rem;
	}
	#xv h3 {
	    font-size: 1.7rem;
	}
	.big {
	    font-size: 1.15rem;
	    line-height: 1.5;
	}
	h4 {
	    font-size: .8rem;
	}
	h5 {
	    font-size: .65rem;
	}
	h6 {
	    font-size: .45rem;
	}
	p, p a {
	    color: #000;
	    font-size: 1rem;
	    line-height: 1.5;
		text-indent: 1.5rem;
		margin: .4rem;
	}
	header h1, header a h1 {
		font-size: 4.5rem;
	}
	header h2 {
		font-size: 2.75rem;
		text-shadow: 4px 4px 2px #C0C, -3px -3px 2px #A9A;
	}
/***********************************************************************************  Navigation  *******************************************************************************/
/* ================================================== */
	.nav {
	     width: 60rem;
	}
	#nav {
		width: 60rem;
		height: 1.8rem;
	}
	.modal {
		width: 25rem;
		max-width: 100%;
		height: 30rem;
	}
	#middle, .modal #middle, .modal ul {
		width: 9rem;
		height: 25rem;
		margin: 1rem auto;
	}
	.modal ul li, #middle li {
		margin-top: 1.5rem;
	}
	.nav > ul, ul li, ul ul li, ul ul ul li, .modal ul li #middle li,
	ul li ul li, ul li ul li ul li, li, button {
	    padding: .3rem;
		max-width: 6.5rem;
		height: 1.65rem;
		border: .1rem solid #404;
	    z-index: 6;
	}
	#contact {
		display: none;
	}
	nav ul li {
		margin: 1rem auto 1rem  -.5rem;
	}
	.nav ul li:hover, button:hover {
		border: .1rem solid #FFF;
		transition: all ease-in-out 2s;
	}
	.nav > ul a, .nav > ul a, .nav > ul a:link, .nav li a:link,
	.nav > ul a:visited, .nav li a:visited,
	button a:link, button a:visited {
		font-size: 1.1rem;
	}
	.nav > ul > li:first-of-type {
		margin-top: 2rem;
	}
/***********************************************************************************  Navigation  *******************************************************************************/
/*******************************************************************  Images  ****************************************************************************************************/
	#content {
		width: 60rem;
	}
	#air_shock_01 {
		width: 16rem;
		height: 9rem;
	}
	#air_shock_02 {
		width: 16rem;
		height: 9rem;
	}
	#auto_tune_01 {
		width: 20rem;
		height: 16.5rem;
	}
	#cams_01 {
		width: 20rem;
		height: 26rem;
	}
	#clutch_01 {
		width: 20rem;
		height: 16rem;
	}
	#clutch_02 {
		width: 20rem;
		height: 10rem;
	}
	#crank_02 {
		width: 22.4rem;
		height: 14rem;
	}
	#cutaway {
		width: 16rem;
		height: 12rem;
	}
	#diasmond_01 {
		width: 12rem;
		height: 14rem;
	}
	#dual_tune {
		width: 20rem;
		height: 20rem;
	}
	#exhaut_01 {
		width: 20rem;
		height: 10.4rem;
	}
	#forks_01 {
		width: 20rem;
		height: 14rem;
	}
	#fork_springs_01 {
		width: 22.5rem;
		height: 12.5rem;
	}
	#fork_springs_short {
		width: 18rem;
		height: 21rem;
	}
	#ignite_01 {
		width: 20rem;
		height: 13rem;
	}
	#inject_01 {
		width: 20rem;
		height: 14rem;
	}
	#intake_01 {
		width: 16rem;
		height: 9rem;
	}
	#k_and_n {
		width: 20rem;
		height: 13rem;
	}
	#m_cyl {
		width: 16rem;
		height: 12rem;
	}
	#pistons_01 {
		width: 15rem;
		height: 10rem;
	}
	#pod_300 {
		width: 20rem;
		height: 16rem;
	}
	#power_commander_v {
		width: 16rem;
		height: 13.5rem;
	}
	#push_rods {
		width: 6rem;
		height: 6rem;
	}
	#pr_air {
		width: 16rem;
		height: 14rem;
	}
	#remote_shock {
		width: 20rem;
		height: 20rem;
	}
	#shock_01 {
		width: 20rem;
		height: 19rem;
	}
	#shock_spring_01 {
		width: 5.5rem;
		height: 10rem;
	}
	#spring_set {
		width: 19rem;
		height: 14rem;
	}
	#stage_01 {
		width: 16rem;
		height: 10rem;
	}
	#stage_02 {
		width: 18rem;
		height: 12rem;
	}
	#t880 {
		width: 20rem;
		height: 21rem;
	}
	#tiny_b-1 {
		width: 8rem;
		height: 8rem;
	}
	#throttle_bodies {
		width: 16rem;
		height: 8rem;
	}
	#chief_116_01 {
		width: 20rem;
		height: 20rem;
	}
	#chief_intake_01 {
		width: 16rem;
		height: 13rem;
	}
	#chief_pipes_01 {
		width: 16rem;
		height: 5rem;
	}
	#vic_117_01 {
		width: 15rem;
		height: 8rem;
	}
	#vic_cam_04 {
		width: 20rem;
		height: 15rem;
	}
	#vic_cam_05 {
		width: 21rem;
		height: 16rem;
	}
/******************************************************************  Logos  ******************************************************************************************/
	#megacycle {
		width: 32rem; 
		height: 5rem;
	}
	#webcam {
		width: 50rem; 
		height: 6rem;
	}
	#rd_valve_spring {
		width: 17.5rem; 
		height: 4.5rem;
	}
	#ricks {
		width: 20rem; 
		height: 8rem;
	}
	#arias {
		width: 22.5rem; 
		height: 10rem;
	}
	#je_pistons {
		width: 24rem; 
		height: 16rem;
	}
	#cp-carrillo {
		width: 24rem; 
		height: 12rem;
	}
	#patrick_racing {
		width: 46rem; 
		height: 9.2rem;
	}
	#allied {
		width: 24rem; 
		height: 12rem;
	}
	#kandl {
		width: 24rem; 
		height: 12rem;
	}
	#falicon {
		width: 43.5rem; 
		height: 3.65rem;
	}
	#millinium {
		width: 36.95rem; 
		height: 9.34rem;
	}
	#us_chrome {
		width: 16rm; 
		height: 4.8rem;
	}
	#advanced_sleeve {
		width: 20rem; 
		height: 5.5rem;
	}
	#qande {
		width: 31.8rem; 
		height: 3.9rem;
	}
	#line2line {
		width: 44.8rem; 
		height: 9rem;
	}
	#cometic {
		width: 16rem; 
		height: 8rem;
	}
	#athena {
		width: 20rem; 
		height: 8rem;
	}
	#sudco {
		width: 29.4rem; 
		height: 5rem;
	}
	#ferrea {
		width: 12.25rem; 
		height: 4.25rem;
	}
	#kibblwhite {
		width: 52.8rem; 
		height: 8.55rem;
	}
	#revolution {
		width: 30rem;
		height: 8rem;
	}
	#partzilla {
		width: 12.5rem; 
		height: 2.625rem;
	}
	#babbitts {
		width: 24rem; 
		height: 5rem;
	}
	#tms {
		width: 20rem; 
		height: 2rem;
	}
	#autozone {
		width: 14.5rem; 
		height: 3.2rem;
	}
	#hd_vtwin {
		width: 13.5rem; 
		height: 5rem;
	}
	#diamond_head {
		width: 16rem; 
		height: 13.25rem;
	}
	figcaption, a figcaption {
		font-size: 1.25rem;
		color: #D6A;
		text-shadow: 1px 1px 0 #232;
	}
/**********  Bike Images  ************/
	#b50ss_01 {
		width: 16rem;
		height: 8rem;
	}
	#chief_01 {
		width: 24rem;
		height: 12rem;
	}
	#dr800_01 {
		width: 16rem;
		height: 12rem;
	}
	#m109_01 {
		width: 24rem;
		height: 12rem;
	}
	#sr500_01 {
		width: 20rem;
		height: 9rem;
	}
	#storm_01 {
		width: 24rem;
		height: 12rem;
	}
	#victory_01 {
		width: 24rem;
		height: 12rem;
	}
	#vulcan_01 {
		width: 24rem;
		height: 12rem;
	}
	#xv1900 {
		width: 24rem;
		height: 12rem;
	}
/**** Banner *****/
	#index2 {
		height: 8rem;
	}
/*******************************************************************  Images  ****************************************************************************************************/
/******************************************************************  Logos  ******************************************************************************************/
}
/*********************************************************************** 960 *****************************************************************************************************/
/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/
@media only screen and (max-width: 60rem) {
	#container, #stuff, .nav, #nav, .xv1900, .apart, .top, #top, #bottom, .bottom, footer, ul, ul li, ul li img {
	     width: 40rem;
	     max-width: 100%$;
	     margin: 0 auto;
	}
	table, table:hover, tr {
		width: 40rem;
	}
	table, tr, th, td, table button {
	    font-size: 1.15rem;
	}
	table button {
		padding-bottom: 1.15rem;
		width: 6rem;
		height: 1.25rem;
		text-shadow: none;
	    border: .1rem inset #FF9, .1rem outset #090;
	    border-radius: .1rem;
	}

	table button:hover {
		background: linear-gradient(#969696, #C8C8C8);
	    border: .1rem inset #900, .1rem outset #9FF;
	    text-transform: smallcaps;
	}
	table button:active {
	    color: #0F4;
	    background: #970;
	    border: .1rem solid #F9F;
	}
    #table, .table, #camz,#caption, .caption, #thead, .thead, #tfoot, .tfoot, #table ul, .table ul, #row, .row {
	     width: 45rem;
	     max-width: 100%;
        font-size: .75rem;
        padding: 0;
    }
    #caption, .caption {
        font-size: 1rem;
    }
    #caption:hover, .caption:hover {
        border-radius: .25rem;
    }
    #cell, .cell, #table ul li, .table ul li, #camz ul li {
        padding: 0;
    }
	.apart img {
		height: 6.5rem;
		width: 10rem;
	}
	#xv h3 {
	    font-size: 1.6rem;
	}
/*******************************************************************  Images  ****************************************************************************************************/
	#content {
		width: 40rem;
	}
	#air_shock_01 {
		width: 10rem;
		height: 7.5rem;
	}
	#air_shock_02 {
		width: 10rem;
		height: 7.5rem;
	}
	#auto_tune_01 {
		width: 15rem;
		height: 12rem;
	}
	#cams_01 {
		width: 13.3rem;
		height: 16rem;
	}
	#clutch_01 {
		width: 12.5rem;
		height: 10rem;
	}
	#clutch_02 {
		width: 12.5rem;
		height: 8rem;
	}
	#crank_02 {
		width: 15rem;
		height: 8.75rem;
	}
	#cutaway {
		width: 12rem;
		height: 9rem;
	}
	#diasmond_01 {
		width: 9rem;
		height: 10.5rem;
	}
	#dual_tune {
		width: 16rem;
		height: 16rem;
	}
	#exhaut_01 {
		width: 15rem;
		height: 8.75rem;
	}
	#forks_01 {
		width: 12.5rem;
		height: 8.9rem;
	}
	#fork_springs_01 {
		width: 16.875rem;
		height: 9.375rem;
	}
	#fork_springs_short {
		width: 13.5rem;
		height: 15.75rem;
	}
	#ignite_01 {
		width: 12.5rem;
		height: 8rem;
	}
	#inject_01 {
		width: 12.5rem;
		height: 8.75rem;
	}
	#intake_01 {
		width: 12rem;
		height: 9em;
	}
	#k_and_n {
		width: 12.5rem;
		height: 10rem;
	}
	#m_cyl {
		width: 12rem;
		height: 9rem;
	}
	#pistons_01 {
		width: 11.5rem;
		height: 7.6rem;
	}
	#pod_300 {
		width: 15rem;
		height: 12rem;
	}
	#power_commander_v {
		width: 12rem;
		height: 8.375rem;
	}
	#push_rods {
		width: 6.4rem;
		height: 5.15rem;
	}
	#pr_air {
		width: 13rem;
		height: 8.75rem;
	}
	#remote_shock {
		width: 12.5rem;
		height: 12.2rem;
	}
	#shock_01 {
		width: 12.5rem;
		height: 10.8rem;
	}
	#shock_spring_01 {
		width: 5rem;
		height: 7.25rem;
	}
	#spring_set {
		width: 12.5rem;
		height: 8.6rem;
	}
	#stage_01 {
		width: 10rem;
		height: 6.25rem;
	}
	#stage_02 {
		width: 11.5rem;
		height: 7.6rem;
	}
	#t880 {
		width: 15rem;
		height: 15.75rem;
	}
	#tiny_b-1 {
		width: 6rem;
		height: 6rem;
	}
	#throttle_bodies {
		width: 12rem;
		height: 6rem;
	}
	#chief_116_01 {
		width: 15rem;
		height: 15rem;
	}
	#chief_intake_01 {
		width: 12rem;
		height: 9.75rem;
	}
	#chief_pipes_01 {
		width: 12rem;
		height: 3.75rem;
	}
	#vic_117_01 {
		width: 12.25rem;
		height: 6rem;
	}
	#vic_cam_04 {
		width: 15rem;
		height: 11.25rem;
	}
	#vic_cam_05 {
		width: 15.75rem;
		height: 12rem;
	}
/******************************************************************  Logos  ******************************************************************************************/
	figure, a figure {
		 margin: 2rem auto;
	}
	#megacycle {
		width: 19.2rem; 
		height: 3rem;
	}
	#webcam {
		width: 30rem; 
		height: 3.6rem;
	}
	#rd_valve_spring {
		width: 12.5rem; 
		height: 3.5rem;
	}
	#ricks {
		width: 15rem; 
		height: 6rem;
	}
	#arias {
		width: 12.5rem; 
		height: 6rem;
	}
	#je_pistons {
		width: 18rem; 
		height: 12rem;
	}
	#cp-carrillo {
		width: 18rem; 
		height: 9rem;
	}
	#patrick_racing {
		width: 27.6rem; 
		height: 7.2rem;
	}
	#allied {
		width: 18rem; 
		height: 7.2rem;
	}
	#kandl {
		width: 16rem; 
		height: 7.2rem;
	}
	#revolution {
		width: 22.5rem;
		height: 6rem;
	}
	#falicon {
		width: 26.1rem; 
		height: 3rem;
	}
	#millinium {
		width: 22.17rem; 
		height: 7.4rem;
	}
	#us_chrome {
		width: 9.6rm; 
		height: 3.6rem;
	}
	#advanced_sleeve {
		width: 12rem; 
		height: 3.5rem;
	}
	#qande {
		width: 19.8rem; 
		height: 2.7rem;
	}
	#line2line {
		width: 24.4rem; 
		height: 5.4rem;
	}
	#cometic {
		width: 9.6rem; 
		height: 6.4rem;
	}
	#athena {
		width: 12rem; 
		height: 6.4rem;
	}
	#sudco {
		width: 23.4rem; 
		height: 3rem;
	}
	#ferrea {
		width: 7.25rem; 
		height: 3.25rem;
	}
	#kibblwhite {
		width: 31.68rem; 
		height: 3.5rem;
	}
	#partzilla {
		width: 7.2rem; 
		height: 1.625rem;
	}
	#babbitts {
		width: 14rem; 
		height: 3rem;
	}
	#tms {
		width: 15rem; 
		height: 1.5rem;
	}
	#autozone {
		width: 7.4rem; 
		height: 2.25rem;
	}
	#hd_vtwin {
		width: 7.3rem; 
		height: 3rem;
	}
	#diamond_head {
		width: 9.6rem; 
		height: 10.5rem;
	}
	figcaption, a figcaption {
		font-size: 1.25rem;
		color: #D9A;
		text-shadow: 1px 1px 0 #262;
	}
/**********  Bike Images  ************/
	#b50ss_01 {
		width: 10rem;
		height: 5rem;
	}
	#chief_01 {
		width: 15rem;
		height: 7.5rem;
	}
	#dr800_01 {
		width: 10rem;
		height: 7.5rem;
	}
	#m109_01 {
		width: 15rem;
		height: 7.5rem;
	}
	#sr500_01 {
		width: 10rem;
		height: 5.6rem;
	}
	#storm_01 {
		width: 15rem;
		height: 7.5rem;
	}
	#victory_01 {
		width: 15rem;
		height: 7.5rem;
	}
	#vulcan_01 {
		width: 15rem;
		height: 7.5rem;
	}
	#xv1900 {
		width: 15rem;
		height: 7.5rem;
	}
/**** Banner *****/
	#index2 {
		height: 6rem;
	}
/*******************************************************************  Images  *********************************************************************************/header h1, header a h1 {
	header h1, header a h1 {
		font-size: 4rem;
	}
	header h2 {
		font-size: 2.5rem;
		text-shadow: 2px 2px 0 #C0C, -2px -2px 0 #A9A;
	}
/***********************************************************************************  Navigation  *******************************************************************************/
	.nav {
	     width: 40rem;
	}
	.modal {
		width: 22rem;
		height: 25rem;
	}
	#middle, .modal #middle, .modal ul {
		width: 8rem;
		height: 22rem;
		margin: .75rem auto;
	}
	.modal ul li, #middle li {
		margin-top: 1.25rem;
	}
	.nav > ul, ul li, ul ul li, ul ul ul li, .modal ul li #middle li,
	ul li ul li, ul li ul li ul li, li, button {
	    padding: .25rem;
		max-width: 6rem;
		height: 1.35rem;
		border: .085rem solid #505;
	}
	.nav ul li {
		margin: .75rem auto .75rem  -.5rem;
	}
	.nav ul li:hover, #nav table tr td button:hover {
		border: .085rem solid #FFF;
		transition: all ease-in-out 2s;
	}
	.nav > ul a, .nav > ul a:link, .nav li a:link,
	.nav > ul a:visited, .nav li a:visited,
	button a:link, button a:visited {
		font-size: 1rem;
	}
	.nav > ul > li:first-of-type {
		margin-top: 1.65rem;
	}
	#nav {
		width: 40rem;
		height: 1.65rem;
	}
/***********************************************************************************  Navigation  *******************************************************************************/
}
//*********************************************************************** 640 *****************************************************************************************************/
/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/
@media only screen and (max-width: 40rem) {
	#container, #stuff, .nav, #nav, .xv1900, .top, #top, #bottom, .bottom, footer, ul, ul li, ul li img {
	     width: 30rem;
	     max-width: 100%$;
	     margin: 0 auto;
	}
 	table, table:hover, tr {
		width: 30rem;
	}
	table, tr, th, td, table button {
	    font-size: 1rem;
	}
	table button {
		padding-bottom: 1rem;
		width: 4.5rem;
		height: 1.1rem;
	    border: .08rem solid #9F9, .1rem solid rgba( 0, 225, 0, .65);
	    border-radius: .1rem;
	}

	table button:hover {
		background: linear-gradient(#969696, #C8C8C8);
	    border: .08rem solid #9C0, .1rem solid rgba(200 0, 225, 0, .65);
	}
	table button:active {
	    border: 0;
	}
   #table, .table, #camz,#caption, .caption, #thead, .thead, #tfoot, .tfoot, #table ul, .table ul, #row, .row {
	    width: 40rem;
	    max-width: 100%;
        font-size: .65rem;
	    margin: 0 auto;
    }
    #caption, .caption {
        font-size: 1rem;
    }
	.apart {
		visibility: hidden;
	}
	header h1, header a h1 {
		font-size: 3rem;
	}
	header h2 {
		font-size: 1.75rem;
		text-shadow: none;
	}
/*******************************************************************  Images  ****************************************************************************************************/
	#content {
		width: 30rem;
	}
	#air_shock_01 {
		width: 8rem;
		height: 6rem;
	}
	#air_shock_02 {
		width: 8rem;
		height: 6rem;
	}
	#auto_tune_01 {
		width: 10rem;
		height: 8.2rem;
	}
	#cams_01 {
		width: 10rem;
		height: 12rem;
	}
	#clutch_01 {
		width: 10rem;
		height: 8.1rem;
	}
	#clutch_02 {
		width: 10rem;
		height: 6.5rem;
	}
	#crank_02 {
		width: 12rem;
		height: 10rem;
	}
	#cutaway {
		width: 10rem;
		height: 7.5rem;
	}
	#diasmond_01 {
		width: 7.5rem;
		height: 8.75rem;
	}
	#dual_tune {
		width: 12.5rem;
		height: 12.5rem;
	}
	#exhaut_01 {
		width: 12.5rem;
		height: 6.875rem;
	}
	#forks_01 {
		width: 10rem;
		height: 7.2rem;
	}
	#fork_springs_01 {
		width: 14rem;
		height: 7.8rem;
	}
	#fork_springs_short {
		width: 11.25rem;
		height: 13.1rem;
	}
	#ignite_01 {
		width: 10rem;
		height: 6.5rem;
	}
	#inject_01 {
		width: 10rem;
		height: 6.5rem;
	}
	#intake_01 {
		width: 10rem;
		height: 7.5rem;
	}
	#k_and_n {
		width: 10rem;
		height: 8rem;
	}
	#m_cyl {
		width: 10rem;
		height: 7.5rem;
	}
	#pistons_01 {
		width: 8.2rem;
		height: 6rem;
	}
	#pod_300 {
		width: 12.5rem;
		height: 10rem;
	}
	#power_commander_v {
		width: 6rem;
		height: 5.4rem;
	}
	#push_rods {
		width: 5.3rem;
		height: 4rem;
	}
	#pr_air {
		width: 10rem;
		height: 7rem;
	}
	#remote_shock {
		width: 10rem;
		height: 10rem;
	}
	#shock_01 {
		width: 10rem;
		height: 8.2rem;
	}
	#spring_set {
		width: 4.5rem;
		height: 6rem;
	}
	#stage_01 {
		width: 8rem;
		height: 5rem;
	}
	#stage_02 {
		width: 9rem;
		height: 6rem;
	}
	#t880 {
		width: 12.5rem;
		height: 13rem;
	}
	#tiny_b-1 {
		width: 5rem;
		height: 5rem;
	}
	#throttle_bodies {
		width: 10rem;
		height: 5rem;
	}
	#chief_116_01 {
		width: 10rem;
		height: 10rem;
	}
	#chief_intake_01 {
		width: 8rem;
		height: 6.5rem;
	}
	#chief_pipes_01 {
		width: 8rem;
		height: 2.5rem;
	}
	#vic_117_01 {
		width: 9.375rem;
		height: 5rem;
	}
	#vic_cam_04 {
		width: 12.5rem;
		height: 9.375rem;
	}
	#vic_cam_05 {
		width: 13.125rem;
		height: 10rem;
	}
/******************************************************************  Logos  ******************************************************************************************/
	#megacycle {
		width: 20rem; 
		height: 3.25rem;
	}
	#webcam {
		width: 32rem; 
		height: 3.75rem;
	}
	#rd_valve_spring {
		width: 11rem; 
		height: 2.625rem;
	}
	#ricks {
		width: 12.5rem; 
		height: 5rem;
	}
	#arias {
		width: 14.125rem; 
		height: 6.25rem;
	}
	#je_pistons {
		width: 15rem; 
		height: 10rem;
	}
	#cp-carrillo {
		width: 15rem; 
		height: 7.5rem;
	}
	#patrick_racing {
		width: 28.75rem; 
		height: 5rem;
	}
	#allied {
		width: 15rem; 
		height: 7.5rem;
	}
	#revolution {
		width: 18.75rem;
		height: 5rem;
	}
	#kandl {
		width: 15rem; 
		height: 7.5rem;
	}
	#falicon {
		width: 27.675rem; 
		height: 2.75rem;
	}
	#millinium {
		width: 23.175rem; 
		height: 5.875rem;
	}
	#us_chrome {
		width: 10rm; 
		height: 3rem;
	}
	#advanced_sleeve {
		width: 12.5rem; 
		height: 3.75rem;
	}
	#qande {
		width: 19.5rem; 
		height: 2.45rem;
	}
	#line2line {
		width: 23rem; 
		height: 5.725rem;
	}
	#cometic {
		width: 10rem; 
		height: 5rem;
	}
	#athena {
		width: 12.5rem; 
		height: 5rem;
	}
	#sudco {
		width: 18.375rem; 
		height: 3.125rem;
	}
	#ferrea {
		width: 7.535rem; 
		height: 2.825rem;
	}
	#kibblwhite {
		width: 33rem; 
		height: 6rem;
	}
	#partzilla {
		width: 7.575rem; 
		height: 1.75rem;
	}
	#babbitts {
		width: 14rem; 
		height: 4rem;
	}
	#tms {
		width: 12.5rem; 
		height: 1.25rem;
	}
	#autozone {
		width: 8.375rem; 
		height: 2rem;
	}
	#hd_vtwin {
		width: 9.375rem; 
		height: 3.125rem;
	}
	#diamond_head {
		width: 10rem; 
		height: 8.125rem;
	}
	figcaption, a figcaption {
		font-size: 1.15rem;
		color: #D7A;
		text-shadow: 1px 1px 0 #272;
	}
/*******************************************************************  Images  ****************************************************************************************************/
/**********  Bike Images  ************/
	#b50ss_01 {
		width: 8rem;
		height: 4rem;
	}
	#chief_01 {
		width: 12rem;
		height: 6rem;
	}
	#dr800_01 {
		width: 8rem;
		height: 6rem;
	}
	#m109_01 {
		width: 12rem;
		height: 6rem;
	}
	#sr500_01 {
		width: 8rem;
		height: 4.5rem;
	}
	#storm_01 {
		width: 12rem;
		height: 6rem;
	}
	#victory_01 {
		width: 12rem;
		height: 6rem;
	}
	#vulcan_01 {
		width: 12rem;
		height: 6rem;
	}
	#xv1900 {
		width: 12rem;
		height: 6rem;
	}
/**** Banner *****/
	#index2 {
		height: 5rem;
	}
/*******************************************************************  Images  ****************************************************************************************************/
/******************************************************************  Logos  ******************************************************************************************/
/***********************************************************************************  Navigation  *******************************************************************************/
	.nav {
	     width: 30rem;
	}
	#nav {
		width: 30rem;
		height: 1.25rem;
	}
	.modal {
		width: 18rem;
		height: 20rem;
	}
	#middle, .modal #middle, .modal ul {
		width: 7rem;
		height: 18rem;
		margin: .5rem auto;
	}
	.modal ul li, #middle li {
		margin-top: 1rem;
	}
	.nav > ul, ul li, ul ul li, ul ul ul li, .modal ul li #middle li,
	ul li ul li, ul li ul li ul li, li, button {
	    padding: .15rem;
		max-width: 4rem;
		height: 1.1rem;
		border: .08rem solid #546;
	}
	.nav ul li {
		margin: .5rem auto .5rem  -.35rem;
	}
	.nav ul li:hover, button:hover {
		border: .08rem solid #FFF;
		transition: all ease-in-out 2s;
	}
	.nav > ul a, .nav > ul a:link, .nav li a:link,
	.nav > ul a:visited, .nav li a:visited,
	button a:link, button a:visited {
		font-size: .75rem;
	}
	.nav > ul > li:first-of-type {
		margin-top: 1.45rem;
	}
}
/*********************************************************************** 480 *****************************************************************************************************/
/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/
@media only screen and (max-width: 30rem) {
	#container, #stuff, .nav, #nav, .top, #top, #bottom, .bottom, footer, ul, ul li, ul li img {
	     width: 22.5rem;
	     max-width: 100%$;
	     margin: 0 auto;
	}
 	table, table:hover, tr {
		width: 22.5rem;
	}
	table, tr, th, td, table button {
	    font-size: .85rem;
	}
	table button {
		padding-bottom: .5rem;
		width: 3.5rem;
		height: 1rem;
	    border: 0;
	    border-radius: 0;
	}

	table button:hover {
		background: linear-gradient(#969696, #C8C8C8);
	    border: 0;
	}
    #table, .table, table, #camz, #caption, .caption, #thead, .thead, #tfoot, .tfoot, #table ul, .table ul, #row, .row {
	    max-width:  22.5rem;
	    max-width: 100%;
        font-size: .5rem;
	    margin: 0 auto;
    }
    #caption, .caption {
        font-size: .85rem;
    }
    #caption:hover, .caption:hover {
        border-radius: .2rem;
    }
	/* some typography */
	h1 {
	    font-size: 3rem;
	}
	h2 {
	    font-size: 1.7rem;
	}
	h3 {
	    font-size: 1.2rem;
	}
	h4 {
	    font-size: 1rem;
	}
	h5 {
	    font-size: .75rem;
	}
	h6 {
	    font-size: .5rem;
	}
	p, p a {
	    color: #000;
	    font-size: .8rem;
	    line-height: 1.1;
		text-indent: 1rem;
		margin: .2rem;
	}
	.xv1900 {
	    visibility: hidden;
	    opacity: 0;
	}
	.hide {
		display: none;
	    visibility: hidden;
	    opacity: 0;
	}
	header h1, header a h1 {
		font-size: 2.5rem;
	}
	header h2 {
		font-size: 1.5rem;
	}
/***********************************************************************************  Navigation  *******************************************************************************/
	.nav {
	     width: 22.5rem;
	}
	#nav {
		width: 22.5rem;
		height: 1.15rem;
	}
	.modal {
		width: 15rem;
		height: 18rem;
	}
	#middle, .modal #middle, .modal ul {
		width: 6rem;
		height: 15rem;
		margin: .35rem auto;
	}
	.modal ul li, #middle li {
		margin-top: .75rem;
	}
	.nav > ul, ul li, ul ul li, ul ul ul li, .modal ul li #middle li,
	ul li ul li, ul li ul li ul li, li, button {
	    padding-bottom: .6rem;
		width: 3.25rem;
		height: 1.1rem;
		border: .06rem solid #746;
	}
	.nav > ul:last-child, .nav > ul:last-child li, .nav > ul:last-child li a {
		display: none;
	}
	.nav ul li {
		margin: .35rem auto .35rem  -.25rem;
	}
	.nav ul li:hover, button:hover {
		border: .06rem solid #FFF;
	}
	.nav > ul a, .nav > ul a:link, .nav li a:link,
	.nav > ul a:visited, .nav li a:visited,
	button a:link, button a:visited {
		font-size: .75rem;
	}
	.nav > ul > li:first-of-type {
		margin-top: 1.2rem;
	}
/***********************************************************************************  Navigation  *******************************************************************************/
/*******************************************************************  Images  ****************************************************************************************************/
	#content {
		width: 22.5rem;
	}
	#air_shock_01 {
		width: 6rem;
		height: 4rem;
	}
	#air_shock_02 {
		width: 6rem;
		height: 4rem;
	}
	#auto_tune_01 {
		width: 6rem;
		height: 4.5rem;
	}
	#cams_01 {
		width: 7.5rem;
		height: 8.15rem;
	}
	#clutch_01 {
		width: 7.5rem;
		height: 6rem;
	}
	#clutch_02 {
		width: 6.5rem;
		height: 4.5rem;
	}
	#crank_02 {
		width: 5.4rem;
		height: 4.4rem;
	}
	#cutaway {
		width: 8rem;
		height: 6rem;
	}
	#diasmond_01 {
		width: 6rem;
		height: 7rem;
	}
	#dual_tune {
		width: 10rem;
		height: 10rem;
	}
	#exhaut_01 {
		width: 10rem;
		height: 5.4rem;
	}
	#forks_01 {
		width: 5.75rem;
		height: 4rem;
	}
	#fork_springs_01 {
		width: 10rem;
		height: 6.25rem;
	}
	#fork_springs_short {
		width: 9rem;
		height: 10.5rem;
	}
	#ignite_01 {
		width: 7.5rem;
		height: 5rem;
	}
	#inject_01 {
		width: 7.5rem;
		height: 5rem;
	}
	#intake_01 {
		width: 8rem;
		height: 6rem;
	}
	#k_and_n {
		width: 7.5rem;
		height: 6rem;
	}
	#pistons_01 {
		width: 6.1rem;
		height: 4.5rem;
	}
	#pod_300 {
		width: 10rem;
		height: 8rem;
	}
	#m_cyl {
		width: 8rem;
		height: 6rem;
	}
	#power_commander_v {
		width: 8rem;
		height: 6.5rem;
	}
	#push_rods {
		width: 4rem;
		height: 3rem;
	}
	#pr_air {
		width: 4.6rem;
		height: 5rem;
	}
	#remote_shock {
		width: 7.5rem;
		height: 8.4rem;
	}
	#shock_01 {
		width: 7.5rem;
		height: 6.2rem;
	}
 	#spring_set {
		width: 4rem;
		height: 4.75rem;
	}
	#stage_01 {
		width: 6rem;
		height: 3.75rem;
	}
	#stage_02 {
		width: 6rem;
		height: 4.6rem;
	}
	#t880 {
		width: 10rem;
		height: 10.5rem;
	}
	#tiny_b-1 {
		width: 4rem;
		height: 4rem;
	}
	#throttle_bodies {
		width: 8rem;
		height: 4rem;
	}
	#chief_116_01 {
		width: 7.5rem;
		height: 7.5rem;
	}
	#chief_intake_01 {
		width: 6rem;
		height: 4.875rem;
	}
	#chief_pipes_01 {
		width: 6rem;
		height: 1.875rem;
	}
	#vic_117_01 {
		width: 7.5rem;
		height: 4rem;
	}
	#vic_cam_04 {
		width: 10rem;
		height: 7.5rem;
	}
	#vic_cam_05 {
		width: 10.5rem;
		height: 8rem;
	}
/******************************************************************  Logos  ******************************************************************************************/
	#megacycle {
		width: 16rem; 
		height: 3.6rem;
	}
	#webcam {
		width: 24.25rem; 
		height: 2.75rem;
	}
	#rd_valve_spring {
		width: 10.475rem; 
		height: 3.25rem;
	}
	#ricks {
		width: 10rem; 
		height: 4rem;
	}
	#arias {
		width: 14.15rem; 
		height: 4.75rem;
	}
	#je_pistons {
		width: 12rem; 
		height: 8rem;
	}
	#cp-carrillo {
		width: 12rem; 
		height: 6rem;
	}
	#patrick_racing {
		width: 23rem; 
		height: 4rem;
	}
	#allied {
		width: 12rem; 
		height: 4.25rem;
	}
	#kandl {
		width: 12rem; 
		height: 4.25rem;
	}
	#revolution {
		width: 15rem;
		height: 4rem;
	}
	#falicon {
		width: 21.75rem; 
		height: 1.825rem;
	}
	#millinium {
		width: 18.475rem; 
		height: 4.67rem;
	}
	#us_chrome {
		width: 8rm; 
		height: 2.4rem;
	}
	#advanced_sleeve {
		width: 10rem; 
		height: 2.75rem;
	}
	#qande {
		width: 16.375rem; 
		height: 2.45rem;
	}
	#line2line {
		width: 22.4rem; 
		height: 4.5rem;
	}
	#cometic {
		width: 8rem; 
		height: 4rem;
	}
	#athena {
		width: 10rem; 
		height: 4rem;
	}
	#sudco {
		width: 18.375rem; 
		height: 2.725rem;
	}
	#ferrea {
		width: 6.25rem; 
		height: 2.825rem;
	}
	#kibblwhite {
		width: 22.4rem; 
		height: 4.275rem;
	}
	#partzilla {
		width: 6.27rem; 
		height: 1.373rem;
	}
	#babbitts {
		width: 11.25rem; 
		height: 3.75rem;
	}
	#tms {
		width: 10rem; 
		height: 1rem;
	}
	#autozone {
		width: 7.5rem; 
		height: 1.6rem;
	}
	#hd_vtwin {
		width: 7.5rem; 
		height: 1.725rem;
	}
	#diamond_head {
		width: 8rem; 
		height: 6.5rem;
	}
	figcaption, a figcaption {
		font-size: 1rem;
		color: #944;
		text-shadow: 1px 1px 0 #2A2;
	}
/*******************************************************************  Images  ****************************************************************************************************/
/**********  Bike Images  ************/
	#b50ss_01 {
		width: 6rem;
		height: 3rem;
	}
	#chief_01 {
		width: 9rem;
		height: 4.5rem;
	}
	#dr800_01 {
		width: 6rem;
		height: 4.5rem;
	}
	#m109_01 {
		width: 9rem;
		height: 4.5rem;
	}
	#sr500_01 {
		width: 9rem;
		height: 3.3rem;
	}
	#storm_01 {
		width: 9rem;
		height: 4.5rem;
	}
	#victory_01 {
		width: 9rem;
		height: 4.5rem;
	}
	#vulcan_01 {
		width: 9rem;
		height: 4.5rem;
	}
	#xv1900 {
		width: 9rem;
		height: 4.5rem;
	}
/**** Banner *****/
	#index2 {
		height: 4rem;
	}
/*******************************************************************  Images  ****************************************************************************************************/
/******************************************************************  Logos  ******************************************************************************************/
	.hide {
		display: none;
	}
}
/*********************************************************************** 360 *****************************************************************************************************/
/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/
@media only screen and (max-width: 22.5rem) {
	#container, #stuff, .nav, #nav, .top, #top, #bottom, .bottom, footer, ul, ul li, ul li img {
	     width: 15rem;
	     max-width: 100%$;
	     margin: 0 auto;
	}
 	table, table:hover, tr {
		width: 15rem;
	}
	table, tr, th, td, table button {
	    font-size: .65rem;
	}
	table button {
		padding-bottom: .25rem;
		width: 2.25rem;
		height: .75rem;
	}

	table button:hover {
		background: linear-gradient(#969696, #C8C8C8);
	}
    #table, .table, table, #camz, #caption, .caption, #thead, .thead, #tfoot, .tfoot, #table ul, .table ul, #row, .row {
	    width: 15rem;
	    max-width: 100%;
        padding: 0;
        font-size: .45rem;
        text-align: center;
	    margin: 0 auto;
        overflow: hidden;
    }
    #caption, .caption {
        font-size: .85rem;
        text-align: center;
    }
    #caption:hover, .caption:hover {
        border-radius: .2rem;
    }
    .thead a, #table ul li, .table ul li, #cell, .cell {
        text-align: center;
        padding: 0;
        margin: 0 auto;
        overflow: hidden;
     }    
	header h1, header a h1 {
		font-size: 2rem;
	}
	header h2 {
		font-size: 1.25rem;
	}
	#upArrow {
		display: none;
	}
/*******************************************************************  Images  ****************************************************************************************************/
	#content {
		width: 15rem;
	}
	#air_shock_01 {
		width: 4rem;
		height: 3rem;
	}
	#air_shock_02 {
		width: 4rem;
		height: 3rem;
	}
	#auto_tune_01 {
		width: 4rem;
		height: 3rem;
	}
	#cams_01 {
		width: 5rem;
		height: 6rem;
	}
	#clutch_01 {
		width: 5rem;
		height: 4rem;
	}
	#clutch_02 {
		width: 5rem;
		height: 3.25rem;
	}
	#crank_02 {
		width: 6.5rem;
		height: 5.25rem;
	}
	#cutaway {
		width: 6rem;
		height: 4.5rem;
	}
	#diasmond_01 {
		width: 5rem;
		height: 5.25rem;
	}
	#dual_tune {
		width: 5.5rem;
		height: 5.5rem;
	}
	#exhaut_01 {
		width: 7.5rem;
		height: 4.5rem;
	}
	#forks_01 {
		width: 5rem;
		height: 3.6rem;
	}
	#fork_springs_01 {
		width: 7.4rem;
		height: 4.6rem;
	}
	#fork_springs_short {
		width: 6rem;
		height: 7rem;
	}
	#ignite_01 {
		width: 5rem;
		height: 3.25rem;
	}
	#inject_01 {
		width: 5rem;
		height: 3.25rem;
	}
	#intake_01 {
		width: 6rem;
		height: 4.5rem;
	}
	#k_and_n {
		width: 5rem;
		height: 4rem;
	}
	#pistons_01 {
		width: 4.1rem;
		height: 3rem;
	}
	#pod_300 {
		width: 7.5rem;
		height: 6rem;
	}
	#power_commander_v {
		width: 4rem;
		height: 3rem;
	}
	#push_rods {
		width: 2.65rem;
		height: 2rem;
	}
	#pr_air {
		width: 5rem;
		height: 3.5rem;
	}
	#remote_shock {
		width: 5rem;
		height: 5rem;
	}
	#m_cyl {
		width: 6rem;
		height: 4.5rem;
	}
	#shock_01 {
		width: 5rem;
		height: 4.1rem;
	}
	#spring_set {
		width: 4.5rem;
		height: 3.5rem;
	}
	#stage_01 {
		width: 4rem;
		height: 2.5rem;
	}
	#stage_02 {
		width: 3rem;
		height: 3.35rem;
	}
	#t880 {
		width: 7.5rem;
		height: 8rem;
	}
	#tiny_b-1 {
		width: 3rem;
		height: 3rem;
	}
	#throttle_bodies {
		width: 6rem;
		height: 3rem;
	}
	#vic_117_01 {
		width: 5.625rem;
		height: 3rem;
	}
	#vic_cam_04 {
		width: 7.5rem;
		height: 5.625rem;
	}
	#vic_cam_05 {
		width: 7.875rem;
		height: 6rem;
	}
/******************************************************************  Logos  ******************************************************************************************/
	#megacycle {
		width: 12rem; 
		height: 2.25rem;
	}
	#webcam {
		width: 18.75rem; 
		height: 2.5rem;
	}
	#rd_valve_spring {
		width: 6.75rem; 
		height: 2.625rem;
	}
	#ricks {
		width: 7.5rem; 
		height: 3rem;
	}
	#arias {
		width: 8.725rem; 
		height: 3.75rem;
	}
	#je_pistons {
		width: 9rem; 
		height: 6rem;
	}
	#cp-carrillo {
		width: 9rem; 
		height: 4.5rem;
	}
	#patrick_racing {
		width: 17.25rem; 
		height: 3rem;
	}
	#allied {
		width: 9rem; 
		height: 4rem;
	}
	#revolution {
		width: 11.25rem;
		height: 3rem;
	}
	#kandl {
		width: 9rem; 
		height: 4rem;
	}
	#falicon {
		width: 16.3125rem; 
		height: 2.5625rem;
	}
	#millinium {
		width: 13.85625rem; 
		height: 4rem;
	}
	#us_chrome {
		width: 6rm; 
		height: 1.8rem;
	}
	#advanced_sleeve {
		width: 7.5rem; 
		height: 2.75rem;
	}
	#qande {
		width: 11.925rem; 
		height: 1.4625rem;
	}
	#line2line {
		width: 16.8rem; 
		height: 4.25rem;
	}
	#cometic {
		width: 6rem; 
		height: 3rem;
	}
	#athena {
		width: 7.5rem; 
		height: 3rem;
	}
	#sudco {
		width: 11.025rem; 
		height: 2.125rem;
	}
	#ferrea {
		width: 4.6875rem; 
		height: 2.125rem;
	}
	#kibblwhite {
		width: 19.8rem; 
		height: 3.75rem;
	}
	#partzilla {
		width: 4.7025rem; 
		height: 1.02975rem;
	}
	#babbitts {
		width: 8.725rem; 
		height: 2.375rem;
	}
	#tms {
		width: 7.5rem; 
		height: .75rem;
	}
	#autozone {
		width: 5.75rem; 
		height: 1.2rem;
	}
	#hd_vtwin {
		width: 5.75rem; 
		height: 1.725rem;
	}
	#diamond_head {
		width: 6rem; 
		height: 4.825rem;
	}
	figcaption, a figcaption {
		font-size: .75rem;
		color: #A7D;
		text-shadow: 1px 1px 0 #0C2;
	}
/*******************************************************************  Images  ****************************************************************************************************/
/**********  Bike Images  ************/
	#b50ss_01 {
		width: 4rem;
		height: 2rem;
	}
	#chief_01 {
		width: 6rem;
		height: 3rem;
	}
	#dr800_01 {
		width: 4rem;
		height: 3rem;
	}
	#m109_01 {
		width: 6rem;
		height: 3rem;
	}
	#sr500_01 {
		width: 4rem;
		height: 2.25rem;
	}
	#storm_01 {
		width: 6rem;
		height: 3rem;
	}
	#victory_01 {
		width: 6rem;
		height: 3rem;
	}
	#vulcan_01 {
		width: 6rem;
		height: 3rem;
	}
	#xv1900 {
		width: 6rem;
		height: 3rem;
	}
/**** Banner *****/
	#index2 {
		height: 3rem;
	}
/*******************************************************************  Images  ****************************************************************************************************/
/******************************************************************  Logos  ******************************************************************************************/
/***********************************************************************************  Navigation  *******************************************************************************/
	.nav {
	     width: 15rem;
	}
	#nav {
		width: 15rem;
		height: 1rem;
	}
	.modal {
		width: 10rem;
		height: 12rem;
	}
	#middle, .modal #middle, .modal ul {
		width: 4rem;
		height: 10rem;
		margin: .2rem auto;
	}
	.modal ul li, #middle li {
		margin-top: .5rem;
	}
	.nav > ul, ul li, ul ul li, ul ul ul li, .modal ul li #middle li,
	ul li ul li, ul li ul li ul li, li, button {
	    padding-bottom: .3rem;
		max-width: 2.25rem;
		height: 1rem;
		border: .06rem solid #746;
	}
	.nav ul li {
		margin: .2rem auto .2rem  -.2rem;
	}
	.nav ul li:hover, button:hover {
		border: 0;
	}
	.nav > ul a, .nav > ul a:link, .nav li a:link,
	.nav > ul a:visited, .nav li a:visited,
	button a:link, button a:visited {
		font-size: .6rem;
	}
	.nav > ul > li:first-of-type {
		margin-top: 1rem;
	}
/***********************************************************************************  Navigation  *******************************************************************************/
}
/**************************************************************************** END ************************************************************************************************/
/*********************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************/