
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

		<meta name="title" content="Schakolad in Northville, Michigan" />

		<meta name="keywords" content="chocolate,kosher,schakolad,chocolates,schakolad chocolate,kosher supervision,schakolad chocolate factory,birthday,truffles,love assorted,store,gifts,food,strawberries" />

		<meta name="description" content="Schakolad Chocolate Factory is the internationally acclaimed brand for fresh, handmade European style chocolates. Our signature chocolates are prepared with the finest ingredients and presented in the time honored traditions of quality, artistry and innovation. We invite you to explore the world of sweet possibilities." />

		<meta name="author" content="Schakolad Chocolate Factory" />

<!--<title>Schakolad Chocolate Factory - Chocolates to Live By.</title>-->
<title>Schakolad in Northville, Michigan</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="/css/style.css" rel="stylesheet" type="text/css" media="screen" />
<link rel="shortcut icon" type="image/png" href="/Images/favicon.ico" />
<style type="text/css">
		.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity: 0.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 50%;
			height: 40%;
			padding: 16px;
			border: 12px solid #94660a;
			background-color: white;
			z-index:1002;
			overflow: auto;
			color: #94660a
		}
</style>
<script type="text/javascript" src="/CommonFunctions/shopping_cart.js"></script>
<script type="text/javascript">
function clearText(field){ //
	if (field.defaultValue == field.value) field.value = '';
	else if (field.value == '') field.value = field.defaultValue;												
}
</script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript">
<!--
$(function () {
    //cache the ticker
    var ticker = $("#ticker");
    //wrap dt:dd pairs in divs
    ticker.children().filter("dt").each(function () {
        var dt = $(this),
            container = $("<div>");
        dt.next().appendTo(container);
        dt.prependTo(container);
        container.appendTo(ticker);
    });
    //hide the scrollbar
    ticker.css("overflow", "hidden");
    //animator function

    function animator(currentItem) {
        //work out new anim duration
        var distance = currentItem.height();
        duration = (distance + parseInt(currentItem.css("marginTop"))) / 0.020;
        //animate the first child of the ticker
        currentItem.animate({
            marginTop: -distance
        }, duration, "linear", function () {
            //move current item to the bottom
            currentItem.appendTo(currentItem.parent()).css("marginTop", 0);
            //recurse
            animator(currentItem.parent().children(":first"));
        });
    };
    //start the ticker
    animator(ticker.children(":first"));
    //set mouseenter
    ticker.mouseenter(function () {
        //stop current animation
        ticker.children().stop();
    });
    //set mouseleave
    ticker.mouseleave(function () {
        //resume animation
        animator(ticker.children(":first"));
    });
});


var timeout	= 500;
var closetimer	= 0;
var ddmenuitem	= 0;

// open hidden layer
function mopen(id)
{	
	// cancel close timer
	mcancelclosetime();

	// close old layer
	if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';

	// get new layer and show it
	ddmenuitem = document.getElementById(id);
	ddmenuitem.style.visibility = 'visible';

}
// close showed layer
function mclose()
{
	if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
}

// go close timer
function mclosetime()
{
	closetimer = window.setTimeout(mclose, timeout);
}

// cancel close timer
function mcancelclosetime()
{
	if(closetimer)
	{
		window.clearTimeout(closetimer);
		closetimer = null;
	}
}

// close layer when click-out
document.onclick = mclose; 

function CheckSearchForm(price) {

	document.frmProductSearch1.PriceRange.value = "";
	if (price != "" && price != undefined) {
		document.frmProductSearch1.txtGlobalSearch.value = "";
		document.frmProductSearch1.PriceRange.value = price;
		document.frmProductSearch1.submit();
	} else {
		if (document.frmProductSearch1.txtGlobalSearch.value == "chocolate search" || document.frmProductSearch1.txtGlobalSearch.value == "") {
			alert ('Please enter all or part of the item to search.');
		} else {
			document.frmProductSearch1.submit();
		}
	}
}
-->
</script>
<script language="JavaScript" src="https://secure.comodo.net/trustlogo/javascript/trustlogo.js" type="text/javascript">
</script>

