body
{
	margin: 0 auto;
	padding: 0;
	background-color: #262626;
	background-image: url('http://www.streetfightersus.com/images/streetfighter_motorcycle_pictures_background.png');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}

#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

/* end Page */

/* begin Box, Sheet */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1000px;
	min-width:41px;
	min-height:41px;
}

.art-Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
{
	width: 40px;
	height: 40px;
	background-image: url('images/Sheet-s.png');
}

.art-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 20px, 20px, auto);
}

.art-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 20px, 20px);
}

.art-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(20px, 20px, auto, auto);
}

.art-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(20px, auto, auto, 20px);
}

.art-Sheet-tc, .art-Sheet-bc
{
	left: 20px;
	right: 20px;
	height: 40px;
	background-image: url('images/Sheet-h.png');
}

.art-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 20px, auto);
}

.art-Sheet-bc
{
	bottom: 0;
	clip: rect(20px, auto, auto, auto);
}

.art-Sheet-cr, .art-Sheet-cl
{
	top: 20px;
	bottom: 20px;
	width: 40px;
	background-image: url('images/Sheet-v.png');
}

.art-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 20px);
}

.art-Sheet-cl
{
	left:0;
	clip: rect(auto, 20px, auto, auto);
}

.art-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background-color: #FFFFFF;
}


.art-Sheet
{
	margin-top: 0px !important;
}

/* end Box, Sheet */

/* begin Header */
div.art-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 1000px;
	height: 100px;
}

div.art-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 1000px;
	height: 100px;
	background-image: url('http://www.streetfightersus.com/images/streetfighter_motorcycle_pictures_gallery_header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
div.art-Header-googlead
{
	position: relative;
	top:19px;
	left:514px;
	width:468px;
	height:60px;
	border:1px solid #555555;
}
/* end Header */

/* begin Menu */
/* menu structure */
.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}
.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}
.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}
.art-menu li li
{
	float: none;
}
.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}
.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}
.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}
.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}
.art-menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}

/* menu structure */
.art-menu
{
	padding: 0px 0px 0px 0px;
}
.art-nav
{
	position: relative;
	height: 25px;
	z-index: 100;
}
.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 25px;
	background-image: url('images/nav.png');
}
.art-nav .l
{
	left: 0;
	right:0px;
}
.art-nav .r
{
	right: 0;
	width: 1000px;
	clip: rect(auto, auto, auto, 1000px);
}
/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}
.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 75px;
	background-image: url('images/MenuItem.png');
}
.art-menu a .l
{
	left:0;
	right:0px;
}
.art-menu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}
.art-menu a .t 
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
	color: #CCCCCC;
	padding: 0 12px;
	margin: 0 0px;
	line-height: 25px;
	text-align: center;
}
.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-25px;
}
.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-25px;
}
.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-25px;
}
.art-menu a:hover .t
{
	color: #2E2E2E;
}
.art-menu li:hover a .t
{
	color: #2E2E2E;
}
.art-menu li:hover>a .t
{
	color: #2E2E2E;
}
.art-menu a.active .l, .art-menu a.active .r
{
	top: -50px;
}
.art-menu a.active .t
{
	color: #E0E0E0;
}

/* end MenuItem */


/* begin ContentLayout */
.art-contentLayout
{
	position: relative;
	margin-bottom: 5px;
	width: 100%;
}
/* end ContentLayout */

pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */


/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
  color: #404040;
}

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #000000;
	margin:1em 0 1em 2em;
	padding:0;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}

/* begin Footer */
.art-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 1000px;
	margin: 5px auto 0px auto;
}

.art-Footer .art-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.art-Footer .art-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 1000px;
	height: 150px;
	bottom:0;
	left:0;
}


.art-Footer .art-Footer-text p
{
	margin: 0;
}

/* end Footer */

/* begin LayoutCell */
.art-contentLayout .art-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 100%;
}
.art-contentLayout .art-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 998px;
}
/* end LayoutCell */


.navigation
{
	display: block;
	text-align: center;
}

.hidden
{
	display: none;
}
