body {
  background-color: #030100;
  background-image: url("/images/main/body_background_tile.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	font-family: 'Trebuchet MS',arial,helvetica,sans-serif;
	font-size: 13px;
	color: #d7d7d7;
	line-height: 1.3;
	padding: 0;
	margin: 0;
}

a {
  color: #aacbaa;
  text-decoration: none;
}

a:active {
  outline: none;
}

a:focus {
  -moz-outline-style: none;
}

a:hover {
  text-decoration: none;
	color: #999966;
	;
}

img {
  border: 0px;
}

#body-wrapper {
  width: 80%;
	min-width: 920px;
	max-width: 1100px;
	margin: 15px auto;
}

#top-nav-address {
  text-align: right;
	font-size:10px;
}

#top-nav-address a {
  font-weight: 800;
	color: #ffba00;
	margin: 5px;
}

#top-nav {
  background: #111111;
	width: 100%;
	height: 80px;
	margin: 5px 0 12px 0;
	border: 1px solid #898989;
}

#nav-logo-container h1 {
  background-image: url("/images/main/tcb_nav_logo.gif");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 366px;
	height: 80px;
	float: left;
	position: relative;
}

#nav-logo-container h1 a {
  width: 366px;
	height: 80px;
  display: block;
}

#nav-right-corner {
  background-image: url("/images/main/top_nav_tree_bg.jpg");
	background-repeat: no-repeat;
	width: 314px;
	height: 80px;
	float: right;
}

#content-main-wrapper {
  background: #2b3028;
	width: 100%;
	border: 1px solid #898989;
	margin-bottom: 12px;
}

.text-fd a {
  font-size: 1px;
  line-height: 1px;
  letter-spacing: -2000em;
  text-indent: -9999px;
  display: block;
}

#content-main-container {
  width: 95%;
	margin: 0 auto 20px auto;
}

#menu-tabs {
  width: 100%;
	height: 22px;
	list-style: none;
	padding: 0;
	margin: 7px auto 30px auto;
}

#menu-tabs li {
	display: block;
	float: left;
	margin: 0;
  width: 16.4%;
	height: 22px;
	font-family: verdana,arial,helvetica;
	text-transform: uppercase;
	border-right: 1px solid #2b3028;
}

#menu-tabs li a {
  background: url("/images/main/menu_tab_bg.gif");
	font-size: 11px;
	font-weight: 800;
	text-align: center;
	color: #ffffff;
	display: block;
	height: 19px;
	padding-top: 3px;
}

#menu-tabs li a:hover {
  background-position: 0px -22px;
	color: #a14902;
	text-decoration: none; 
}

#menu-tabs li ul {
  list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	background: #ccc9b7;
	display: none;
	z-index: 100;
}

#menu-tabs li ul li {
  float: none;
	width: auto;
	height: 22px;
	background: #ccc9b7;
	border-bottom: 1px solid #666666;
}

#menu-tabs li ul li a {
  width: auto;
	height: 19px;
	background-image: none;
	color: #27351d;
	display: block;
}

#menu-tabs li ul li a:hover {
  background: #b6be93;
	color: #ffffff;
}

#column-left {
  width: 22%;
	background-image: url("/images/main/leftnav_bg.png");
	background-repeat: no-repeat;
  float: left;
	margin-right: 25px;
}

#column-left-content {
  margin: 15px;
	font-size: 11px;
}

#column-main {
  width: 71%;
	background-image: url("/images/main/background_fade.png");
	background-repeat: repeat-x;
	padding: 15px;
	float: left;
}

#column-main p {
  text-align: justify;
	margin-top: 0;
}

.clear {
  clear: both;
	padding: 0;
	margin: 0;
}

table#shop-hours {
  border: 1px dotted #cccccc;
	border-collapse: collapse;
	border-spacing: 0;
	background: #cccccc;
	width: 100%;
	margin-bottom: 5px;
}

table#shop-hours td {
  padding: 3px;
  background: #6d5e41;
	border: 1px dotted #cccccc;
}

table#shop-hours caption {
  margin-bottom: 5px;
}

.shop-hours-notes {
  color: #c2c2c2;
	margin-bottom: 5px;
}

