@charset "utf-8";
/* CSS Document */
/********************* [GlOBAL STYLES] **********************/

body { 
	text-align: center;
	font: normal 62.5% Arial, Verdana, sans-serif;
	color: #444;
	background: #f2f2f2;
	}
	
#wrapper {
	width: 793px;
	margin: 0 auto;
	text-align: left;
	background: #f2f2f2;
	}	
	
/* heading levels 
--------------------------------------------- */
	
h2 {
	color: #494949;
	font: normal 18px Georgia, Arial, "Times New Roman", Times, serif;
	text-align: left;
	padding: 2px 0 5px 25px;
	display:block;
	}
	
h4  {
	color: #444;
	font: bold 12px Arial, "Times New Roman", Times, serif;
	line-height: 17px;
	padding: 5px 0 3px;
	}
	
h4  a {
	color: #0d4499;
	font: bold 12px Arial, "Times New Roman", Times, serif;
	line-height: 17px;
	}
	
h5 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 4px;	
	}
	
strong {
	font-size: 12px;
	font-weight: bold;
	}
	
a {
	color: #0d4499;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 17px;
	text-decoration: underline;
	}
	
a:focus {
	outline: none;
	}
	
a:hover {
	text-decoration: none;
	}
	
a.small:link { 
	color: #0d4499;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}
a.small:visited { 
	color: #0d4499;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}
a.small:hover {
	color: #0d4499;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
a.small:active {
	color: #0d4499;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}
	
#skip {
	background: #fff;
	display: none;
	}	


#skip a {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	}
	
/* Buttons
----------------------------------------------*/
a.button, a.buttonDis {
	display: block;
	background: transparent url(../../img/but_bkgd.jpg) no-repeat;
	width: 307px;
	height: 38px;
	margin: 10px auto;
	padding: 8px 0 0 0;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Verdana, sans-serif;
	}
	
a.button:link, a.button:visited {
	color: #f7f7f7;
	}
	
a.button:hover, a.button:active {
	background: transparent url(../../img/but_bkgd_hover.jpg) no-repeat;
	color: #f7f7f7;
	}
	
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
	background-position: 0 -72px;
	color: #5F5F5F;
	cursor: default;
	}
	
/* Back to Top
----------------------------------------------*/
a.top {
	display: block;
	background: transparent url(../../img/but_bkgd_hover.jpg) no-repeat;
	width: 622px;
	height: 19px;
	margin: 10px auto;
	padding: 5px 10px 0 0;
	text-align: right;
	text-decoration: none;
	font: bold 11px Arial, Verdana, sans-serif;
	background: #f5f5f5;
	border: 1px solid #eee;
	}
	
a.top:hover {
	background: #f1f6fe;
	}
	
/* Header Styles 
--------------------------------------------- */
	
#header {	
	margin: 0 auto;
	width: 761px;
	height: 118px;
	position: relative;
	background: #ececec url(../../img/header_bkgd.jpg) no-repeat;
	}
	
#header img#logo {
	float: left;
	width: 368px;
	height: 27px;
	margin: 42px 0 49px 35px;
	}
	
/*

#header #logo {
	float: left;
	width: 368px;
	height: 27px;
	margin: 42px 0 49px 35px;
	}

#header #logo h1 a {
	display: block;
	width: 368px;
	height: 27px;
	text-indent: -9999px;
	background: transparent url(../../img/IR-BlackBody_logo.jpg) no-repeat;
	}

*/
#header #contact {
	float: right;
	width: 170px;
	border-left: 1px solid #444;
	margin: 28px 8px 0 26px;
	padding: 0 0 0 26px;
	color: #999;
	font: normal 12px Arial Verdana, Geneva, sans-serif;
	line-height: 18px;
	}
	
#header #contact a {
	color: #919191;
	text-decoration:none;
	}
	
/* Menu Styles 
--------------------------------------------- */

ul#nav {
	margin: 0 auto;
	width: 736px;
	height: 24px;
	color: #b8b69d;
	padding: 10px 0 0 25px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #b1b0ac;
	background: url(../../img/nav_bkgd.gif) repeat-x;
	}
	
ul#nav li {
	display:inline;
	padding: 0 10px 0 10px;
	}
	
ul#nav li a {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	text-decoration: none;
	}
	
/* Body Section 
------------- */
#contentWrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 761px;
	background: url(../../img/pattern.gif);
	}
	
#contentWrapper #content {
	margin: 0 auto;
	width: 741px;
	padding: 0 0 80px 0;
	border-bottom: 6px solid #d6d6d6;
	background: #fff url(../../img/bot_grad.jpg) repeat-x bottom center;
	}
	
#contentWrapper #contentInner {
	margin: 0 auto;
	padding: 20px;
	width: 670px;
	overflow:hidden;
	background: #fff url(../../img/top_grad.jpg) repeat-x 0 15px;
	}
	
#contentInner h2 {
	color: #333;
	font: normal 22px Arial, "Times New Roman", Times, serif;
	text-align: left;
	padding: 20px 0;
	}
	
