a {
	color: #003399;
	text-decoration: none;
}
a:hover  {
	color: #003399;
	font-weight: inherit;
	text-decoration: underline;
}
a.selected {
	color: #4e8a10;
	font-weight: bold;
	text-decoration: none;
}
	/**/body {
	color: #333;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	background-image: url(http://b2iweb.irpass.cc/2000/fade.gif);
	background-repeat: repeat-y;
}

a img { border: none; }

/*White box for all content*/
#wrapper {
	width: 800px;
	margin: 0;
	padding: 0;
	padding-left: 0px;
}

#header {
	margin-left: 0px;
	width: 800px;
}

#main {
	padding: 10px;
	margin: 0;
}

/* needs special casing for IE */
/*ie wants 4*/
#breadcrumbs {
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
	padding: 0px 10px 0px 10px;
	float: inherit;
	font-size: 11px;
}

/* needs special casing for IE */
/*width of 166 works better elsewhere*/
#sidenav {
	float: left;
	width: 160px;
	margin: 0px;
	padding-top: 20px;
	padding-left: 10px;
}

/*First item of the sidenav*/
#sidenav ul li {
	list-style-type: none;
	font-weight: bold;
	margin-top: -15px;
	margin-left: -40px;
	padding: 0px;
	color: black;
}

#sidenav ul li li {
	list-style-type: none;
	font-weight: normal;
	margin-top: 3px;
	margin-left: -30px;
	padding: 0px;
	text-indent: 0px;
	padding-top: 6px;
}

/*Main box*/
#content {
	margin: 0 0 0 166px;
	padding: 5px 10px 12px 15px;
	border-left: 1px solid #ccc;
}

#content h1 {
	color: #4e8a10;
	/*font-size: large;*/
	font-size: 150%;
	margin-bottom: .5em;
}

#content h2 {
	font-size: 120%;
	margin-bottom: 0px;
	color: #4e8a10;
}

#content h3 {
	font-size: 110%;
	margin-bottom: -6px;
	color: #4e8a10;
}

#content p {
	margin-top: 0px;
	margin-bottom: 6px;
}

#content li { margin-left: 40px; }

/*learn more links. Use like so:*/
/*<p class="more"><img...><a>text...*/
p.more, dd.more {
	margin: 0 0 9px 0;
	padding: 0;
}

p.more a, dd.more a { font-weight: bold; }
#content #customerneed dl { margin-top: 0px; }

#content #customerneed dt {
	font-weight: bold;
	font-size: 100%;
	margin-top: 12px;
}

#content #customerneed dd {
	margin-bottom: 6px;
	margin-left: 0px;
}

/*Picture with grey box*/
#picturebox {
	width: 370px;
	background: #E0E0E8;
}

#picturebox p {
	padding: 5px;
	margin-top: 0;
}

/*Box with grey border floating*/
/*on right side of page*/
#content .callout {
	float: right;
	border: 1px solid #ccc;
	width: 130px;
	padding: 5px;
	margin: 0px 0px 18px 10px;
	clear: right;
}

#content .callout h2 { margin: 0px 0px 3px 0px; }

#content .callout p {
	margin: 0px;
	font-size: 80%;
	line-height: 1.6em;
}

#content .products img {
	margin: 3px 0px;
	display: block;
}

/*dictionary list used on news page for date   title*/
/*treatment of news items*/
#content dl#news { margin-top: 0.5em; }

/*date*/
#content dl#news dt {
	float: left;
	margin-left: 0;
	font-weight: bold;
}

/*title*/
#content dl#news dd {
	margin-left: 7em;
	margin-bottom: 1em;
	clear: right;
}

#content ul {
	margin: 3px 0 6px -23px;
	padding: 0px;
}

/*info class used for list of links to*/
/*more info in product detail*/
ul.info { list-style-image: url(http://b2iweb.irpass.cc/2000/more.gif); }
ul.info { margin-left: -25px; }
ul.info li a { font-weight: bold; }

/*Not sure if this is needed*/
#content div.products {
	margin-bottom: 2em;
	margin-top: 2em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}

#content div.products img { float: left; }
#content div.products p { margin: 0 0 6px 170px; }
#content div.products h2 { margin: 0 0 6px 170px; }
#content div#lastproduct { border-bottom: none; }

/*productfamily class for P&T 2 pages*/
#content div.productfamily h2 {
	border-bottom: 1px solid #ccc;
	padding: 6px 0;
}

#content div.productfamily p {
	padding-top: 6px;
	margin-bottom: 3px;
	width: 350px;
}

#content div.productfamily ul { margin-left: 0px; }

#content div.productfamily ul li {
	padding-bottom: 3px;
	margin-left: 20px;
	margin-bottom: 0px;
}

#content div.productfamily img {
	float: right;
	padding-top: 20px;
}

#content div.productfamily p img {
	float: none;
	padding-top: 0;
}

#content div.productfamily ul { width: 310px; }

/*this is for the last one in the list so there aren't*/
/*two borders at the bottom of the page*/
#content div.productfamily#lastfamily { padding-bottom: 20px; }

/*productdetail class used for P&T 3 pages*/
#content div#productdetail h2 {
	color: black;
	font-size: 90%;
}

/*Special Casing for IE*/
/*Wants li m-l 0*/
#content div#productdetail ul { margin-right: 300px; }

