/* CSS Document */

body {
	font: 12px Helvetica, Arial, Verdana, sans-serif;
	background: #000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #fff;
	scrollbar-base-color: #000;
	scrollbar-arrow-color: #999;
	scrollbar-3dlight-color: #999;
	scrollbar-darkshadow-color: #222;
	scrollbar-face-color: #333;
	scrollbar-highlight-color: #666;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #222;
}
.oneColFixCtr #container {
	width: 980px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

a:link {
	color: #1B97D4;
	text-decoration:none;
}
a:visited {
	color: #1B97D4;
	text-decoration:none;
}
a:hover {
	color: #1B97D4;
	text-decoration:underline;
}
a:active {
	color: #1B97D4;
	text-decoration:none;
}

a img {
	border:none;
}

/* Global IDs -------------------------------------- */

#masthead
{
	width:980px;
	padding-top:30px;
	padding-bottom:12px;
	height:72px;
}

#masthead a, #masthead img
{
	display:block;
	float:left;
}

#menu_shell {
	margin-top:5px;
	height:24px;
}

#menuContainer
{
	height:22px;
	font-size: 10px;
	float:left;
	width: 980px;
}

#languageList {
	background-color:#000;
}

#leftcap {
	display:block;
	float:left;
}

#rightcap {
	display:block;
	float:left;
}

#crumbMenu
{
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	float:right;
	font-size:9px;
}

#searchform {
	float:right;
	margin:0;
	padding:0;
}

#pagecontent
{
	position:relative;
}

#footer {
	color:#333333;
	padding-bottom:36px;
	padding-top:18px;
}

#footer .shimglobal_navigation
{
	float:right;
}

/* Global Classes ----------------------------------- */


.clear {
	
	font-size:1px;
	clear:both;
	height:0px;
	width:0px;
	margin:0;
	padding:0;
	line-height:0px;
	display:block;
}

/* Home ----------------------------------------------- */

#home_content
{
	position:relative;
	margin-top:25px;
	margin-bottom:25px;
	width:980px;
	clear:both;
}

#home_content #textarea
{
	width:375px;
	padding-right:25px;
	float:left;
	line-height:1.6em;
}

#home_content #textarea h1 {
	margin:0;
	padding:0;
	font-size:12px;
	color:#F6921E;
}

#home_content #textarea p {
	margin:0;
	padding:0;
	padding-bottom:18px;
}

#home_content #mediaarea
{
	width:580px;
	float:left;
}

#home_content #mediaarea #videoarea
{
	width:568px;
	height:364px;
	border:solid 1px #fff;
	background-image:url(images/img-holder.jpg);
	background-color:#666;
	background-repeat:repeat;
}

#home_content #mediaarea #imagegroup
{
	padding-top:12px;
}

#home_content #mediaarea #imagegroup a
{
	display:inline-block;
	float:left;
	margin-left:20px;
	text-align:center;
	width:127px;
}

#home_content #mediaarea #imagegroup a:hover {
	text-decoration:none;
	font-weight:bold;
}

#home_content #mediaarea #imagegroup .swappable {
	width:129px;
}

#home_content #mediaarea #imagegroup img {
	border:solid 1px #fff;
	margin-bottom: 1em;
}

#home_content #mediaarea #imagegroup a.first
{
	margin-left:0px;
}

/* Product Pages -------------------------------------- */

#product_shell {
	position:relative;
	margin-top:25px;
	margin-bottom:25px;
}

#product_top {
	width:980px;
	height:96px;
	background-image:url(images/product-bg_top.gif);
	background-repeat:no-repeat;
}

#product_content_shell {
	background-image:url(images/product-bg_stretch.gif);
	background-repeat:repeat-y;
	position:relative;
}

#product_content {
	width:900px;
	background-image:url(images/product-bg_main.gif);
	background-repeat:no-repeat;
	position:relative;
}

#product_col1 
{
	position:relative;
	width:375px;
	height:405px;
	float:left;
}

#product_col2
{
	width:300px;
	padding:12px;
	float:left;
}

#product_col3
{
	width:86px;
	float:left;
	padding-top:12px;
	margin-left:84px;
}


