/* Colors:
#f4f4e6 - background off-white
#5d5943 - gray/brown text
#b3b2a5 - gray outline around sb content
#dbdab5 - tab bg, light tan
#a39e62 - darker tan bg for sb tabs
#c7c396 - middle tan, left bar bg
#bebb99 - spec tr divider
#d45d16 - highlight orange
#b34f13 - slightly darker orange
*/

html *{
	margin: 0;
}
html {
	height: 100%;
}
a, a:link, a:focus, a:active {
	color: #d45d16;
}
a:visited {
	color: #b34f13;
}
body {
	background: url(/bdat/images/background.png) repeat-x left top;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.6em;
	background-color: #f4f4e6;
	color: #5d5943;
}
p {
	margin-bottom: 1em;
	line-height: 1.5em;
}
img {
	vertical-align: bottom;
	border: none;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 1em;
	font-family: Helvetica, Arial, sans-serif;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}

.clear {
	clear: both;
}

.block {
	display: block;
}

.nooutline {
	outline: none !important;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#container{
	width: 958px;
	margin: 0 auto;
	padding: 0 6px 10px 6px;
	position: relative;
	text-align: left;
	}
#header{
	height: 106px;
}
#header h1{
	float: left;
	margin: 0;
	margin-left: -5px;
	}
#header h1 a{
	display: block;
	height: 43px;
	width: 292px;
	margin: 21px 0 0 0;
	text-indent: -9999px;
	background: url(/bdat/images/bdat_logo.png) no-repeat;
	}
	
ul#navigation{
	list-style: none;
	float: right;
	display: inline;
	margin: 57px 0 0 0;
	padding: 0;
	}
ul#navigation li{
	float: left;
	margin: 0 0 0 19px;
	}
ul#navigation li a{
	display: block;
	text-indent: -9999px;
	height: 27px;
	outline: none;
	}
ul#navigation ul {
	list-style: none;
	padding: 0;
	font-size: 1.2em;
	background: #373528;
	margin: 0px 0 0 -8px;
	padding: 8px 10px;
	border-left: 1px solid #5d5943;
	border-right: 1px solid #5d5943;
	border-bottom: 4px solid #5d5943;
	position: absolute;
	z-index: 1;
	/*height: 147px;*/
	width: 9em;
	left: -999em;
	}
ul#navigation li ul li {
	float: none;
	display: block;
	margin: 0;
	}
ul#navigation li ul li a {
	text-indent: 0;
	text-decoration: none;
	height: 20px;
	padding-left: 2px;
	color: #bbb;
	}
ul#navigation li ul li a:hover {
	color: #aca662;
	}
ul#navigation li:hover ul, ul#navigation li.sfhover ul {
	left: auto;
}
ul#navigation li#products:hover a, ul#navigation li#products.sfhover a {
	background: none;
}
li#products {	background: url(/bdat/images/navigation.png) no-repeat 0 -30px; }
li#products a {	background: url(/bdat/images/navigation.png) no-repeat 0 0; width: 111px; }
li#products_highlighted a, li#products_highlighted {background: url(/bdat/images/navigation.png) no-repeat 0 -30px; width: 111px; }
li#products a:hover, li#products_highlighted a:hover { background-image: none; }
li#products ul li a, li#products_highlighted ul li a { background: none; width: 100%;}

li#company { background: url(/bdat/images/navigation.png) no-repeat 0 -90px; }
li#company a { background: url(/bdat/images/navigation.png) no-repeat 0 -60px; width: 85px; }
li#company_highlighted a, li#company_highlighted {background: url(/bdat/images/navigation.png) no-repeat 0 -90px; width: 85px; }
li#company a:hover, li#company_highlighted a:hover { background-image: none; }

li#news {	background: url(/bdat/images/navigation.png) no-repeat 0 -150px; }
li#news a {	background: url(/bdat/images/navigation.png) no-repeat 0 -120px; width: 50px; }
li#news_highlighted a, li#news_highlighted {background: url(/bdat/images/navigation.png) no-repeat 0 -150px; width: 50px; }
li#news a:hover, li#news_highlighted a:hover { background-image: none; }

