/* CSS Document */

/* Body and Universal Reset */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/backgrounds/header-bg.png) 0 -39px repeat-x #575248;
	-webkit-text-size-adjust: none;
}

#containerWrapper {
	margin:0 auto;
	background:url(images/backgrounds/container-bg.png) top center repeat-y #ffffff;
}

#container {
	margin:0 auto;
	background:url(images/backgrounds/content-bg.png) bottom center no-repeat;
	width: 956px;
	padding:2px 7px;
}

#popupWindowCaller {
	display:none;
}

.clear {
	clear:both;
	/*height:1px;*/
}

img {
	border: none;
}

@font-face {
    font-family: 'Museo300';
    src: url('/font-face/museo300-regular-webfont.eot');
    src: url('/font-face/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font-face/museo300-regular-webfont.woff') format('woff'),
         url('/font-face/museo300-regular-webfont.ttf') format('truetype'),
         url('/font-face/museo300-regular-webfont.svg#Museo300') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Typography */


/* Header */

#header {
	margin: 0 auto;
	width: 970px;
	height:168px;
}

.logo {
	margin:15px 0 31px;
	float:left;
	height:78px;
}

#header .globalNav {
	float:right;
	border-left:#fff 1px dotted;
}

#header .globalNav li {
	display:inline;
	border-right:#fff 1px dotted;
	padding:15px 12px 0px;
	float:left;
}

#header .globalNav li a {
	color:#fff;
	text-shadow:#333 0px 1px 0px;
}

#header .globalNav li a:hover {
	color:#CCC;
	text-decoration:none;
}

.mapWrap {
	width:630px;
	overflow-x: hidden;
}

/* Main Navigation */

#mainNav {
	height:44px;
	width:970px;
	float:left;
	font-family:Museo300, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
}

#mainNav li {
	list-style:none;
	float:left;
	position:relative;
}

#mainNav > li {

}

#mainNav > li.first {
	margin-left:0;
}

#mainNav li a {
	padding:12px 20px;
	color:#fff;
	display:block;
}

#mainNav > li > a {
	height:20px;
}

#mainNav li a:hover, #mainNav li.current > a {
	background: url(images/backgrounds/nav-bg.png) bottom center no-repeat ;
	color:#fff;
}

#mainNav li li a {
	background:#827b73 ;
	padding:8px 20px;
	color:#fff;
	border-top:#FFF dotted 1px;
	margin:0 0 0 10px !important;
}

#mainNav li li a:hover {
	background: url(images/backgrounds/sec-nav-bg.png) top left repeat-x #827b73;
	color:#fff;
}

#mainNav ul {
	position:absolute;
	width:175px; /* left offset of submenus need to match (see below) */
	top:-999px;
}

#mainNav ul li {
	width:100%;
}

#mainNav li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}

#mainNav li:hover ul, #mainNav li.sfHover ul {
	left:0;
	top:46px; /* match top ul list item height */
	z-index:99;
}

#mainNav li:hover li ul, #mainNav li.sfHover li ul {
	top:-999em;
}

#mainNav li li:hover ul, #mainNav li li.sfHover ul {
	left:160px; /* match ul width */
	top:0;
}

#mainNav li li:hover li ul, #mainNav li li.sfHover li ul {
	top:-999em;
}

#mainNav li li li:hover ul, #mainNav li li li.sfHover ul {
	left:160px; /* match ul width */
	top:0;
}

#mainNav ul li a {
	margin:0px 1px 0 0;
}

/* Secondary Nav */

#subNav {
	list-style:none;
	padding:9px;
	float:left;
	margin:0 0 10px;
}

#subNav .subNavHeading, .subTitle {
	border-bottom:#e2ded9 1px dotted;
	display:block;
	background: none;
	margin:0 0 10px;
}

.subTitle {
	padding-bottom: 12px;
}

#subNav li {
	float:left;
	width: 243px;
}

#subNav .subNavHeading a {
	font-size:18px;
	color:#4A463B;
	text-decoration:none;
	font-family:Museo300;
	margin:0 0 9px;
	float:left;
	padding:0px;
}

#subNav .subNavHeading a:hover {
	color:#4A463B;
}

#subNav .subNavHeading:hover {
	background:none;
}

#subNav .subNavHeading:hover a {
	color:#4A463B;
}

#subNav li {
	background: none;
	margin:0 0 5px;
}

#subNav li a {
	color:#666;
	padding: 3px 10px;
	text-decoration:none;
	display:block;
}

#subNav li:hover, #subNav li.down {
	background: url(images/backgrounds/sec-nav-on-bg.png) top left repeat-x;
}

#subNav li:hover a {
	color:#FFF;
}