</head>
<body>
<div id="wrapper">
	<div id="top_container" style="background: url(/images/header.jpg) no-repeat;">
		<div id="top_left" style="padding: 1px 0 0 8px"><div id="logo"><a href="http://www.schakolad.com/"><img src="/logo.png" alt="Schakolad chocolate Factory - Chocolates To Live By" height="85" width="131" /></a></div></div>
<form name="frmProductSearch1" method="post" action="/Product-Search/">
<input type="hidden" name="PriceRange" value="" />
		<div id="search" >	
			<input type="text" name="txtGlobalSearch" id="search-text" value="chocolate search" onfocus="clearText(this)" onblur="clearText(this)" />
			<input type="button" id="search-submit" value="GO" onclick="CheckSearchForm();"/>

		</div>
</form>
		<div id="fresh_badge"><a href="http://www.schakolad.com/"><img src="/images/schakolad_made_fresh.png" alt="Schakolad Chocolate is Made Fresh" height="122" width="119" /></a></div>
<ul id="sddm">
	<li class="first"><a href="http://www.schakolad.com/Schakolad-Story/" style="border-left: none">About Us</a></li>
	<li><a href="http://www.schakolad.com/Locations/">Locations</a></li>
	<li><a href="#" onmouseover="mopen('m1')" onmouseout="mclosetime()">Gifts By Price</a>
<div id="m1" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
        <a href="#" onclick="CheckSearchForm('0 and 10');">Under $10</a>
        <a href="#" onclick="CheckSearchForm('10 and 25');">$10 to $25</a>
        <a href="#" onclick="CheckSearchForm('25 and 50');">$25 to $50</a>
        <a href="#" onclick="CheckSearchForm('50 and 75');">$50 to $75</a>
        <a href="#" onclick="CheckSearchForm('75.01 and 99999');">More than $75</a>
</div>
</li>
	<li><a href = "javascript:void(0)" onclick = "document.getElementById('light').style.display='block';document.getElementById('fade').style.display='block'">Kosher/Vegan</a>
</li>
	<li><a href="http://chocolatefranchise.com/">Franchise Info</a></li>
	<li><a href="http://www.schakolad.com/Contact-Us/">Contact Us</a></li>
</ul>
<div style="clear:both"></div>			
	</div>
	<!-- end container -->

<script language=javascript type="text/javascript">
function MM_openBrWindow(theURL,winName,features) { 
	  window.open(theURL,winName,features);
	}
function callOpening()
{
document.frmStore.action="Careers/";
document.frmStore.submit();
}	
</script>
		
	<div id="page" >
		<div id="page-bgtop">
			<div id="content">
				<div class="post" style="padding-top: 30px;"><h3><b>WELCOME TO SCHAKOLAD CHOCOLATE FACTORY in NORTHVILLE, MICHIGAN</b></h3>
