/* Neutralize styling: 

   Elements we want to clean out entirely: */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-size:12px;
    line-height:14px;
    font-family: Arial, Helvetica, sans-serif;
	color:#000;
	
}

/* Neutralize styling: 
Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 0px;
}

/* Apply left margin:
 Only to the few elements that need it: */
 
li, dd, blockquote {
	margin-left: 0;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

/* Form field text-scaling */

input, select, textarea {
	font-size: 100%;
}

a, a:link, a:visited, a:hover{
	color:#FF6600;
	text-decoration:underline;
	}

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

.clear{
	clear:both;
	height:1px;
}

/*------------------------------------------------------------------

END INITIAL RULES 

/*------------------------------------------------------------------*/

body{
	background:url(../images/page_bg.jpg) 0 0 repeat;
}

#wrapper,
#videoWrapper {
	width:777px;
	margin: 0 auto;
	text-align:left;
	background:url(../images/bg-wrapper_05.jpg) 0 0 repeat-y;
}
#videoWrapper {
	background:url(../images/bg-wrapperVideo.jpg) 0 0 repeat-y;	
}


#header{
	background:url(../images/bg-header_02.jpg) 0 0 no-repeat;
	padding:80px 0 25px 25px;
}

#footer{
	background:url(../images/bg-footer_07.jpg) left bottom repeat-y;
	text-align:center;
	padding:20px 0 0 0;
	
}

#miceType{
	font-size:10px;
	color:#fff;
	display:block;
	padding:0 0 5px 0;
	background-color:#000;
}

/*------------------------------------------------------------------
Navigation
/*------------------------------------------------------------------*/

#topNav, #topNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size:13px;
}

#topNav li ul {
	border:1px solid #FFFFFF;
	background-color:#FF6600;
	padding:8px 8px 15px 8px;
	
}
#topNav li ul li {
	float: none;
	display: block;
}

#topNav li ul li a {
	color:#fff;
	display:block;
	font-size:12px;
	margin-bottom:4px;
	font-weight:normal;
	letter-spacing:normal;
		
}

#topNav li ul li a:hover {
	text-decoration:underline;		
}

#topNav a {
	display: block;
	width:auto;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-.08em;
	text-decoration:none;
}

#topNav li {
	float: left;
	margin-right:15px;

}

#topNav li ul {
	position: absolute;
	width: 140px;
	left: -999em;
}



#topNav li:hover ul, #topNav li.sfhover ul  {
	left: auto;
}

#subnav{
	padding:0 0 0 15px;
	width:200px;
}

#subnav li{
	display:block;
	padding:5px 0;
}

/*------------------------------------------------------------------
Content
/*------------------------------------------------------------------*/

#contentWrapper{
	width:744px;
	padding: 0 0 15px 18px;
}

#leftContent{
	float:left;
	width: 230px;
	margin:15px 0 0 8px;
}

/* fixes IE6 double-margin bug */
* html #leftContent{ 
	display: inline;
}

#rightContent{
	float:left;
	width:488px;
	margin:15px 0 0 0px;
}




/*------------------------------------------------------------------
Left Content
/*------------------------------------------------------------------*/

.leftTile{
	background:url(../images/tileleftBody_08.jpg) left bottom no-repeat;
	padding-bottom:20px;
	margin-bottom:10px;
	
}

.leftHeader,
.leftHeaderAlt{
	background:url(../images/tileLeftTop_06.jpg) 0 0 no-repeat;
	display:block;
	height:17px;
	padding:8px 0 0 10px;
	text-transform:uppercase;
	color:#494949;
	font-size:12px;
}
.leftHeaderAlt{
	background:url(../images/tileLeftTop_Black.jpg) 0 0 no-repeat;
	color:#fff;
	line-height: 11px;
}
.leftHeaderAlt span {
	color: #f9871d;
}

.leftTile p{
	padding:8px 15px 0 10px;
}

.leftTile ul{
	padding:8px 15px 0 10px;
	list-style:none;	
}

.leftTile ul a{
	color:#000;	
}

.leftTile img{
	margin:5px 0 0 10px;
}

.leftTile form{
	padding:8px 0 0 10px;
}

.leftTile .search{
	width:180px;
}	

.leftTile label{
	font-weight:bold;
	color:#494949;
	font-size:12px;
	margin-bottom:5px;
	display:block;
	width:180px;
	
}

.leftTile .button{
	padding-top:5px;
	display:block;
}

#homeVideo p {
	margin-bottom: 0.33em;
	
}
#homeVideoThumb {
	float: left;
	padding: 5px 3px 0 5px;	
}
#homeVideoThumb img {
	border: 0;
}

#homeVideoBtn {
	display: block;
	margin: 0;
	margin-left: -2px;	
}
#homeVideoBtn img {
	border: 0;
}


