@charset "utf-8";
/* CSS Document */

/*

main style sheet containing styles universal to all pages

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
Universal
Page Structure
Navigation
Headers
Text Treatments
Images
Lightbox / Thickbox
--------------------------------------------------------------------


--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #191919;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C4C4C4;
	font-size: 62.5%;
	margin: 0 auto;
	text-align: center;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #C4C4C4;
	outline: none;
}

a:hover {color: #fff;}

.hide{
	display: none;
}

/*
PAGE STRUCTURE
================================================*/

#outer-wrapper {
	background: url(../images/backgrounds/wrapper.gif) repeat-x center top;
	width: 100%;
}

#wrapper {
	background: url(../images/backgrounds/wrapper.gif) no-repeat center top;
	margin: 0 auto;
	padding: 40px 0 0 0;
	width: 915px;
}

#content {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	float: left;
	padding: 20px 0 30px 0;
	width: 915px;
}

#content.w-sidebar {
	background: url(../images/backgrounds/content.gif) repeat-y left top;
}

#content.w-sidebar #copy {
	float: right;
	padding: 0 0 0 40px;
	width: 575px;
}

#footer {
	color: #5F5F5F;
	float: left;
	font-size: 1em;
	padding: 20px 0;
	text-align: right;
	width: 915px;
}


/*
BANNER AREA
================================================*/

#banner {
	background: url(../images/backgrounds/banner.jpg) no-repeat left top;
	float: left;
	padding: 0 0 35px 0;
	height: 280px; width: 915px;
}

#logo {
	float: left;
	height: 246px; width: 915px;
	text-indent: -9999px;
}

#logo.white {
	background: url(../images/backgrounds/logo-white.png) no-repeat left top;
}
#logo.black {
	background: url(../images/backgrounds/logo-black.png) no-repeat left top;
}
#logo.gray {
	background: url(../images/backgrounds/logo-gray.png) no-repeat left top;
}

* html body #logo {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.spearotek.com/images/backgrounds/logo-white.png', sizingMethod='image');
	background: none !important;
}

/*
NAVIGATION
================================================*/

#nav {
	height: 34px;
	padding: 0 15px 0 0;
	float: right;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	background: url(../images/backgrounds/nav-item.gif) #191919 repeat-x left bottom;
	border-left: 1px solid #212121;
	border-right: 1px solid #323232;
	color: #aaa;
	float: left;
	font-size: 10px;
	height: 22px;
	padding: 12px 10px 0 10px;
	text-decoration: none;
}

#nav li a:hover, #nav li.current a {
	background-position: left top;
	color: #92BF2D;
}

/*
SUB NAVIGATION
================================================*/

#sub-nav {
	border-bottom: 1px solid #333;
	float: left;
	margin: 0 0 35px 0;
	padding: 0 40px 30px 0;
	width: 260px;
}

#sub-nav ul {
	float: left;
	list-style-type: none;
	text-align: left;
	width: 260px;
}

#sub-nav ul li {
	font-size: 1.1em;
	float: left;
	width: 260px;
}

#sub-nav ul li a {
	background: url(../images/backgrounds/sub-nav-item.gif) transparent no-repeat left top;
	float: left;
	text-decoration: none;
	padding: 4px 5px;
	width: 250px;
}

#sub-nav ul li a:hover {
	background-color: #232323;
	background-position: 237px -109px;
	color: #DEDEDE;
}

#sub-nav ul li.selected a, #sub-nav ul li.selected a:hover {
	background-color: #191919;
	background-position: 237px -60px;
	color: #DEDEDE;
}

/*
SUB-sub NAVIGATION
================================================*/
#sub-nav ul li ul {
	border-bottom: 1px solid #262626;
	border-top: 1px solid #262626;
	padding: 5px 0;
}

#sub-nav ul li li {
	font-size: 10px;
}

#sub-nav ul li li a {
	background: url(../images/backgrounds/sub-nav-item.gif) transparent no-repeat left top;
	color: #ccc;
	float: left;
	text-decoration: none;
	padding: 4px 5px 4px 15px;
	width: 240px;
}


/*
COPY STYLES (main content area)
================================================*/

#copy {
	text-align: justify;
}

#copy p {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0 0 20px 0;
}

#copy ul {
	font-size: 1.2em;
	line-height: 1.5em;
	list-style-type: square;
	padding: 0 0 20px 20px;
}


