/*
@import url("equipment.css");
@import url("filter_bike.css");

COLORS
f2f2f2
e7d300
bfac4b
8c8356
262223

ed481d
*/

/* ***** RESET ***** */
html, body, 
div, span, iframe, 
h1, h2, h3, h4, h5, h6, 
p, a, em, img, small, strong, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 100%;
	outline: 0;
	vertical-align: baseline;
}
body { line-height: 1; }
ol, ul { list-style: none; }
:focus { outline: 0; }
table {	border-collapse: collapse; border-spacing: 0; }

/* ***** GLOBAL ***** */
body {
	background: #262223 url(../img/body_bg.png) left 0px repeat-x;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	border-top: 5px solid #e7d300;
}

h2 {
	letter-spacing: 1px;
	font-size: 19px;
	color: #f2f2f2;
	font-weight: normal;
	font-family: tahoma;
	width: 934px;
	position: absolute;
	top: -56px;
	left: 0;
	z-index: 333;
	background: transparent;
	padding: 0px 25px;
	line-height: 34px;
}

	h2 span,
	h2 span a {
		font-size: 14px;
		color: #f2f2f2;
		letter-spacing: 0;
	}

h3 {
	font: normal 1.5em/1.75em tahoma;
	letter-spacing: 1px;
	color: #262223;
	text-shadow: #9F911B 1px 1px 3px;
}

h3 span {
	color: #8c8356;
	font: normal 14px/19px verdana;
}

h4 {
	font: normal 1.2em/1.7em georgia;
	color: #262223;
        border-bottom: 1px dotted;
        margin: 20px 45px 0 15px;
}

#article h5 {
	font: bold 15px/1.3em arial;
	margin: 3px 0 0 15px;
	font-style: italic;
	color: #bfac4b;
	padding: 0 6px;
}

p {
	margin: 6px 15px;
	color: #262223;
	font-size: 14px;
	line-height: 1.45em;
}

a {
	color: #262223;
}

strong {
	font-weight: bold;
	color: #262223;
}

ul {
	margin: 10px 45px;
}

li {
	list-style: square;
	font: normal 14px/1.3em tahoma;
	color: #262223;
}

dl {
	margin: 10px 45px;
}

dt {
	font: bold 14px/1.3em tahoma;
}

dd {
	font: normal 14px/1.3em arial;
}

em {
	color: #8c8356;
}

blockquote {
	border: 1px dotted #8c8356;
	padding: 30px;
	text-align: center;
	line-height: 2em;
	font-style: italic;
	background: #fff;
	font-size: 1.5em;
	color: #8c8356;
}

img.shadow {
	border: 6px solid #fff;
	box-shadow: 3px 3px 9px #999;
	-webkit-box-shadow: 3px 3px 9px #999;
	-moz-box-shadow: 3px 3px 9px #999;	
}

/* ***** LAYOUT ***** */
#container {
	margin: 0 auto;
	width: 996px;
	background: transparent;
	position: relative;
	/*overflow: hidden;*/
	padding-bottom: 110px;
}

