@charset "utf-8";
/* CSS Document */

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  height: 630px;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 20s slidy infinite; 
}

.topbarhome {
	width: 100%;
	height: 60px;
}
.topbar {
	width: 100%;
	height: 40px;
}
.footer {
	background-color: #666666;
	opacity:0.5;
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	padding-top: 25px;
}
.topnav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	height: 35px;
	width: 500px;
	padding-top: 10px;
	margin-left:15px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	color: #f7941d;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F7941D;
}
a:hover {
	text-decoration: underline;
	color: #090;
}
a:active {
	text-decoration: none;
	color: #090;
}
/* MAIN NAV */
a.main {
	font-family:"VTKSCHALK";
	color: #FFF;
	font-size:26px;
	text-align:center; 
	line-height: 16px;
}
a.main:link {
	text-decoration: none;
}
a.main:visited {
	text-decoration: none;
	color: #FC0;
}
a.main:hover {
	text-decoration: none;
	color: #F60;
}
a.main:active {
	text-decoration: none;
	ccolor: #FFF;
}


.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}
#main-nav{
	position:absolute;
	background:url(../images/navbox.png);
	background-repeat:repeat-x;
	width:307px;
	height:615px;
	z-index:2000;
	margin-left:15px;
	margin-top:10px;
	margin-bottom: 0;
	padding-top: 15px;
	left: 0px;
	
}
.maincontent {
	background-image: url(../images/chalgbg.jpg);
	padding: 0px;
	width: 100%;
	height: 100%;
	
}.tape_box {
	background-image: url(../images/tapeup_box.png);
	background-repeat: no-repeat;
	float: left;
	height: 336px;
	width: 359px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}
.recipie_box {
	background-image: url(../images/recipiebox.png);
	background-repeat: no-repeat;
	float: left;
	height: 254px;
	width: 330px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}
.specialbox {
	float: left;
	height: auto;
	width: 580px;
}.socialbox {
	float: right;
	width: 376px;
	clear: right;
}
h1 {
font-size: 42px;
color:#FFF;
font-family:"VTKSCHALK";
font-weight:bold;
}

h2 {
	font-size: 38px;
	color: #F30;
	font-family:"VTKSCHALK";
	font-weight:bold;
}
h3 {
	font-size: 38px;
	color: #090;
	font-family:"VTKSCHALK";
	font-weight:bold;
}
h4 {
	font-size: 28px;
	color: #090;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
}
h5 {
	font-size: 28px;
	color: #F60;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	line-height:normal;
}
.titles1 {
	font-size: 28px;
	color: #F60;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	
}

.titles-yellow {
	font-size: 28px;
	line-height:32px;
	color: #FF0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	
}
.titles3 {
	font-size: 38px;
	color: #F30;
	font-family:"VTKSCHALK";
	font-weight:bold;
}
.titles2 {
	font-size: 28px;
	color: #090;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
}
.harbourbay_head {
	background-image: url(../images/harbourbay_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.pro_head {
	background-image: url(../images/prod_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.vegan_head {
	background-image: url(../images/vegan_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.frozen_head {
	background-image: url(../images/frozen_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}

.yoga_head {
	background-image: url(../images/yoga_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}

.pets_head {
	background-image: url(../images/pets_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.veget_head {
	background-image: url(../images/veget_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.flakes_head {
	background-image: url(../images/flakes_large.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.protein_head {
	background-image: url(../images/protein_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.oral_head {
	background-image: url(../images/oral_heads.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.dept_head {
	background-image: url(../images/dept_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.seafood_head {
	background-image: url(../images/seafood_head.jpg); 
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.health_head2 {
	background-image: url(../images/hba_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.nuts_head {
	background-image: url(../images/nuts_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.glut_head {
	background-image: url(../images/gluten_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}

.dairy_head {
	background-image: url(../images/diary_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}

.cleaning_head {
	background-image: url(../images/cleaning_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}


.cereal_head {
	background-image: url(../images/cereal-flakeslarge.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}

.beverage_head {
	background-image: url(../images/large_beverages.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
	.break_head {
	background-image: url(../images/break_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.dessert_head {
	background-image: url(../images/dessert_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.plant_head {
	background-image: url(../images/plant_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.bakery_head {
	background-image: url(../images/bakery_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.pasta_head {
	background-image: url(../images/pasta-head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.health_head {
	background-image: url(../images/health_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.deli_head {
	background-image: url(../images/deli_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.chesee_head {
	background-image: url(../images/cheese_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.coffee_head {
	background-image: url(../images/coffee_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.team_head {
	background-image: url(../images/TEAM_head2.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.vegan_head {
	background-image: url(../images/veganr_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.core_head {
	background-image: url(../images/team_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.kids_head {
	background-image: url(../images/kids_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.meats_head {
	background-image: url(../images/meat_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.grocery_head {
	background-image: url(../images/grocer_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.soup_head {
	background-image: url(../images/soup_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.coach_head {
	background-image: url(../images/coach-head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.rep_head {
	background-image: url(../images/recipie_top.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.comm_head {
	background-image: url(../images/community_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.salad_head {
	background-image: url(../images/salad_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}

.holiday_head {
	background-image: url(../images/holiday-head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.smoothie_head {
	background-image: url(../images/smoothie_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.location_head {
	background-image: url(../images/1.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.xmas_head {
	background-image: url(../images/xmas_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.saturday_head {
	background-image: url(../images/satdemo_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.look_head {
	background-image: url(../images/lookwhat_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.apps_head {
	background-image: url(../images/app_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.italian_head {
	background-image: url(../images/italdolce_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.harbour_head {
	background-image: url(../images/tent_head.jpg); 
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.hands_head {
	background-image: url(../images/hands4_head.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 475px;
}
.product-box {
	background-image: url(../images/prod_bg.png);
	padding: 0px;
	height: 384px;
	width: 1050px;
	background-repeat: no-repeat;
}
.item-box {
	background-image: url(../products/PRODUCT_BOX.png);
	padding: 0px;
	height: 450px;
	width: 567px;
	background-repeat: no-repeat;
}
.catpro-box {
	background-image: url(../images/prod_CATEGORIES.png);
	padding: 0px;
	height: 384px;
	width: 1147px;
	background-repeat: no-repeat;
}
.thin-box {
	background-image: url(../images/thin_bg.png);
	padding: 15px;
	height: 250px;
	width: 1050px;
	background-repeat: no-repeat;
}

.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-align: left;
}
.contentB {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-align: left;
}

.hours {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-align: left;
}

.breadscontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 22px;
}

.content2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
}

.white-textfull {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-align: left;
}

.hrs {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-align: left
}
.dept_box {
	background-image: url(../images/dept_box.png);
	background-repeat: no-repeat;
	float: left;
	height: 209px;
	width: 318px;
	padding: 0px;
}
.dept_content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-align: center;
	width: 275px;
	margin-left: 20px;
}
.tapeboxhead {
	font-size: 24px;
	color: #F30;
	font-family:"VTKSCHALK";
	font-weight:bold;
}

.tapeboxhead-white {
	font-size: 24px;
	color: #FF0;
	font-family:"VTKSCHALK";
	font-weight:bold;
}
.recipthead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #C30;
	text-align: center;
	height: 240px;
	width: 280px;
	margin-left: 20px;
}
.recipthead2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #090;
	text-align: center;
	height: 240px;
	width: 280px;
	margin-left: 20px;
}
    .recipieframe {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	margin: 10px;
	padding: 0px;
	float: left;
	height: 240px;
	width: 320px;
	text-align: center;
}