li#support {	background: url(/bdat/images/navigation.png) no-repeat 0 -210px; }
li#support a {	background: url(/bdat/images/navigation.png) no-repeat 0 -180px; width: 77px; }
li#support_highlighted a, li#support_highlighted {background: url(/bdat/images/navigation.png) no-repeat 0 -210px; width: 77px; }
li#support a:hover, li#support_highlighted a:hover { background-image: none; }

li#contact {	background: url(/bdat/images/navigation.png) no-repeat 0 -270px; }
li#contact a {	background: url(/bdat/images/navigation.png) no-repeat 0 -240px; width: 76px; }
li#contact_highlighted a, li#contact_highlighted {background: url(/bdat/images/navigation.png) no-repeat 0 -270px; width: 76px; }
li#contact a:hover, li#contact_highlighted a:hover { background-image: none; }

h1#sb_main_header {
	width: 377px;
	height: 40px;
	text-indent: -9999px;
	background: url(/images/switchback_header.png) no-repeat left top;
	padding-bottom: 18px;
	margin: 0;
}

div#home {
	font-size: 1.2em;
	margin-left: 50px;
}

div#homeside {
	float: right;
	margin-top: -250px;
	margin-right: 25px;
}

h1#sb_main_header.home {
	
}

h1#homeh a {
	display: block;
	height: 310px;
	width: 708px;
	background: url(/images/home_spread.jpg) no-repeat left top;
	text-indent: -9999px;
}

.leftbar {
	float: left;
	width: 203px; 
}

.rightbar {
	float: right;
	width: 203px;
	padding-bottom: 20px;
}

ul#sb_nav {
	list-style:none;
	margin: 0 0 10px 0;
	padding: 0;
}

ul#sb_nav li {
	height: 28px;
	text-indent: -9999px;
	margin: 0 0 5px 0;
	background: url(/images/navigation_sb.png) no-repeat;
}

ul#sb_nav li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/images/navigation_sb.png) no-repeat;
	outline: none;
}

ul#sb_nav li#features a{ background-position: 0 0; } /* up state */
ul#sb_nav li#features a:hover{ background-image: none; }
ul#sb_nav li#features { background-position: 0 -38px; } /* hover state*/
ul#sb_nav li#features_current { background-position: 0 -76px; } /* current state */

ul#sb_nav li#architecture a{ background-position: 0 -114px; }
ul#sb_nav li#architecture a:hover{ background-image: none; }
ul#sb_nav li#architecture { background-position: 0 -152px; }
ul#sb_nav li#architecture_current { background-position: 0 -189px; }

ul#sb_nav li#tour a{ background-position: 0 -228px; }
ul#sb_nav li#tour a:hover{ background-image: none; }
ul#sb_nav li#tour { background-position: 0 -266px; }
ul#sb_nav li#tour_current { background-position: 0 -304px; }

ul#sb_nav li#backpacks a{ background-position: 0 -342px; }
ul#sb_nav li#backpacks a:hover{ background-image: none; }
ul#sb_nav li#backpacks { background-position: 0 -380px; }
ul#sb_nav li#backpacks_current { background-position: 0 -418px; }

ul#sb_nav li#specifications a{ background-position: 0 -456px; }
ul#sb_nav li#specifications a:hover{ background-image: none; }
ul#sb_nav li#specifications { background-position: 0 -494px; }
ul#sb_nav li#specifications_current { background-position: 0 -532px; }

ul#sb_nav li#rugged a{ background-position: 0 -570px; }
ul#sb_nav li#rugged a:hover{ background-image: none; }
ul#sb_nav li#rugged { background-position: 0 -608px; }
ul#sb_nav li#rugged_current { background-position: 0 -646px; }