/* ***** HEADER ***** */
	#header {
		background: transparent url(../img/bikers_edge_logo.png) left -1px no-repeat;
		position: relative;
		height: 101px;
		z-index: 997;
	}
		#header h1,
		.siteTagLine {
			text-indent: -999em;
		}

		#header #locations {
			position: absolute;
			top: 16px;
			left: 265px;
			background: transparent;
			width: 535px;
			color: #f2f2f2;
			z-index: 997;
		}

			#header #locations h5 {
				font: bold 16px/1.55em "Lucida Grande", arial;
				text-align: left;
				width: 600px;
				background: transparent;
				overflow: hidden;
				padding: 4px;
			}

				#header #locations h5.selected {
					border-color: #f2f2f2;
					border-style: solid;
					border-width: 4px;
					background: #8c8356;
					padding: 2px 0 0 0;
					box-shadow: 8px 8px 4px #000;
					-webkit-box-shadow: 8px 8px 4px #000;
					-moz-box-shadow: 8px 8px 4px #000;
					-moz-border-radius: 5px;
					-webkit-border-radius: 3px;
				}

				#header #locations h5 span {
					display: block;
					float: left;
					background: transparent;
					width: 380px;
					color: #8C8356;
					margin: 0 0 0 10px;
					font: normal 17px/1.5em arial;
				}

					#header #locations h5.selected span {
						color: #f2f2f2;
					}
								
				#header #locations h5 strong {
					color: #e7d300;
				}

				#header #locations h5 a {
					font: normal 13px/1.5em "Lucida Grande", arial;
					vertical-align: top;
					color: #e7d300;
					float: left;
					display: block;
					text-decoration: none;
					border: 1px solid #333;
					padding: 1px 6px;
					background: #030303;
					margin: 0 10px 0 0;
					box-shadow: 0px 1px 1px #333;
					-webkit-box-shadow: 0px 1px 1px #333;
					-moz-box-shadow: 0px 1px 1px #222;
					-moz-border-radius: 5px;
					-webkit-border-radius: 3px;
				}

					#header #locations h5 a:hover,
					#header #locations h5.selected a {
						color: #262233;
						border-color: #f2f2f2;
						background: #e7d300;
					}
					
			.js #header #locations div.storeHours {
				display: none;
			}

			#header #locations div.storeHours {
				width: 170px;
				position: absolute;
				top: 0px;
				left: -125px;
				background: #262223;
				z-index: 999;
				border-color: #f2f2f2;
				border-style: solid;
				border-width: 5px;
				box-shadow: 2px 2px 12px #000;
				-webkit-box-shadow: 2px 2px 12px #000;
				-moz-box-shadow: 2px 2px 12px #000;
					-moz-border-radius: 5px;
					-webkit-border-radius: 3px;
			}

				#header #locations div.storeHours dl {
					margin: 0;
					padding: 0 0 15px 0;
				}

					#header #locations div.storeHours dt {
						padding: 5px 0;
						margin: 0 0 10px 0;
						border-bottom: 4px solid #f2f2f2;
						text-align: center;
						font-weight: bold;
						background: #8c8356;
						display: block;
						color: #e7d300;
						letter-spacing: 1px;
					}

					#header #locations div.storeHours dd {
						margin: 0 15px;
						color: #f2f2f2;
						font: normal 1em/1.5em arial;
						letter-spacing: 1px;
						text-align: right;
					}