<br>
				 <div style="float:left; padding-right: 25px; padding-bottom: 20px">
				 	<div class="rounded_corners">

								<table border="0" cellspacing="0" cellpadding="0" style="padding: 0 55px 0 10px">
									<tr>
										<td class="arial13bodytext" colspan="3"><b>Address</b></td>
									</tr>
									<tr>
										<td class="contactfeed_title" colspan="3" height="3"></td>
									</tr>
									<tr>
										<td class="contactfeed_title">20450 Haggerty Road</td>
									</tr>
									<tr>
										<td class="contactfeed_title">8 Mile & Haggerty - Next to Trader Joe's</td>
									</tr>
									<tr>
										<td class="contactfeed_title">Northville, MI 48167</td>
									</tr>
									<tr>
										<td class="contactfeed_title" colspan="3" height="8"></td>
									</tr>
									<tr>
										<td class="arial13bodytext"><b>Phone</b></td>
									</tr>
									<tr>
										<td class="contactfeed_title" colspan="3" height="3"></td>
									</tr>
									<tr>
										<td class="contactfeed_title">(734) 464-7040</td>
									</tr>

									<tr>
										<td class="contactfeed_title" colspan="3" height="8"></td>
									</tr>
									<tr>
										<td class="arial13bodytext"><strong>Contact</strong></td>
									</tr>

									<tr>
										<td class="contactfeed_title" colspan="3" height="3"></td>
									</tr>
									<tr>
										<td class="contactfeed_title">Jeff & Emily Barker</td>
									</tr>
									<tr>
										<td class="contactfeed_title" colspan="3" height="8"></td>
									</tr>
									<tr>
										<td class="arial13bodytext" colspan="3"><b>Hours of Operation</b></td>
									</tr>
									<tr>
										<td class="contactfeed_title" colspan="3" height="3"></td>
									</tr>
									<tr>
										<td colspan="3" >
											<table width="100%">
												<tr>
													<td class="contactfeed_title">Monday</td>
													<td class="contactfeed_title">&nbsp;:</td>
													<td class="contactfeed_title" width="85%">&nbsp;See holiday hours below</td>
												</tr>
												<tr>
													<td class="contactfeed_title">Tuesday</td>
													<td class="contactfeed_title">&nbsp;:</td>
													<td class="contactfeed_title">&nbsp;11:00 am - 6:00 pm</td>
												</tr>
												<tr>
													<td class="contactfeed_title">Wednesday</td>
													<td class="contactfeed_title">&nbsp;:</td>
													<td class="contactfeed_title">&nbsp;11:00 am - 6:00 pm</td>
												</tr>
												<tr>
													<td class="contactfeed_title">Thursday</td>
													<td class="contactfeed_title">&nbsp;:</td>
													<td class="contactfeed_title">&nbsp;11:00 am - 6:00 pm</td>
												</tr>
												<tr>
													<td class="contactfeed_title">Friday</td>
													<td class="contactfeed_title">&nbsp;:</td>
													<td class="contactfeed_title">&nbsp;11:00 am - 8:00 pm</td>
												</tr>
												<tr>
													<td class="contactfeed_title">Saturday</td>
													<td class="contactfeed_title">&nbsp;:</td>
													<td class="contactfeed_title">&nbsp;11:00 am - 8:00 pm</td>
												</tr>
												<tr>
													<td class="contactfeed_title">Sunday</td>
													<td class="contactfeed_title">&nbsp;:</td>
													<td class="contactfeed_title">&nbsp;1:00 pm - 5:00 pm</td>
												</tr>
											</table>
										</td>
									</tr>
									<tr>
										<td colspan="3" align="center">
				<div style="padding-top: 15px">
					<a href="ContactUs/" target="_parent" title="Click to e-mail this store"  style="padding-left: 15px; padding-top: 0px"><img src="/images/email.png" alt="" width="29" height="26" border="0"  title="Email Store"/></a>

					<a href="http://tinyurl.com/5s9d7tg" target="_blank"><img src="/images/facebook.gif" alt="" width="28" height="28" border="0"  title="Like us on Facebook"  style="padding-left: 15px"/></a>

					<a href="http://www.youtube.com/user/schakoladhq" target="_blank"><img src="/images/youtube_32.png" alt="" width="28" height="28" border="0" title="See us on YouTube" style="padding-left: 15px" /></a>

				</div>
