/*
 * Header
 */
#headerimage {
	position: absolute;
	width: 921px;
	height: 154px;
	z-index: 15;
}
#logoWrapper {
	background-image: url(http://orange20bikes.com/uploads/galleryimages/siteheader/topsitebar1a.jpg);
	width: 921px;
	height: 198px;
	clear: both;
	overflow: hidden;
	/*
	border-bottom: 2px solid #FFFFCC;
	*/
}
#shopLogoWrapper {
	background-image: url(http://orange20bikes.com/uploads/galleryimages/siteheader-shop/topsitebar1.jpg);
	width: 921px;
	height: 198px;
	clear: both;
	overflow: hidden;
	/*
	border-bottom: 12px solid #FFFFCC;
	*/
}
.navbar-top{
	color: #FFFF00;
}
.navbar-top a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	text-decoration: none;
}
.navbar-top a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	text-decoration: none;
}
.navbar-top a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
}
.navbar-top a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
}
/*
 * Site Links Menu (header overlay)
 */
#menuLayer1 {
	position: absolute; 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px; 
	width: 473px; 
	height: 27px; 
	z-index: 97; /* to keep it from getting covered by a dynamic image in the same div */
	left: 445px; 
	top: 149px; 
}
#menuLayer1 a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	text-decoration: none;
}
#menuLayer1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	text-decoration: none;
}
#menuLayer1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
}
#menuLayer1 a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
}
/*
 * Footer
 */
#btm-row {
	clear: both;
	background-color: #666666;
	margin: 0px;
	margin-bottom: 1em;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	border-top: 3px solid #FFF804;
	border-left: 3px solid #FFF804;
    border-bottom: 10px solid #FFF804;
}
#btm-row p {
	font-size: 12pt;
	line-break: normal;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
