@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtrHdr #header {
	padding: 0;
	background-color: #E87511;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #827F77;
}	
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-color: #827f77;
}
.oneColFixCtrHdr #footer p {
	margin: 0 0 0 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#titleframe {
}
#linkframea {
}
#linkframeb {
}
#productframea {
	height: 256px;
	margin-top: 10px;
}
#productframeb {
	height: 256px;
	margin-top: 10px;	
}
#productframec {
	height: 256px;
	margin-top: 10px;	
}
#productframed {
	height: 256px;
	margin-top: 10px;	
}
#productframee {
	height: 256px;
	margin-top: 10px;	
}
#productframef {
	height: 256px;
	margin-top: 10px;	
}
#productframeg {
	height: 256px;
	margin-top: 10px;
}
#photoframea {
	float: left;
	width: 375px;
	height: 256px;
	padding-right: 10px;
}
#photoframeb {
	float: left;
	width: 375px;
	height: 256px;
	padding-right: 10px;
}
#photoframec {
	float: left;
	width: 375px;
	height: 256px;
	padding-right: 10px;
}
#photoframed {
	float: left;
	width: 375px;
	height: 256px;
	padding-right: 10px;
}
#photoframee {
	float: left;
	width: 375px;
	height: 256px;
	padding-right: 10px;
}
#photoframef {
	float: left;
	width: 375px;
	height: 256px;
	padding-right: 10px;
}
#photoframeg {
	float: left;
	width: 375px;
	height: 256px;
	padding-right: 10px;
}
#ptsubhead {
}
#productframecontainer {
}
#productspace {
	margin-top: 10px;
}
#sbphotoframea {
	float: left;
	width: 375px;
	height: 130px;
	padding-right: 10px;
}
#sbphotoframeb {
	float: left;
	width: 375px;
	height: 130px;
	padding-right: 10px;
}
#sbphotoframec {
	float: left;
	width: 375px;
	height: 130px;
	padding-right: 10px;
}
#sbproductframea {
	height: 130px;
	margin-top: 10px;
}
#sbproductframeb {
	height: 130px;
	margin-top: 10px;
}
#sbproductframec {
	height: 130px;
	margin-top: 10px;
}
#tablecontainer {
	margin-top: 10px;
}
