* {
	margin: 0;
	padding: 0;
}
a, img, fieldset {
	outline: 0;
	border: none;
}
body {
    background: #e5ba22 url(../images/bg-body.jpg) repeat-x;
	width: 883px;
	margin: 12px auto 0 auto; 
}
h1 {
	margin-bottom: 25px;
}
h2 {
	margin-bottom: 15px;
}
p {
	margin-bottom: 20px;
}
ul, ol {
	list-style-type: none;
}

/* NAVIGATION
---------------------------------------- */
.nav {
	background: url(../images/nav.gif) no-repeat;  
  	width: 837px;
	height: 51px;
	text-indent: -9999px;
	position: absolute;
	margin: 88px 0 0 23px;
}
.nav li a {
	float: left;
	width: 101px;
	height: 51px;
}
.nav li.about-us a:hover, .nav li.about-us a.section {
	background: url(../images/nav.gif) no-repeat 0px bottom;  
}
.nav li.locations a:hover, .nav li.locations a.section {
	background: url(../images/nav.gif) no-repeat -101px bottom;  
}
.nav li.menu a:hover, .nav li.menu a.section {
	background: url(../images/nav.gif) no-repeat -202px bottom;  
}
.nav li.catering a:hover, .nav li.catering a.section {
	background: url(../images/nav.gif) no-repeat -533px bottom;  
}
.nav li.franchising a:hover, .nav li.franchising a.section {
	background: url(../images/nav.gif) no-repeat -634px bottom;  
}
.nav li.contact-us a:hover, .nav li.contact-us a.section {
	background: url(../images/nav.gif) no-repeat -735px bottom;  
}
.nav li.home a {
	background: url(../images/logo.png) no-repeat 10px 0px;
	width: 230px;
	height: 77px;
	margin-top: -27px;	
} 
#nav2 {
	background: url(../images/nav2.gif) no-repeat;
	width: 187px;
	height: 475px;
	float: left;
	padding-top: 65px;
}
#nav2 li {
	text-align: right;
	float: right;
}
#nav2 li a { 
	display: block;
	width: 163px;
	height: 19px;
	padding: 6px 10px 0px 0;  
}
#nav2 li a.link {
	background: url(../images/nav2-list-item.png) no-repeat 0 bottom; 
}
#nav2 li a.current {
	background: url(../images/nav2-list-item.png) no-repeat 0 0; 
}
#nav2 a.link:hover {
	border-right: 3px solid #b50000;
	padding-right: 7px;
}

/* MAIN
---------------------------------------------*/
#header {
	background: url(../images/container-header.png) no-repeat; 
	width: 883px;
	height: 138px;
}
#content { 
	background: url(../images/container-body.png) repeat-y;
	padding: 20px 25px 0 25px; 
	overflow: hidden;
}
#content-body {
	margin-top: 2px;
	margin-bottom: 30px; 
	float: right;
	width: 626px;
}
#content-body ul {
	list-style-type: disc;
}
#content-body li {
	margin-left: 15px;
	margin-bottom: 10px;
}
.header-home {
	margin-bottom: 10px;
}
.menu h2, #party-paks h2 {
	background: #d29b2d;
	padding: 5px 5px 3px 10px;
}

/* MENU
----------------------*/
.menu #content-body ul {
	list-style-type: none;
}
.menu #content-body ul li {
	margin-left: 12px;
}

/* LOCATIONS
----------------------*/
#map-canvas {
	width: 624px;
	height: 518px;
	border: 1px solid #333;
	overflow: hidden;
}
.marker-info {
	margin-bottom: 0;
}
#legend-delivery {
	float: right;
	margin-top: -11px;
}

/* Map Info Window
----------------------*/
#driving-directions p {
	margin-bottom: 10px;	
}
#driving-directions li {
	margin: 0;
	padding: 0;	
}
#store-locations-list #content-body ul {
	list-style-type: none;
}
#store-locations-list #content-body ul li {
	margin: 0;
}
#store-locations-list #content-body ul ul li {
	float: left;
	margin-right: 10px;
	height: 85px;
	width: 180px;
}
#store-locations-list #content-body h3 {
	font-weight: bold;
	padding: 2px 5px 0px 5px;
	margin-bottom: 3px;
	background: url(../images/bg-city.gif) repeat-y;
}
#store-locations-list #content-body h2 {
	background: black;
	padding: 5px 5px 2px 5px;
	clear: both;	
}
#store-locations-list #content-body ul p {
	margin: 0 5px 15px 5px;
}
#store-locations-list #content-body ul p span {
	float: left;
}

