@charset "utf-8";
/*
------------------------------
	Resets
------------------------------
*/
body, address, blockquote, dl, ol, ul, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, pre {
    margin:0;
    padding:0;
}
html, body {
    height: 100%; /* for sticky footer */ 
    width: 100%;
}
/*
------------------------------
	Rest of Site CSS
------------------------------
*/
body {
	background-image:url('/images/bg-page-tslogo.gif');
	background-position: 50% 170px;
	background-repeat: repeat;
}
#header {
    height: 170px;
    width:100%;
    min-width:960px;
    margin-bottom:-170px;
    background: url('/images/bg-header-skyline.gif') center;
    position:relative;
}
#header_content{
    width: 960px;
    margin:0 auto;
	height: 170px;
}
#header_logo{
	width: 405px;
	height: 120px;
	display: inline;
	float: left;
}
#header_menu{
	width: 555px;
	height: 70px;
	display: inline;	
	float: left;
}
#header_base{
    height: 20px;
    width:100%;
    min-width:960px;
    margin-bottom:-20px;
    position:relative;
	background: url('/images/bg-header-base.gif') center;
}
#header_base_content{
    width: 960px;
    margin:0 auto;
	height: 20px;
    background: url('/images/bg-header-base-content-grunge.gif');
}
* html #header {
    width: 100%; /* Fallback width if javascript is off */
    width: expression(  
    (document.documentElement.clientWidth < 962) ? "960px" : "auto");
}
#wrapper {
    min-height:100%; /* for sticky footer */
    width: 960px;
    margin:0 auto;
	background: #2a2b2e;
}
* html #wrapper {height:100%;} /*for ie6, same as min-height*/
#clearheader{height:190px; background:#ccc} /*clear header without margins or padding*/
/*
------------------------------
	Content
------------------------------
*/
#content {
	width: auto;
	margin: 10px 220px 10px 15px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
#content h1{
	font-family: Helvetica;
	font-size:17px;
	color: #FFFFFF;
}
#content h2{
	font-family: Helvetica;
	font-size:13px;
	color: #FFFFFF;
}
#content p{
	color: #FFFFFF;
	line-height: 1.4em;
}
#content p .italic{
	font-style:italic;
}
#content a,a:visited{
	color: #61b1e5;
	text-decoration:none;	
}
#content ul{
	list-style-type:square;
	color: #ffffff;
	padding-left: 10px;
}
#content ul li{
	padding: 5px;
}
/*
------------------------------
	Sidebar
------------------------------
*/
#sidebar{
	float: right;
	width: 180px;
	min-height: 60%;
	padding: 5px 10px;
	margin: 20px 10px;
	/*border: 1px solid #666666;*/
	/* Font */
	font-family: arial, helvetica;
	font-size: 12px;
	color:#CCCCCC;	
}
#sidebar h1 {
	font-family: Helvetica;
	font-size: 17px;
	color: #ffffff;
}
#sidebar p{
	font-size: 9px;
	color: #ffffff;
}
#sidebar a{
	text-decoration: none;
	color: #61b1e5;
}
#sidebar ul{
	list-style-type:square;
	padding-left: 10px;
}
#sidebar li{
	border-bottom: 1px dashed #666666;
	padding: 2px 0;
	font-weight: bold;		
}
/*
------------------------------
	Footer
------------------------------
*/
#clearfooter{clear:both; height:65px;} /*For a sticky footer*/
#footer {
	border-top: 1px dashed #666666;
    width: 684px;
    height:55px;
	padding: 5px 0 0 0;
    margin:-65px auto 0 auto; /*pull footer back into viewport and center*/
}
#footer #menu{
  padding:0;
  width: 684px;
  margin:0 auto 0 auto;
  font-family: arial, helvetica, sans-serif;
  }
#footer #menu ul{
  margin: 0px auto;
  list-style-type:none;
  }
#footer #menu li {
  border-right:1px dashed #666666;  
  float: left;  
  }
#footer #menu li.last{
  border: 0; 
  }  
#footer #menu a {
  display:block;
  padding:3px 18px; 
  color:#000; 
  text-decoration:none;
  width: 100px;
  float: left;  
  }
#footer #menu a span.linkText {
	color:#ffffff;
	font-size:10px;
}
#footer #menu a span.linkHeading {
	font-weight:bold;
	font-size:12px;
	color:#61b1e5;
}
#footer #menu a:hover {
  color:#fff; 
  background: #202020;
  } 
  