ul#sb_nav li#gallery a{ background-position: 0 -684px; }
ul#sb_nav li#gallery a:hover{ background-image: none; }
ul#sb_nav li#gallery { background-position: 0 -722px; }
ul#sb_nav li#gallery_current { background-position: 0 -760px; }

.sidebar {
	background: #c7c396 url(/images/sidebar_corner.png) no-repeat right bottom;
	padding: 10px;
	overflow: visible;
}

.sidebar h3 {
	text-transform: uppercase;
	font: bold 1.6em Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	margin: 0 0 14px 0;
}

div.divider_left, div.divider_right {
	background: #dbdab5;
	border: 1px solid #b3b2a5;
	height: 12px;
	width: 213px;
	position: relative;
	z-index: 2;
}
	div.divider_left {
	margin: 0 -1px 10px 0;
	border-right: none;
	}
	div.divider_right {
	margin: 0 0 10px -11px;
	border-left: none;
	}

ul.pdf {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

ul.pdf li {
	background: url(/images/icon_pdf.png) no-repeat left top;
	padding-left: 18px;
	margin-bottom: 8px;
}

ul.pdf li a {
	color: #5d5943;
}

div#sb_content {
	float: right;
	width: 745px;
	margin: -41px 0 0 0;
	padding-bottom: 12px;
}
	div#sb_content h2 {
		float: right;
		text-indent: -9999px;
		height: 19px;
		background: url(/images/sb_section_headers.png) no-repeat;
		padding-bottom: 12px;
		margin: 0;
	}
	
	#sb_content h2#features { width: 287px;	background-position: right 0; }
	#sb_content h2#architecture { width: 201px;	background-position: right -35px; }
	#sb_content h2#tour { width: 74px;	background-position: right -71px; }
	#sb_content h2#backpacks { width: 288px;	background-position: right -106px; }
	#sb_content h2#specifications { width: 218px;	background-position: right -141px; }
	#sb_content h2#rugged { width: 109px;	background-position: right -177px; }
	#sb_content h2#gallery { width: 119px;	background-position: right -212px; }

h2#biotrac_header {
	width: 459px;
	height: 24px;
	text-indent: -9999px;
	background: url(/images/biotrac_header.png) no-repeat;
	margin-top: 2em;
}

div#standalone_content {
	width: 745px;
	margin: auto;
	color:black;
	font:1.2em/1.5 Tahoma,Aria,sans-serif;
}

div#standalone_content h3 {
	color: black;
	font: bold 15px Tahoma, sans-serif;
	margin: 2em 0;
}

div#standalone_content ul {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

div#standalone_content ul li {
	margin-bottom: 1em;
}

a#biotrac_dl, a:link#biotrac_dl
{
	display: block;
	width: 242px;
	height: 35px;
	text-align: center;
	color: white;
	font-size: 15px;
	padding-top: 0.26em;
	background: url(/images/biotrac_dl.png) no-repeat;
}

a:hover#biotrac_dl {
	color: #ccc;
}

.ui-tabs .ui-tabs-hide {
  display: none;
}

.ui-tabs {
	position: relative;
}

.ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 2px 0;
	height: 25px;
	background: #a39e62 url(/images/sb_tabs_bg.png) repeat-x;
	font-size: 1.2em;
}

#tabs .js_hide {
	display: none; /*this eliminates FOUC for jquery tabs */
}

.ui-tabs-nav li {
	float: left;
	height: 25px;
	margin: 0 2px 0 0;
}

.ui-tabs-nav li a {
	background: url(/images/sb_tabs.png) no-repeat right top;
	display: block;
	padding: 4px 12px 0;
	color: white;
	height: 21px;
	text-decoration: none;
	outline: none;
}
li.ui-state-hover a {
	background-position: right -35px;
}

li.ui-tabs-selected a, li.ui-state-active a {
	background-position: right -70px;
	padding: 4px 12px 0;
	color: black;
	height: 23px;
	margin-bottom: -2px;
	cursor: text;
}
li.ui-tabs-selected, li.ui-state-active {
	
}

div.sb_tab_holder {
	background: #dbdab5;
	border: 1px solid #b3b2a5;
	border-top: none;
}

