@charset "UTF-8";
body {
	font: 0.7em Georgia, "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #663F1A;
	background-image: url(/sweetmainmeri/images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #FFFFFF;
	line-height: 130%;
	
}
.oneColFixCtrHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #8C4523;
}
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.padding {
	padding-left: 20px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFCC;
}
a:hover {
	color: #FFD469;
}
a:active {
	color: #FFD469;
}
h1, h2, h3, h4, h5, h6 {
	color: #FFD469;
	font-size: 120%;
	margin-bottom: 0px;
}
h1 {
	color: #FFD469;

}
.menu-item {
	font-weight: bold;
	text-transform: capitalize;
}
.menu-description {
	display: block;
	padding-bottom: 12px;
}
.steps {
	display: block;
	padding-bottom: 12px;
	font-size: 150%;
	text-transform: uppercase;
	color: #F8CB65;
}
.steps #this_step{
	color: #Ffffff;
	text-decoration: underline;
}
p {
	margin-top: 0px;
}


/* People Menu */
#peopleMenu { font-size:12px; padding-left:1px; color:white; }
#peopleMenu a:link { color:#FFD469;}
#peopleMenu a:visited { color: #FFD469;}
#peopleMenu a:hover { color:#FFFFFF;}
#peopleMenu a:active { color:#FFFFFF;}

/* For Giftcard Ad in IE 6 */
/* Remove when promotion is over */
.holiday-gift-card {
	background: url(../../images/holiday_giftcard.png) no-repeat 0 top;
	height: 111px;
	width: 242px;
	display: block;
	float: left;
	cursor: pointer;
}
* html .holiday-gift-card {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/holiday_giftcard.png');
}
