@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 10px groove #F00;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 128px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	vertical-align: top;
	font-size: 36px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #F00;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	color: #CFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	color: #000;
}
.oneColFixCtrHdr #container #mainContent h3 {
	text-align: center;
	background-color: #FC0;
}
.oneColFixCtrHdr #container #header table tr td h2 {
	text-align: center;
	color: #03F;
}
.oneColFixCtrHdr #container #mainContent table {
	text-align: center;
	font-size: small;
}
.boldor {
	font-size: xx-large;
}
.oneColFixCtrHdr #container #mainContent #pyro gear tr td small text {
	font-size: medium;
}
.oneColFixCtrHdr #container #mainContent #pyro gear headers {
	font-size: large;
}
.oneColFixCtrHdr #container #mainContent #pyro gear {
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent #pyro gear tr td {
	font-size: large;
}
.oneColFixCtrHdr #container #mainContent #pyro gear tr td b shipping {
	color: #03F;
}
.oneColFixCtrHdr #container #mainContent #pyro gear tr td b {
	color: #03F;
}
.oneColFixCtrHdr #container #mainContent #pyro gear tr td b {
	color: #03F;
}
.title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.oneColFixCtrHdr #container #mainContent table tr td table press {
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent table tr td table r {
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent table tr td table tr td strong r {
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent table tr td table tr td img {
	text-align: center;
}
