@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
}
p {
	padding-top: 0em;
	padding-bottom: 0.5em;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -79px; /* the bottom margin is the negative value of the footer's height */
	width: 100%;
	float: none;
}
#homecopy {
	text-align: center;
	padding-top: 120px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	color: #999999;
}
#header {
	width: 100%;
	height: 130px;
}
#logo {
	float: left;
	display: block;
}
#footer {
	CLEAR: both;
	text-align: left;
	color: #999999;
	height: 69px;
	font-size: 10px;
	line-height: 1em;
	width: 100%;
	POSITION: relative;
	margin-top: 10px;
}
.push{
	height: 69px; /* .push must be the same height as .footer */
}
#footerlogo {
	display: none;
}
#footercopy {
	text-align: left;
	float: right;
	padding-top: 4px;
	line-height: 2em;
	width: 100%;
}
#footercopy a {
	color: #999999;
	text-decoration: none;
}
.clearer {
	clear:both
}
.searchbox {
	display: none;
}
#content {
	text-align: left;
	color: #666666;
	padding: 20px;
}
.products a {
	color: #1E2C6E;
	text-decoration: none;
	font-weight: bold;
}
.darkblue {
	color: #1E2C6E;
}
.darkblue a {
	color: #1E2C6E;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 1.6em;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.8em;
	padding-left: 0px;
}
.bodylink {
	color: #1E2C6E;
	text-decoration: none;
	font-weight: bold;
}
#nav {
	display: none;
}
#search {
	display: none;
}
#links {
	display: none;
}
.productpic {
	float: left;
}
.noprint {
	display: none;
}