* {
	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;
	clear: both;
}
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, #nav2 li a.section {
	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;
}
#party-paks h2, .menu2 h2 {
	background: #d29b2d;
	padding: 5px 5px 3px 10px;
}
#SocialLinks {
	position: absolute;
	width: 858px;
	text-align: right;
	top: 23px;
/*	padding-top: 15px;*/
	padding-right: 25px;
}
#SocialLinks img {
	margin-left: 10px;
}


/* MENU
----------------------*/
#content-body ul {
	margin-bottom: 20px;
}
.menu-2 #content-body ul li {
	list-style-type: none;
}
.menu #content-body h2 {
	margin-bottom: 10px;
}
.menu #content-body ul li {
	margin-left: 17px;
	margin-bottom: 5px;
}
.menuItems2Column {
	overflow: hidden;
}
.menu #content-body .menuItems2Column li, .menu #content-body .menuItems1Column li {
	float: left;
	margin-left: 0;
	margin-right: 15px;
	display: table;
}
.menu #content-body .menuItems2Column li {
	margin-bottom: 15px;
}
.menu #content-body .menuItems1Column li {
	margin-bottom: 25px;
}
.menu #content-body .menuItems2Column li {
	width: 305px;
}
.menu #content-body .menuItems1Column li {
/*	width: 505px;*/
}
#content-body .menuItems2Column li.even {
	margin-right: 0;
}
	.menuItems2Column li img, .menuItems1Column li img, .image-dropshadow {
		box-shadow: 3px 3px 3px rgba(0,0,0,.35);
	}
	.menuItems2Column li img, .menuItems1Column li img {
		float: left;
		margin-right: 20px;
	}
	.menuItems2Column li p, .menuItems1Column li div {
		display: table-cell;
		vertical-align: middle;
	}
	.menuItems2Column li p, .menuItems1Column li p {
		margin-bottom: 0;
	}
	.menuItems2Column li p {
		width: 185px;
	}
	.menuItems1Column li div {
		width: 420px;
	}
		.menuItems1Column h3 {
			margin-bottom: 5px;
		}

/* 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;
}
.location {
	position: relative;
}
	.location ul {
		overflow: hidden;
	}
		.location h3 {
/*			cursor: pointer;  Turn this on when Data has been entered */
		}
			li.location h3 a {
				display: block;
			}
/* Pop Up */
.popUp {
	display: none;
}
	body div.pp_default .pp_content {
		background-color: #f2c042; /* Content background */
		border: 2px solid black;
	} 
	body div.pp_default .pp_content h2 {
		background: black;
		padding: 5px 10px;
	}
	div.pp_default .pp_top,
	div.pp_default .pp_top .pp_middle,
	div.pp_default .pp_top .pp_left,
	div.pp_default .pp_top .pp_right,
	div.pp_default .pp_bottom,
	div.pp_default .pp_bottom .pp_left,
	div.pp_default .pp_bottom .pp_middle,
	div.pp_default .pp_bottom .pp_right {
		height: 0px;
	}
	.pp_inline .col1, .pp_inline .col2 {
		width: 275px;
		float: left;
		margin-right: 28px;
		line-height: 1.5em;
		font-size: 14px;
	}
	.indent {
		padding-left: 10px;
	}
		p.indent span {
			width: 60px;
			display: block;
			float: left;
			margin-right: 10px;
			text-align: right;
		}
		div.pp_default li span {
			display: block;
			width: 20px;
			float: left;
		}
		ol.storeHours  {
			float: left;
			margin-top: -14px;
		}
	body div.pp_default .pp_content_container .pp_left, body div.pp_default .pp_content_container .pp_right {
		background: none; 
	}
	body div.pp_default .pp_close { 
		background: url(../../../mysite/prettyPhoto/images/prettyPhoto/default/close.png) 2px 1px no-repeat; /* Close button */
		right: 20px;
	}
	div.pp_inline .menu {
		background: url(../images/triangle.png) 0 4px no-repeat;
		padding-left: 10px;
		margin-left: -10px;
	} 

/* 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;
	clear: both;
}
#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 {
	margin-top: 25px;
	float: none;
	width: 100%;
}
#Security input {
	width: auto;
	margin-bottom: 10px;
}
#member-login {
	position: absolute;
	top: 3px;
	padding-right: 25px;
/*	right: 20px;*/
	width: 858px;
	text-align: right;
}


/* GOLDEN COMBOS
---------------------------------*/
#golden-combos-2 #content-body ol {
	text-indent: -9999px;
	margin-bottom: 30px;
}
#golden-combos-2 #content-body ol li {
	width: 288px;
	height: 110px;
	float: left;
	margin: 0 2px 2px 0;
	border: 3px solid #ca942b;
}
#golden-combos-2 #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; }


/* 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 
-------------------------------*/
iframe { /* Recaptcha is putting a hidden iFrame for Safari only and it's creating a gap between content and footer */
	display: none;
}


/* SHOP 
-------------------------------*/
#Cart {
	float: right;
	margin: -42px 0 15px 0;
}
	form#ViewCart, form#CheckOut {
		float: left;
	}
#ShopContent {
	clear: both;
}
#Product1 {
	margin: 20px 0;
	clear: both;
}
	form.addToCart, #Product1 img {
		float: left;
	}
		form.addToCart .addToCartSubmit {
			margin-left: 15px;
		}
	.quantity {
		margin-left: 15px;
	}
	#Product1 img {
		margin-right: 25px;
	}

form#ViewCart {
	margin-right: 10px;
}


/* FEED
------------------------------*/
#Feed li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted black;
	
}
#Feed li.last {
	border: none;
}
#Feed h2 {
	margin-bottom: 0;
}