.shop-hours-special {
  color: #e2a93b;
	margin-top: 5px;
}

.nav-info {
  margin-top: 25px;
}

#twitter_div {
  margin-top: 25px;
	border: 1px dotted #666666;
	background-color: #3a3122;
}

#twitter_div h3 {
  margin: 5px 0;
	margin-left: 8px;
	font-size: 1.2em;
}

#twitter_div #twitter_update_list {
  list-style: none;
	margin: 0 5px;;
	padding: 0;
}

#twitter_div #twitter_update_list li {
  padding: 5px;
	border-bottom: 1px dotted #666666;
	color: #decd9e;
}

#twitter_div #twitter-subtitle {
  padding: 0 5px 5px 5px;
}

.img-right {
  float: right;
	margin-left: 15px;
}

.img-left {
  float: left;
	margin-right: 15px;
}

#whats-happening {
  text-align: center;
	margin-top: 30px;
}

#whats-new-container {
  width: 100%;
	padding-top: 10px;
}

.whats-new-slot {
  float: left;
	width: 98%;
	padding: 2px 8px;
	margin-bottom: 10px;
	background-color: #464a43;
	font-size: 12px;
	color: #c5d1c0;
	line-height: 1.2;
	border-top: 1px solid #73786d;
	border-right: 1px solid #111111;
}

.whats-new-slot a {
  /*color: #c9ac74;*/
	color: #d0a24a;
	font-size: 1.2em;
	font-weight: 800;
}

.whats-new-header {
  background-image: url("/images/main/headline_bg.png");
	background-repeat: no-repeat;
  font-family: 'Trebuchet MS',verdana,arial;
	font-size: 13px;
	font-weight: 800;
  color: #f3c66f;
	text-indent: 5px;
	left: -5px;
	position: relative;
}

.whats-new-slot p {
  padding-top: 4px;
}

.whats-new-img {
  float: left;
	width: 32%;
	min-width: 206px;
	max-width: 225px;
}

.whats-new-body {
  float: left;
  width: 66%;
}

ul.leftnav-links {
  list-style-image: url("/images/main/leftnav_bullet.gif");
	margin: 20px 0 30px 0;
	padding-left: 10px;
}

ul.leftnav-links li {
  margin-bottom: 7px;
	font-size: 12px;
}

ul.leftnav-links li a {
  color: #b6a686;
}

ul.leftnav-links li a:hover {
  color: #cccc99;
}

.block-left {
  text-align: left;
	float: left;
}

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

.block-right {
  text-align: right;
	float: right;
}

#nbda-logo {
  padding-top: 40px;
}

.blog-spot {
  text-align:center;
	margin: 12px 0;
}

.nav-promo-spot {
  text-align:center;
	margin: 40px 0 10px 0;
}

.page-title {
  font-size: 21px;
	font-weight: 800;
	color: #d49149;
	text-align: center;
	margin-bottom: 25px;
}

.page-header {
  font-size: 16px;
	font-weight: 800;
}

#slideshow-container {
  width: 315px;
	height: 228px;
	float: right;
}

#slideshow-padding {
  width: 15px;
	height: 15px;
	float: left;
}

#slideshow {
  position: relative;
	width: 300px;
  height: 228px;
	float: left;
	overflow: hidden;
}

#slideshow img {
  width: 300px;
	height: 228px;
}

.back-to-page {
  text-align: center;
	font-size: 11px;
	margin-top: 25px;
}

.common-divider {
  width: 95%;
	color: #898989;
	margin: 10px auto 25px auto;
}

.vert-spacer {
  width: 10px;
	height: 20px;
}

/*------------------------- Rental --------------------------*/

.rental-chart {
  width: 100%;
	margin: auto;
	color: #212121;
}

.rental-chart caption {
  margin-top: 10px;
	color: #d7d7d7;
	text-align: left;
	font-size: 14px;
	font-weight: 800;
}

.rental-chart .col-header {
  background: #a6a6a6;
	width: 15%;
}

.rental-chart .col-header a {
  font-size: 11px;
	color: #ffffff;
}

.rental-chart th {
  background: #d6af76;
	text-align:center;
}