/* ***** NAVIGATION ***** */
#navigation {
	width: 996px;
	background: transparent;
	height: 32px;
	position: relative;
	z-index: 996;
}

	#navigation ul.level_1 {
		width: 996px;
		background: transparent;
		height: 32px;
		margin: 0;
	}

		#navigation ul li {
			position: relative;
			float: left;
			list-style: none;
			width: 100px;
		}
			
			#navigation ul li a {
				display: block;
				padding: 0 14px;
				background: transparent;
				line-height: 32px;
				height: 32px;
				text-decoration: none;
				color: #e7d300;
				/*font: normal 15px/32px tahoma;*/
				font-size: 15px;
				line-height: 32px;
				text-align: center;
				box-shadow: 1px -1px 4px #111;
				-webkit-box-shadow: 1px -1px 4px #111;
				-moz-box-shadow: 1px -1px 4px #111;
				-moz-border-radius: 5px;
				-khtml-border-radius: 5px;
				-webkit-border-radius: 3px;
			}

				#navigation ul.level_1 li a:hover,
				#navigation ul.level_1 li:hover a,
				#navigation ul.level_1 li a.selected {
					color: #262223;
					background: #e7d300;
					box-shadow: 0px 1px 3px #F2EDA7;
					-webkit-box-shadow: 0px 1px 3px #F2EDA7;
					-moz-box-shadow: 0px 1px 3px #F2EDA7;
				}

				#navigation ul.level_1 li a.selected {
					border: 1px solid #F2EDA7;
					line-height: 30px;
					height: 30px;
				}

			.js #navigation ul.level_1 li ul.level_2 {
				display: none;
			}
			
			#navigation ul.level_1 li ul.level_2 {	
				position: absolute;
				top: 100%;
				left: 0px;
				background: #e7d300;
				list-style: none;
				margin: 0;
				padding: 0;
				width: 200px;
				z-index: 999;
				border-left: 6px solid #e7d300;
				-moz-border-radius: 5px;
				-khtml-border-radius: 5px;
				-webkit-border-radius: 3px;
			}
			
			#navigation ul.level_1 li ul.level_2 li {
				display: block;
				float: none;
				width: 210px;
				border: 0;
			}

			/* IE FIX */
			li>ul {
				top: auto;
				left: auto;
			}
				
				#navigation ul.level_1 li ul.level_2 li a {
					display: block;
					border: 1px solid;
					border-color: #333 #111 #111 #333;
					box-shadow: 1px 1px 4px #555;
					-webkit-box-shadow: 1px 1px 4px #555;
					-moz-box-shadow: 1px 1px 4px #555;
					color: #e7d300;
					background: #010101;
					padding-right: 20px;
					padding-left: 10px;
					white-space: nowrap;
					text-align: left;
				}
					
					#navigation ul.level_1 li ul.level_2 li a.selected {
						color: #262223;
						background: #e7d300;
					}
					#navigation ul.level_1 li ul.level_2 li a.selected:hover, 
					#navigation ul.level_1 li ul.level_2 li:hover a.selected {
						color: #262223;
					}
					
					#navigation ul.level_1 li ul.level_2 li a:hover, 
					#navigation ul.level_1 li ul.level_2 li:hover a {
						color: #f2f2f2;
						border-color: #444 #222 #222 #444;
					}

						.js #navigation ul.level_1 li ul.level_2 li ul.level_3 {
							display: none;
						}

						#navigation ul.level_1 li ul.level_2 li ul.level_3 {				
							margin: 0;
							padding: 0;
							position: absolute;
							top: 0;
							left: 100%;
							z-index: 999;
							border-left: 4px solid #e7d300;
							width: 210px;
						}

							#navigation ul.level_1 li ul.level_2 li ul.level_3 li a {				
								background: #010101;
								color: #e7d300;
								border-color: #333 #111 #111 #333;
							}
							#navigation ul.level_1 li ul.level_2 li ul.level_3 li a.selected {

						color: #262223;
						background: #e7d300;
}
														
								#navigation ul.level_1 li ul.level_2 li ul.level_3 li a:hover {
									color: #f2f2f2;
									border-color: #444 #222 #222 #444;
								}

/* ***** ARTICLE ***** */
#article {
	padding: 15px 20px 80px 20px;
	background: #f2f2f2;
	position: relative;
	z-index: 990;
	width: 700px;
	margin-top: 58px;	
	box-shadow: 5px 5px 10px #111;
	-webkit-box-shadow: 5px 5px 10px #111;
	-moz-box-shadow: 5px 5px 10px #111;	
	border: 1px solid #262223;
	border-width: 0 1px 1px 1px;
	border-color: #000 #262223 #262223 #262223;
	clear: both;
	float: left; /*overflow: hidden;*/
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 13px;
}