#homeK2,
#homesteady {
	min-height: 116px;
}
* html #homeK2,
* html #homesteady {
	height: 116px;
}

#homeK2Thumb,
#homesteadyThumb {
	/*position: absolute;
	top: 20px;
	right: 14px;*/
	float: right;	
	display: block;
	padding: 0 14px 0 0;
	margin: -6px 0 0 0;
}


#homeK2Thumb img,
#homesteadyThumb img {
	border: 0;
}

/*------------------------------------------------------------------
Right Content
/*------------------------------------------------------------------*/

.rightTile{
	background:url(../images/tileRightBody_16.jpg) right bottom no-repeat;
	padding-bottom:10px;
	
}


.rightHeader{
	background:url(../images/tileRightTop_08.jpg) right top no-repeat;
	display:block;
	height:17px;
	padding:8px 0 0 10px;
	text-transform:uppercase;
	color:#494949;
	font-size:12px;
}


/*------------------------------------------------------------------
Right Content - Regular content tile
/*------------------------------------------------------------------*/

.rightBodyContent{
	background:url(../images/rightTileBG.jpg) right top repeat-y;
	padding:0px 0 10px 0px;
		
}

.rightContentBox{
	border-top:1px solid #9b9b9b;
	border-left:1px solid #9b9b9b;
	background-color:#e7e6e6;
	padding:10px 25px 10px 15px;
	width:420px;
	margin:10px auto 0 auto;
}

.rightBodyContent p{
	padding:6px 0 0 0;	
}

.rightBodyContent h3{
	padding:6px 0 0 0;
	display:block;	
}

.tileFooter{
	background:url(../images/rightTileBottomBG.jpg) right bottom no-repeat;
	padding:0px 0 20px 0px;
	margin-bottom:10px;
}

.tileFooter hr{
	visibility:hidden;
	height:1px;
	margin:0;
	padding:0;
}


/*------------------------------------------------------------------
Right Content - NewsFeature
/*------------------------------------------------------------------*/
.newsFeature{
	margin:0 0 5px 17px;
}

.newsThumb{
	height:121px;
	width:131px;
	border:1px solid #fff;
	background-color:#efefef;
	margin:6px 20px 0 15px;
	float:left;
}

.newsThumb img{
	display:block;
	margin:0 auto;
}

.featureBody{
	float:left;
	padding:8px;
	width:290px;
	border-bottom:1px solid #c5c5c5;
}

.featureTitle{
	border-top:1px solid #9b9b9b;
	border-left:1px solid #9b9b9b;
	background-color:#e7e6e6;
	font-weight:bold;
	font-size:13px;
	padding:3px;
}

.featureTitle a{
	color:#FF6600;
}

.featureLead{
	padding:10px 0 0 5px;
}

/*------------------------------------------------------------------
Right Content - Archive News pages
/*------------------------------------------------------------------*/

.archiveContent{
	background:url(../images/rightTileBG.jpg) right top repeat-y;
	padding:0px 0 10px 0px;
		
}

.archiveBody{
	padding:8px 0 8px 15px;
	width:450px;
	
}

.archiveTitle{
	border-top:1px solid #9b9b9b;
	border-left:1px solid #9b9b9b;
	background-color:#e7e6e6;
	font-weight:bold;
	font-size:13px;
	padding:3px;
}

.archiveTitle a{
	color:#FF6600;
	display:block;
	padding:5px;
}

h2.archiveTitle{
margin-bottom:5px;
}


/*------------------------------------------------------------------
Right Content - Category overview pages
/*------------------------------------------------------------------*/

.categoryOverview, .newsStory{
	border-top:1px solid #9b9b9b;
	border-left:1px solid #9b9b9b;
	background-color:#e7e6e6;
	width:444px;
	margin:10px auto 0 auto;
	padding:8px;
}

h3.categoryTitle, h3.newsTitle{
	font-size:12px;
	color:#FF6600;
	text-transform:uppercase;
	border-bottom:1px solid #9b9b9b;
	display:block;
	padding:4px 0 6px 0px;
	margin-bottom:5px;
	background-color:#e6e5e5;
}

.overviewThumb, .newsThumb, .catThumb{
	margin:5px 10px 10px 0px;
	float:left;
}

#categoryNav{
	list-style:none;
	padding:5px;
}

#categoryNav li {
	border-bottom:1px solid #c5c5c5;
	display:block;
	padding:3px;
		
}

#categoryNav li a{
	color:#FF6600;
	font-size:12px;
}

#categoryNav li a:hover{
	background-color:#FF6600;
	color:#fff;
}
	
/*------------------------------------------------------------------
Right Content - Product Specs
/*------------------------------------------------------------------*/

.productSpecs{
	border-top:1px solid #9b9b9b;
	border-left:1px solid #9b9b9b;
	background-color:#fff;
	width:444px;
	margin:10px auto 0 auto;
	padding:8px;
	
}