.rental-chart td {
  padding: 3px 6px;
	text-align: center;
	background: #e6e6e6;
}

.rental-chart .footer {
  color: #d7d7d7;
	text-align: left;
	background: none;
	font-size: .9em;
}

.rental-chart .footer strong {
  color: #fedf80;
}

.rental-chart sup {
  font-size: .8em;
	font-weight: 400;
}

.rental-separator {
  width: 10px;
	height: 40px;
}

.rental-bike-selection {
  width: 100%;
	margin: 20px 0;
}

.rental-divider {
  width: 95%;
	height: 1px;
	background: #798777;
	margin: 20px auto;
}

.rental-specs {
  width: 95%;
	border: 2px solid #999999;
	border-collapse: collapse;
	border-spacing: 0;
	background: #9A9A9A;
}

.rental-specs .label {
  width: 70px;
}

.rental-specs th {
  background: #576b47;
	padding: 2px 4px;
  border: 1px solid #9A9A9A;
	text-align: left;
	color: #ebebeb;
}

.rental-specs td {
  /*background: #acacac;*/
	padding: 3px 4px;
	border: 1px solid #9A9A9A;
	text-align: left;
}

.rental-specs strong {
  color: #ced5b2;
}

#rental-special-package {
  border: 1px dashed #e2c97e;
	width: 90%;
	padding: 10px;
	margin: 20px auto;
	color: #e2c97e;
}

#rental-special-package strong {
  font-size: 1.2em;
}

/*------------------------- New Rental & Demo --------------------------*/

#rt-contact-box {
  float: right;
	width: 200px;
	padding: 10px;
	background: #736252;
	color: #ebebeb;
	font-size: 12px;
	margin: 5px 0 5px 20px;
}

#rt-contact-box a {
  color: #ffffcc;
}

#rt-contact-header {
  font-size: 1.4em;
	font-weight: 800;
	
}

.rt-contact-subheader {
  font-size: 0.9em;
	margin-bottom: 5px;
}

.rt-contact-subheader a {
  color: #464646;
}

.rt-contact-fd {
  margin-top: 5px;
}

.rt-contact-fd input[type="text"] {
  width: 190px;
}

.rt-contact-fd input[type="submit"] {
  width: 100px;
}

.rt-contact-fd textarea {
  width: 190px;
	height: 60px;
}

#rt-wrapper h3 {
  font-size: 16px;
	font-weight: 800;
	margin: 25px 0 10px 0;
	padding: 0;
}

#rt-media-container {
  width: 100%;
	background-color: #cccccc;
}

#rt-media-tabs-row {
  width: 100%;
	height: 34px;
	background-color: #9c845c;
	border-bottom: 1px solid #000000;
}

#rt-media-tabs-row:hover {
  cursor: pointer;
}

#rt-media-tabs-row ul {
  list-style-type: none;
	list-style-position: outside;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 34px;
}

#rt-media-tabs-row ul li {
  width: 24.8%;
	height: 34px;
	float: left;
	text-align: center;
	font-size: 1.3em;
	font-weight: 800;
	color: #ffffff;
}

#rt-media-tabs-row ul li a {
  display: block;
	background-color: #9c845c;
	color: #ffffff;
	padding: 8px 0 4px 0;
	border-right: 1px solid #000000;
}

#rt-media-tabs-row ul li a.rt-media-tab-last {
  border-right: none;
}

.active {
  background-color: #cc9933 !important;
}

#rt-media-body {
  width: 100%;
	overflow: auto;
	color: #333333;
}

#rt-media-body-inner {
  padding: 15px;
	position: relative;
}

.tab-content {
  position: absolute;
}

#rt-faq {
  width: 100%;
	margin: auto;
	background: #736252;
	color: #ebebeb;
	margin-bottom: 15px;
}

#rt-faq-content {
  padding: 10px 15px;
}

#rt-faq-content ul {
  padding-left: 15px;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: 800;
}

#rt-faq-content ul li .dd {
	margin: 5px 0 10px 15px;
	color: #ebebeb;
	font-weight: 400;
	line-height: 1.1em;
}

.vid-win {
  position: absolute;
	padding: 10px;
	background: #eeeeee;
	display: none;
	z-index: 1100;
	width: 640px;
}