</td>
</tr>
								</table>
						</div>
				 </div>
					<h2 class="title">The Made Fresh Concept</h2>					
					  <div class="entry">
						<p style="padding-left: 20px">Schakolad Chocolate Factory<em> (pronounced shaq-oh-LAD)</em> is one of the truly custom retail chocolate boutiques in the business.</p>
						<p>Our chocolates are <strong>"Made Fresh on Premises"</strong> using a tried and true three-generation European style family recipe that calls for the highest quality ingredients and attention to design detail.</p><br><p> The<strong> "Made Fresh on Premises"</strong> concept means that chocolate items do not come pre-packaged from Headquarters, rather that items are prepared and dipped at each individual retail location allowing our franchise owners the flexibility to be creative and customize our fresh products to the customer's request.</p>
					  </div>
				</div>
				<div class="post">					
					<div class="entry"> <!-- Thumbs Row Starts -->
							<div id="thumbs_row">
								<div class="thumb_box"> <!-- Box 1 Starts -->
									<a href="/Assorted-Boxes/Create-Your-Own-Box/"><img src="/images/thumb_1.jpg" alt="" width="146" height="136" border="0" /></a>
								  <h3>Create Your Own Chocolate Box</h3>
								</div> <!-- Box 1 Ends -->
								<div class="thumb_box"> <!-- Box 2 Starts -->
									<a href="/Corporate-Gifts/"><img src="/images/thumb_2.jpg" alt="" width="146" height="136" border="0" /></a>
								  <h3>Distinctive Corporate Gifts</h3>
								</div> <!-- Box 2 Ends -->
								<div class="thumb_box"> <!-- Box 3 Starts -->
									<a href="/Every-Day-Occasions/Wedding/"><img src="/images/thumb_3.jpg" alt="" width="146" height="136" border="0" /></a>
								  <h3>Decadent Wedding favors</h3>
								</div> <!-- Box 3 Ends -->
								<div class="thumb_box"> <!-- Box 4 Starts -->
									<a href="/SweetNightOut/"><img src="/images/thumb_4.jpg" alt="" width="146" height="136" border="0" /></a>
								  <h3>chocolate parties and field trips</h3>
								</div> <!-- Box 4 Ends -->
								<div class="thumb_box"> <!-- Box 5 Starts -->
									<a href="/Holidays/"><img src="/images/thumb_5.jpg" alt="" width="146" height="136" border="0" /></a>
								  <h3>festive holiday gifts</h3>
								</div> <!-- Box 5 Ends -->
							</div>							
					</div> <!-- Thumbs Row Ends -- end of entry -->
						<div class="entry"> <!-- Bottom Row Starts -->
							<div id="bottom_row">

								<div style="border-top: 1px solid; margin-left: 40px; margin-right: 80px;"">
									<h2 style="color: #94660a; text-transform:capitalize; font-size:18px; padding-right: 50px; padding-top: 15px; text-align: center">Store Specials</h2>
	

								  <div class="arial12bodytext" style="padding: 35px 60px 30px 5px">
									<b><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=102604706511788&xfbml=1"></script><fb:like href="http://www.facebook.com/pages/Schakolad-Chocolate-Factory-Northville/154272924595493" send="false" layout="button_count" width="450" show_faces="false" font=""></fb:like><BR>
<BR>
Check out this site for party information and sweet wedding and baby shower favor ideas! http://www.northvillechocolate.com<br><BR>
<BR>
To assist in satisfying the sweet tooth of your sweetheart, we have the following Extended Valentine's Hours:<BR>
<BR>
MON (2/11): 10am - 6pm<BR>
TUES (2/12): 10am - 7pm<BR>
WED (2/13): 9am - 8pm<BR>
THUR (2/14): 9am - 8pm<BR>
<BR>
Don't forget, you can place your order over the phone and skip the line! 734.464.7040<BR>
<BR>
Gourmet Handmade Chocolates ~ Corporate Logos ~ Sugar Free ~ Wedding Favors ~ Baby Shower Favors ~ Birthday Gifts ~ Custom Chocolate Designs ~ Private Parties ~ Chocolate Fountain Rentals<BR>
<BR>
Serving Southeast Michigan ~ Northville, Novi, Livonia, Farmington Hills, Canton, South Lyon, Plymouth, Wixom, Westland, Commerce Township & West Bloomfield<BR>
<BR>
Our Chocolates are GLUTEN FREE!  We have 20+ Vegan selections.<BR>
<BR>
Join us for Schakolad Day on September 20th ~ a FREE chocolate celebration!  Check out our facebook page (events) for details.<BR>
<BR>
<script type="text/javascript" src="http://static.weddingwire.com/static/js/widgets/myReviews.js"></script><div id="ww-widget-reviews" class="ww-reset ww-reviews-widget"><div class="ww-reviews-placeholder">Read all of our <a target="_new" href="http://www.weddingwire.com/biz/schakolad-chocolate-factory-northville-michigan-northville/0d669d942106326a.html">Party Favors Reviews</a> at <a target="_new" href="http://www.weddingwire.com"><img src="http://static.weddingwire.com/static/images/logo/WWlogo-83x19.gif" alt="Weddings, Wedding Cakes,  Wedding Planning, Wedding Checklists, Free Wedding Websites, Wedding Dresses, Wedding Ideas & more"/></a></div></div><script type="text/javascript"><!--<BR>
WeddingWire.createReview({"vendorId":"0d669d942106326a", "id":"ww-widget-reviews"});<BR>
--></script></b>
								  </div>
	
								</div>

									<div style="border-top: 1px solid; margin-left: 40px; margin-right: 80px;"">
										<h2 style="color: #94660a; text-transform:capitalize; font-size:18px; padding: 15px 50px 10px 0; text-align: center">Map and Directions</h2>
										<div style="float:left; padding: 40px 75px 30px 30px"><img src="/Images/Store/F92201173441.jpg" width="220" height="200" class="imgborder" alt="store image"></div>
									</div>

