/* Supplies Colors */
h1, h2, h3, h4 { color: #66662B; }

td#nav a {
	background-color: #CDCD98;
	color: #66662B;
	}

td#nav a:visited { color: #66662B; }

table.prodThumbs,
table.prodThumbs td { border-color: #CC9; }

table.prodThumbs th { background-color: #CDCD98; }

table#features td.descr {
	background-color: #FFC;
	border-color: #FFFFE6 #FFFFE6 #E2E2B5 #E2E2B5;
	}

table.subTable td.total { border-top-color: #CC9; }

div.related {
	background-color: #FFF;
	border-color: #333;
	}

td#main div.related h4 {
	background-color: #CDCD98;
	border-bottom: 1px solid #333;
	}

div.related a,
div.related a:visited {
	color: #336;
	}

/* Blog Button
---------------------------------------------------------------------------- */
#nav #blogButton {
	width: 167px;
	margin: 20px auto;
	padding: 0 0 0 0;
	background: url(images/bk-blogButton-b.gif) bottom left no-repeat;
	}

#nav #blogButton p {
	display: block;
	width: 121px;
	margin: 0;
	padding: 0 0 0 46px;
	background: url(images/bk-blogButton.gif) top left no-repeat;
	}

#nav #blogButton p a {
	color: #3600C9;
	background-image: none;
	background-color: transparent;
	}

#nav #blogButton a span {
	color: #FF0101;
	}

#nav #blogButton p a:hover {
	color: #1600A9;
	}

#nav #blogButton p a:hover span {
	color: #C00;
	}

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #nav #blogButton p { width: 167px; }
* html #nav #blogButton p { wid\th: 121px; }
/* End hide from IE5/mac */

/* Special Tagline Header
---------------------------------------------------------------------------- */
#main #tagline {
	width: 350px;
	height: 48px;
	margin-left: 16px;
	padding: 0;
	background: transparent url(images/global/bk-h2-tagline.png) left top no-repeat;
	}

#tagline span {
	position: absolute;
	display: block;
	top: -10000px;
	left: -10000px;
	font-size: 1px;
	}

#nav a.emph {
	/*color: #3600c9;*/
	color: #55551B;
	background-color: #fffdd8;
	}