#contentInner h2 span.red {
	color: #c30425;
	font-weight: normal;
	font-style: italic;
	}
	
#contentHome img#blackbody {
	float: left;
	width: 339px;
	height: 292px;
	margin: 0 0 15px 0;
	border-style:none;
	}
	
#contentHome {
	margin: 0 auto;
	padding: 0;
	width: 670px;
	overflow:hidden;
	background: transparent;
	}
	
#sidebar {
	float: left;
	width: 335px;
	background: #fff;
	}
	
#sidebar h3 {
	color: #b00321;
	font: bold 14px Verdana, Geneva, sans-serif;
	margin: 0 0 15px;
	}
	
#sidebar ul#productDetail {
	margin: 0;
	}

#sidebar ul#productDetail li {
	padding: 0 0 5px 22px;
	color: #555;
	font: bold 12px Arial, Verdana, Geneva, sans-serif;
	line-height: 18px;
	background: #fff url(../../img/arrow-diag.gif) no-repeat 5px 6px;
	}

#sidebar ul#download {
	float: left;
	margin: 20px 0 30px 5px;
	padding: 10px;
	width: 255px;
	background: #f6f9fd;
	border: 1px solid #e8f0f8;
	}
	
#sidebar ul#download li {
	line-height: 20px;
	}
	
#sidebar ul#download li a {
	color: #0d5592;
	font: bold 12px Verdana, Geneva, sans-serif;
	text-decoration: underline;
	}
	
#sidebar #google_checkout {
	float:left;
	width:182px;
	height:44px;
	margin: 0 0 0 5px;
	} 
	
#mainPhoto {
	float: right;
	width: 325px;
	margin: 0 5px 0 0;
	}
	
p#caption {
	margin: 10px 0 0 0;
	font: bold 12px Arial;
	color: #666;
	text-align: center;
	line-height: 18px;
	}
	
div#introWrapper {
	width: 660px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	clear: both;
	overflow:hidden;
	}
	
div#introLeft {
	width: 339px;
	float: left;
	overflow:hidden;
	background: #fff;
	}
	
div#introRight {
	width: 287px;
	float: right;
	overflow:hidden;
	background: #fff;
	}
	
div#introRight h1#tagline {
	color: #333;
	font: normal 18px Arial, Verdana, Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 0 0 10px 0;
	}
	
div#introRight p {
	margin: 15px 0;
	font: normal 12px Arial, Verdana,"Times New Roman", Times, serif;
	line-height: 18px;
	}
	
.container {
	width: 650px;
	margin: 30px auto 10px auto;
	padding: 0;
	overflow:hidden;
	border: 2px solid #bbb;
	}
	
.containerInner {
	width: 590px;
	margin: 0 10px;
	padding: 30px 20px 20px 20px;
	overflow:hidden;
	background: #fff url(../../img/top_grad.jpg) repeat-x 0 10px;
	}
	
h3 a.anchor {
	color: #000;
	font: normal 22px Georgia, Arial, "Times New Roman", Times, serif;
	line-height: 17px;
	text-decoration: none;
	display:block;
	margin: 0;
	padding: 9px 9px 9px 12px;
	background: url(../../img/pattern.gif);
	border-bottom: 1px solid #ccc;
	}
	
h3 a.anchor:hover {
	text-decoration: none;
	}

.containerInner h4 {
	color: #555;
	font: bold 14px Arial, "Times New Roman", Times, serif;
	line-height: 17px;
	text-decoration: none;
	display:block;
	padding: 15px 0 20px 0;
	}
	
.containerInner h4.callout {
	color: #b00321;
	font: bold 12px Arial, "Times New Roman", Times, serif;
	font-style:italic;
	line-height: 17px;
	text-decoration: none;
	display:block;
	margin: 10px 0 20px 0;
	padding: 8px 8px 8px 13px;
	background: #fff;
	border: 1px solid #ccc;
	clear:both;
	}
	
.containerInner #softwareInterface {
	float:left;
	width: 324px;
	font-size: 12px; 
	line-height: 20px;
	margin: 0 0 15px 0;
	}
	
.containerInner ul {
	width: 100%;
	margin: 0 0 0 5px;
	}
	
.containerInner ul li {
	padding: 0 0 5px 22px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 20px;
	background: #fff url(../../img/arrow-diag.gif) no-repeat 5px 6px;
	}
	
.containerInner p {
	font-size: 12px; 
	line-height: 20px;
	margin: 0 0 15px 0;
	}
	
.containerInner p.clear {
	font-size: 12px; 
	line-height: 20px;
	margin: 15px 0 15px 0;
	clear:both;
	}
	
#overlayBox {
	float: right;
	width: 274px;
	}
	
#overlayBox p {
	text-align: center;
	background: url(../../img/enlarge_icon.gif) no-repeat 78px bottom;
	}
	
.containerInner img#BBI-FX {
	float: right;
	width: 240px;
	height: 376px;
	margin: 10px 0 0 25px;
	padding: 0 0 10px 0;
	}
	
.containerInner img#system {
	float: right;
	width: 270px;
	height: 234px;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	}
	
