.hidden {
	display: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #990000;
	border: 0px;
	margin: 0px;
	background-image: url(../images/background_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background_content.gif);
	overflow: auto;
	margin-top: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#container #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 900px;
}
#container #navigation ul {
	list-style-type: none;
	text-align: center;
	margin: 0;
	width: 100%;
	clear: both;
	background-color: #990000;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
#container #navigation li {
	text-transform: uppercase;
	font-size: 18px;
	display: inline;
	padding: 8px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#container #navigation li a {
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#container #navigation a:hover {
	color: #990000;
	background-color: #FFFFFF;
	text-decoration: none;
}
#container #content {
	padding: 20px;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;

}
#container #content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	text-transform: none;
	color: #FFFFFF;
	font-variant: normal;
	background-color: #000066;
	width: 600px;
	padding: 10px;
	border: 10px solid #CCCCCC;
	margin-top: -5px;
}
#container #content ol {
	list-style-type: none;
	list-style-position: outside;
}
#container #content ol li {
	font-size: large;
	width: 400px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 30px;
}
#container #content ol li.a1 {
	background-image: url(../images/recycling_a1.jpg);
	height: 272px;
}
#container #content ol li.a2 {
	background-image: url(../images/recycling_a2.jpg);
	height: 319px;
}
#container #content ol li.a3 {
	background-image: url(../images/recycling_a3.jpg);
	height: 271px;
}
#container #content ol li.a4 {
	background-image: url(../images/recycling_a4.jpg);
	height: 375px;
}
#container #content ol li.a5 {
	background-image: url(../images/recycling_a5.jpg);
	height: 388px;
}
#container #content ol li.b1 {
	background-image: url(../images/recycling_b1.jpg);
	height: 302px;
}
#container #content ol li.b2 {
	background-image: url(../images/recycling_b2.jpg);
	height: 318px;
}
#container #content ol li.b3 {
	background-image: url(../images/recycling_b3.jpg);
	height: 302px;
}
#container #content ol li.b4 {
	background-image: url(../images/recycling_b4.jpg);
	height: 521px;
}
#container #content p {
	line-height: 32px;
	font-weight: bold;
}
#container #content p.contact-us {
	font-size: x-large;
}
#container #content p.contact-us-address {
	font-size: large;
}
#container #content p.home-stock {
	float: right;
	clear: right;
	margin: 8px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	font-size: medium;
}
#container #content p.stock {
	float: right;
	clear: right;
}
#container #content p.home-stock img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #000000;
}
#container #content p.recycle {
	font-size: large;
	margin-left: 40px;
}
#container #content p strong {
	color: #990000;
}
#container #footer {
	background-color: #000066;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: right;
	width: 700px;
	padding: 10px;
	border: 10px solid #CCCCCC;
	left: 100px;
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;
	background-image: url(../images/background_footer.gif);
	background-repeat: no-repeat;
	background-position: 50px;
	height: 130px;
}

