html,
body{
	background: #3185b9 url(bg.png) scroll repeat-x top left;
	margin: 0;
	font-family: Arial, sans-serif;
	color: #2f2f2f;
	width: 980px;
}
td{
	font-size: .7em;
}
a,
a:link,
a:active,
a:visited{
	color: #2c97c5;
	color: #3185b9;
}
a:hover{
	color: #2f2f2f;
}
a img,
img{
	border: 0 none;
}




#stage{
	background: transparent url(bntest.png) scroll no-repeat top left;
	min-height: 570px;
	width: 980px;
	font-size: .7em;
}
* html #stage{
	height: 570px;
}


h1{
	position: absolute;
	top: 0;
	left: 20px;
	width: 200px;
	height: 80px;
	margin: 0;
	padding: 0;
	z-index: 3;
}
h1 a{
	display: block;
	padding-top: 80px;
	overflow: hidden;
	height: 0;
}
h2{
	display: none;
}

#navigation{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 980px;
}
#content{
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	width: 980px;
}
#content_bin{
	min-height: 520px;
}
* html #content_bin{
	height: 520px;
}
#foot{
	text-align: center;
	font-size: 85%;
	margin: 1em;
	color: #fcb63c;
}
#footlinks,
#footlinks a,
#footlinks a:link,
#footlinks a:active,
#footlinks a:visited{
	color: #fff;
}


#navigation ul{
	background: transparent url(nav20001.png) scroll no-repeat top left;
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 980px;
	height: 80px;
}
#navigation ul.section1{ background-image: url(nav20002.png); }
#navigation ul.section2{ background-image: url(nav20003.png); }
#navigation ul.section3{ background-image: url(nav20004.png); }
#navigation ul.section4{ background-image: url(nav20005.png); }
#navigation ul.section5{ background-image: url(nav20006.png); }
#navigation ul li{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation ul li.section1{ top:50px; left:326px; }
#navigation ul li.section2{ top:50px; left:455px; }
#navigation ul li.section3{ top:50px; left:584px; }
#navigation ul li.section4{ top:50px; left:712px; }
#navigation ul li.section5{ top:50px; left:841px; }
#navigation ul li a{
	display: block;
	width: 114px;
	height: 0;
	padding-top: 24px;
	overflow: hidden;
}

.incoming_xhtml{
	width: 812px;
	margin: 135px auto 0 auto;
}
.incoming_xhtml .container_top{
	background: transparent url(metal_container_top.png) no-repeat top center;
	_background-image: url(metal_container_top.gif);
	height: 28px;
}
.incoming_xhtml .container_mid{
	background: transparent url(metal_container_mid.png) repeat-y top center;
	_background-image: url(metal_container_mid.gif);
	padding: 0 20px;
	min-height: 315px;
}
* html .incoming_xhtml .container_mid{
	height: 315px;
}
.incoming_xhtml .container_bot{
	background: transparent url(metal_container_bot.png) no-repeat bottom center;
	_background-image: url(metal_container_bot.gif);
	height: 37px;
}


#selected_content{
}