.containerInner img.bar {
	float: left;
	width: 150px;
	margin: 0 15px 25px 0;
	border-style:none;
	}
	
.containerInner p.barTarget {
	float: left;
	width: 110px;
	margin: 0 10px 0 0;
	}
	
.containerInner #collimator {
	border: 5px solid #eee;
	float: left;
	width: 310px;
	}
	
#product_accessories_content {	
	overflow:hidden;
	width:600px;
	margin: 0 0 40px 0;
	}
	
/*OEM Model Information
---------------------*/
	
#oemWrapper {
	width: 580px;
	margin: 0 auto;
	overflow:hidden;
	background: transparent;	
	}
	
#oemDescription {
	float: left;
	width: 350px;
	margin: 0 auto;
	}
	
#applications {
	float: right;
	width: 200px;
	margin: 48px 0 0 20px;
	}
	
#oem p.title {
	font-weight: bold;
	}
	
#oemLeft {
	float: left;
	width: 280px;
	margin: 15px auto 20px;
	overflow:hidden;
	background: #fff;	
	}
	
#oemRight {
	float: right;
	width: 280px;
	margin: 15px auto 20px;
	overflow:hidden;
	background: #fff;	
	}
	
#oemLeft img#oem {
	width: 250px;
	height: 250px;
	border: 5px solid #eee;
	}
	
#oemRight img#mini {
	width: 250px;
	height: 322px;
	border: 5px solid #eee;
	}
	

	

/*Table Styles for Products
-------------------------*/	
table.products {
	float: left;	
	width:296px;
	border: 1px solid #ddd;
	border-spacing: 2px;
	border-collapse: separate;
	margin: 10px 0 25px 0;
	padding: 6px;
	font: normal 12px Arial, Verdana, Geneva, sans-serif;
	background: #f7f7f7;
	clear: both;
	overflow:hidden;
	}

table.products td.first-col {
	width:48%;
	}

table.products td.second-col {
	width:52%;
	}

table.products td {
	border-width: 1px;
	padding: 5px 0 4px 5px ;
	}

table.products td.stripe {
	background: #eee;	
	}
	
table.products strong {
	color: #666;
	}
	
/*Table Styles for Products
-------------------------*/	
table.accessories {
	float: right;	
	width:204px;
	border: 1px solid #ddd;
	border-spacing: 0;
	border-collapse: separate;
	margin: 10px 5px 15px 0;
	padding: 0 0 10px 0;
	font: normal 12px Arial, Verdana, Geneva, sans-serif;
	background: #f7f7f7;
	overflow:visible;
	}
	
table.accessories th {
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	}

table.accessories td.first-col {
	width:65%;
	text-align: right;
	padding: 6px 6px 0 6px;
	}

table.accessories td.second-col {
	width:35%;
	padding: 6px 6px 0 6px;
	}

table.accessories td {
	border-width: 1px;
	padding: 5px 6px 4px 6px ;
	}

table.accessories td.stripe {
	background: #eee;	
	}
	
table.accessories strong {
	color: #666;
	}
	
	
/* Form Elements 
--------------------------------------------- */
	
span.blueText {
	font: bold 12px/18px Arial, Verdana, sans-serif;
	color: #4f6b72;
	padding: 0 0 24px 0;
	}
	
legend {
	font: bold 16px Verdana, Arial, sans-serif;
	color: #333;
	margin: 0 0 1.5em -.55em;
	padding: .9em 0 .5em 0;
	text-align: left;
	}

span.small {
	font: normal 12px Arial, Verdana, sans-serif;
	color: #888;
	}
	
span.required {
	font: normal 12px Arial, Verdana, sans-serif;
	color: #cc0000;
	}
	
p#loadBar {
	}
	
label {
	width:30%;
	float:left;
	display:block;
	font-weight:bold;
	}
	
input {
	font:normal 12px Arial;
	}
	
.inputButton {
	float: left;
	width: 102px !important;
	height: 24px;
	font: bold 14px Arial;	
	color: #fff !important;
	margin: 2em 0 0 30%;
	background: #B00321;
	border-style: none;
	cursor: pointer;
	border: 1px solid #8d031b;
	}
	
/* Footer Styles 
--------------------------------------------- */

#footer {
	width: 741px;
	margin: 0 auto;
	padding: 15px 0;
	background: #fff;
	clear: both;	
	overflow: hidden;
	border-left: 10px solid #bbb;
	border-right: 10px solid #bbb;
	}	
	
#footer p {
	float: left;
	width: 320px;
	padding: 30px 0 0 35px;
	color: #555;
	font: normal 11px Arial, Helvetica, sans-serif;
	}
	
#footer img {
	float: right;
	width: 217px;
	height: 68px;
	margin: 0 30px 0 0;
	padding: 0 0 0 20px;
	}
	
/* search engine content placement
----------------------------------------------------- */
#se {
	position: absolute;
	top: -100px;
	left: 320px;
	width: 960px;
	color:#f2f2f2;
	font-size: 1px;
	margin: 0;
	padding: 0;
	}