#adminArticle {
	padding: 15px 20px 80px 20px;
	position: relative;
	z-index: 990;
	margin-top: 58px;	
	clear: both;
	float: left; /*overflow: hidden;*/
	margin-bottom: 85px;
}
#adminArticle fieldset.SWFieldset {
		background: #f2f2f2;
		border: 5px solid #262827;
		width: 700px;
		color: #fff;
		margin: 0px;
		padding: 5px 25px 25px 25px;
		-moz-border-radius: 15px;
		-khtml-border-radius: 15px;
		-webkit-border-radius: 15px;
		box-shadow: 5px 5px 10px #555;
		-webkit-box-shadow: 5px 5px 10px #555;
		-moz-box-shadow: 5px 5px 10px #555;
		border: 1px solid #262827;
	}

	#adminArticle fieldset.SWFieldset legend {
		padding: 6px 10px;
		background: #090D16;
		border: 5px solid #262827;
		font-variant: small-caps;
		font-size: large;
		letter-spacing: 1px;
		-moz-border-radius: 15px;
		-khtml-border-radius: 15px;
		-webkit-border-radius: 15px;
		box-shadow: 5px 5px 10px #555;
		-webkit-box-shadow: 5px 5px 10px #555;
		-moz-box-shadow: 5px 5px 10px #555;
	}

	#adminArticle fieldset.SWFieldset label {
		display: block;
		width: 150px;
		margin: 6px 0 0 0;
		padding: 7px 12px;
		float: left;
		clear: left;
		background: #f2f2f2;
		border: 0px solid #262827;
		color: #333;
		font-weight: bold;
		text-align: right;
		font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
		font-size: 13px;
	}

	#adminArticle fieldset.SWFieldset input {
		margin: 6px 0 0 3px;
		padding: 8px 6px;
		width: 300px;
		border: 1px solid #ccc;
	}

	#adminArticle fieldset.SWFieldset input.submit {
		color: #ccc;
		background: green;
		font-variant: small-caps;
		letter-spacing: 1px;
		font-weight: bold;
		cursor: pointer;
		margin: 25px auto;
		display: block;
		clear: left;
		-moz-border-radius: 15px;
		-khtml-border-radius: 15px;
		-webkit-border-radius: 15px;
		box-shadow: 5px 5px 10px #999;
		-webkit-box-shadow: 5px 5px 10px #999;
		-moz-box-shadow: 5px 5px 10px #999;
	}
	#adminArticle fieldset.SWFieldset input.submit:hover {
		color: #fff;
		border-color: #fff;
	}
	/* ERRORS */
	#adminArticle fieldset.SWFieldset p {
	color: red;
	margin-left: 180px;
	}


	#article.wide_view,
	.wide_view {
		width: 956px !important;
	}


        #article small {
			font: normal small/1.5em georgia;
			color: #888;
			border-bottom: 1px dotted;
        }

/* ***** BICYCLE LIST ***** */
	.bicycleList th {
		padding: 3px 6px;
		border: 0px solid #8c8356;
		background: #262223;
		color: #f2f2f2;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.7em;
		letter-spacing: 1px;
		font-variant: small-caps;
		white-space: nowrap;
	}

		.bicycleList th.header {
			cursor: pointer;
				-moz-border-radius: 12px;
				-khtml-border-radius: 12px;
				-webkit-border-radius: 7px;
				background: #8C8356;
				color: #e7d300;
		}
		
			.bicycleList th.header:hover {
				background: #fff;
				color: #262223;
			}

		.bicycleList th.headerSortDown {
			background: #e7d300;
			text-decoration: underline;
			color: #262223;
			font-weight: bold;
			letter-spacing: 0px;
		}

		.bicycleList th.headerSortUp {
			background: #e7d300;
			text-decoration: overline;
			color: #262223;
			font-weight: bold;
			letter-spacing: 0px;
		}
		
        .bicycleList tr.on td, 
		.bicycleList tr:hover td {
			color: #f2f2f2;
			background: #262223;
		}

		.bicycleList tr td {
			padding: 0px 6px 2px 6px;
			border: 1px solid #eee;
			white-space: nowrap;
			font: normal 13px/1.7em arial;
			color: #262223;
			vertical-align: bottom;
			background: #fff;
			cursor: default;
		}

				.bicycleList tr td a {
					display: block;
					white-space: nowrap;
					font: normal 14px/1.7em tahoma;
					cursor: pointer;
					padding: 0 6px;
				}

				.bicycleList tr:hover td a,
				.bicycleList tr.on td.brandName a {
					color: #fff;
				}	
		
				.bicycleList tr td.model a {
					background: #010101;
					color: #eee;
					padding: 0 6px 0 15px;
					text-decoration: none;
					font: normal 14px/1.7em tahoma;
					cursor: pointer;
					-moz-border-radius: 12px;
					-khtml-border-radius: 12px;
					-webkit-border-radius: 12px;
					box-shadow: 3px 3px 3px #999;
					-webkit-box-shadow: 0px 0px 0px #999;
					-moz-box-shadow: 3px 3px 3px #999;
				}

		.bicycleList tr.on td.model a,
		.bicycleList tr:hover td.model a,
        .bicycleList tr td.model a:hover {
			color: #262223;
			background: #e7d300;
			text-decoration: underline;
		}
			.bicycleList tr td.brandName {
				padding: 0 2px;
			}
			.bicycleList tr td.saleTypeCloseout {
			color: red;
			}
			.bicycleList tr td.saleTypeSpecial {
			color: green;
			}

	.bicycleList tr th.image,
	.bicycleList tr td.image {
		width: 0px;
		padding: 0;
		border-width: 0;
		background: transparent;
	}

	.bicycleList tr td div.listThumb {
		position: relative;
	}
		.bicycleList tr td div.listThumb img {
			display: block;
			visibility: hidden;
			position: absolute;
			top: 0;
			left: 0;
			border: 5px solid #000;
			padding: 6px;
			background: #fff;
			z-index: 399;
		}


	.pagination {
		background: transparent;
		padding: 10px;
		overflow: hidden;
	}
	
	.pagination strong {
		text-shadow: #000 1px 1px 1px;
		font-weight: bold;
		color: #eee;
		display: block;
		float: left;
		padding: 3px;
	}
	
	.pagination a {
		background: #ed481d;
		color: #fff;
		display: block;
		float: left;
		padding: 3px;
		text-decoration: none;
		border: 1px solid #eee;
		margin: 0 2px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 1px 1px 1px #000;
		-webkit-box-shadow: 1px 1px 1px #000;
		-moz-box-shadow: 1px 1px 1px #000;
		font: normal 14px/1 arial;
	}
	
	.pagination a:hover {
		background: #e7d300;
		color: #333;
	}


