body {
	font-family: palatino, georgia, verdana, arial, sans-serif;
}

h1 {
	font-family: "Trebuchet MS", Helvetica, SansSerif;
	color: rgb(9, 83, 27);
	margin-top: 5px;
}

h2 {
	font-family: "Trebuchet MS", Helvetica, SansSerif;
	color: rgb(9, 83, 27);
}

img {
	border: 0
}

.menu ul {
	font-family: Tahoma, Arial, Helvetica, SansSerif;
	font-weight: bold;
	height: 49px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(images/menu_background.png);
	background-repeat: repeat-x;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.menu ul li {
	background-image: url(images/menu_background.png);
	line-height: 49px;
	float: left;
	color: #FFFFFF;
}

.menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0px 15px 0px 15px;
}

.menu ul li a:hover {
	background-image: url(images/menu_hover.png);
}

.footer {
	background-image: url(images/menu_background.png);
	height: 34px;
	width: 100%;
	text-align: center;
	color: white;
	font-family: Tahoma, Arial, Helvetica, SansSerif;
	font-size: 10pt;
	padding-top: 15px;
	opacity: 0.85;
	filter: alpha(opacity = 85);
}

.footer a:visited,.footer a:link {
	text-decoration: none;
	color: white;
}

.footer a:hover {
	text-decoration: underline;
}

.productBox {
	border: thin solid #CCCCCC;
	float: left;
	padding: 0;
	margin: 0 1em 1em 0;
	font-family: Tahoma, Arial, Helvetica, SansSerif;
	font-size: 10pt;
	background: rgb(248, 250, 251);
}

.productBox b {
	display: block;
	padding: 4px 8px 4px 8px;
	margin-bottom: 8px;
	border-bottom: thin solid #CCCCCC;
	text-align: center;
	background-image: url(images/category_background_hover.png);
}

.productBox p {
	padding: 0px 8px 0px 8px;
}

.productBox img {
	border: 0;
	padding: 0px 8px 0px 8px;
}

.jumpToPageDiv {
	font-family: Tahoma, Arial, Helvetica, SansSerif;
	padding-bottom: 1em;
}

.jumpToPageDiv a {
	text-decoration: none;
	color: black;
}

.jumpToPageDiv a:visited {
	text-decoration: none;
	color: grey;
}

.jumpToPageDiv a:hover {
	background: rgb(248, 250, 251);
}

.jumpToPageCurrent {
	padding: 0px 3px 1px 2px;
	border: thin solid #CCCCCC;
	background-image: url(images/category_background_hover.png);
}

.pageHeader {
	background-image: url(images/header.jpg);
	height: 200px;
}

.categories {
	float: left;
	padding-right: 2em;
	color: black;
}

.categories ul {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, SansSerif;
	font-size: 8pt;
	border: thin solid #CCCCCC;
	border-bottom: none;
}

.categories ul li {
	padding: 4px 4px 4px 6px;
	background-image: url(images/category_background.png);
	border-bottom: thin solid #CCCCCC;
}

.categories ul li:hover {
	cursor: pointer;
	background-image: url(images/category_background_hover.png);
}

.contentText img {
	padding: 1em
}

