/* Remove border around linked /images */
img {
	border: 0;
}

body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #E2DCDB;
	margin: 0;
	color:#4A2F28;
}
#main_table{
	border-right: 1px solid #57352C;
	border-left: 1px solid #57352C;
	position:relative;
}
/*      Fonts      */

a, p, td, li, span, div{
	font-size:12px;
}

h1{
	font-size:16px;
	font-weight: bold;
	margin-top:0;
}

/* links */
a{
	color:#4A2F28;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

/***********  Headings  *************/
h1#fudge, h1#turtles, h1#popcorn, h1#toffee, h1#taffy, h1#brittle, h1#gift{
	text-indent:-5000;
	width: 574px;
	height:73px;
}

h1#fudge{
	background:url(images/heading_fudge.jpg) no-repeat top left;
}
h1#turtles{
	background:url(images/heading_turtles.jpg) no-repeat top left;
}
h1#popcorn{
	background:url(images/heading_popcorn.jpg) no-repeat top left;
}
h1#toffee{
	background:url(images/heading_toffee.jpg) no-repeat top left;
}
h1#taffy{
	background:url(images/heading_taffy.jpg) no-repeat top left;
}
h1#brittle{
	background:url(images/heading_brittle.jpg) no-repeat top left;
}
h1#gift{
	background:url(images/heading_gift.jpg) no-repeat top left;
}

/*********** main nav **************/
#nav{
	background: #53352D url(images/nav_tl.gif) no-repeat top left;
}
#nav div{
	background: url(images/nav_tr.gif) no-repeat top right;
}
#nav a{
	font-weight:bold;
	padding:0 31px;
	text-decoration:none;
	line-height: 38px;
	color:#FFF;
	background: url(images/arrow.gif) no-repeat 20px 4px;
}
#nav a:hover{
	text-decoration: underline;
}
#myMenu{
	width: 180px;
	position:absolute;
	z-index:20;
	top:183px;
	visibility:hidden;
	line-height: 22px;
	background-color:#53352D;
	padding: 12px 0 0 0;
	border-bottom: 1px solid #53352D;
}

#myMenu a{
	color:#FFF;
	text-decoration:none;
	padding-left:23px;
	width:100%;
	border-right: 1px solid #53352D;
	border-left: 1px solid #53352D;
}
#myMenu a:hover{
	color:#53352D;
	background-color:#FFF;
}
#myMenu b{
	padding-left:23px;
	font-weight:100;
	color:#FFF;
	width:100%;
	border-right: 1px solid #53352D;
	border-left: 1px solid #53352D;
}


/*
#myMenu a{
	color:#FFF;
	text-decoration:none;
}
#myMenu a:hover{
	text-decoration:underline;
}
#myMenu b{
	font-weight:100;
	color:#FFF;
}
*/


/**********  Subnav ******************/
#cats{
	padding-bottom:125px;
	background: #225E4B url(images/subnav_bottom.jpg) no-repeat bottom left;
	color:#FFF;
}
#cats div{
	background: url(images/subnav_top.gif) no-repeat top left;
	padding-left:23px;
}

#cats a, #cats p, #cats h2{
	color:#FFF;
}
#cats h2{
	font-size:18px;
	line-height: 50px;
	margin:0;
}
#cats a{
	text-decoration:underline;
	line-height:1.5em;
}

#cats a:hover{
	text-decoration:none;
}

#cats b{
	text-decoration:none;
	font-weight: 100;
	line-height:1.5em;
}



/************* footer ****************/
#footer{
	color:#FFF;
}
#footer p{
	line-height:37px;
}
#footer .big{
	font-size:16px;
	font-weight:bold;
}