#content h2,
#content h3 {
	visibility: visible;
	margin: 0;
	padding: 0;
	}
	#content h2 a {
		display: block;
		height: 200px;
		text-indent: -5000px;
		overflow: hidden;
		}
	#content h3 {
		font-size: 1.6em;
		text-transform: none;
		}
		#content h3#featuredHeader {
			margin-bottom: 20px;
			}
#menu {
	float: left;
	width: 200px;
	}
	#menu li {
		text-align: right;
		list-style: none;
		}
#contentHome #items {
	float: right;
	padding-left: 2px;
	width: 406px; /* 98%; */
	margin-top: 2px;
	clear: both;
	}
#contentHome #items h2{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 98%;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color: #fff;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	}
#contentHome .item {
	float: right;
	width: 98px; /*  112 */
	min-height: 130px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
	}
	/*
	#content .item:hover {
	background-color:#eee;	
	} */ /* padding: 1px; */

	#contentHome .item h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-top: -20px;
	margin-bottom: 0px;
		}
	#contentHome .item h3 a {
	color: #fff;
		}
	#contentHome .item h3:hover {
	/* background-color:#eee; */
	color: #fff;
	text-decoration: underline;
	} /* padding: 1px; */

	#contentHome .item p {
		font-size: 1.1em;
		line-height: 1.1em;
		color: #fff;
		}
	#content p.author {
		color: #999;
		}
	#content #pagination {
	clear: both;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #fc0;
	padding-top: 60px;
		}
		#content #pagination span {
			display: block;
			float: left;
			}
#content #catHeader {
	margin-bottom: 20px;
	}
#newItem {
	position: relative;
	left: -20px;
	margin-bottom: 20px;
	min-height: 200px;
	border-bottom: 1px solid #ccc;
	}
	#content #newItem h3 {
		margin: 0 20px;
		font-size: 1.6em;
		text-transform: none;
		}
	#content #newItem h4 {
		margin: 10px 0 0;
		}
	#content #newItem p {
		font-size: 1.1em;
		line-height: 1.4em;
		}
	#newItem .left {
		position: relative;
		left: 20px;
		}
	#newItemDesc {
		float: right;
		width: 330px;
		}

/***********
***************************/

#products {
	float: left;
	padding-left: 0px;
	width: 680px;
	margin-top: 8px;
	background-image: url(../images/bg-products-main-nav.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	}
#products h2 {
	float: left;
	padding-bottom: 2px;
	width: 98%;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ececec;
	}
.product {
	float: left;
	margin-right: 25px;
	width: 100px;
	min-height: 130px;
	margin-top: 0px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	margin-left: 35px;
	}
	/*
	#content .product:hover {
	background-color:#eee;	/* padding: 1px; */
/*}
*/
	#content .product h3 {
	font-size: 1em;
	line-height: 1.4em;
	text-transform: uppercase;
	color: #03c;
	margin-top: -20px;
	margin-bottom: 0px;
		}
	#content .product p {
		font-size: 1.1em;
		line-height: 1.1em;
		}
