@charset "UTF-8";
BODY { 
font: 0.8em Georgia, "Times New Roman", Times, serif;
margin:0; padding:0;
text-align:center;
	background-color: #4C201B;
	background-position: center;
	color: #FFFFFF;
background-image:url(/MikesMain/images/background.jpg);
background-repeat: repeat-y;
line-height: 130%;
 }
		 
table, tr, td {font-size:11px; 	line-height: 130%;}		 
/* 8-27 changed leading to 16 px */ 
.contentTD { padding-top:15px; padding-left:15px }

.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; */
	color: #EB7126;	
	font-size: 120%;
	margin-bottom: 0px;
}
/*h1 {
	color: #FFD469;
	font-size: 1em;
}
*/
.menu-item {
	font-weight: bold;
	text-transform: capitalize;
}
.menu-description {
	display: block;
	padding-bottom: 12px;
}
/*Steps for Giftcard */
.steps {
    display: block;
    padding-bottom: 12px;
    font-size: 150%;
    text-transform: uppercase;
    color: #E76F26;
}
.steps #this_step{
    color: #Ffffff;
    text-decoration: underline;
}
p {
	margin-top: 0px;
}

/* People Menu */
.contentTD #peopleMenu { font-size:12px; padding-left:2px; color:white; }
.contentTD #peopleMenu a:link { color:#EB7126;}
.contentTD #peopleMenu a:visited { color: #EB7126;}
.contentTD #peopleMenu a:hover { color:#FFFFFF;}
.contentTD #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');
}