div.sb_tab {
	padding: 18px 20px 28px 20px;
	font-size: 1.2em;
	overflow: auto;
}
.tabimg_right, .tabimg_left {
	border: 1px solid #a39e62;
	background: #f4f4e6;
	font-size: 0.8em;
	padding: 20px;
}
.tabimg_right p, .tabimg_left p {
	margin: 20px 0 0 0;
}

#trad-pc { width: 271px; }
#sb-pc { width: 332px; }
#fpga-loops { width: 245px; margin-right: 20px; font-size: 0.8em; height: 725px; }
#apps { width: 235px; }

div.feat_col_right {
	width: 47%;
	float: right;
	padding-left: 15px;
}
div.feat_col_left {
	float: left;
	width: 47%;
	padding-right: 18px;
	border-right: 1px solid #b3b2a5;
}

div.feat_col_left h3.standard, 
div.feat_col_right h3.standard {
	font-size: 1.3em;
	font-weight: bold;
}

div.list_container {
	width: 420px;
	float: right;
	padding-bottom: 20px;
	}

ul.tablist {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	overflow: hidden;
}

ul.tablist li {
	background: url(/images/bullet.png) no-repeat 0 3px;
	padding-left: 20px;
	margin: 4px 0 4px 4px;
	font-weight: bold;
}
.sb_tab acronym {
	color: #363427;
}

.sb_tab img.img-right {
	float: right;
	margin: 20px 0 20px 20px;
}

.sb_tab img.img-left {
	margin: 20px 20px 20px 0;
	float: left;
}

.sb_tab img.top {
	margin-top: 2px !important;
}

.tabimg_right {
	float: right;
	margin: 2px 0 20px 20px;
	
}
.tabimg_left {
	margin: 2px 20px 20px 0;
	float: left;
}

.sb_tab a.back, .sb_tab a.forward {
	display: block;
	height: 25px;
	line-height: 22px;
	color: #f4f4e6;
	background: url(/images/sb_bottom_nav_bg.png) no-repeat;
	outline: none;
	position: absolute;
	width: 7.5em;
	text-align: center;
}

.sb_tab a.back {
	left: 0;
	bottom: 0;
	background-position: right 0;
	padding-right: 3px;
}
.sb_tab a.forward {
	right: 0;
	bottom: 0;
	background-position: left 0;
	padding-left: 3px;
}

div.sb_tab h3 {
	font: 1.5em Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
}

#specs.sb_tab_holder {
	padding: 0 10px 10px;
	font-size: 1.2em;
}

#specs.sb_tab_holder h3, h3.specs {
	text-transform: uppercase;
	font: bold 1.45em Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	margin: 8px 0 0 0;
}

h3.top {
	margin: 0 !important;
}

table.specs {
	border-collapse: collapse;
	width: 100%;
}

th h3 {text-align: left;} /* ie8 needs this*/

table.specs tr.divider {
	border-bottom: 1px solid #bebb99;
}

table.specs td {
	vertical-align: top;
	color: black;
	padding: 8px 0 8px;
	line-height: 1.4em;
}

table.specs td.width {
	width: 45%;
	text-indent: 3px;
}

table.specs td span {
	text-indent: 6px;
}

h1.headers {
		text-indent: -9999px;
		height: 54px;
		background: url(/images/section_headers.png) no-repeat;
		margin: -12px 0 -10px 0;
		position: relative;
		z-index: 2;
}
	
	h1.headers#contact { width: 198px;	background-position: left 0; }
	h1.headers#support { width: 198px;	background-position: left -64px; }
	h1.headers#news { width: 148px;	background-position: left -320px; }
	h1.headers#about { width: 158px;	background-position: left -128px; }
	h1.headers#legal { width: 148px;	background-position: left -192px; }
	h1.headers#sitemap { width: 202px;	background-position: left -256px; }
	
div#bdat_content {
	float: left;
	width: 745px;
	padding-bottom: 20px;
}

