/* morsel stylesheet copyright 2007 written by eric d. bigler */

body, html 
	{
/*	background-image: url(../images/morsel_bg.jpg); 
	background-repeat:repeat-x;  */
	background-color: #a99783;
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 76%;
	color: #171717
	}

/*****************************************************************
** Default link colors, list items, headers etc. **
*****************************************************************/

p
	{
	font-size: 1.45em;
	}

a:link 
	{
	color: #bb2e6e;
	text-decoration: underline;
	}

a:visited
	{
	color: #993366;
	text-decoration: underline;
	}

a:hover
	{
	color: #bb2e6e;
	text-decoration: none;
	}

a:active
	{
	color: #ff3399;
	text-decoration: none;
	}

ul, ul li
	{
	font-size: 1.125em;
	padding: 5px;
	}

img
	{
	border: 0px;
	}

h1 
	{
	font-size: 1.75em;
	}
	
h1.sections
	{
	font-size: 1.55em;
	color: #000;
	}

h2.sections
	{
	font-size: 1.45em;
	color: #bb2e6e;
	}
	
/*****************************************************************
** Header styles **
*****************************************************************/	

.HeaderContainer
	{
	padding: 0px;
	margin: 0 auto;
	width: auto;
	height: 173px;
	text-align: left;
	}

	
.MorselHeader
	{
	background-image: url("../images/hd_morsel_bg.jpg"); 
	background-repeat: no-repeat;
	position: relative;
	padding: 0px;
	margin: 0 auto;
	width: 988px;
	height: 173px;
	text-align: left;
	}


.MorselLogoContainer
	{
	padding: 0 0 0 455px;
	margin: 0px;
	width: 123px;
	height: 128px;
	text-align: left;
	}


h1.MorselLogo
	{
	height:128px;
	padding: 0px;
	margin: 0px;
	background-image:url("../images/Morsel_Logo.gif");
	background-repeat:no-repeat;
	}


h1.MorselLogo span
	{
	display:none;
	}


.MainNavContainer
	{
/*	background-image: url("../images/nav_placement.jpg"); 
	background-repeat: no-repeat; */
	position: absolute;
	left: 98px;
	bottom: -35px;
	padding: 0px;
	margin: 0px;
	width: 527px;
	height: 76px;
	z-index: 1000;
	}	
	
	
/*****************************************************************
** Main Nav styles **
*****************************************************************/	
	
	
	#primaryNav-container
		{
			margin: 0;
			padding: 0;
			height: 76px;
		}


#primaryNav-container ul
{
	display: block;
	margin: 0 auto;
	padding: 0 10px 0 11px;
	width: 527px;
}
	#primaryNav-container ul li
	{
		display: inline;
		margin: 0;
		padding: 0;
		text-align: center;
	}
		#primaryNav-container ul li a
		{
			display: block;
			margin: 0;
			padding: 0 0 0 6px;
			width: 98px;
			height: 76px;
			float: left;
			line-height:1;
			text-decoration: none;
			background-repeat: no-repeat;
			background-position: left top;
			border: none;
			overflow: hidden;
		}
		#primaryNav-container ul li.navigation-item-home a /* HOME */
		{
			background-image: url("../images/MainNav/nav_home.gif");
		}
		#primaryNav-container ul li.navigation-item-cookies a /* COOKIES */
		{
			background-image: url("../images/MainNav/nav_cookies.gif");
		}
		#primaryNav-container ul li.navigation-item-cupcakes a /* CUPCAKES */
		{
			background-image: url("../images/MainNav/nav_cupcakes.gif");
		}
		#primaryNav-container ul li.navigation-item-pricing a /* PRICING */
		{
			background-image: url("../images/MainNav/nav_pricing.gif");
		}
		#primaryNav-container ul li.navigation-item-contact a /* CONTACT */
		{
			background-image: url("../images/MainNav/nav_contact.gif");
		}
		#primaryNav-container ul li a:hover
		{
			background-position: left 50%;
			border: none;
		}
		#primaryNav-container ul li.active a,
		#primaryNav-container ul li.active a:hover
		{
			background-position: left 100%;
			border: none;
		}
		#primaryNav-container ul li a span
		{
			visibility: hidden;
		}
	
	