.productTitle{
	font-size:12px;
	color:#FF6600;
	text-transform:uppercase;
	border-bottom:1px solid #9b9b9b;
	display:block;
	padding:4px 0 4px 5px;
	
}

.partNum, .instructions{
	font-size:11px;
	color:#FF6600;
	text-transform:uppercase;
	border-bottom:1px solid #9b9b9b;
	display:block;
	padding:4px 0 4px 5px;
	margin:5px 0 0 0;
}

.productSpecs a{
	padding:0 0 5px 5px;
	display:block;
	border-bottom:1px solid #9b9b9b;
	color:#FF6600;
	
}

/*------------------------------------------------------------------
Right Content - Contact
/*------------------------------------------------------------------*/

#locationsWrapper{
	width:450px
}

#locationsWrapper h3{
	display:block;
	clear:both;
	padding:8px 0;
	color:#FF6600;
}

.addressTile{
	float:left;
	margin-right:30px;
	width:180px;
}

.distributorTile{
	width:300px;
	margin:0 auto;
}

/*------------------------------------------------------------------
News - left side lineup
/*------------------------------------------------------------------*/

#newsLineUp{
	padding:8px 17px 8px 8px;
}

#newsLineUp dt{
	padding:0;
}

#newsLineUp dd{
	padding:5px 0;
	font-size:11px
}

#newsLineUp dt a{
	color:#FF6600;
}

/*------------------------------------------------------------------
Share links
/*------------------------------------------------------------------*/

#share{
	padding:0 0 5px 160px;
	
}

.shareLink, .shareLinkFB{
	display:block;
	float:left;
	margin-right:5px;
}

html .shareLinkFB{
  padding:2px 0 0 20px; 
  height:16px; 
  background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?11:26981) no-repeat top left; 
}

.shareLink a, .shareLinkFB a{
	font-size:10px;
	color:#000;
}

/*------------------------------------------------------------------
Search pages
/*------------------------------------------------------------------*/

.searchResults{
	border-top:1px solid #9b9b9b;
	border-left:1px solid #9b9b9b;
	background-color:#fff;
	width:444px;
	margin:10px auto 0 auto;
	padding:8px;
}

.searchResults h3, .searchResults h4{
	display:block;
	text-transform:uppercase;
	font-size:14px;
	padding:5px 0;
	
}

.searchResults h3{
	padding-top:20px;
	
}

.searchThumb{
	float:left;
	margin-right:10px;
}

.searchResults a{
	color:#FF6600;
	text-decoration:none;
}

.searchResults a:hover{
	text-decoration:underline;
}



/*------------------------------------------------------------------
KaptiveBeam Page
/*------------------------------------------------------------------*/

#kaptivebeam {
	background: url('../images/bg-kaptivebeam.gif') 2px 0 repeat-y;
}

span.k2,
#kaptivebeamTop h1 span span.k2 {
	color: #f9871d;
}

#kaptivebeamTop {
	background: url('../images/bg-kaptivebeamTop.jpg') 2px 0 no-repeat;
	height: 388px;
	padding: 39px 260px 0 32px;
	color: #fff;	
}

#kaptivebeamTop h1 {
	line-height: 22px;
	color: #a3a0a0;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 16px 0;
}
#kaptivebeamTop h1 span {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

img#kaptivebeamTitle {
	display: block;
	margin: 0;
	border: 0;
}
#kaptivebeamTop p {
	margin: 1em 20px 1em 0;	
}
#kaptivebeamTop p.lead {
	font-size: 14px;
	line-height: 1.35em;
	
}

#kaptivebeamContent {
	padding: 0 21px 0 23px;	
	
}

#k2-video {
	display: block;
	float: left;
	margin: 16px 16px 0 9px;
	width: 215px;
}
* html #k2-video {
	display: inline;
}

#k2-video img {
	display: block;
	margin: 0;
	border: 0;
}

#k2-info {
	display: block;
	float: left;
	margin: 4px 0;
	width: 469px;
	padding: 12px 12px 0 12px;
	background-color: #dbdbdb;
	color: #393939;
	
}
* html #k2-info {
	display: inline;
}

#k2-info h3 {
	margin: 0 0 1em 0;
	color: #000;
	font-size: 12px;
}	
#k2-info p {
 	margin: 1em 0;
}

#kaptivebeamContent h2.title {
	line-height: 34px;
	height: 34px;
	background: url("../images/bg-kaptivebeam-title.gif") no-repeat;
	color: #000;
	font-size: 15px;
	margin: 5px 0;
	padding: 0 3px;
}
#kaptivebeamContent ul.k2-bullets {
	display: block;
	float: left;
	margin: 0;
	width: 229px;
	padding: 0 15px 0 0;
	list-style: none;
}
#kaptivebeamContent ul.k2-bullets li {
	display: block;
	margin: 0 0 1em 0;
	padding: 0 0 0 20px;
	background: url("../images/k2-bullets-li.gif") 4px 3px no-repeat;
}

