html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0; padding: 0;
}

/*footer holder*/
#pagefooter {
	position:fixed;
	background-color: #000;
	width: 100%;
	left:0px;
	bottom:0px;
	height:30px;
	margin: 0px auto;
	z-index: 2;
	clear: both;
	text-align: right;
	color: #666;
}

#pagefooterprism {
	position:fixed;
	/*background-color: #000;*/
	width: 100%;
	left:0px;
	bottom:0px;
	height:30px;
	margin: 0px auto;
	z-index: 2;
	clear: both;
	text-align: right;
	color: #666;
}

/*footer links*/
#pagefooter a, #pagefooter a:link, #pagefooter a:visited {
	color: #999;
	text-decoration: none;
}

#pagefooter a:hover, #pagefooter a:active {
	color: #FFF;
	text-decoration: none;
}

/*footer horizontal line*/
.dottedline {
	margin: 0;
	width: 100%;
	margin-bottom:2px;
	height: 10px;
	background: #000 url(http://www.blackboxdist.com/i/images/dottedline.png) repeat-x top left;
}

/* BB FOOTER ITEMS */
.botsubnav {
	color: #999;
	font-size: 9px;
	margin: 8px 0 10px 0;
	text-transform: uppercase;
	/*padding-top: 3px;*/
}

.botsubnav a, .botsubnav a:link, .botsubnav a:visited {
	margin: 0 2px;
	color: #CCC;
	text-decoration: none;
}
.botsubnav a:hover, .botsubnav a:active {
	color: #999;
	text-decoration: none;
}

.botsubnav ul {
	display:inline;
	margin: 0px 8px 0px 10px;
	padding: 0;
}

.botsubnav ul li {
	list-style-type: none;
	display:inline;
	margin: 0;
	padding: 0;
}

#horz-separator-bottom {
	left:0px;
	width:100%;
	height:1px;
	margin-bottom:1px;
	background: #666 url(http://www.blackboxdist.com/i/includes/external-navigation/horz-separator.gif) repeat-x top left;					
}

.floatLeft {float:left;}
.floatRight {
	float:right;
	margin: 8px 0 10px 0;
}

