/*=================== SECONDARY ======================*/
h1 {
	/*float: left;
	border: 0px solid blue;
	width: 523px;*/
	margin: 10px 0 0 0;
}

h2, h3 {
	color: #890404;
	margin: 10px 0 0 0;
}

h2 {
	margin-bottom: 5px;
}

ul li {
	margin: 10px 0;
}

a:link, a:visited {
	color: #DD0706;
}

ul.recipe li a:link, ul.recipe li a:visited {
	color: black;
}

ul.recipe li a:hover {
	color: #DD0706;
}

form span {
	visibility: hidden;
}

form span.required {
	color: #D00A08;
	visibility: visible;
}

form span#reqAddress, form span#reqState, form span#reqCity, form span#reqZip {
	visibility: hidden;
}

p.returnTop {
    margin-right:185px;
	text-align: right;
	display:none;
}

/*=================== SUB NAV ======================*/
#subnav {
	border: 0px solid white;
	float: left;
	margin-bottom: 10px;
	width: 563px;
}

#subnav ul li {
	border-left: 1px solid #c1741e; 
	
	border-bottom: 1px solid #c1741e;
	/*border: 1px solid #A3641C;*/
	float: left;
	margin: 0;
}

#subnav ul li#last {border: none;}

#subnav ul li a {
	background: url(../images/subnav_bg.gif) repeat-x;
	color: white;
	display: block;
	line-height: 2.5em;
	padding: 0px 10px;
}

#subnav ul li a:hover {
	background: url(../images/subnav_bg_on.gif) repeat-x;
	text-decoration: none;
	color:#fdfaa1;
}

/*=================== SIDE NAV ======================*/
#sidelist {
	background: url(../images/sidenav_bg.jpg) no-repeat;
}

#sidenav div#sidenav_bottom {
	background: url(../images/sidenav_bottom_bg.gif) repeat-x #F8C579;
	float: left;
	padding: 20px 0 80px 40px;
	width: 219px;

}

/*=================== CONTENT ======================*/
#content {
	background: url(../images/content_bg.gif) no-repeat #F8C579;
	background-position: 259px 0px;
}

#contentcontainer {
	border: 0px solid green;
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 20px 20px 20px 20px;
	width: 518px;
}

#contentcontainer ul {
	list-style-type: disc;
	padding: 1px 25px 10px 25px;
}

#contentcontainer h1 {
	color: #DD0706;
}

/*=================== LOCATIONS ======================*/
table#locations tr td {
	padding: 15px 0;
}

/*=================== GIFT SHOP ======================*/
div#addtlGC {
	margin: -5px 0 5px 0;
	padding: 0;
}

div#addtlGC input {
	margin-bottom: 5px;
}

div#addtlGC input.txtfield {
	margin-right: 3px;
}
#flashbox{
	background:url(../images/flashbg.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding:10px 0;
}

/*=================== CONTACT US ======================*/
table.contactus {
	border: 3px solid #FFBC09;
}

table.contactus p {
	margin: 10px;
}

/*=================== SUBMIT A RECIPE==================*/
div#recipeheader {
	background: url(../images/small-flame.gif) top left no-repeat;
	padding: 15px 0 0 0;
}

div#recipeheader h3 {
	margin: 0;
	padding: 0;
}

div#recipeheader h3#top {
	margin: 0 0 0 40px;
}

