body
	{
	background-color: #000000;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: black;
	text-align: -moz-center;
	text-align: center;
	}
a	{
	color: blue;
	text-decoration: none;
	}
a:hover
	{
	color: red;
	text-decoration: underline;
	}
.bg_white { background-color: white; }
.clearall { clear: both; }
.left { float: left; }
.right { float: right; }
#container
	{
	position: relative;
	text-align: left;
	background-color: white;
	width: 1024px;
	height: 800px;
	}
#header
	{
	position: relative;
	width: 1024px;
	height: 249px;
	border: solid 1px black;
	border-width: 1px 1px 0 1px;
	}
#logo
	{
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
	}
#banner
	{
	position: absolute;
	top: 0;
	left: 175px;
	z-index:1;
	}
#head_ad
	{
	position: absolute;
	top: 0;
	left: 826px;
	z-index:2;
	}
#body
	{
	position: relative;
	background-color: white;
	background-image: url(../images/body_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	height: 518px;
	border: solid 1px black;
	border-width: 0px 1px 1px 1px;
	margin: 0 0 0 0;
	}
#body[id]
	{
	height: auto;
	min-height: 518px;
	}
#nav
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 175px;
	min-height: 150px;
	height: 150px;
	background-color: black;
	background-image: url(../images/nav_bg.gif);
	}
#nav[id] { height: auto; }
#nav a, #nav h3
	{
	display: block;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Courier New, Courier, Times;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 0 0;
	text-indent: 4px;
	height: 25px;
	line-height: 25px;
	vertical-align: -moz-middle
	vertical-align: middle;
	}
#nav a:hover
	{
	background-color: #5f5f5f;
	}
#nav h3
	{
	font-size: 20px;
	color: #8f8f8f;
	}
#nav ul { margin: 0 0 0 0; }
#nav li
	{
	padding-left: 10px;
	margin-left: 20px;
	}
#nav .cats { margin: 0 0 0 10px; }
#nav .cats a
	{
	font-size: 14px;
	margin: 0;
	height: 17px;
	line-height: 17px;
	}
img.ad
	{
	border: solid 2px black;
	}
#content
	{
	position: relative;
	width: 849px;
	margin-left: 175px;
	border-style: solid;
	border-color: black;
	border-width: 10px 0 0 0;
	padding: 10px 0 0 0;
	}
#content p
	{
	/*margin: 20px 10px 0 75px;*/
	margin-top: 10px;
	font-size: 14px;
	}

#content .content p
	{
	margin: 20px 10px 0 50px;
	font-size: 20px;
	}
#content .sub_content
	{
	width:555px;
	margin-left: 10px;
	margin-right: 0;
	text-align: center;
	}
#content .sub_content p 
	{
	text-align: left;
	margin:10px 0 10px 5px;
	padding-right: 5px;
	}
#footer
	{
	position:relative;
	top: -1px;
	background-color: #ff0000;
	text-align: -moz-center;
	text-align: center;
	height: 36px;
	border: solid 1px black;
	border-width: 0 1px 1px 1px;
	margin: 0 0 0 0;
	}
#footer a
	{
	display: -moz-inline-stack;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
	padding: 0 10px 0 10px;
	margin: 0 5px 0 5px;
	height: 35px;
	line-height: 36px;
	vertical-align: -moz-middle;
	vertical-align: middle;
	}
#footer a:hover
	{
	background-color: #dd0000;
	}
.hover_left
	{
	position: absolute;
	top: 372px;
	left: 10px;
	}
.myspace
	{
	position: absolute;
	top: 482px;
	left: 5px;
	}
.cart_home
	{
	position: absolute;
	top: 400px;
	left: 425px;
	}
.cart_home img 
	{ 
	width: 193px;
	height: 88px;
	behavior: url(etc/iepngfix.htc); 
	}
table.form th, table.list th
	{
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
	background-color: #252525;
	color: white;
	}
table.form th { width: 30%; }
table.form td, table.list td
	{
	background-color: #efefef;
	text-align: left;
	}
table.form td { width: 70%; }
table.list td { text-align: center; }
table.list th
	{
	text-align: center;
	vertical-align: center;
	padding-top: auto;
	}
table.form_nobg th
	{
	font-size: 11px;
	width: 25%;
	text-transform: uppercase;
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
	color: black;
	}
table.form_nobg th.header
	{
	font-size: 14px;
	text-align: left;
	border: solid 0px black;
	border-width: 0 0 2px 0;
	margin: 4px 0 0 0;
	}
table.form_nobg td
	{
	text-align: left;
	width:75%;
	}
table.form tr.buttons th, table.form tr.buttons td { background: transparent; }
input[type="text"],input[type="password"],input[type="file"],select { border: solid 1px black; }
textarea { border: solid 1px black; }
input.btn, a.btn
	{
	background-color: transparent;
	background-image: url(../images/btn_bg.gif);
	font-size: 10px;
	font-family: Arial;
	text-transform: uppercase;
	color: white;
	border: 0 0 0 0;
	border-style: none;
	width: 85px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	}
