

/*-------------------------------------------------------------------- */
/* Header -> Page Menu formatting */
/*
/* Includes brushed metal tab background and links to product category */
/* pages  															   */
/*-------------------------------------------------------------------- */

/* 6 columns */
td.PageMenu {
	text-align: left;
	vertical-align: top;
	padding: 0px 10px 0px 10px;
	width: 16.7%;
}


/*-------------------------------------------------------------------- */
/* Formatting specific to the header tabs */
/*-------------------------------------------------------------------- */

img.TabLeftSpacer {
	border: 0px solid #000;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

img.TabsTotalWidth{
	border: 0px solid #000;
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 564px;
}

img.HeaderBottomMargin {
	height: 30px;
	width: 1px;
}


/*-------------------------------------------------------------------- */
/* Other Formatting */
/*-------------------------------------------------------------------- */

/* used to indicate unavailable products */
em.OutOfStock {
	color: #b00000;
	font-weight: bold;
	font-style: italic;
}

h1.Title {
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: #000;
	margin: 30px 0px 6px 0px;
	padding: 0px;
}

h2.Title {
	font-size: 18px;
	font-weight: bold;
	font-weight: bold;
	color: #000;
	margin: 30px 0px 6px 0px;
	padding: 0px;
}