#subNav li a:hover, #subNav li.down a {
	color:#fff;
}

/* Home Banner */

.BannerContainer {
	width: 956px; 
	height: 293px;
	overflow:hidden;
	position:relative;
	border-bottom:#FFF 2px solid;
}

#homeBanner {
	overflow:hidden;
	height: 293px;
	border-bottom: 2px solid #FFFFFF;
}

#homeBanner_nav {
	position:absolute;
	top: 270px;
	z-index:9999;
	right: 10px;
	margin:0px auto;
}

#homeBanner_nav a {
	background: rgba(0,0,0,0.5);
	width:12px;
	height:12px;
	display:block;
	text-indent:-9990px;
	float:left;
	margin: 0px 3px;
	border:1px solid rgba(255,255,255, 0.5);
}

#homeBanner_nav a.activeSlide {
	background: #F48023;
	border:1px solid #fff;
}

#homeBanner_nav a:hover {
	background: #000;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 261px;
	margin: 0 0 -129px;
}

.findUs {
	background:url(images/backgrounds/find-bg.png) top left no-repeat #827b73;
	padding:41px 0 0 0;
	color:#FFF;
	width:261px;
}

.findUs form {
	background:url(images/backgrounds/find-lower-bg.png) bottom left no-repeat;
	padding: 0 0 6px;
	max-height: 194px;
}

h2.sidebarHead {
	border-bottom: 1px dotted #333333;
	padding-bottom:9px;
}

.findMap img {
	margin-top:-3px;
}

.findSpacing {
	padding: 8px 12px;
}

.findSpacing input, .findSpacing select {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	padding:2px 5px;
	border:none;
}

.findInput {
	width:126px;
}

.findSpacing span {
	width:65px;
	float:left;
}

.goButton {
	width:29px;
	height:19px;
	float:right;
	padding: 0 !important;
}

.AustButton {
    height: 67px;
    margin: 0 0 0 15px;
    width: 71px;
}

.iphoneButton {
	float:left;
	margin:10px 0;
}

.sideBarPromo {
	padding:9px;
}

.sideBarPromo a {
	float:left;
	margin:0 0 25px;
}

.sidebarMenu {
	padding: 9px 9px 20px;
	float:left;
}

.sidebarMenuHeading span {
    color: #4A463B;
    font-family: Museo300;
    font-size: 16px;
    margin: 0 0 9px;
    padding: 0;
    text-decoration: none;
}

.sidebarMenuList {
	list-style:none;
}

.sidebarMenuList li {
	margin:7px 15px;
}


/* Content */

#content {
	float:right;
	padding: 20px 20px 0;
	width:653px;
}

.pageBanner {
	margin: -20px 0 10px -20px;
}

#content p, #content table, #content ul, #content ol {
	margin:0 0 18px 0;
}

#content ul, #content ol {
	margin-left:25px;
}

#content li {
	padding:0 16px;
	margin:9px 0px;
	list-style: none;
	background:url(images/backgrounds/promo-link-bg.png) 0 3px no-repeat;
}

#content ol li {
	padding:0;
	margin: 9px 0 9px 5px;
	list-style: decimal outside none;
	background:none;
}

.vipClubButton {
	float:right; 
	width:671px; 
	height:124px;
}

.vipClubButton:hover span {
	border-bottom:1px dotted #F48024;
	display:block;
	position:relative;
	margin:-65px 0 0 16px;
	width:378px;
}


/* Functions */

.functionRoom {
	width:200px;
	float:left;
	margin:0px 25px 0 0;	
}

.functionRoom:hover {
	opacity:0.8;
}

.functionRoom.End {
	margin:0px 0 0 0;
}

a.functionRoom {
	text-decoration:none !important;
}

.functionRoom span {
	display:block;
	font-family:Museo300;
	font-size:16px;
	padding:5px 0 10px 0;
}

/* Promotions */

#promo {
	color:#FFF;
}

#promo h2 {
	color:#FFF;
	font-size:17px;
	text-shadow: #000 0px 1px 0px;
}

.promoContainer {
	background-color:#FFF;
	position:relative;
	border-bottom:#CCC dotted 1px;
	margin:0 0 20px;
	padding:0 0 20px;
	float:left;
}

.promoInner {
	background: url(images/backgrounds/promo-bg_03.png) bottom left no-repeat #9b958f;
	padding: 15px 300px 35px 15px;
}

#container .promoLink {
	font-family:Museo300;
	color:#F48024;
	text-decoration:none;
	background:url(images/backgrounds/promo-link-bg.png) 0 0 no-repeat;
	padding:0 0 0 15px;
	font-size:12px;
}