a.btn
	{
	display: block;
	vertical-align: middle;
	}

#breadcrumbs
	{
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin-right: 20px;
	}
#breadcrumbs a { color: black; }
#breadcrumbs .active { color: red; }
hr
	{
	color: black;
	height: 1px;
	width: 100%;
	}
.status_msg
	{
	color: maroon;
	text-align: center;
	}
h2	{
	text-align:center;
	margin-left: 50px;
	}
#main_buttons
	{
	position: absolute;
	top: 120px;
	left: -100px;
	text-align: center;
	font-size: 20px;
	font-family: courier, arial, verdana;
	font-weight: bold;
	}
#main_buttons img
	{
	border: 0 0 0 0;
	width: 181px;
	height: 182px;
	}
#main_bikes, #main_chicks, #main_events, #main_dawgz
	{
	position: relative;
	/*display: inline;*/
	float: left;
	margin-left: 20px;
	width: 181px;
	height: 182px;
	border: 0 0 0 0;
	border-style: none;
	}
#main_bikes { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/main_bikes.png'); }
#main_chicks { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/main_chicks.png'); }
#main_dawgz { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/main_dawgz.png'); }
#main_events { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/main_events.png'); }

#main_bikes[id] { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=false, sizingMethod=crop, src='images/main_bikes.png'); background-image: url(../images/main_bikes.png); }
#main_chicks[id] { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=false, sizingMethod=crop, src='images/main_chicks.png'); background-image: url(../images/main_chicks.png); }
#main_dawgz[id] { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=false, sizingMethod=crop, src='images/main_dawgz.png'); background-image: url(../images/main_dawgz.png); }
#main_events[id] { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=false, sizingMethod=crop, src='images/main_events.png'); background-image: url(../images/main_events.png); }

#main_bikes_label, #main_chicks_label, #main_events_label, #main_dawgz_label
	{
	position: relative;
	top: -10px;
	float: left;
	margin: 5px 0 0 0;
	width: 181px;
	font-size: 16px; 
	text-align: center;
	border: solid 0px blue;
	}
#main_bikes_label { margin-right: 30px; }
#main_chicks_label { margin-right: 30px; }
#main_dawgz_label { margin-right: 30px; }
#main_events_label { margin-right: 60px; }
	

.sub_nav_title
	{
	position: absolute;
	font-weight: bold;
	font-size: 14px;
	top: 5px;
	left: 525px;
	width: 301px;
	font-family: courier, arial, verdana;
	font-weight: bold;
	}
.sub_nav
	{
	position: absolute;
	top: 17px;
	left: 525px;
	height: 493px;
	width: 301px;
	}
img.sub_nav { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/sub_nav_bg.png'); }
img.sub_nav[class] { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=false, sizingMethod=crop, src='images/sub_nav_bg.png'); background-image: url(../images/sub_nav_bg.png); }
.sub_nav a img
	{
	width:200px;
	height:30px;
	border: solid 0px blue;
	margin: 7px 0 0 0;
	}
.courier
	{
	font-family: courier, new courier, arial, verdana;
	font-size: 16px;
	font-weight: bold;
	}
dl
	{
	font-size: 16px;
	width: 500px;
	}
dl dt
	{
	float:left;
	width: 300px;
	text-align: left;
	border: solid 0px blue;
	margin-left: 50px;
	line-height: 30px;
	font-weight: bold;
	}
dl dt a { color: black; }
dl dd
	{
	display: -moz-inline-stack;
	display: inline-block;
	text-align: right;
	border: solid 0px blue;
	margin-left: 0;
	}
.clear { clear: both; }
small
	{
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	}
.thumb img
	{
	width: 60px;
	height: 60px;
	float: left;
	margin: 8px;
	}
.pagination
	{
	position: relative;
	width: 600px;
	font-size: 20px;
	}
.pagination .prev { float:left; }
.pagination .next { float:right; }
.num_pages
	{
	position: relative;
	float: left;
	width: 150px;
	}
table.parts
	{
	border: 0;
	padding: 0;
	margin: 0;
	width: 500px;
	}
table.parts th
	{
	border: solid 1px black;
	width: 100px;
	margin: 8spx;
	background-color: white;
	}
table.parts th img
	{
	width:150px;
	height:150px;
	}
table.parts td
	{
	margin: 8px;
	width: 400px;
	padding: 10px;
	border: solid 1px black;
	background-color: white;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	}
a.current
	{
	color:black;
	font-size: 14px;
	}
.popup
	{
	position: relative;
	width: 375px;
	height: 440px;
	border: solid 1px gray; 
	background-color: white;
	text-align: -moz-left;
	text-align: left;
	padding: 15px;
	overflow: auto;
	}