#footer .text-small-right{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#363636;
	float: right;
}
/*
------------------------------
	Images
------------------------------
*/
img{
	border: none;
}
img.thumbnail-left{
	margin: 5px;
	padding: 5px;
	border: 1px solid #666666;
}
img.left{
float: left;
	margin: 10px;
}
img.right{
	float: right;
	margin: 10px;
}
img.left-bordered{
	float: left;
	padding: 5px;
	border: 1px solid #666666;
	margin: 10px;	
}
img.right-bordered{
	float: right;
	padding: 5px;
	border: 1px solid #666666;
	margin: 10px;	
}
img.online-store{
	border: none;
	margin-bottom: 5px;
}
/*
------------------------------
	Turbospoke Homepage Specific
------------------------------
*/
body#homepage {
	background-image:url('/images/bg-content-bike.jpg');
	background-position: 50% 375px;
	background-repeat: repeat-x;
}
body#homepage #header {
    height: 350px;
    width:100%;
    min-width:960px;
    margin-bottom:-350px;
    background: url(/images/bg-hp-header-skyline.gif) center;
    position:relative;
}
body#homepage #header_content{
    width: 960px;
    margin:0 auto;
	height: 350px;
}
body#homepage #header_content img{
	margin: 0;
	padding: 0;
	border: 0;
}
body#homepage #header_base{
    height: 25px;
    width:100%;
    min-width:960px;
    margin-bottom:-25px;
    background: url(/images/bg-header-grunge.jpg) center;
    position:relative;
}
* html body#homepage #header {
    width: 100%; /* Fallback width if javascript is off */
    width: expression(  
    (document.documentElement.clientWidth < 964) ? "960px" : "auto");
}
body#homepage #wrapper {
    min-height:100%; /* for sticky footer */
    width: 960px;
    margin:0 auto;
	background: none;	
}
* html body#homepage #wrapper {height:100%;} /*for ie6, same as min-height*/
body#homepage #clearheader{height:375px; background:#ccc} /*clear header without margins or padding*/

body#homepage #content {
	margin: 5px 0 0 0;
	padding: 0px;
    float: left;
	background: none;
	width: auto;
}

body#homepage .pod-top-row{
	width: 180px;
	height: 165px;
	float: left;
	margin: 25px 5px 5px 5px;
	display: inline;
}
body#homepage .pod-bottom-row{
	width: 180px;
	height: 165px;
	float: left;
	margin: 5px 5px;
	display: inline;	
}
body#homepage .pod-split{
	width: 180px;
	height: 165px;
	float: left;
	background:#292B2E;	
	margin: 5px 5px;
	display: inline;	
}
body#homepage #videopod{
	width: 380px;
	height: 365px;
	float: left;
	background:#292B2E;
	margin: 0px 5px 5px 5px;
	display: inline;	
}
body#homepage #videopod .entries a{
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	margin:5px 0px 5px 10px;
	text-decoration:none;
	width:116px;
	height:85px;	
	border: solid 1px #000000;
}
body#homepage #videopod .entries .time{
	color: red;
	font-size: 9px;
}
body#homepage #videopod .entries p{
	margin-left: 5px;
}
body#homepage #videopod .entries .playing {
	color:#000;
	border: solid 1px #ffff00;
}
body#homepage #videopod #othervideobutton {
	border: none;
	margin: 10px 0px 5px 10px;
}
body#homepage #blogpod{
	width: 370px;
	height: 165px;
	float: left;
	background:#292B2E;
	margin: 5px 5px;
	display: inline;
}
body#homepage #blogposts{
	padding: 10px 10px 5px 10px;
	font-family: arial, helvetica;
	font-size: 12px;
}
body#homepage #testimonialpod{
	width: 560px;
	height: 45px;
	float: left;
	background:#292B2E;
	margin: 5px 5px;	
	text-align: right;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
body#homepage #testimonialpod_y{
	width: 560px;
	height: 45px;
	float: left;
	background: #FFFF00;
	margin: 5px 5px;
	padding-top: 5px;	
	text-align: center;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
body#homepage #testimonialpod p{
	padding-top: 5px;
	padding-right: 5px;
}
body#homepage #testimonialpod .details{
	color: #61b1e5;
	font-size: 11px;
}
body#homepage #testimonialpod #ajaxticker1{
padding: 5px;
background-color: #292B2E;
}

body#homepage #testimonialpod #ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #292B2E;
}

body#homepage #social_pod_small{
	margin: 5px 5px;
	width: 380px;
	height: 51px;
	float: left;
	background:#292B2E;
}
body#homepage .social_pod_small_item{
	float: left;
	margin-left: 12px;
	margin-top: 9px;
}

body#homepage #add_this_pod{
	width: 950px;
	float: left;
	margin: 5px 5px;	
	text-align: center;
}
body#homepage #social_pod{
	width: 950px;
	float: left;
	margin: 5px 5px;	
	text-align: center;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
body#homepage .social_pod_item{
	float: left;
	width: 316px;
}
body#homepage #wheeloverlay{
	position:absolute;
	width: 225px;
	height: 50px;
	left: 50%;
	top: 350px;
	z-index: 10;
	visibility: visible;
}
body#homepage #footer {
    width: 100%;
	background-color:#292B2E;
	-moz-opacity:.80; 
	filter:alpha(opacity=80);
	opacity:.80;
	-khtml-opacity: 0.80;	
    height:55px;
	padding-top: 10px;
    margin:-65px auto 0 auto; /*pull footer back into viewport and center*/
}
body#homepage img.online-store{
	border: none;
	margin-bottom: 10px;
}
/*
------------------------------
	Turbospoke Homepage Dropdown Panel
------------------------------
*/
#panel-wrapper{
	width: 300px;
	position: absolute;
    position: absolute;
    top: 350px;
    left: 50%;
    margin-left: 175px;
	z-index: 25;
}
#panel {
	background: #323438;
	width: 290px;
	height: 200px;
	padding: 5px;
	display: none;
	color: #ffffff;
	-moz-opacity:.95; 
	filter:alpha(opacity=95);
	opacity:.95;
	-khtml-opacity: 0.95;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.slide {
	margin: 0;
	padding: 0;
	width: 300px;
	background: url(/images/button_homepanel.png) no-repeat right bottom;
	-moz-opacity:.95; 
	filter:alpha(opacity=95);
	opacity:.95;	
	-khtml-opacity: 0.95;		
}
.btn-slide {
	width: 90px;
	height: 35px;
	margin-left: 210px;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
}
.active {
	background: url(/images/button_homepanel_down.png) no-repeat right bottom;

}
#panel a,a:visited{
	color: #84b408;
	text-decoration:none;	
}