#content div#productdetail li {
	padding-bottom: 3px;
	margin-left: 40px;
}

#content div#productdetail img { float: right; }

#content div#customerneed h2 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 6px;
}

#content div#customerneed h2 { margin-bottom: 6px; }

#content #pandt {
	margin: 12px 0;
	height: 1%;
}

#content #pandt #productshot { float: left; }

#content #pandt h2 {
	color: black;
	margin-left: 315px;
}

#content #pandt ul.info {
	list-style-image: url(http://b2iweb.irpass.cc/2000/more.gif);
	margin-left: 335px;
}

#content #pandt ul.info li a { font-weight: bold; }

#customerproduct h2 {
	color: black;
	font-size: 90%;
}

#customerproduct ul { margin-left: 25px; }

	dl#navlist dt {font-weight: bold; float: left; display: block;}
	dl#navlist dd {font-weight: bold; margin-left: 140px; display: block;}
li.detail { font-weight: bold; }

li.detail li {
	list-style-type: disc;
	font-weight: normal;
}

/*footer nav*/
#footer {
	border-top: 1px solid #ccc;
	padding: 12px 0;
	margin-top: -12px;
	margin-left: 0px;
	background: white;
	/*width: 730px;*/
	width: 780px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#footer li {
	display: inline;
	padding: 0 11px 0 9px;
	border-right: 1px solid;
}

/*the last item has no right border*/
#footer li#lastfooter { border-right: none; }

/*Sometimes contained elements poke out of their containers*/
/*Use it on the containing element like so:*/
/*<div class="someclass clearfix">*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/*End clearfix*/
	#gallery {margin-top: 12px, padding-top: 12px; border-top: 1px solid #ccc;}
	#gallery h2, #gallery h3, #gallery p {margin-left: 140px;}
	#gallery h2 {margin-bottom: 0; margin-top: 24px;}
	#gallery h3 {margin-top: 3px; margin-bottom: 3px;}
	#gallery img {float: left; margin-top: 24px;}
	#gallery span.top {
	float: right;
	font-size: 11px;
}
/*<![CDATA[*/
#glamour {margin: -4px 0 0 -7px; float: left; padding: 0px; width: 453px; height: 199px;}
#news {margin: 13px 0 -4px 452px; border-left: 1px solid #ccc; padding: 3px 0 0 12px; height: 199px;}
#news h1 { white-space: nowrap; font-size: 150%; font-weight: normal;}
#news dd {margin-left: 0; margin-bottom: 6px; color: #333;}
#news li
{
	list-style-image: url(http://b2iweb.irpass.cc/2000/more.gif);
	margin-left: -25px;
}
#band
{
	margin: 0 0 0 0px;
	height: 13px;
	width: 780px;
	background-image: url(http://b2iweb.irpass.cc/2000/band.jpg);
	background-repeat: repeat-x;
}

#browse
{
	background: #dbe2e8;
	margin-top: 0px;
	padding-top: 0;
	padding-bottom: 1px;
	margin-left: 0px;
	width: 780px;
	margin-bottom: 10px;
}


#browse h2
{
	margin: 0;
	padding: 6px 0;
	white-space: nowrap;
	font-weight: normal;
}

#browse #product, #browse #customer {
	border-right: 1px solid #333;
	width: 30%;
	background: #dbe2e8;
	float: left;
	padding: 12px;
	height: 100%;
	}
	
/*Shorter column needs some fluffing*/
#browse #product ul.info {padding-bottom: 2px;}
#browse #customer ul.info {padding-bottom: 25px;}
#browse ul.info {margin-bottom: 0; padding-bottom: 0;}

/*Nowrap solves xbrowser spacing*/
#browse ul.info li
{
	margin-top: 3px;
	white-space: nowrap;
}
#browse ul.info li a {font-weight: normal;}
#browse #purchase
{
	float: left;
	width: 32%;
        background: #dbe2e8;
	padding: 3px 3px;
	height: 100%;
}

#browse #purchase h2
{
	float: left;
	margin-left: 5px;
	text-align: left;
	font-size: 140%;
        padding-top: 15px;
        font-weight: bold;
}

#browse #purchase p
{
	float: right;
	margin-left: -160px;
	text-align: left;
	padding-top: 27px;
	white-space: nowrap;
}

#browse #purchase p.more a {font-weight: normal;
}


#browse #purchase img#purchaseimg
{
	float: left;
	padding: 0 0 0px 0;
	margin-top: 17px;
	margin-bottom: 0px;
        margin-left: 45px;
}
	#members {margin-top: 12px, padding-top: 12px; border-top: 1px solid #ccc;}
	#members h2 {margin-bottom: 0; margin-top: 24px;}
	#members h3 {margin-top: 3px; margin-bottom: 3px;}
	#members span.top {
	float: right;
	font-size: 11px;
}

	#contact h2 {margin-bottom: 0;}
	#contact h3 {margin: 3px 0;}
	#contact h4 {margin: 0 0 3px 0; font-size: 100%;}
	#contact p {margin-bottom: 12px;}
	#contact dl {margin-top: 3px;}
	#contact dt {
		float: left;
		margin-left: 0;
		font-weight: bold;
	}
	
	#contact dd {
		margin-left: 200px;
	}