/*****************************************************************
** END Main Nav styles **
*****************************************************************/	
	
	
	
	
	
/*****************************************************************
** Main Body Container styles **
*****************************************************************/	

.MainBodyContainer
	{
	background-image: url("../images/content_morsel_bg.jpg"); 
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0 auto;
	width: auto;
	height: auto;
	min-height: 819px;
	text-align: left;
	}
	
.MainBodyContent
	{
	background-image: url("../images/maincontent_bg.png"); 
	background-repeat: repeat-y;
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 988px;
	height: auto;
	text-align: left;
	}
	
.RightSideCurl
	{
	background-image:url("../images/curl_rtEdge.gif");
	background-repeat:no-repeat;
	float: right;
	padding: 0 20px 0 0;
	margin: 0px;
	width: 67px;
	height: 52px;
	z-index: 1;
	}

	
.MainTextContainer
	{
	background-color: #29170f;
	border:2px solid #ac165b;
	float: left;
	padding: 6px;
	margin: 7px 0 0 92px;
	width: 525px;
	height: auto;
	text-align: left;
	}
	
	
.MainText
	{
	background-color: #fff;
	background-image:url("../images/textbox_accent_bottom.gif");
	background-repeat:no-repeat;
	background-position: bottom right;
	float: left;
	padding: 0 30px 35px 58px;
	margin: 0;
	width: 437px;
	height: auto;
	min-height: 250px;
	text-align: left;
	}

.TopTextAccent
	{
	background-color: #fff;
	background-image:url("../images/textbox_accent_top.gif");
	background-repeat:no-repeat;
	background-position: right;
	padding: 9px 0 0 0;
	margin: 0;
	width: 525px;
	height: 16px;
	}
	

.RightColumn
	{
	border:0px solid #fff;
	float: left;
	padding: 0px;
	margin: 14px 0 0 11px;
	width: 250px;
	height: auto;
	}
	

.MainImageContainer
	{
	background-color: #29170f;
	border:2px solid #fff;
	padding: 2px;
	margin: 0 0 0 0;
	width: 242px;
	height: 242px;
	}
	
	
.OrderRequest
	{
	padding: 10px 0 0 12px;
	margin: 0 0 0 0;
	}
	
/*****************************************************************
** Footer Container styles **
*****************************************************************/	

.FooterContainer
	{
	background-image: url("../images/Morsel_Address_Footer.gif"); 
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 24px 0 0 0;
	margin: 0 auto;
	width: 967px;
	height: 145px;
	}
	
	
.UtilityNavContainer
	{
	background-image: url("../images/UtilityNav_bg.gif"); 
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	padding: 0;
	margin: 0;
	width: 625px;
	height: 34px;
	}
	
	
p.UtilityNav
	{
	padding: 0 0 0 170px;
	margin: 0;
	color: #fff;
	}
	

a.UtilityNav
	{
	color: #fff;
	text-decoration: underline;
	padding: 0 20px 0 0;
	}


a:visited.UtilityNav
	{
	color: #fff;
	text-decoration: underline;
	padding: 0 20px 0 0;
	}
	
	
 a:active.UtilityNav
	{
	color: #fff;
	text-decoration: underline;
	padding: 0 20px 0 0;
	}
	
	
.UtilityNav a:hover
	{
	color: #fff;
	text-decoration: none;
	padding: 0 20px 0 0;
	}
	

.FooterAddress
	{
	float: left;
	padding: 15px 0 0 198px;
	margin: 0;
	width: 330px;
	height: 55px;
	text-align: center;
	}
	
h2.footer
	{
	font-family: American Typewriter, Georgia, Times New Roman, Times, serif;
	font-size: 1.85em;
	letter-spacing: .02em;
	color: #a99783;
	}
	
p.footer
	{
	font-family: American Typewriter, Georgia, Times New Roman, Times, serif;
	font-size: 1.65em;
	color: #a99783;
	}
	
	