#container .promoLink:hover {
	color:#fff;
	text-decoration:none;
	background:url(images/backgrounds/promo-link-bg.png) 0 -15px no-repeat;
}

.promoImage {
    background: url(/images/backgrounds/promo-image-bg.png) no-repeat scroll center bottom transparent;
    float: right;
    margin: 5px 5px 0 0;
    padding: 0 0 9px;
}

.promoImage img {
	border:2px #fff solid;
}

/* Recipes */

.featuredRecipe {
    background-color: #1C5F28;
    background-image: -moz-linear-gradient(center top , #315285, #21276b);
    box-shadow: 1px 1px 5px #999999;
    color: #FFFFFF;
    margin: 0 0 20px;
    padding: 10px 15px 1px;
}

#container .featuredRecipe h2, #container .featuredRecipe h2 a {
    color: #FFFFFF;
	text-decoration:none;
}

#container .featuredRecipe h2 a:hover {
	text-decoration:underline;
}

.featuredRecipe h2.chunkfive {
    font-size: 18px;
    margin: 0 0 15px;
}

.featuredRecipe .recipeListInfo {
    min-height: inherit;
    width: 420px;
}

.featuredRecipe hr {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}

.recipeThumb {
    -moz-transition: all 0.2s ease 0s;
}

.recipeThumb:hover {
    opacity: 0.8;
}

.recipeListInfo {
    float: right;
    margin: 0 0 15px;
    min-height: 125px;
    width: 450px;
}

#container .recipeListInfo h2 a {
	text-decoration:none;
}

#container .recipeListInfo h2 a:hover {
	text-decoration:underline;
}

#content ul.recipeListQuickInfo, #content .recipeListInfo p {
    margin: 0 0 10px;
}

#content .recipeListQuickInfo li {
    background: url("/images/icons/recipe_icons.png") no-repeat scroll 0 -1px transparent;
    display: inline;
    list-style: none outside none;
    padding: 0 15px 0 26px;
}

#content .recipeListQuickInfo li.prepTime {
    background-position: 0 -42px;
    padding-left: 23px;
}

#content .recipeListQuickInfo li.cookTime {
    background-position: 0 -79px;
    padding: 0 0 0 23px;
}
#content .recipeListInfo .callToAction {
    font-size: 11px;
    padding: 2px 12px 2px;
}

#content .callToAction {
    background: none repeat scroll 0 0 #F48024;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    line-height: 22px;
    padding: 5px 15px;
    text-shadow: -1px 1px 0 #d06611;
    text-transform: uppercase;
	float:right;
	text-decoration:none;
}

#content .backButton {
    background: none repeat scroll 0 0 #F48024;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    line-height: 22px;
    padding: 5px 15px;
    text-shadow: -1px 1px 0 #d06611;
    text-transform: uppercase;
	text-decoration:none;
	float:left;
}

#content ul.recipeQuickInfo, ul.recipeQuickInfo {
    background: none repeat scroll 0 0 #EEEEEE;
    box-shadow: 1px 1px 5px #999999;
    float: right;
    margin: 10px 0 15px 20px;
    padding: 0 0 10px;
    width: 320px;
}

#content .recipeQuickInfo li {
    background: url("/images/icons/recipe_icons.png") no-repeat scroll 10px 10px transparent;
    list-style: none outside none;
    padding: 10px 10px 0 36px;
    text-shadow: 1px 1px 0 #FFFFFF;
	margin:0px;
}

#content .recipeQuickInfo li.recipeImage {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
	margin:0px;
}


#content .recipeQuickInfo li.prepTime {
    background-position: 10px -30px;
}

#content .recipeQuickInfo li.cookTime {
    background-position: 10px -66px;
}

#content ul.ingredientsList {
    margin: 0 0 5px;
}

.ingredientsList li {
    background: url("/images/backgrounds/checkbox.png") no-repeat scroll 0 -120px transparent;
    list-style: none outside none;
    padding: 0 0 8px 25px;
}

.ingredientsList li span.checkbox {
    margin-left: -25px;
}

#orderForm .submit {
    text-align: left;
}

#orderForm .info_box {
    display: none;
    text-align: center;
    width: 280px;
}

#printHeading {
    display: none;
}

#DeliverySearch * {
    vertical-align: middle;
}

#DeliverySearch input.textinput, #DeliverySearch input.textinputhover {
    color: #1E6D2C;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px 0 3px;
    padding: 2px 5px;
    width: 45px;
}

#content #DeliverySearch {
    background: none repeat scroll 0 0 #20722A;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    padding: 10px 15px;
}

.addthis_toolbox {
    margin: 0 0 18px;
}


/* Blog */

.displaying {
	text-align:center;
}

.nextprevnav {
	display:block;
	text-align:center;
	margin:18px 0 0 0;
}