<div style="float:left; padding-top: 10px">
									
									Click on the Map below to get directions to our store<br><br><center>
									<a href="http://www.mapquest.com/maps?name=Schakolad+Chocolate+Factory&city=Northville&state=MI&address=20450+Haggerty+Rd&zipcode=48167&country=US&latitude=42.437019&longitude=-83.435491&geocode=ADDRESS&id=41757567" target="_new"><img src="/Images/Store/F319200723101.jpeg" class="imgborder" height="200" width="250" alt="store map"></a></center>
										
</div>
<br style="clear: both;" />

							</div>							
					</div> <!-- Thumbs Row Ends. End of entry -->
				</div>
			</div>				
		</div>
			<!-- end #content -->
				
		<!-- Side Menu -->
		
			<div id="sidebar">	
			<div id="shopcart" style="padding-bottom: 10px; font-size: 1.3em;"><img src="/images/shopping_icon.jpg" alt="shop online" width="155" height="33" /></div>
					
			<ul>
<li><a href='http://www.schakolad.com/Assorted-Boxes/'>Assorted Boxes</a>
				<ul>
						
							<li>&nbsp;&nbsp;&nbsp;<a href="http://www.schakolad.com/Assorted-Boxes/Create-Your-Own-Box/">Create Your Own Box</a></li>
						
							<li>&nbsp;&nbsp;&nbsp;<a href="http://www.schakolad.com/Assorted-Boxes/Assorted-Chocolates/">Assorted Chocolates</a></li>
						
							<li>&nbsp;&nbsp;&nbsp;<a href="http://www.schakolad.com/Assorted-Boxes/Signature-Truffles/">Signature Truffles</a></li>
						
							<li>&nbsp;&nbsp;&nbsp;<a href="http://www.schakolad.com/Assorted-Boxes/Cake-Truffles/">Cake Truffles</a></li>
						
						
				</ul>
						
						</li>
				<li><a href='http://www.schakolad.com/Chocolate-Novelties/'>Chocolate Novelties</a>
						</li>
				<li><a href='http://www.schakolad.com/Sugar-Free~Low-Carbs/'>Sugar Free/Low Carbs</a>
						</li>
				<li><a href='http://www.schakolad.com/Every-Day-Occasions/'>Every Day Occasions</a>
				<ul>
						
							<li>&nbsp;&nbsp;&nbsp;<a href="http://www.schakolad.com/Every-Day-Occasions/Birthday/">Birthday</a></li>
						
							<li>&nbsp;&nbsp;&nbsp;<a href="http://www.schakolad.com/Every-Day-Occasions/Anniversary/">Anniversary</a></li>
						
							<li>&nbsp;&nbsp;&nbsp;<a href="http://www.schakolad.com/Every-Day-Occasions/Wedding/">Wedding</a></li>
						
							<li>&nbsp;&nbsp;&nbsp;<a href="http://www.schakolad.com/Every-Day-Occasions/Showers-and-New-Baby/">Showers and New Baby</a></li>
						
							<li>&nbsp;&nbsp;&nbsp;<a href="http://www.schakolad.com/Every-Day-Occasions/Graduations-and-Teacher`s-Gifts/">Graduations and Teacher's Gifts</a></li>
						
						
				</ul>
						
						</li>
				<li><a href='http://www.schakolad.com/Corporate-Gifts/'>Corporate Gifts</a>
				<ul>
						
							<li>&nbsp;&nbsp;&nbsp;<a href="http://www.schakolad.com/Corporate-Gifts/Real-Estate/">Real Estate</a></li>
						
							<li>&nbsp;&nbsp;&nbsp;<a href="http://www.schakolad.com/Corporate-Gifts/Sales-Executives/">Sales Executives</a></li>
						
							<li>&nbsp;&nbsp;&nbsp;<a href="http://www.schakolad.com/Corporate-Gifts/Financial-Institutions/">Financial Institutions</a></li>
						
							<li>&nbsp;&nbsp;&nbsp;<a href="http://www.schakolad.com/Corporate-Gifts/Logos/">Logos</a></li>
						
							<li>&nbsp;&nbsp;&nbsp;<a href="http://www.schakolad.com/Corporate-Gifts/Medical-Field/">Medical Field</a></li>
						
							<li>&nbsp;&nbsp;&nbsp;<a href="http://www.schakolad.com/Corporate-Gifts/Transportation/">Transportation</a></li>
						
							<li>&nbsp;&nbsp;&nbsp;<a href="http://www.schakolad.com/Corporate-Gifts/Hotels/">Hotels</a></li>
						
							<li>&nbsp;&nbsp;&nbsp;<a href="http://www.schakolad.com/Corporate-Gifts/Tradeshows/">Tradeshows</a></li>
						
							<li>&nbsp;&nbsp;&nbsp;<a href="http://www.schakolad.com/Corporate-Gifts/Professional-Trades/">Professional Trades</a></li>
						
						
				</ul>
						
						</li>
				<li><a href='http://www.schakolad.com/Holidays/'>Holidays</a>
				<ul>
						
							<li>&nbsp;&nbsp;&nbsp;<a href="http://www.schakolad.com/Holidays/Mother`s-Day-and-Nurse`s-Day/">Mother's Day and Nurse's Day</a></li>
						
						
				</ul>
						
						</li>
				
			</ul>