div.closeouts,
div.bicycles/*,
div.bikeTypeWrap*/ {
	/*width: 950px;*/	
	margin-top: 58px;
	margin-bottom: 85px;
	position: relative;
	z-index: 990;
	padding-bottom: 180px;
	background: #f2f2f2;
	padding: 15px 20px 80px 20px;	
	box-shadow: 5px 5px 10px #111;
	-webkit-box-shadow: 5px 5px 10px #111;
	-moz-box-shadow: 5px 5px 10px #111;	
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 13px;
}
div.bicycles {
	background: transparent;
}
div.bicycles.on {
	background: #fff;
}
div.bikeTypeWrap {
	position: relative;
	width: 990px;
	margin-top: 58px;
	margin-bottom: 85px;
}

div.closeouts {	
}

table.bikeType th {
	font: normal 11px/1.4em arial;
	letter-spacing: 0;
}

table.bikeType .msrp,
table.bikeType .salePrice,
table.bikeType td.year,
table.bikeType td.brandName a {
	font-size: 11px;
	line-height: 23px;
}

.msrp,
.salePrice,
.perOff {
	text-align: right;
}

table.bikeType .specialPrice,
.bicycleList .specialPrice,
.bicycleList tr.on td.specialPrice,
.bicycleList tr:hover td.specialPrice {
	background: yellow;
	font-weight: bold;
	color: #262223;
}

.bicycleList tr.on td.specialPrice,
.bicycleList tr:hover td.specialPrice {
	color: red;
}