.close-vwin {
  border: 1px solid #666666;
	color: #666666;
	padding: 0 4px;
	margin-bottom: 2px;
	float: right;
}

.link:hover {
 cursor: pointer;
}

.rt-media-col1 {
  width: 33%;
	float: left;
	margin-bottom: 5px;
}

.rt-media-col1 img, .rt-map-col1 img {
  border: 1px solid #666666;
}

.rt-media-col2 {
  width: 64%;
	margin: 5px 10px 5px 5px;
	float: right;
}

.rt-map-col1 {
  width: 24%;
	float: left;
	margin-bottom: 5px;
}

.rt-map-col2 {
  width: 72%;
	margin: 5px 10px 5px 5px;
	float: right;
}

/*------------------------- Service --------------------------*/

.tuneup-chart {
  width: 80%;
	margin: 20px auto;
}

.tuneup-desc {
  text-align: center;
	margin-bottom: 10px;
}

.tuneup-desc strong {
  font-size: 1.1em;
	color: #D49149;
}

.tuneup-items {
  width: 49%;
	float: left;
}

.tuneup-chart .tuneup-deluxe-items {
  width: 50%;
	margin: auto;
}

.tuneup-notes {
  font-size:11px;
  color:#cccc99;
}

.custom-fitting {
  float: right;
	margin-left: 15px;
}

ul#purchase-guarantee li {
  margin-bottom: 20px;
}

#credit-cards {
  width: 370px;
	height: auto;
	margin: 25px auto;
}

#credit-cards div {
  float: left;
	margin-right: 10px;
}

table#labor-table {
  margin-left: 80px;
	margin-bottom: 20px;
}

/*------------------------- Custom Builds --------------------------*/

#custom-bike-components {
  width: 100%;
}

#custom-bike-components div {
  width: 30%;
	float: left;
	margin: 10px;
}

.gallery-block div {
  float: left;
	margin: 5px;
}

.gallery-block div:hover {
  cursor: pointer;
}

hr {
  margin-top:25px;
	margin-bottom:15px;
	width: 95%;
	height: 1px;
	border: 0;
	background: #c3c3c3;
}

#custom-build-logo {
  border: 1px solid #000000;
	float: right;
	margin-left: 10px;
	text-align: center;
	background: #8f998a;
}

#custom-build-logo img {
  margin: 4px 0;
}

#gallery-large-window {
  border: 3px solid #cccccc;
  position: absolute;
	display: none;
	background: #ffffff;
}

/*------------------------- Contact Us --------------------------*/

#contact-us-table {
  width: 90%;
	margin: 15px auto;
	background: #dadada;
	border: 1px solid #dadada;
	border-collapse: collapse;
}

#contact-us-table td {
  background: #737373;
	padding: 3px 5px;
	border: 1px dotted #dadada;
}

#prod-logo-container {
  width: 150px;
	margin-left: 15px;
	float: right;
}

#prod-logo-container img {
  margin-bottom: 5px;
}

.gallery-header {
  font-size: 16px;
	font-weight: 800;
	padding-top: 10px;
	clear: both;
}

.paragraph-imp {
  color: #e2c97e;
}

.price-special {
  color: #cc0000;
}

.trail-maps {
  float: left;
	text-align: center;
	margin: 15px;
}

.additional-res {
  /*width: 100%;*/
	margin: 15px;
	float: left;
}

.additional-res ul {
  margin: 10px 0 0 15px;
	padding: 0;
}

.banner-slot {
  text-align: center;
	margin: 0 auto 25px auto;
}

#bannerRotate {
  text-align: center;
	margin: 0 auto 25px auto;
	width: 550px;
	height: 110px;
	overflow: hidden;
}

.promo-message {
  font-size: 1.1em;
	color: #e2c97e;
	margin-bottom: 10px;
	text-align: justify;
}

/*------------------------- Accessories --------------------------*/

.brooks-seeall {
  font-weight: 400;
	font-size: 13px;
}

.brooks-seeall a {
  color:#ed6727
}

.accessory-ul li {
  margin-bottom: 10px;
}

