#mainNav {
	font: bold 16px "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #FFFFFF;
	display: table-cell;
	background-image: url(../images/bg-tall_row.jpg);
	background-color: #242424;
	text-align: center;
	vertical-align: middle;
	height: 40px;
}
#mainNav a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px solid #303030;
}
#mainNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px solid #303030;
}
#mainNav a:hover {
	color: #fff;
	text-decoration: none;
}
#mainNav a:visited:hover {
	color: #fff;
	text-decoration: none;
}

#secNav {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #000000;
	display: table-cell;
	height: 25px;
	text-transform: uppercase;
}
#secNav a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px solid #000000;
}
#secNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px solid #000000;
}
#secNav a:hover {
	color: #fff;
	text-decoration: none;
}
#secNav a:visited:hover {
	color: #fff;
	text-decoration: none;
}


#cart {
	background-image: url(../images/bg-short_row.jpg);
	background-color: #242424;
}
#cart a:link, #cart a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#cart a:hover {
	color: #fff;
	text-decoration: underline;
	background-image: url(../images/bg-short_row.jpg);
	background-color: #242424;
}
#cart a:visited:hover {
	color: #fff;
	text-decoration: underline;
	background-image: url(../images/bg-short_row.jpg);
	background-color: #242424;
}

#crumbs {
	color: #FFFFFF;
	background-image: url(../images/bg-short_row.jpg);
	background-color: #242424;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
}

#colorbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	display: table-cell;
	height: 37px;
	text-align: center;
	vertical-align: middle;
}