/* ***** BIKE JACK BOX AND DESC WRAP ***** */
.bikeTypeDesc {
	float: right;
	background: transparent url(/public/theme/2010/img/loadingAnimation.gif) 50px 80px no-repeat;
	padding: 0px 15px 55px 0;
	margin: 0 5px 25px 0;
	overflow: hidden;
	width: 500px;
}
#newJackBox .bikeTypeDesc {
	float: none;
	width: 735px;
	padding-left: 15px;
}
	
	.bikeTypeDesc .wrap {
		background: #fff;
		padding: 20px;
		overflow: hidden;
		box-shadow: 6px 6px 12px #000;
		-webkit-box-shadow: 6px 6px 12px #000;
		-moz-box-shadow: 6px 6px 12px #000;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		position: relative;
		z-index: 990;
	}
		.bikeTypeDesc .wrap span.sale {
			color: red;
			font-weight: bold;
		}
	#newJackBox .bikeTypeDesc .wrap {
		box-shadow: 0px 0px 0px #000;
		-webkit-box-shadow: 0px 0px 0px #000;
		-moz-box-shadow: 0px 0px 0px #000;
		-moz-border-radius: 0px;
		-khtml-border-radius: 0px;
		-webkit-border-radius: 0px;
	}
			
		#showBike {
			background: #fff;
			width: 500px;
			padding-bottom: 25px;
		}
		
			#showBike h2 {
				/*padding: 0px;*/
			}
		
			div.showBikeImg {
				width: 475px;
				height: 333px;
				margin-left: -8px;
			}
			
	#proRoad {
		display: block;
		width: 440px;
		height: 200px;
		border: 7px solid #eee;
		overflow: hidden;
		position: relative;
		background: #000;
	}
	
		#proRoad h5 {
			position: absolute;
			top: 105px;
			right: 0;
			z-index: 199;
			color: #fff;
			width: 200px;
			font-size: 25px;
			text-shadow: #000 3px 3px 6px;
			font-style: normal;
			background: #000;
			opacity: 0.8;
			text-align: center;
			padding: 3px;
		}
		
		#proRoad img {
			display: block;
			width: 971px;
			height: 242px;
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 198;
		}		
		
	.linkToOrg {
		background: #262223;
		color: #f2f2f2;
		padding: 0 6px;
	}

	#wrapBikeListType	{
		position: absolute;
		top: 190px;
		left: 0;
		z-index: 991;
		padding-bottom: 250px;
	}			

/* ***** JACK BOX ***** */
#newJackBox {
	position: absolute;
	width: 770px;
	top: 40px;
	overflow: auto;
	z-index: 997;
	background: #fff;
		box-shadow: 6px 6px 12px #000;
		-webkit-box-shadow: 6px 6px 12px #000;
		-moz-box-shadow: 6px 6px 12px #000;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
}

#newJackBox .cancelHiJackHJ {
	position: absolute;
	top: 0;
	left: 500px;
	height: 30px;
	width: 70px;
	text-align: center;
	font: normal 18px/30px arial;
	z-index: 999;
}

	#newJackBox #showBike h2 {
		padding: 15px;
	}

	#newJackBox .bookMarkButton {
		padding: 15px;
		display: block;
	}

/* ***** BRANDS ***** */
.brandWrap {
	margin: 0 0 0 0px;
	padding-bottom: 250px;
	background: transparent url(/public/theme/2010/img/bikers_edge_logo.png) repeat scroll -75px top;
}

	.brandItemWrap {
		background: transparent;
		position: relative;
	}

		.brandItemWrap h4 {
			border: 1px solid #e7d300;
			border-width: 1px 1px 0 1px;
			margin: 0;
			background: #262626;
			color: #e7d300;
			padding: 0 10px;
			font-family: arial;
			font-size: 14px;
			width: 190px;
			cursor: pointer;
			-moz-border-radius: 5px;
			-khtml-border-radius: 5px;
			-webkit-border-radius: 3px;
		}

				.brandItemWrap h4:hover,
				.brandItemWrap h4.selected {
					background: #e7d300;
					color: #262223;
				}

			.js .brandItem {
				display: none;
			}
			
			.brandItem {
				background: #fff;
				width: 467px;
				padding: 10px;
				position: absolute;
				top: 0;
				right: 0;
				z-index: 555;
				border: 1px solid #ccc;
				box-shadow: 2px 2px 6px #999;

				-webkit-box-shadow: 2px 2px 6px #999;
				-moz-box-shadow: 2px 2px 6px #999;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 3px;
			}
				
				.brandImg {
					display: block;
					float: left;
					width: 150px;
					height: 150px;
					margin: 15px;
				}

/* ***** STORE GALLERY ***** */
#store_gallery {
	margin: 10px 25px 25px 25px;
	background: #000;
	width: 300px;
	height: 225px;
	overflow: hidden;
	float: left;
	position: relative;
	border: 6px solid #e2e2e2;
}

	#store_gallery img {
		display: block;
		width: 300px;
		height: 225px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 555;
	}