/*------------------------- Footer --------------------------*/

#footer-wrapper {
  background: #111111;
	width: 100%;
	height: 80px;
	margin-bottom: 25px;
	border: 1px solid #686868;
}

#footer {
  width: 100%;
  text-align: center;
	margin: 6px 0;
}

#footer p {
  margin-top: 5px;
}

/*------------------------ Other ----------------------------*/

#pivot-logo {
  text-align: center;
	margin-bottom: 10px;
}

#pivot-ol strong {
  font-size: 1.2em;
	color: #e0b558;
}

#pivot-ol li {
  margin-top: 10px;
}

.pivot-img {
  float: right;
	margin-left: 15px;
}

/*----------------------- communities ------------------------*/

table#community-table {
  width: 98%;
	margin: 10px;
}

table#community-table td {
  padding: 0;
	vertical-align: top;
}

table#community-table .comm-col1 {
  width: 184px;
}

table#community-table .comm-col2 {
  width: 5px;
}

table#community-table .comm-col3 {
  width: 80%;
}

table#community-table .comm-col4 {
  width: 5px;
}

table#community-table .comm-main-bg {
	background-image: url("../images/community/comm_bg_pixel.png");
}

table#community-table .comm-btm-bg {
  background-image: url("../images/community/comm_btm_shadow.png");
}

table#community-table #comm-tabs {
  background-image: url("../images/community/comm_col1_shadow.png");
}

table#community-table #comm-tabs div {
  background-image: url("../images/community/comm_logo_bg.png");
	background-repeat: no-repeat;
	width: 174px;
	height: 42px;
	overflow: hidden;
	padding: 5px;
	margin-bottom: 14px;
	text-align: center;
}

table#community-table #comm-tabs div:hover {
  cursor: pointer;
}

table#community-table #comm-tabs .comm-manuf-active {
  background-image: url("../images/community/comm_logo_bg_active.png");
}

table#community-table #comm-main-content {
  padding: 0 20px;
	color: #ffffff;
}

table#community-table .gallery-pics img {
	position: relative;
	padding: 1px;
	border: 1px solid #cccccc;
	margin: 2px;
}

.gallery-pics img:hover {
  cursor: pointer;
}

.manuf-info-main {
  display: none;
}

#comm-main-content .manuf-logo, #comm-main-content .manuf-see-all {
  width: 100%;
  text-align: center;
}

#comm-main-content .manuf-see-all {
	margin: 15px 0 15px 140px;
}

#comm-main-content a:hover {
  color: #eeeeee;
}

#comm-main-content h3 {
  margin-bottom: 3px;
}

#comm-main-content p {
  text-align: justify;
}

#comm-main-content .manuf-feature-pix {
  background: #7c6a55;
	text-align: center;
	padding: 3px;
	font-size: .9em;
	color: #d2cac1;
	margin-top: 8px;
}

#comm-main-content .manuf-feature-pix img {
  border: 1px solid #cccccc;
	margin: 2px;
}

.manuf-feature-pix img:hover {
  cursor: pointer;
}

a.br-button {
  background: url("../images/main/brown_button_cap.png") no-repeat top right;
	display: block;
	float: left;
	padding-right: 20px;
	color: #fdcf6c;
	font-size: 1.2em;
	font-weight: 800;
}

a.br-button span {
  background: url("../images/main/brown_button.png") no-repeat top left;
  padding: 3px 10px 7px 25px;
	line-height: 19px;
	display: block;
}

a.br-button:hover {
  background-position: right -33px;
}

a.br-button:hover span {
  background-position: 0 -33px;
	color: #5a513c;
}

#img-window {
  position: absolute;
	background: #ffffff;
	padding: 5px;
	z-index: 1200;
	display: none;
}

#img-win-nav-bar {
  text-align: center;
}

#img-win-nav-bar span {
  padding: 35px;
}

#img-win-nav-bar a {
  color: #666666;
}

#lightbox {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .7;
	filter: alpha(opacity=70);
	z-index: 1000;
	display: none;
}

/************************** Racing Team Page **********************/

ul.pix-gallery {
  list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.pix-gallery li {
  text-align: center;
	margin-bottom: 20px;
}