@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;
	background-image: url(assets/site-background.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 960px;
	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;
	background-image: url(assets/wrapper-background.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	background-image: url(assets/masthead-background-blank.gif);
	height: 342px;
	width: 960px;
	margin: 0px;
	padding: 0;
}
#navigation {
	background-image: url(assets/GoodsNavbarChips.gif);
}

.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(assets/wrapper-background.gif);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 940px;
	margin: 0px;
	overflow: auto;
}
#navigation {
	padding-right: 0px;
	padding-left: 0px;
	height: 70px;
}
#baseHeader {
	background-image: url(assets/masthead-base-new.gif);
	height: 53px;
	width: 960px;
}


#siteinfo {
	padding-left: 20px;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	width: 853px;
	padding-top: 8px;
	text-align: left;
	padding-bottom: 8px;
	height: 22px;
}
#blank {
	height: 20px;
	width: 960px;
}
#sitecredit {
	height: 60px;
	width: 960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;
	font-style: normal;
	font-weight: bold;
}
#footertop {
	height: 67px;
	width: 960px;
	background-image: url(assets/footer-background-1.gif);
}
#footermid {
	height: 38px;
	width: 960px;
	background-image: url(assets/footer-background-2.gif);
	font-size: small;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: 0% 0%;
	overflow: hidden;
}
#footerbot {
	height: 23px;
	width: 960px;
	background-image: url(assets/footer-background-3.gif);
}