<br />
<!--<a href="https://checkbalance.rewardforloyalty.com/index.php?ppSearchKW=&__utma=228609823.1667754267.1333572650.1333572650.1333572650.1&__utmb=228609823.1.10.1333572650&__utmc=228609823&__utmz=228609823.1333572650.1.1.utmcsr%3Dgoogle%7Cutmccn%3D%28organic%29%7Cutmcmd%3Dorganic%7Cutmctr%3Dprofit+point&__gutp=new%3D1%7Centrystamp%3D1333572652%7Csid%3D89300660175266340460336695028499%7Cstamp%3D1333572652%7Creferrer%3Dhttp%3A%2F%2Fwww.google.com%2Furl%3Fsa%3Dt%26rct%3Dj%26q%3Dprofit%2520point%26source%3Dweb%26cd%3D1%26ved%3D0CCoQFjAA%26url%3Dhttp%253A%252F%252Fwww.rewardforloyalty.com%252F%26ei%3DQLR8T5aJM4KhtweS5dn7DA%26usg%3DAFQjCNHmvrb-YgZpWLjMCmXZKmvs1fgbnQ%7CCookieLiveTime%3D3600%7CCookieGlobalExpTime%3D315360000" target="_new" style="font-size: 1em; padding-top: 25px" rel="nofollow"><b>Check Loyalty Points</b></a>-->
<a href="http://www.schakolad.com/loyalty" target="_new" style="font-size: 1em; padding-top: 25px" rel="nofollow"><b>Check Loyalty Points</b></a>
			
					
			   <div style="padding-top: 20px">&nbsp;

<!--<img src="/images/comodo_secure_100_85_white.png" alt="SSL Certificates" width="100" height="85" style="border: 0px;">-->
<!--
				<script src="http://www.trustlogo.com/trustlogo/javascript/trustlogo.js" type="text/javascript"></script>-->
			
<script type="text/javascript">TrustLogo("https://www.schakolad.com/images/comodo.gif", "SC", "none");</script>
			   </div>
			</div>
    <script type="text/javascript">
