/*
-----------------------------------------------------
Mardi Gras Style Sheet
Last Update: 03-23-2008
------------------------------------------------------ */


/* Defaults
----------------------------------------------- */
blockquote {}

p {font-family:"Lucida Grande", Verdana, Arial, sans-serif;font-size:86%;margin:0 0 .8em 0;padding:0;}

hr {display:none;}

img {border:0;}

/* Link styles */
a:link {color:#EA4735;text-decoration: none;}
a:visited {color:#666;text-decoration: none;}
a:hover {color:#9FCBC9;border-bottom:1px dotted #9FCBC9;}
a:active {color:#EA4735;}


/* Layout
----------------------------------------------- */
#wrap {
	background-color:#F4EFF1;
	margin:10px auto 0 auto;
	width:450px;
	padding:10px;
	text-align:center;
	}

#innerwrap {
	padding:0 40px;
	}
#header {
	text-align:center;
	font-family:"Lucida Grande",Verdana, Arial, sans-serif;
	font-size:82%;
	}
#header .address {
	clear:left;
	padding:4px 0 8px 0;
	text-transform:uppercase;
	letter-spacing:.1em;	
}
#header a:hover {border:0;}
#header_in {
	font-family:"Lucida Grande",Verdana, Arial, sans-serif;
		font-size:76%;
}
#header_in .logo {
	float:right;
	width:410px;
}
#header_in .address {
	clear:left;
	padding:4px 0 8px 0;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:right;
	width:140px;
	}
#header_in a:hover {border:0;}
#main {	
	width:410px;
	float:right;
	padding:8px 0;
	margin:8px 0;
	}
#main h1.swap {
  background-repeat:no-repeat;
  margin:0;padding:0 0 8px 0;
  }
#main h1.swap span {display:none;}

#main h2 {
	font-weight:normal;
	font-style:italic;
	font-size:130%;
	margin:24px 0 8px 0;
	padding:0;
}
#main h2.first {
	margin-top:9px;
	}
#main .floatR {
	float:right;
}
#main .floatR img {
	border:1px solid #9FCBC9;
	padding:4px;
	margin:4px 0 0 8px;
	}
#main .floatL {
	float:left;
}
#main .floatL img {
	border:1px solid #9FCBC9;
	padding:4px;
	margin:4px 8px 0 0;
	}

/* Menu
------------------------------------------------------------*/
#menu {}
#menu dl{
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	font-size:86%;
	width: 100%;
	overflow:auto;
	_overflow:visible;
	margin: 0 0 14px 0;
	background-image: url(http://www.mardigrasfoods.com/assets/images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 .7em; 
}

#menu dt, #menu dd.price{background:#FFF;}
#menu dt{float:left;padding-right:3px;font-weight:bold;}
#menu dd{margin:0;padding:0;}
#menu dd.price{float:right;padding-left: 3px;}
#menu dd.desc{color:#666;float:left;width:100%;padding:3px 0 0 0;font-style:italic;font-family: Georgia, Times, Times New Roman, sans-serif;}
#menu dd.note{
	color:#666;
	width:100%;
	padding:3px 0 0 0;
	font-style:italic;
	font-family: Georgia, Times, Times New Roman, sans-serif;
	text-align: center;
}
#menu dl.nobreak {margin:0 0 2px 0;}
#menu dt.sub {font-weight:normal;}


#menu h3 {
	font-family:"Lucida Grande",Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:94%;
	margin:12px 0 2px 0;
	padding:0;
	color:#EA4735;
	text-align: center;
}
#menu h4 {
	font-family:"Lucida Grande",Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size:84%;
	margin:0 0 8px 0;
	padding:0;
}