/*
------------------------------
	FlowPlayer
------------------------------
*/
a.player {	
	display:block;
	width: 360px;
	height: 270px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
/*	background:#000 url(/img/global/gradient/h500.png) repeat-x 0 0;
	background:-moz-linear-gradient(top, rgba(55, 102, 152, 0.9), rgba(6, 6, 6, 0.9));
	-moz-box-shadow:0 0 40px rgba(100, 118, 173, 0.5); */
}

a.player:hover {
	background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));	
}

/* splash image */
a.player img {
	border:0;	
}

#player {
	margin: 10px 10px 5px 10px;	
}

/*
------------------------------
	Contact Page - div format for VisStudio
------------------------------
*/
#divContactInfo
{
    width: 220px;
    padding: 10px;
	margin-right: 10px;
	border: solid 1px #666666;
	float: left;
}

/*
------------------------------
	Contact Form - div format for VisStudio
------------------------------
*/

#divContactForm
{
    width: 440px;
    padding: 10px;
    border: 1px solid #666666;
	float: left;
}
#divContactForm .field
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #37383A;
    border: 1px solid #666666;
    font-size: 11px;
    color: #FFFFFF;
}
#divContactForm .button
{
    background-color: #37383A;
    border: 1px solid #666666;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
}
#divContactForm .label
{   float: left;
	display: block;
	width: 80px;
    font-size: 11px;
    color: #FFFFFF;
}
/*
------------------------------
	Thumbnail Modal Viewer
------------------------------
*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #292b2e;
visibility: hidden;
z-index: 10;
cursor: pointer;
	border: 1px solid #666666;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #292b2e;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #CCCCCC;
padding: 5px;
z-index: 5;
}
/*
------------------------------
	Multi Section Content Menu
------------------------------
*/
#content_menu{
	width: 100%;
	height: 45px;
	margin: 5px 10px 20px 10px;
}
#content_menu_blog{
	width: 700px;
	height: 45px;
	margin: 5px 10px 20px 10px;
}
/*
------------------------------
	Full width header where sidebar is also to be included on the page.
------------------------------
*/
#full-width-header{
	margin-top: 10px;
	margin-left: 10px;
}
#yellow-bar{
	width: auto; 
	height: 5px; 
	background-color: #FFFF00; 
}

body#storelocator #content {
	width: auto;
	margin: 10px 15px 10px 15px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

body#store #content {
	width: 930px;
	margin: 10px 15px 10px 15px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}
body#gallery-video #content {
	width: auto;
	margin: 10px 15px 10px 15px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
/*
------------------------------
	YT Player
------------------------------
*/

/* - Vertical Playlist
#youtube-player #screen{
	float: left;
	width: 650px;
	height: 385px;
}

#youtube-player #playlist{
	float: left;
	width: 280px;
	height: 600px;
	overflow-y: scroll;
}
#youtube-player #playlist a{
	float: left;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
}
#youtube-player #playlist #titlediv{
	float: left; 
	font-size: 8px;
	width: 110px;
	height: 90px;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;	
}
#youtube-player #playlist #titlediv .time{
	font-size: 8px;
	color: #FFFF00;
}
#youtube-player #playlist #ytplayer_div2{
	margin-top: 10px;
}*/


#youtube-player #screen{
	float: left;
	width: 920px;
	height: 340px;
	margin: 5px;
	text-align: center;
	background: url('/images/video-background.jpg') center;
}

#youtube-player #playlist{
	float: left;
	width: 920px;
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}
#youtube-player #playlist #playlist_item{
	float: left;
	font-size: 9px;
	font-family: Verdana, Tahoma, sans-serif;
	padding: 5px 0px 5px 0px;	
	width: 140px;
	height: 120px;
	margin: 3px;
	text-align: center;
	background-color: #37383A;
	border: solid 2px #37383A;	
}
#youtube-player #playlist #playlist_item:hover{
	border: solid 2px #ffff00;
}
#youtube-player #playlist #playlist_item img{
	border: solid 2px #000000;
	margin-bottom: 3px;
}

#youtube-player #playlist #playlist_item .time{
	font-size: 8px;
	color: #FFFF00;
}
#youtube-player #playlist #ytplayer_div2{
	margin-top: 10px;
}
/* Test */