/* ***** LOCATIONS ***** */
.wrapLocation {
	padding-bottom: 55px;
	position: relative;
}
.wrapContact {
	position: relative;
	clear: both;
}

	.locations dl,
	.contact dl {
		width: 250px;
		float: left;
		padding: 0;
		margin: 20px 0 25px 25px;
	}

		.locations dl dt,
		.contact dl dt {
			text-align: center;
			border-bottom: 1px solid;
			margin: 0 0 10px 0;
			padding: 0 0 5px 0;
		}
		
	.contact h3 { clear: both; }

	.businessCard dd {
		text-align: center;
	}
	
	.storeHours dd {
		text-align: right;
		margin-right: 25%;
	}

	.googleMap {
		clear: left;
		border: 9px solid #fff;
		width: 660px;
		margin: 0 auto;
	}

		.googleMap small {
			display: block;
			background: #262223;
			border: 1px solid #000;
		}
	
		.googleMap small a {
			display: block;
			padding: 3px 10px;
			color: #e7d300 !important;
			font: normal 14px/1.7em arial;
			letter-spacing: 1px;
		}
			
/* ***** NEWS ***** */
.archiveList li {
	list-style: none;
	padding: 0 20px 20px 0px;
	position: relative;
}

.archiveList li h4 {
	margin: 0;
}

	.archiveList li h4 a {
		text-decoration: none;
		border-bottom: 1px dotted #333;
		display: block;
	}
		
		.archiveList li h4 a:hover {
			border-bottom: 1px solid #000;
		}

	.archiveList small {
		font: normal small/1.2em georgia;
		color: #777;
	}

/* ***** LINKS ***** */
.links li {
	list-style: none;
	overflow: hidden;
	position: relative;
}

	.links li img {
		display: block;
		float: left;
		clear: left;
		margin: 0px 20px 20px 0;
	}

/* ***** ASIDE DEFAULT ***** */
#aside_default {
	position: absolute;
	top: 170px;
	right: 0;
	background: transparent;
	width: 256px;
	padding-top: 20px;
	padding-bottom: 50px;
}
	
	#aside_default a {
		display: block;
		text-align: center;
	}
	
/* ***** SIDEBAR ***** */

.bikeSaleBanner {
	display: block; 
	width: 182px; 
	height: 201;
	margin: 0 0 0 38px;
}

/* ***** FOOTER ***** */
#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #262223;
	border-top: 1px solid #333;
	z-index: 999;
	box-shadow: 0px -5px 10px #1E1B1C;	
	-webkit-box-shadow: 0px -5px 10px #1E1B1C;	
	-moz-box-shadow: 0px -5px 10px #1E1B1C;	
}
	#footer p {
		padding: 2px;
		font-size: 13px;
		white-space: nowrap;
		margin: 5px 0 0 15px;
	}
		#footer strong {
			color: #e7d300;
		}
		#footer span {
			padding-right: 20px;
			color: #8C8356;
		}
		#footer a {
			color: #8C8356;
		}

#wrapFooterStores {
max-width: 996px;
margin: 0 auto;
}

.wrapStore {
	position: relative;
	float: left;
}

#footer .wrapStore p {
	border: 4px solid #262223;
}

#footer a.hoursLink,
#footer a.mapLink {
	font: normal 13px/1 "Lucida Grande", arial;
	vertical-align: top;
	color: #e7d300;
	float: left;
	display: block;
	text-decoration: none;
	border: 1px solid #333;
	padding:3px 9px 4px 9px;
	background: #030303;
	margin: 0 10px 0 0;
	box-shadow: 1px 1px 1px #333;
	-webkit-box-shadow: 1px 1px 1px #333;
	-moz-box-shadow: 1px 1px 1px #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 3px;
}

#footer a.hoursLink:hover,
#footer a.mapLink:hover {
	color: #262233;
	border-color: #f2f2f2;
	background: #e7d300;
}

#footer .wrapStore p.selected {
	border-color: #f2f2f2;
	border-style: solid;
	border-width: 4px;
	background: #8c8356;
	box-shadow: 2px 2px 4px #777;
	-webkit-box-shadow: 2px 2px 4px #777;
	-moz-box-shadow: 2px 2px 4px #777;
	-moz-border-radius: 5px;
	-webkit-border-radius: 3px;
}

