/* —[ THE bn RESET ]— */
html, body {
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 1;
}
div, span {
	margin: 0px;
	padding: 0px;

}



* {
	font-size: 1em;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

img {
	border: none;
	position: relative;
	background-image: url(thumbnails/fireExt.jpg);
}
ul, ol, li { list-style: none; }
:focus { outline: none; }
table, td, form, fieldset {
	border: none;
	border-collapse:
	collapse; border-spacing: 0;
}

/* —[ REUSABLE CLASSES ]— */
.hide { display: none; }
.right { float: right; }
.left { float: left; }
.current { cursor: default; }
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 0px;
	line-height: 1;
}