h2.standard, h3.standard {
	text-transform: uppercase;
	color: #5d5943;
	font: bold 1.4em Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	margin: 0 0 8px -1px;
}

div#bdat_content div.body {
	background: #dbdab5;
	border: 1px solid #b3b2a5;
	border-top: none;
	overflow: hidden;
	padding: 16px 20px 20px;
	font: 1.2em/1.5 Tahoma, Aria, sans-serif;
	color: black;
	min-height: 353px;
}

img#iao {
	display: block;
	margin: 32px 0 10px;
}

div#sidequote {
	width: 175px;
	background: url(/images/quote_bg.jpg) no-repeat left bottom;
	padding: 14px;
	text-align: center;
	color: black;
	font: italic bold 1.6em/1.3 "Times New Roman", serif;
}
div#sidequote h3 {
	font: italic bold 1.1em/1.3 "Times New Roman", serif;
}
div#sidequote span {
	display: block;
	margin-top: 10px;
	font-family: Tahoma, Arial, sans-serif;
}
div#sidequote span span {
	display: inline;
	background: #5d5943;
	padding: 1px 5px;
	color: white;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 0.8em;
}
p.form {
	margin-bottom: 4px;
}

div#success_box {
	background: #a39e62;
	color: white;
	border: 2px solid #5d5943;
	font: 1em/1.5 Helvetica, Arial, sans-serif;
	padding: 16px;
	margin: 16px 0;
}

div#error_box {
	background: #cecc87;
	border: 2px solid #d45d16;
	margin: 16px 0 0 0;
	color: #d45d16;
	font: bold 1em Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding: 8px;
	width: 621px;
}
div#error_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

form#bdat_contact {
	width: 690px;
	margin-left: 0px;
	margin-top: 12px;
	overflow: hidden;
	padding-bottom: 10px;
}
	form#bdat_contact label {
		display: block;
		font: bold 1em Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		margin: 0 0 2px;
	}
	form#bdat_contact fieldset {
		float: left;
		border: none;
		padding: 0 0 0 2px;
		overflow: visible;
	}
	form#bdat_contact fieldset.left {
		width: 280px;
		margin-right: 20px;
	}
	form#bdat_contact fieldset.right {
		width: 330px;
	}
	form#bdat_contact input.submit {
		float: right;
		margin-right: -1px;
	}
	form#bdat_contact input.field {
		padding: 4px;
		background: #a39e62;
		font: 1.2em Tahoma, sans-serif;
		border: 1px solid #5d5943;
	}
	form#bdat_contact input.field:hover {
		border: 1px solid #d45d16;
	}
	form#bdat_contact input.field:focus {
		outline: 2px solid #d45d16;
		border: 1px solid #5d5943;
	}
	form#bdat_contact input.error {
		border: 2px solid #d45d16;
		outline: none;
	}
	form#bdat_contact input.error:hover {
		border: 2px solid #d45d16;
		outline: none !important;
	}
	form#bdat_contact input.error:focus {
		outline: none;
		border: 2px solid #d45d16;
	}
	form#bdat_contact textarea {
		font: 1.2em Tahoma, sans-serif;
		padding: 4px;
		background: #a39e62;
		border: 1px solid #5d5943;
		width: 325px;
		height: 163px;
		margin-bottom: 8px;
	}
	form#bdat_contact textarea:hover {
		border: 1px solid #d45d16;
	}
	form#bdat_contact textarea:focus {
		outline: 2px solid #d45d16;
		border: 1px solid #5d5943;
	}
	form#bdat_contact textarea.error {
		border: 2px solid #d45d16;
		outline: none;
	}
	form#bdat_contact textarea.error:hover {
		border: 2px solid #d45d16;
		outline: none !important;
	}
	form#bdat_contact textarea.error:focus {
		outline: none;
		border: 2px solid #d45d16;
	}
	form#bdat_contact select {
		padding: 4px;
		background: #a39e62;
		font: 1.2em Tahoma, sans-serif;
		border: 1px solid #5d5943;
	}
	form#bdat_contact select:hover {
		border: 1px solid #d45d16;
	}
	form#bdat_contact select:focus {
		outline: 2px solid #d45d16;
		border: 1px solid #5d5943;
	}
	form#bdat_contact select.select_error {
		background: #CECC87;
	}