.content{
	float: left;
	width: 635px;
	border-left: 1px solid #222;
	min-height: 325px;
}
* html .content{
	height: 315px;
}
.subnav{
	width: 100px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.subnav ul{
	background-color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}
.subnav li{
	border-left: 1px solid #222;
	border-bottom: 1px solid #222;
	text-align: right;
}
.subnav li.first{
	border-top: 1px solid #222;
}
.subnav ul li{
	border: 0 none;
}
.subnav a{
	color: #2f2f2f;
	display: block;
	padding: .25em;
	text-decoration: none;
}
.subnav a.selected{
	background-color: #fcb63c;
}
.subnav ul a.selected{
	background-color: #fff;
	color: #777;
}
.subnav a:hover{
	background-color: #eee;
}
h3{
	padding: 2px 10px;
	margin: 0 0 2px 0;
	font-size: 14px;
}
.prod_videos h3,
.videos h3,
.contact_map h3{
	background-color: #fcb63c;
}
.bio{
	border-top: 1px solid #aaa;
	padding-top: 10px;
}
.bio:first-child{
	padding-top: 0;
	border-top: 0 none;
}
.bio_innards{
	margin-left: 134px;
}
.bio img{
	width: 124px;
	height: 83px;
	float: left;
	margin-left: 10px;
}

.vidlist{
	list-style: none;
	padding: 0;
	border-left: 1px solid #777;
	margin: 0;
}
.vidlist > li:first-child{
	border-top: 0 none;
}
.vidlist li{
	border-top: 1px solid #aaa;
	font-size: 120%;
}
.vidlist li a{
	position: relative;
	display: block;
	padding: 5px;
	min-height: 60px;
	text-decoration: none;
	color: #2f2f2f;
}
* html .vidlist li a{
	height: 60px;
}
.vidlist li a:hover,
.vidlist li a.selected{
	background-color: #eaeaea;
}
.vidlist li a .vidlist_still{
	display: block;
	float: left;
	width: 76px;
	height: 58px;
	background: #ddd;
	margin-right: 10px;
}
.vidlist li a .watchlink{
	position: absolute;
	display: block;
	bottom: 5px;
	left: 91px;
	text-decoration: underline;
	color: #2c97c5;
}
.vidlist li a:hover .watchlink{
	text-decoration: none;
}
.prod_videos{
	float: left;
	width: 235px;
}
.videos .prod_videos{
	/*height: 370px;
	position: relative;*/
	width: 192px;
}
.prod_features{
	float: left;
	width: 399px;
}
h4{
	padding: 0 10px;
	margin-top: 0;
}
p{
	padding: 0 10px;
	margin-top: 0;
	line-height: 1.25em;
	font-size: 110%;
	color: #333;
}
.odd{
	background-color: #eee;
}
table{
	width: 100%;
	border-collapse: collapse;
	margin: 10px;
	border-bottom: 1px solid #888;
}
td.first,
th.first{
	border-left: 0 none;
	font-size: 110%;
}
th{
	font-style: italic;
	text-align: left;
	font-weight: normal;
	color: #444;
	border-left: 1px solid #888;
	padding-left: 3px;
}
td{
	font-size: 100%;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	padding: 2.5em 2em;
}
td.intro{
	padding: .5em;
	font-style: italic;
	font-size: 100%!important;
	color: #444;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}
tr.odd td{
	background-color: #e6e6e6;
}


form{
	padding: 0;
	margin: 0;
}
.field{
	min-height: 22px;
}
* html .field{
	height: 22px;
}
.form-submit,
.field-input{
	margin-left: 285px;
	margin-bottom: 5px;
}
.field label{
	width: 275px;
	float: left;
	display: block;
	text-align: right;
	line-height: 22px;
}
.field .field label{
	width: auto;
	float: none;
	display: inline;
	text-align: left;
}



#penbo_intro{
	text-decoration: none;
	color: #42210b;
	font-size: 12px;
	background: transparent url(penbo_heading.png) scroll no-repeat top left;
	display: block;
	width: 335px;
	height: 150px;
	padding: 42px 30px 0 256px;
	margin: 0 auto;
}
#prime8_intro{
	text-decoration: none;
	color: #42210b;
	font-size: 12px;
	background: transparent url(prime8_heading.png) scroll no-repeat top left;
	display: block;
	width: 330px;
	height: 152px;
	padding: 52px 255px 0 36px;
	margin: 0 auto;
}

.buy_btn{
	display: block;
	background: url(where-to-buy.png);
	width: 133px;
	height: 0;
	padding-top: 22px;
	overflow: hidden;
	margin: 10px 0;
	float: right;
}
.back_btn{
	display: block;
	background: url(back.png);
	width: 88px;
	height: 0;
	padding-top: 21px;
	overflow: hidden;
	float: left;
	margin: 10px 0;
}


.container_mid:after,
.incoming_xhtml:after,
.bio:after,
.vidlist li:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
* html .incoming_xhtml,
* html .bio,
* html .vidlist li{
	height: 1%;
}