#footer .wrapStore p.selected span {
color: #fff;
}

.js #footer div.f-storeHours {
	display: none;
}

#footer div.f-storeHours {
	position: absolute;
	bottom: 100%;
	left: 15px;
	background: red;
	width: 170px;
	background: #262223;
	z-index: 999;

	border-color: #f2f2f2;
	border-style: solid;
	border-width: 5px;
	box-shadow: 2px 2px 12px #000;
	-webkit-box-shadow: 2px 2px 12px #000;
	-moz-box-shadow: 2px 2px 12px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 3px;
}

#footer div.f-storeHours dl {
	margin: 0;
	padding: 0 0 15px 0;
}

#footer div.f-storeHours dt {
	padding: 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 4px solid #f2f2f2;
	text-align: center;
	font-weight: bold;
	background: #8c8356;
	display: block;
	color: #e7d300;
	letter-spacing: 1px;
}

#footer div.f-storeHours dd {
	margin: 0 15px;
	color: #f2f2f2;
	font: normal 1em/1.5em arial;
	letter-spacing: 1px;
	text-align: right;
}

#footer p.copy {
	clear: both;
	text-align: center;
}

/* ***** HIJACK LINKS ***** */
#modalHJ {
	background: #000 url(/public/img/loadingAnimation.gif) center 175px no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 997;
}

	.cancelHiJackHJ {
		color: #f2f2f2;
		display: block;
		position: absolute;
		bottom: 14px;
		left: 14px;
		border: 2px solid #ccc;
		background: red;
		cursor: pointer;
		padding: 3px 6px;
	}

	.cancelHiJackHJ:hover {
		background: green;
		color: #f2f2f2;
	}

/* ***** LOGIN ***** */
.login fieldset {
	border: 1px solid #ccc;
	width: 400px;
	margin: 25px auto 0 auto;
	background: #262626;
	padding: 15px;
}

.login label {
	display: block;
	float: left;
	clear: left;
	width: 160px;
	text-align: right;
	margin: 6px;
	font: normal 20px/30px arial;
	color: #eee;
}

.login input {
	display: block;
	margin: 6px;
	font: normal 20px/30px arial;
	width: 200px;
}

.login input.submit {
	width: 100px;
	margin: 0 auto;
}

.login p {
	color: red;
}

/* ***** NEWSLETTER ***** */
#signupForm {
	width: 180px;
	padding: .7em;
	margin: 0 auto;
	position: relative;
}

#signupForm.formOn {
	background: #EE491D;
	border: 1px solid #d5d5d5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
}

#wrapResponse {
	height: 444px;
	border: 3px solid green;
}

#signupForm img {
	position: relative;
	z-index: 222;
	cursor: pointer;
	width: 182px;
	height: 181px;
}
#signupForm #wrapForm {
	background: #EE491D;
	width: 169px;
	margin: 0 auto;
	margin-top: -140px;
	visibility: hidden;
}


#signupForm label {
	display: block;
	color: #fff;
	padding: 6px 0 0 0;
	text-align: center;
	font: 12px/15px arial;
}

#signupForm .error {
	color: #373737;
	font-style: italic;
}

#signupForm form input[type=text] {
	margin: .2em;
	width: 155px;
	padding: .2em;
}

#signupForm input[type=submit] {
	margin: 10px auto 0 auto;
	padding: 3px 6px;
	color: #ccc;
	background: green;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-weight: bold;
	cursor: pointer;
	display: block;
	clear: left;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #666;
}
#signupForm input[type=submit]:hover {
	color: #fff;
	
	border-color: #fff;
}
#confirm {
	position: absolute;
	bottom: 10px;
	left: auto;
	width: 180px;
}
#signupForm strong {
	background: #333;
	color: #fff;
	display: block;
	padding: 18px;
	text-align: center;
	font: bold 16px/25px arial;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#codeigniter_profiler {
	margin-bottom: 100px;
}