﻿
body 
{
	background-color:#e9ebed;
}


#backgroundWrapper
{
	background:url(../images/Candy_Shoppe/CSBackground.png) no-repeat scroll 50% 0px; /* if no image, use "url() no-repeat scroll 50%" to override the main image. */
}

/* Top Nav */

.topNavCategories
{
	padding:7px 15px 5px 15px;
}

/* Bottom Nav */

.bottomNavDivider
{
	float:left;
	border-right:solid 1px #00539f;
	padding:0px 24px 0px 24px;
	height:30px;
	text-align:center;
}

.bottomNavDividerBlank
{
	float:left;
	border-right:0px;
	padding:0px 0px 0px 24px;
	height:30px;
	text-align:center;
}

