html, body {
   margin: 0;
   padding: 0;
   height: 100%;
}

body {
	background: url(/assets/img/bodyBg.gif) repeat top left;
	overflow-y: scroll;
}

div#container {
	min-height: 100%;
	width: 1003px;
	margin: 0 auto;
	background-color: black;
	background-repeat: repeat-y;
	background-position: top left;
}

div#header {
	width: 100%;
	height: 165px;
}

div#clearfooter {
	clear: both;
	display: block;
	height: 30px;
}

div#footer {
	width: 1003px;
	height: 20px;
	position: fixed;
	padding-top: 10px;
	bottom: 0;
	background-color: #5c8503;
	color: white;
	text-align: center;
}

div#footer a, div#footer a:hover {
	color: white;
}

div#menu {
	height: 26px;
	padding-top: 5px;
	background-color: black;
}

div#menu ul {
	margin: 0;
	padding: 0;
}

div#menu ul li {
	list-style: none;
	float: left; 
	padding-left: 12px;
	padding-right: 12px;	
	height: 23px;
	padding-top: 3px;
}

div#menu ul > li:first-child {
	margin-left: 0;
}

div#menu ul li.active {
	background-color: white;
}

div#menu ul li:hover {
	background-color: white;
}

div#menu ul li:hover a, div#menu ul li a, div#menu ul li a:hover {
	color: white;
	font-family: Tahoma;
	font-size: 15px;
	text-decoration: none;
}

div#menu ul li:hover a, div#menu ul li.active a, div#menu ul li.active a:hover {
	color: black;
}

div#content {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: top left;
}

div#pageText {
	width: 220px;
	height: 280px;
	padding: 10px;
	background-color: #e3e3e3;
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); 
}

div#categories {
}

div.category {
	float: left;
	width: 250px;
	height: 205px;
	margin-bottom: 5px;
	border-bottom: 1px solid white;
}

div.category div.header {
	height: 17px;
	width: 250px;
	background-color: black;
	text-align: center;
	padding-top: 1px;
}

div.category div.header a, div.category div.header a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

div.category div.header a:hover {
	text-decoration: underline;
}

div.category div.image {
	background-color: white;
}

div.category div.image a:hover {
	opacity: 0.6;
}

div#catLeft {
	float: left; 
	width: 250px;
}

div#catImage {
	height: 187px; 
	background-color: black;
}

div#catList {
}

div#catList ul {
	margin: 0;
	padding: 0;
}

div#catList ul li {
	list-style-type: none;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: white;
}

div#catList ul li.alt {
	background-color: #e3e3e3;	
}

div#catList ul li a, div#catList ul li a:hover {
	text-decoration: none;
	font-size: 14px;
}

div#catList ul li a.active {
	font-weight: bold;
}

div#categoryData {
	float: left; 
	width: 710px; 
	color: white;
	padding-top: 20px;
	padding-left: 22px;
}

div#ShowPdf {
	float: left; 
	width: 120px; 
	height: 160px; 
	color: white;
	text-align: center;
	padding: 5px;
	margin: 10px;
	border: solid 1px white; 
}

ul#pdfList {
	margin-left: 25px;
	margin-bottom: 20px;
}

ul#pdfList li {
	list-style-image: url(/assets/img/pdf.png);
}

div#categoryData a, div#categoryData a:hover {
	color: white;
	text-decoration: none;
	font-size: 13px;
}

div#categoryData a:hover {
	text-decoration: underline;
}

h1.pageTitle {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
}

h2.categoryTitle {
	font-size: 14px;
	margin: 0;
	margin-top: 4px;
}

div.product {
	min-height: 120px;
	border-bottom: 1px solid white;
}

div.product img {
	float: right;
}

div.product p.desc {
	font-weight: bold;	
}

div.product p.info {
}

div.product p.price {
	font-weight: bold;
}