/*------------------------------------------------------------------
Video Page
/*------------------------------------------------------------------*/



#rightContentVideo{
	float:right;
	width:503px;
	margin: 0;
	background: transparent url('../images/bg-rightContentVideo.jpg') no-repeat;
}


.rightBodyContentVideo{
	padding: 0px 9px 10px 19px;		
}

h2.videoHeader {
	font-size: 12px;
	text-transform: uppercase;
	color: #3e3e3e;
	margin: 36px 4px 32px 4px;
	line-height: 14px;
}
h2.videoHeader span {
	color: #f9871d;
}

h2.videoSubHead {
	clear: both;
	font-size: 12px;
	text-transform: uppercase;
	color: #3e3e3e;
	margin: 1em 0;
	line-height: 14px;
	height: 20px;
	padding: 9px 0 0 7px;
	background: transparent url('../images/bg-videoSubHead.jpg') no-repeat;
}
h2.videoSubHead span {
	color: #f9871d;
	
}

.rightBodyContentVideo h3 {
	margin: 0.666em 10px;
	font-size: 12px;
	font-weight: bold;	
	text-transform: uppercase;
}
.rightBodyContentVideo h3 span {
	color: #f9871d;	
	
}

.rightBodyContentVideo p {
	margin: 0.66em 10px;	
}



ul.thumbs {
	float: right;
	list-style:none;
	margin: 0;
	padding: 0 0 0 10px;	
	width: auto;
}
ul.thumbs li {
	display: block;
	float: left;
	width: 120px;
	text-align:center;
	margin: 0;
	padding: 0 10px 0 0;	
}
ul.thumbs li img {
	display: block;
	border: 0;
	padding: 0;
	margin: 0 auto;
}
ul.thumbs li p {
	margin: 0.5em 0 0 0;
	padding: 0;
}


#videoThumbs ul li {
	padding: 8px 0 0 0;
	margin: 8px 0;
	background: transparent url('../images/bg_videoThumbs_li.gif') center top no-repeat;
	text-align: center;
	
}
#videoThumbs ul li.first {
	padding-top: 0;
	margin-top: 0;
	background-image: none;
}
#videoThumbs ul li img {
	display: block;
	border: 0;
	padding: 0;
	margin: 0 auto;
}
#videoThumbs ul li p {
	margin: 0.5em 0 0 0;
	padding: 0;
}


#mainVideo {
	float: left;
	width: 332px;
}
  
#mainVideo p {
	margin: 1em 10px;
}
#mainVideo img {
	border: 0;
}

#mainVideo p#nowPlaying {
	margin-top: 0.5em;
	color: #f9871d;
	text-transform: uppercase;
	font-weight: bold;
}
#mainVideo p#nowPlaying span {
	text-transform: none;
	color: #000;
}

#videoThumbs {
	float: right;
	width: 139px;
}

.videoPlayer {
	margin: 0;
	padding: 0 8px 9px 4px;
	width: 320px;
	height: 260px;
	overflow:hidden;
	margin: 1em 0 0 0;
	background: transparent url('../images/bg-videoPlayer.gif') right bottom no-repeat;
}

#videoThumbs ul {
	list-style:none;
	margin: 0;
	padding: 0;	
}

#videoThumbs ul li {
	padding: 8px 0 0 0;
	margin: 8px 0;
	background: transparent url('../images/bg_videoThumbs_li.gif') center top no-repeat;
	text-align: center;
	
}
#videoThumbs ul li.first {
	padding-top: 0;
	margin-top: 0;
	background-image: none;
}
#videoThumbs ul li img {
	display: block;
	border: 0;
	padding: 0;
	margin: 0 auto;
	
}
#videoThumbs ul li p {
	margin: 0.5em 0 0 0;
	padding: 0;
}

/*------------------------------------------------------------------
Pager
/*------------------------------------------------------------------*/


/* item pager */
.itemPager {
	margin: 0;
	height: 1em;
	line-height: 1em;
}

/* style for results pager */
.itemPager p {
	float: left;
	margin: 0;
	padding: 0;
}

ul.pager {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.pager li {
	float: left;
	margin: 0;
	display: block;
}
li.pagerAll {
	padding: 0 0.4em 0 0;
	border-right: 1px solid #000;
}
li.pagerPrev {
	padding: 0 0.4em 0 0;
}
li.pagerNext {
 	padding: 0 0 0 0.4em;
}
li.pagerPage, li.pagerPageFirst, li.pagerPageLast {
	padding: 0 0.4em;
	text-align: center;
	border-left: 1px solid #000;
}
li.pagerPageLast {
	border-right: 1px solid #000;
}