@charset "utf-8";
/* CSS Document */

.whiteBack {
	background-image: url(/images/home/v2/wback.png);
	background-repeat: repeat;
}

.topHeading {
	margin: auto; /* center */
	margin: 0px; /* left */
}

.topHeading h1 {
	background-image: url(/images/home/v2/h1arrow.png);
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 30px;
	line-height: 16px; /* making the line height = box height centers the text vertically */
	color: #F17ABC;
	margin: 0px 0px 0px 5px;
}

.topHeading p {
	margin: 5px;
}

.topCatProds {
	font-weight: bold;
}

.category {
	width: 207px;
	height: 336px;
	float: left;
	margin: 5px 0px 5px 0px;
}
.blueBack {
	background-image: url(/images/home/v2/cblueback.png);
}
.blueBack a:link, .blueBack a:visited, .blueBack a:hover, .blueBack a:active {
	font-weight: bold;
	color: #3CB5D2;
	text-decoration: underline;
}
.blueBack img {
	border: 1px solid #3CB5D2;
}
.greenBack {
	background-image: url(/images/home/v2/cgreenback.png);
}
.greenBack a:link, .greenBack a:visited, .greenBack a:hover, .greenBack a:active {
	font-weight: bold;
	color: #69A329;
	text-decoration: underline;
}
.greenBack img {
	border: 1px solid #69A329;
}
.pinkBack {
	background-image: url(/images/home/v2/cpinkback.png);
}
.pinkBack a:link, .pinkBack a:visited, .pinkBack a:hover, .pinkBack a:active {
	font-weight: bold;
	color: #F17ABC;
	text-decoration: underline;
}
.pinkBack img {
	border: 1px solid #F17ABC;
}
.cName {
	width: 200px;
	height: 35px;
	text-align: center;
	padding: 8px 8px 0px 5px;
	margin: 0px;
}
.cName a:link, .cName a:visited, .cName a:hover, .cName a:active {
	display: block;
	width: 200px;
	height: 35px;
}
.cThumb {
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	width: 200px;
}
.cThumb img {
	margin-top: 7px;
}
.cBest {
	height: 102px;
	width: 200px;
	margin: 0px;
}
.cBest img {
	margin: 37px 0px 0px 33px;
	width: 50px;
	height: 60px;
}

ul.cBest {
	height: auto;
	width: 180px;
	margin: 37px 0px 0px 15px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}
.blueArrow { list-style-image: url(/images/home/v2/blue-arrow.png); list-style-position:outside; color: #3CB5D2; }
.greenArrow { list-style-image: url(/images/home/v2/green-arrow.png); list-style-position:outside; color: #69A329; }
.pinkArrow { list-style-image: url(/images/home/v2/pink-arrow.png); list-style-position:outside; color: #F17ABC; }

/*.blueArrow li {
	background-image: url(/images/home/v2/blue-arrow.png);
	background-repeat: no-repeat;
	color: #3CB5D2;
}
.greenArrow li { list-style-image: url(/images/home/v2/green-arrow.png); list-style-position:outside; color: #69A329; }
.pinkArrow li { list-style-image: url(/images/home/v2/pink-arrow.png); list-style-position:outside; color: #F17ABC; }*/

ul.cBest li a:link, ul.cBest li a:visited, ul.cBest li a:hover, ul.cBest li a:active {
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	line-height: 11px; /* at 10px, the underline doesn't show in IE7 */
	display: block;
}
ul.cBest li a:hover, ul.cBest li a:active {
	text-decoration: underline;
}
ul.cBest li {
	margin-top: 3px;
}

.featuredFavors {
	float: right;
	width: 168px;
	height: 652px;
	height: 100%; /*  this doesn't work */
	height: 950px; /* must be the height of two cat boxes (792) + height of top h1 and copy */
	background-image: url(/images/home/v2/featured-favors-back.png);
	background-repeat: no-repeat;
	background-position:
}

.featuredFavors > p, .featuredFavors > p a:link, .featuredFavors > p a:visited, .featuredFavors > p a:hover, .featuredFavors > p a:active {
	text-decoration: none;
	color: #B08D00;
	font-weight: bold;
	text-align: center;
	margin: 3px 0px 0px 0px;

}
.featuredFavors a img {
	margin: 1px;
	border: 1px solid #FFD14E;
}

/* found out how to do this by reading this blog:
* http://www.ejeliot.com/blog/61
*/
.wrapper { overflow: hidden; }
.equalHeightTrickery {
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	overflow: hidden;
}

	




