.blogListingThumb {
	float:left;
}

.blogListingContainerWImage {
	margin-left:150px;
	min-height:128px;
}

#content .blogListingContainer p {
	margin:0 0 10px 0;
}

.blogDate {
	color:#ccc;
}

.blogAddThisTop {
	float:right;
}


/* Footer */

#footerWrapper {
	background:url(images/backgrounds/footer-bg.png) 0 0 repeat-x;
	margin:0px auto;
}

#footer {
	clear: both;
	margin:0 auto;
	padding:15px 0;
	width:970px;
	color:#fff;
	font-size:11px;
}

#footer li {
}

#footer a {
	color:#FFF;
}

#footer a:hover {
	color:#999;
}

.footerNav {
	float:left;
	border-right:1px dotted #fff;
}

.footerNav.end {
	border-right:none;
}

.footerNav li {
	border-right:1px dotted dotted;
	list-style:none;
	display:block;
	padding: 3px 40px;
}

.footerNav li a {
}

.footerDetails {
	text-align:right;
	float:right;
	width:480px;
}

.facebookContainer {
	width:90px;
	float:left;
	margin: 0 0 0 138px;
}

.socialBox {
	float:left;
	margin:1px 0 10px 0px;
}

.facebookIcon{
	background-image:url(images/backgrounds/facebook.png);
	background-position: top left;
	width:23px;
	height:23px;
	float:right;
	margin: 0 10px 0 0;
}

.facebookIcon:hover {
	background-position: bottom left;
}

.supportingFooter {
	margin:25px 0 0 0;
}

.supportingFooter span {
	font-family:Museo300;
	vertical-align: top;
	margin: 0 10px 0 20px;
}

/* Online Enquiry Form */

.onlineEnquiryTable td {
	padding-bottom:5px;
}

.yourDetails {	
	padding:7px 0 0 0;
	height:30px;
	font-weight:bold;
	font-size:13px;
}

.requiredFields {
	text-align:right;
	padding:4px 0 0 0;
	font-size:11px;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding-left:15px;
	padding-right:5px;
}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea{
	width:440px;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	padding:8px;
}

.onlineEnquiryTable select {
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	padding:8px;
}

.onlineEnquiryTable select.errorInput {
    background:none;
}

.textinput {
	border:1px solid #BABABA;
}

.textinputhover {
	border:1px solid #666; 
}

.onlineEnquiryTable .errorInput {
	background: url(/images/icons/error.gif) no-repeat right 5px #fff;
}

.submit {
	text-align:right;
}

.errorText {
	color:#FF0000;
}

input.hintText {
	color: #999999;
}

/***** Error / Info / Caution Boxes *****/

.error_box, .info_box {
	margin:0 0 15px 0;
	padding:15px;
	border-width: 3px;
	border-style: solid;
}

.error_box {
	border-color: #CC0000;
	background-color: #f3d8d8;
	color:#CC0000;
}

.info_box {
	border-color: #7F8F13;
	background-color: #E0E6B6;
	color:#7F8F13;
}

#content .error_box ul {
	margin-bottom:0;
}


/* Classes Reserved for the TinyMCE Editor  */

.editor {
	width: 100%;
}

.mini_editor {}

.siteLocatorContent {
	background:url(images/backgrounds/sitelocator.jpg) repeat-y left top;
	min-height:200px;
	float:left;
}

.siteLocatorSidebar {
	width:221px;
	padding: 20px 20px;
	float:left;
	margin-right:30px;
}

.siteLocatorSidebar h3 a {
	margin-left: 8px;
	color: #F48024;
}

	.activeSidebar {
		font-weight: bold;
	}

.siteLocatorSidebar a {
	text-decoration:none !important;
	color:#333;
}

.siteLocatorSidebar ul {
	margin-left:8px;
	margin-bottom:8px;
}

.siteLocatorBody {
	width:660px;
	float:right;
}

.storeDetailsTable tr td {
	padding: 0px 40px 10px 0px;
}

.locationGroupContainer {
	border-bottom: 1px dotted #E2DED9;
	margin-bottom:15px;
	padding-bottom:15px;
	padding-right: 14px;
	float:left;
	width:47%;
}

	.locationGroupContainer h3 {
		margin-bottom: 2px;
	}

.locationGroupContainerRight {
	margin-right:10px;
}

.stateListContainer {
	width: 100%;
/*	background:url(images/backgrounds/state-bg.jpg) repeat-x 0px -8px ; */
}

.stateListContainer .locationGroupContainer {
	padding-left:15px;
	width:44%;
}
.stateListContainer h2 {
	margin-top:15px;
}
.stateListContainer h2 a {
	color: #111;
}