div#bdat_content ul.columns {
	overflow: hidden;
	padding: 20px 0;
	margin: 0;
	border-top: 1px dotted #333;
	list-style: none;
}

div#bdat_content ul.columns li {
	float: left;
	margin-right: 45px;
	line-height: 1.5em;
}

div#bdat_content ul.columns li.marketing {
	width: 32%;
	margin-right: 0;
}

div#articles {
	float: left;
	width: 60%;
}
div#articles ul, div#events ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#articles li {
		font-weight: bold;
		line-height: 1.4em;
}
	
#articles li a {
	font-weight: normal;
}
div#events {
	border-left: 1px dotted #333;
	float: right;
	margin-bottom: 30px;
	padding: 0 0 0 35px;
	width: 27%;
}

#footer
{
	border-top: 1px dotted #5d5943;
	position: relative;
	display: block;
	margin: auto;
	clear: both;
	padding: 7px 0 0 0;
	width: 100%;
	color: #7d7d7d;
	text-align: left;
	font-size: 11px;	
}

#footer span.patent_foot {
	color: #7D7D7D;
	float: right;
	font-size: 11px;
}

#footer img {
	margin-right: 2px;
	}
#footer_inner {
	padding: 0 0 8px 4px;
	border-bottom: 1px dotted #5d5943;
	}
#footer_lower {
	background: url(/bdat/images/rmt_logo.png) no-repeat top right;
	margin-top: 10px;
	padding: 2px 60px 8px 0;
	height: 16px;
	text-align: right;
	font-size: 9px;
	line-height: 128%;
	}
#footer_inner span {
	position: absolute;
	right: 4px;
	top: 7px;
	font-size: 14px;
	}
#footer_inner span a,
#footer_inner span a:link,
#footer_inner span a:visited {
	color: #aca662;
	}
#footer hr
{
	display: none;
}
#footer a, #footer a:link, #footer a:visited
{
	color: #7d7d7d;
}

#gallery_container {
	margin-top: 41px;
}
#main_image {width: 616px; float: left; border: 1px solid #b3b2a5;}
.galleria{list-style:none;width:126px;float:right; padding: 0;}
.galleria li{display:block;width:51px;height:51px;overflow:hidden;float:left;margin:0 0 10px 10px;border: 1px solid #b3b2a5;}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
#gallery_container span.caption {display: none;}
* html .galleria li div span{width:400px} /* MSIE bug */

div#ie6 {
	width: 100%;
	position: absolute;
	top: 0;
	background: darkred;
	color: white;
	padding: 6px 8px;
	font: 1em Tahoma, sans-serif;
}

div.media_col {
	width: 45%;
}

div.media_col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.media_col li {
	display: block;
	height: 100px;
	margin-bottom: 12px;
	font-weight: bold;
}

div.media_col li img {
	float: left;
	margin-right: 8px;
	margin-top: -5px;
	border: 1px solid black;
}

div#wearable {
	font: 1.2em/1.7 Tahoma, Aria, sans-serif;
	color: black;
}

div#wearable p {
	color: black;
	line-height: 1.9em;
}

div#wearable h1 {
	font-size: 40px;
	letter-spacing: -1px;
	line-height: 100%;
	margin-top: 0.5em;
}

div#wearable img#vestclosed {
	float: right;
	margin-left: 30px;
}

div#wearable div#wspecs {
	border-top: 1px dotted #5D5943;
	border-bottom: 1px dotted #5D5943;
	clear: both;
}

div#wearable div.wcol_left {
	width: 45%;
	float: left;
	border: 1px solid red;
}
div#wearable div.wcol_right {
	width: 45%;
	float: right;
	border: 1px solid red;
}