div#content_container {

	text-align: center;

}



/* BEGIN: Page Navigation */

h6 {

	margin-top: 10px;
	text-align: left;
	text-indent: 25px;

}



h6 a {

	color: blue;

	text-decoration: none;

}



h6 a:hover {

	text-decoration: underline;

}

/* END: Page Navigation */



/* BEGIN: Products */

table#categories,

table#products {

	margin: 30px auto 0 auto;

	text-align: center;

}



table#categories tr td,

table#products tr td {

	vertical-align: bottom;

}



	/* BEGIN: Product Label */

	table#categories p,

	table#products p {

		width: 143px;

		padding: 0 6px 5px 0;

		background: transparent url(../images/products/title_shadow.png) no-repeat left bottom;

		line-height: 1.1em;

	}

	

	table#categories p a,

	table#products p a {

		display: block;

		width: 128px;

		padding: 2px 4px;

		border: 1px #A6A6A6 solid;

		color: #4a2423;

		font-size: 12px;

		text-decoration: none;

	}

	

	table#categories p a { background-color: #F1F1F1; }

	table#products p a { background-color: #FFF2DE; }

	

	table#categories p a:hover { background-color: #DFDFDF; }

	table#products p a:hover { background-color: #E6D9C9; }

	

	table#categories p span,

	table#products p span {

		color: black;

	}

	/* END: Product Label */



/* END: Products */