/* IMAGE STYLING
---------------------------------- */
img.right {
	float: right;
	margin-left: 20px;
}
img.left {
	float: left;
	margin-right: 20px;
}
img.leftAlone {
	float: left;
	margin-right: 100%;
}
img.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* FLEXBOXES
----------------------------------*/
#flexbox1, #flexbox2, #flexbox3 { /* Zero line-height out, it was adding extra height to images */
	line-height: 0;
}
#flexbox1, #flexbox2 {
	float: left;
}
#flexbox1 {
	margin-right: 16px;
}
#flexbox3 {
	float: right;
}
#franchising-disclaimer {
	margin-top: 50px;
}

/* FOOTER
---------------------------------*/
#footer {
	clear: both;
	background: url(../images/container-footer.png) no-repeat;
	width: 883px;
	height: 63px;
	text-align: center;
	padding: 50px 0;
	position: relative;     
}
#footer p {
	margin-bottom: 5px;
}
#footer a img {
	vertical-align: middle;
}
#facebook {
	position: absolute;
	top: 72px;
	right: 118px;
}

/* LOGIN
--------------------------------*/
#Security #content-body, #edit-member-profile #content-body {
	margin-top: 25px;
	float: none;
	width: 100%;
}
#Security input {
	width: auto;
	margin-bottom: 10px;
}
#member-login {
	position: absolute;
	top: 10px;
	right: 20px;
}

/* GOLDEN COMBOS
---------------------------------*/
#golden-combos #content-body ol {
	text-indent: -9999px;
	margin-bottom: 30px;
}
#golden-combos #content-body ol li {
	width: 288px;
	height: 110px;
	float: left;
	margin: 0 2px 2px 0;
	border: 3px solid #ca942b;
}
#golden-combos #content-body li:hover {
	background-position: 0 bottom;
}
.golden-combo01 { background: url(../../../assets/Graphics/Golden-Combos/golden-combo01.jpg) no-repeat; }
.golden-combo02 { background: url(../../../assets/Graphics/Golden-Combos/golden-combo02.jpg) no-repeat; }
.golden-combo03 { background: url(../../../assets/Graphics/Golden-Combos/golden-combo03.jpg) no-repeat; }
.golden-combo04 { background: url(../../../assets/Graphics/Golden-Combos/golden-combo04.jpg) no-repeat; }
.golden-combo05 { background: url(../../../assets/Graphics/Golden-Combos/golden-combo05.jpg) no-repeat; }
.golden-combo06 { background: url(../../../assets/Graphics/Golden-Combos/golden-combo06.jpg) no-repeat; }
.golden-combo07 { background: url(../../../assets/Graphics/Golden-Combos/golden-combo07.jpg) no-repeat; }
.golden-combo08 { background: url(../../../assets/Graphics/Golden-Combos/golden-combo08.jpg) no-repeat; }
.golden-combo09 { background: url(../../../assets/Graphics/Golden-Combos/golden-combo09.jpg) no-repeat; }
.golden-combo10 { background: url(../../../assets/Graphics/Golden-Combos/golden-combo10.jpg) no-repeat; }
/* just in case they add more than 10 combos */
.golden-combo11 { background: url(../../../assets/Graphics/Golden-Combos/golden-combo11.jpg) no-repeat; }
.golden-combo12 { background: url(../../../assets/Graphics/Golden-Combos/golden-combo12.jpg) no-repeat; }
.golden-combo13 { background: url(../../../assets/Graphics/Golden-Combos/golden-combo13.jpg) no-repeat; }
.golden-combo14 { background: url(../../../assets/Graphics/Golden-Combos/golden-combo14.jpg) no-repeat; }

/* PAGINATION 
-------------------------------*/
.pagination {
	clear: both;
	margin: 0 0 10px 0;
	height: 17px;
	float: right;
}
#content-body .pagination a, .pagination div {
	float: left;
	padding: 0px 8px;
	border: 1px solid #b38618;
	height: 17px;
}
.pagination div {
	display: inline;
	background: #b50000;
}
#content-body .pagination a {
	display: block;
}
#content-body .pagination a:hover {
	background: #b50000;
}

/* RECAPTCHA 
-------------------------------*/
#more-information iframe { /* Recaptcha is putting a hidden iFrame for Safari only and it's creating a gap between content and footer */
	display: none;
}