#product_btm {
	width:900px;
	height:19px;
	background-image:url(images/product-bg_btm.gif);
	background-repeat:no-repeat;
}

#product_text 
{
}

#logobar_shell {
	position:absolute;
	top:15px;
	left:17px;
}

#logobar_shell a {
	display:block;
	float:left;
}

#logobar_shell_tech {
	position:absolute;
	top:15px;
	left:17px;
	background-image:url(images/logobar-bg.jpg);
	background-repeat:no-repeat;
}

#logobar_shell_tech a {
	display:block;
	float:left;
}

#compare_btn
{
	display:block;
	position:absolute;
	top:30px;
	left:240px;
}

#product_img
{
	position:absolute;
	top:120px;
	left:48px;
}

#product_colors
{
	position:absolute;
	top:385px;
	left:18px;
	width:295px;
}

.thumb_shell
{
	text-align:center;
	width:86px;
	margin-bottom:5px;
}

.product_thumb
{
	width:80px;
	height:80px;
	padding:3px;
	margin-bottom:5px;
	background-image:url(images/item-thumb.gif);
	background-repeat:no-repeat;
}

.product_thumb a
{
	display:table-cell;
	vertical-align:middle;
	width:80px;
	height:80px;
}

/* Tech Pages -------------------------------------- */

#tech_shell {
	position:relative;
	margin-top:25px;
	margin-bottom:25px;
}

#tech_top {
	width:900px;
	height:96px;
	background-image:url(images/tech-bg_top.gif);
	background-repeat:no-repeat;
}

#tech_content_shell {
	background-image:url(images/tech-bg_stretch.gif);
	background-repeat:repeat-y;
	position:relative;
}

#tech_content {
	width:900px;
	background-image:url(images/tech-bg_main.gif);
	background-repeat:no-repeat;
	position:relative;
}

#tech_col1 
{
	position:relative;
	width:350px;
	height:405px;
	float:left;
}

#tech_col2
{
	width:480px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:40px;
	padding-right:20px;
	float:left;
}

#tech_img_area
{
	background-color:#CCCCCC;
	width:332px;
	height:332px;
	position:absolute;
	top:32px;
	left:10px;
}

.tech_menu
{
	font-size:12px;
}

#tech_btm {
	width:900px;
	height:19px;
	background-image:url(images/tech-bg_btm.gif);
	background-repeat:no-repeat;
}

/* Compare ------------------------------------------- */

#comp_shell
{
	position:relative;
	margin-top:25px;
	margin-bottom:25px;
	width:900px;
}

#comp_top
{
	background-image:url(images/comp-bg_top.gif);
	background-repeat:no-repeat;
	height:6px;
}

#comp_mid
{
	background-image:url(images/comp-bg_mid.gif);
	background-repeat:repeat-y;
}

#comp_btm
{
	background-image:url(images/comp-bg_btm.gif);
	background-repeat:no-repeat;
	height:8px;
}

#comp_nav
{
	padding-left:8px;
	padding-right:8px;
}

#comp_nav #options
{
	float:right;
}

#comp_table
{
	margin-top:12px;
	padding-bottom:12px;
}

#comp_table td
{
	text-align:center;
	vertical-align:middle;
}

#comp_table td.logo
{
	width:100px;
	text-align:right;
	vertical-align:middle;
}

#comp_table .col1
{
	background-color:#494949;
	border-bottom:solid 1px #DDD;
}

#comp_table .col2
{
	background-color:none;
	border-bottom:solid 1px #DDD;
}

#comp_table .col1header
{
	background-color:#494949;
	border-bottom:solid 1px #DDD;
	font-weight:bold;
}

#comp_table .col2header
{
	background-color:none;
	border-bottom:solid 1px #DDD;
	font-weight:bold;
}
/* Video --------------------------------------------- */

#video_shell 
{
	position:relative;
	margin-top:25px;
	margin-bottom:25px;
}

#video_top
{
	width:900px;
	height:93px;
	background-image:url(images/video-bg_01.jpg);
	background-repeat:no-repeat;	
	margin:0;
}