<!--
	function CheckCart() {
		var CartItems = CartTotalItems();
		var container = document.getElementById('shopcart');
		if (CartItems > 0)
			container.innerHTML = '<img src="/images/shopping_bag.jpg" style="vertical-align: middle"  alt="" /><a href="http://www.schakolad.com/ShoppingBag__">&nbsp;&nbsp;' + CartItems + ' item(s) in cart</a>';
	}
var existing = window.onload;
 
window.onload = function() {
 
    if(typeof(existing) == "function"){ existing(); }
    CheckCart();
}
-->
    </script>
			
			<!-- end #sidebar -->
		   <div style="clear: both; height: 0px">&nbsp;</div>
		</div>		
	</div>
<!-- end #page -->
	<!-- end #footer -->
	<div id="footer_row">
		<div style="float:left; padding-right: 30px">
			<p class="copy_right">Copyright &copy; Schakolad Corp.<br /> All Rights Reserved. 1995-2013</p>				
		</div> 
			  
			       <div class="bottom_menu"><a href="http://www.schakolad.com/Copyright-Info/">copyright info</a></div>
			       <div class="bottom_menu"><a href="http://www.schakolad.com/Schakolad-Story/">schakolad story</a></div>
			       <div class="bottom_menu"><a href="http://www.schakolad.com/Privacy-Security/">privacy &amp; security</a></div>
			       <div class="bottom_menu"><a href="http://www.schakolad.com/Policy-Shipping/">policy and shipping info</a></div>
			       <div class="bottom_menu"><a style="border-bottom:none" href="http://www.schakolad.com/Sitemap/">site map</a></div>
			  
			  <div class="bottom_header"> 									
			    <div  class="flag_link">
				<ul>
					<li class="flag">	
						<!--<a href="http://www.schakolad.co.il"><img src="images/israel_flag.jpg" alt="" width="24" height="20" border="0" /></a>-->
					</li>
				 	<li>	
						<a href="http://www.schakolad.co.il">Schakolad in Israel</a>
				 	</li>
				</ul>
			    </div>			  
			  </div>
	</div>
<div id="light" class="white_content"><h2 style="color: #94660a; text-transform:capitalize;font-size:18px;">Kosher and Vegan Chocolate</h2>
<h3 style="color: #94660a; text-transform:capitalize; font-size:12px; padding-top: 20px; padding-bottom: 5px; font-weight: bold">Kosher Chocolate. </h3>
Many Schakolad Chocolate Factory stores manufacture their chocolate under their local Kosher Supervision.  To order Schakolad Kosher chocolates online, just select "Yes" in the Kosher Option under the Deliver Address Type in any of the products offered on the website.  When you click on the "Next" button to continue shopping, a list of Schakolad stores that create their handmade chocolates under their local Kosher Supervision will appear.  Some stores offer Parve - Vegan chocolate and Cholov Yisroel chocolates.  Select the store of your choice or the closest to the shipping address and the order will be sent from the store you chose.
<h3 style="color: #94660a; text-transform:capitalize; font-size:12px; padding-top: 15px; padding-bottom: 5px; font-weight: bold">What Does Kosher Mean?</h3>
The word kosher is a translation of the Hebrew word meaning "fit" or "proper." It refers to foods that meet the dietary requirements of Jewish Law. 
Whether a product is kosher depends on the source of the ingredients and the status of the equipment it is produced on. Kosher certification is the guarantee that the food meets kosher requirements. 
The process of certification does not involve "blessing" the food; rather, it involves examining the ingredients used to make the food, scrutinizing the process by which the food is prepared, and periodically inspecting the processing facilities to make sure that kosher standards are maintained.
<br /><p style="font-size:12px; padding-top: 30px; font-weight: bold; text-align: center"><a href = "javascript:void(0)" onclick = "document.getElementById('light').style.display='none';document.getElementById('fade').style.display='none'">Close</a></p></div>
  <div id="fade" class="black_overlay"></div>
			<form name="frmBottom" method="post" action="">
				<input type="hidden" name="txtFullList" value="" />
				<input type="hidden" name="selShipMethod" value="" />
				<input type="hidden" name="totWeight" value="" />

			</form>
</body>
</html>