/*
TEASER BOXES
==============*/

#teasers {
	padding: 20px 0 0 0; 
}

#teasers a {
	float: left;
	height: 185px; width: 145px;
	line-height: 1.5em;
	margin: 0 40px 0 0;
	padding: 10px;
	text-align: left;
	text-decoration: none;
}

#teasers #dealer-teaser {
	margin: 0;
}


#teasers a:hover {color: #fff;}

#teasers a strong {
	border-bottom: 1px solid #666;
	color: #ccc;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	width: 145px;
}

#teasers a:hover strong {
	border-bottom: 1px solid #ccc;
	color: #fff;
}

#gear-teaser {
	background: url(../images/backgrounds/gear-teaser.jpg) no-repeat left top;
}

#gear-teaser span {
	display: block;
	padding: 0 88px 0 0;
}

#video-teaser {
	background: url(../images/backgrounds/video-teaser.jpg) no-repeat left top;
}

#dealer-teaser {
	background: url(../images/backgrounds/dealer-teaser.jpg) no-repeat left top;
}

#teasers a:hover {
	background-position: 0 -205px;
	color: #fff;}

/*
SIDEBAR STYLES
================================================*/
#sidebar {
	color: #aaa;
 	float: right;
	text-align: justify;
	width: 300px;
}

#sidebar h2 {
	border-bottom: 1px solid #5E5E5E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-align: left;
	text-transform: uppercase;	
}

#sidebar h2 a {
	text-decoration: none;
}

#sidebar h3 {
	border-bottom: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
	text-align: left;
}

#sidebar p {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0 0 20px 0;
}

.latest-news {
	padding: 0 40px 0 0;
}

#sidebar .latest-news h3 {
	border: 0;
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 10px 0;
}


/*related videos*/

#related-video {
	border-bottom: 1px solid #333;
	padding: 0 40px 15px 0;
}

#sidebar #related-video h3 {
	font-size: 1.1em;
	line-height: 1.5em;
}

.related-video-wrapper {
	border: 1px solid #333;
	margin: 0 0 20px 0;
	padding: 1px;
	float: left;
}


/*contact vcard*/
#hcard {
	margin: 10px 10px 15px 10px;
}

#hcard a:link {
	background: url(http://www.spearotek.com/images/backgrounds/icon_hcard.png) 0 0 no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 35px;
	display: block;
	border: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

.vcard {
	margin: 0 10px 10px;
	font-size: 10px;
	line-height: 1.4;
}

.vcard .org {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.vcard .country-name {
	display: block;
}

/*
HEADERS
================================================*/

h1 {
	color: #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	padding: 0 0 20px 0;
	text-align: right;
	text-transform: uppercase;	
}

#copy h2 {
	border-bottom: 1px solid #333;
	color: #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
}

#copy h2.full-width {float: left; width: 100%;}


/*
IMAGES
================================================*/

.float-right {
	border: 1px solid #5E5E5E;
	float: right;
	margin: 0 0 20px 20px;
}

.float-left {
	border: 1px solid #5E5E5E;
	float: left;
	margin: 0 20px 10px 0;
}

/*
NEWS PAGE
================================================*/

.news {
	border-bottom: 1px solid #333;
	margin: 0 0 30px 0;
}

#copy .news p.entry-date {
	color: #7f7f7f;
	padding: 0;
}

.news img {
	padding: 2px;

}

#content p#entries-nav {
	font-size: .9em;
	padding: 0;
}

#entries-nav a.prev {margin: 0 3px 0 0;}
#entries-nav a.next {margin: 0 0 0 3px;}


/*
VIDEO PAGE
================================================*/

.video {
	border-bottom: 1px solid #333;
	margin: 0 0 30px 0;
}

.flash-wrap {
	border: 1px solid #333;
	padding: 1px;
	float: left;
	margin: 0 20px 20px 0;
}

.cover-wrap {
	float: right;
	padding: 1px;
	margin-right: 5px;
}

.cover-wrap img {
	border: none;
}

#copy .video p.produced-by {
	color: #7f7f7f;
	font-size: 10pt;
	padding: 2px 0 0;

}

/*===================================
                      Lightbox CSS
===================================*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/*==================================
                      Thickbox CSS
==================================*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}