#video_content_shell
{
	width:900px;
	height:427px;
	background-image:url(images/video-bg_02.jpg);
	background-repeat:no-repeat;	
	margin:0;
	position:relative;
}

#current_video_title
{
	width:840px;
	position:absolute;
	top:15px;
	left:40px;
}

#current_video_title img
{
	float:left;
}

#current_video_title .text
{
	float:left;
	font-size:16px;
	font-weight:bold;
	padding-left:15px;
	padding-top:10px;
}

#current_video
{
	width:550px;
	position:absolute;
	top:60px;
	left:40px;
}

#video_gallery
{
	position:absolute;
	top:60px;
	left:605px;
	width:280px;
	height:330px;
	overflow:auto;
}

.video_entry
{
	clear:both;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:dotted 1px #CCCCCC;
}

.video_entry .text
{
	float:left;
	width:180px;
	padding-right:5px;
}

.video_entry .text .title
{
	display:block;
	font-size:12px;
	font-weight:bold;
}

.video_entry .thumb
{
	float:left;
}


.selectedSwapper img {
    border: 2px solid orange !important;
}

#header {
}

#crumbBar {
	clear:both;
	height:20px;
}
#menuContainer {
	padding-left:0;
	height:24px;
}

ul.MenuBarHorizontal li.listhead {
	padding-left:0;
}

#logobar {
	height:72px;
	padding-top:30px;
	padding-bottom:12px;
}

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	padding-top:4px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	background-color:none;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	/*width: 8em;*/
	float: left;
	background-color:none;

}

ul.MenuBarHorizontal li.listhead
{
	border-left: none;
	padding-right:7px;
	background-color:none;
}

ul.MenuBarHorizontal li.primary
{
	padding-left:7px;
	padding-right:7px;
	background-color:none;
	border-left:solid 1px #fff;
}



/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 125px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width:100%;
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #666;
	
	border-bottom: none;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a, ul.MenuBarHorizontal a:link, ul.MenuBarHorizontal a:visited, ul.MenuBarHorizontal a:active
{
	display: block;
	cursor: pointer;
	background-color:none;	
	text-decoration:none;
	color:#FFFFFF;
}

ul.MenuBarHorizontal ul li a
{
	display:block;
	background-color:#666666;
	border-left: none;
	padding:7px;
	text-decoration:none;
	margin:0;
	border-bottom: 1px solid #999;
}


ul.MenuBarHorizontal ul li a:hover
{
	background-color:#333;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-color:none;
	
	background-repeat: repeat;
	/*background-position: 95% 50%;
	*/
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-color:#666;
	/*
	background-repeat: no-repeat;
	background-position: 95% 50%;
	*/
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../cycling/images/spacer.gif);
	
	background-repeat: repeat;
	/*background-position: 95% 50%;
	*/
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-color:#666;
	/*
	background-repeat: no-repeat;
	background-position: 95% 50%;
	*/
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
}


#footer .shimglobal_navigation {
	width:400px;
}

ul.logo_blocks {
	list-style:none outside none;
	margin:0;
	padding:0;
	width:980px;
}

#eqquiped_title {
	color:#F7941E;
	font-size:16px;
	font-weight:bolder;
	padding:20px 0 40px;
}

ul.logo_blocks li {
	float:left;
	padding-bottom:46px;
	width:20%;
}

ul.logo_blocks img {
	padding-bottom:4px;
}

ul.logo_blocks select {
	width:160px;
}

#eq_bikes_head {
	font-size:13px;
	font-style:italic;
	font-weight:bolder;
	padding:0 0 8px 402px;
}
#eq_bikes_head a {
	color: #fff;
}

/***** Navigation jQuery *****/
.menu a,
.menu a:visited,
.menu a:hover,
.menu a:link,
.menu a:active {
  color: #fff;}

.menu .top {
  border-left: 1px solid #fff;}

.menu .top.first {
  border-left: none;}

.submenu {
  border: 1px solid #666;
  border-bottom: none;}

.submenu li {
  border-bottom: 1px solid #999;
  background-color: #666;}

.submenu li.hover {
	background-color: #333;}
