<!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>
	<title>native &mdash; ban tai tote</title>
	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
	<meta http-equiv="Content-Language" content="en-us" />
	<link href="/products.rss" rel="alternate" title="Product RSS Feed" type="application/rss+xml" />
	<link href="http://cache0.bigcartel.com/theme_stylesheets/83189/styles.css" media="screen" rel="Stylesheet" type="text/css" />
	<script src="http://cache1.bigcartel.com/themes/sexy/javascripts/prototype.js?20090929" type="text/javascript"></script>
	<script src="http://cache0.bigcartel.com/themes/sexy/javascripts/store.js?20090929" type="text/javascript"></script>
	<meta name="generator" content="Big Cartel" />
	
	
	<script type="text/javascript">

/***********************************************
* Contractible Headers script- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use. Last updated Mar 23rd, 2004.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var enablepersist="on" //Enable saving state of content structure using session cookies? (on/off)
var collapseprevious="no" //Collapse previously open content when opening present? (yes/no)

if (document.getElementById){
document.write('<style type="text/css">')
document.write('.switchcontent{display:none;}')
document.write('</style>')
}

function getElementbyClass(classname){
ccollect=new Array()
var inc=0
var alltags=document.all? document.all : document.getElementsByTagName("*")
for (i=0; i<alltags.length; i++){
if (alltags[i].className==classname)
ccollect[inc++]=alltags[i]
}
}

function contractcontent(omit){
var inc=0
while (ccollect[inc]){
if (ccollect[inc].id!=omit)
ccollect[inc].style.display="none"
inc++
}
}

function expandcontent(cid){
if (typeof ccollect!="undefined"){
if (collapseprevious=="yes")
contractcontent(cid)
document.getElementById(cid).style.display=(document.getElementById(cid).style.display!="block")? "block" : "none"
}
}

function revivecontent(){
contractcontent("omitnothing")
selectedItem=getselectedItem()
selectedComponents=selectedItem.split("|")
for (i=0; i<selectedComponents.length-1; i++)
document.getElementById(selectedComponents[i]).style.display="block"
}

function get_cookie(Name) { 
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { 
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function getselectedItem(){
if (get_cookie(window.location.pathname) != ""){
selectedItem=get_cookie(window.location.pathname)
return selectedItem
}
else
return ""
}

function saveswitchstate(){
var inc=0, selectedItem=""
while (ccollect[inc]){
if (ccollect[inc].style.display=="block")
selectedItem+=ccollect[inc].id+"|"
inc++
}

document.cookie=window.location.pathname+"="+selectedItem
}

function do_onload(){
uniqueidn=window.location.pathname+"firsttimeload"
getElementbyClass("switchcontent")
if (enablepersist=="on" && typeof ccollect!="undefined"){
document.cookie=(get_cookie(uniqueidn)=="")? uniqueidn+"=1" : uniqueidn+"=0" 
firsttimeload=(get_cookie(uniqueidn)==1)? 1 : 0 //check if this is 1st page load
if (!firsttimeload)
revivecontent()
}
}


if (window.addEventListener)
window.addEventListener("load", do_onload, false)
else if (window.attachEvent)
window.attachEvent("onload", do_onload)
else if (document.getElementById)
window.onload=do_onload

if (enablepersist=="on" && document.getElementById)
window.onunload=saveswitchstate

</script>
	
	
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0, width=290, height=380');");
}
// End -->
</script>

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp2(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0, width=630 height=650');");
}
// End -->
</script>

	<script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.js"></script>
	<script type="text/javascript">
		$(document).ready(function(){
		
    		$("#dim").css("height", $(document).height());
    		
    		$(".alert").click(function(){
    			$("#dim").fadeIn();
    			return false;
			});
    		
    		$(".close").click(function(){
    			$("#dim").fadeOut();
    			return false;
			});
			
		
		});
		
		$(window).bind("resize", function(){
		 	$("#dim").css("height", $(window).height());
		});
		 
		 
	</script>
	<style type="text/css">
	  
	 
			
			
			
			/*Styles for dim overlay & message box*/
			#dim{ position:absolute; top:0; left:0; width:100%; z-index:100; background: url('http://www.pelzek.com/misc/home_popup/dim.png'); display:none; text-align:left; }
				.msgbox{ border:none; position:absolute; width:800px; height:800px; z-index:0; background: #fff; top: 10%; left: 0%;  padding:1px;}
					.msgbox img {border:none; background: #fff;margin:0px; padding:1px;}
					.close{ top:5px; right:1px; background: #fff;float:right; padding:1px; }

			
	
	<script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.js"></script>
	<script type="text/javascript">
		$(document).ready(function(){
		
    		$("#dim").css("height", $(document).height());
    		
    		$(".alert").click(function(){
    			$("#dim").fadeIn();
    			return false;
			});
    		
    		$(".close").click(function(){
    			$("#dim").fadeOut();
    			return false;
			});
			
		
		});
		
		$(window).bind("resize", function(){
		 	$("#dim").css("height", $(window).height());
		});
		 
		 
	</script>
	<style type="text/css">
	 
			
			
			
			/*Styles for dim overlay & message box*/
			#dim{ position:absolute; top:0; left:0; width:100%; z-index:100; background: url('dim.png'); display:none; text-align:left; }
				.msgbox{ position:absolute; width:300px; height:200px; z-index:200; border:5px solid #fff; background: #FFF; top: 50%; left: 50%; margin-top: -100px; margin-left: -150px; }
					.msgbox img {border:none; margin:5px;}
					.close{ top:0px; float:right; }

			
	    							
	</style>





</head>

<body id="product-page" class="product theme">

<div id="dim">
<div class="msgbox">
			<a class="close" href="#" ><img src="http://www.pelzek.com/misc/home_popup/close.jpg"/ height="20px" padding="1px" border="0"></a><iframe src ="http://www.designnative.com/wholesale/terms.html" width="700px" height="550px" frameborder="0">  
<p>Your browser does not support iframes.</p>
</iframe>
		</div>
	</div>

	<div id="wrap">
		
		<noscript>
			<div class="error" id="error">
				<ul>
		          <li>JavaScript must be enabled to use this store!</li>
		        </ul>
		    </div>
		</noscript>
		
		

		

		<div id="header" class="image">
			<h1><a href="/"><span>native</span><img src="http://cache0.bigcartel.com/theme_images/585021/native_banner_logo1_sm_copy.jpg" /></a></h1>
		</div>		

		<div id="main">

			<div id="main-title">
				<h2><span>ban tai tote</span></h2>
			</div>

			<div id="main-content">
				
				<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0, width=290, height=380');");
}
// End -->
</script>

<div id="product-content">
	
		
	<div id="product-images">
		<a id="product-image" href="http://cache1.bigcartel.com/product_images/2531458/bantai_1100sq.jpg"><img id="product-img" src="http://cache1.bigcartel.com/product_images/2531458/300.jpg" alt="Image of ban tai tote" /><span class="stilt"></span><span class="icon_zoom"></span></a>
		
		<div class="images-nav">
			<ul class="images-list" id="images-list">
				<li class="image-1"><a href="http://cache1.bigcartel.com/product_images/2531458/300.jpg" title="View image 1"><span>1</span></a></li><li class="image-2"><a href="http://cache1.bigcartel.com/product_images/2531470/300.jpg" title="View image 2"><span>2</span></a></li><li class="image-3"><a href="http://cache0.bigcartel.com/product_images/5158991/300.jpg" title="View image 3"><span>3</span></a></li>
			</ul>
			<div class="images-prev"><a href="#" onclick="Store.prevImage(); return false;" title="View previous image"><span>Previous</span></a></div>
			<div class="images-next"><a href="#" onclick="Store.nextImage(); return false;" title="View next image"><span>Next</span></a></div>
		</div>
		
	</div>
	

	<div id="product-details">
		
		<h3 class="price"><span><span class="currency_sign">$</span>59.00</span></h3>
		
		
		<div class="info">
			<p><b><i>"Toes in the sand, a horizon where blue blue water meets soft blue sky. I bask in the dream state here of <a href="#nogo">Ban Tai, Thailand,</a> a retreat, a solitude –  the giant palms, bristling, swaying around me, so delicate, so green, yet so resilliant and strong."</i></b></p>
<p>The Native Tote Collection travels to far reaches of the globe, from the jungle to the desert, and to your own backyard. Each one of a kind printed pattern, named after their exact location, represent a small sacred corner of the world, revealed in its own native shape – shapes remaining true to their form, time and and sweet little spot on the map.</p>
<p>Handstiched out of fine soft microfiber, with a durability and wrinkle-resistant nature, these bags have a <A HREF="javascript:popUp('http://www.designnative.com/product/index2.html')"><b>unique zipper bottom</b></a> that expands out when needing extra room, whether filling it up on the city streets or on a journey through hillsides collecting rocks. Easy to roll up, water-resistant and washable, you can take them with you wherever you go.</p>
<p><b>expandable...see it&nbsp;<A HREF="javascript:popUp('http://www.designnative.com/product/index2.html')">here</a><br></b><br>
<i>Product Details</i><br>
17" x 15" zipped<br>
17" x 19" unzipped<br>
Soft durable fine microfiber fabric<br>
Water and wrinkle resistant<br>
100% machine washable<br>
Made in the USA.<br><br>
<p><b><a href="http://designnative.bigcartel.com/about-artist">about artist<br></a></b></p>

		</div>
		
		
	
		
		
						
		<form id="product-form" method="post" action="/cart">
					
			
			
			<input id="option" name="cart[add][id]" type="hidden" value="436764" />
			
			
			
			<button id="product-addtocart" name="submit" type="submit"><span>Add to cart</span></button>
	
		</form>
		
	
		
	</div>
	
</div>

<script src="http://cache0.bigcartel.com/themes/sexy/javascripts/fancyzoom.js?20090929" type="text/javascript"></script>
<script type="text/javascript" charset="utf-8">
	
	
	Store.fullSizeImages.push('http://cache1.bigcartel.com/product_images/2531458/bantai_1100sq.jpg');
	
	Store.fullSizeImages.push('http://cache1.bigcartel.com/product_images/2531470/bantai_detail_sq.jpg');
	
	Store.fullSizeImages.push('http://cache0.bigcartel.com/product_images/5158991/P07991-P00003dl.jpg');
	
	
</script>

</BODY>
</HTML>
<!-- BEGIN: Powered by eWebCounter.com -->
<script type="text/javascript" language="javascript">
var wc_project=71362;
var wc_version=1;
var wc_graphic=0;
</script>
<script type="text/javascr ipt" language="javascript" src="http://www.ewebcounter.com/include/track.js"></script>
<noscript><a href="http://www.ewebcounter.com/" target="_blank"><img src="http://www.ewebcounter.com/track.jsp?project_id=71362" alt="Web Analytics" border="0" /></a></noscript>
				
			</div>

		</div>

		<div id="navigation">

			<div id="minicart">
				<h3 class="minicart-title"><span>Cart</span></h3>
				<ul class="minicart-contents">
					<li class="minicart-items"><span id="cart-count">0 items</span></li>
					<li class="minicart-total"><span id="cart-total"><span class="currency_sign">$</span>0.00</span></li>
				</ul>
				<div class="minicart-options">
					<div class="minicart-view"><a href="/cart" title="View Cart"><span>view cart</span></a></div>
					<div class="minicart-checkout"><a href="/checkout" title="checkout"><span>checkout</span></a></div>
					
				</div>
			
			
			</div>
			
			

			
		
			<div id="categories" class="pod"><span><br></span>
			
			
		<h3 class="categories-title">
		
		
			
			<li><a href="http://designnative.bigcartel.com">home</a></span></h3></li>
				<h3 class="categories-title"><span>categories</span></h3>
				<ul class="categories-list">
					<li><a href="/products" title="all"><span>all</span></a></li><li><a href="/category/totes" title="View totes">totes</a></li>
				</ul>
			</div>
			
			
			
			
			<div id="top-selling" class="pod">
				<h3 class="top-selling-title"><span>top selling</span></h3>
				<ul class="top-selling-list">
					<li><a href="/product/ban-tai-tote" title="View ban tai tote">ban tai tote</a></li><li><a href="/product/manta-tote" title="View manta tote">manta tote</a></li><li><a href="/product/bryce-tote" title="View bryce tote ">bryce tote </a></li><li><a href="/product/chan-chan-tote" title="View chan chan tote">chan chan tote</a></li>
				</ul>
			</div>
			

			
			
			<div id="help" class="pod">
				<h3 class="help-title"><span>info</span></h3>
			
				<ul class="help-list">
					<li><a href="/about-artist" title="View about artist">about artist</a></li><li><a href="/stockists" title="View stockists">stockists</a></li><li><a href="/wholesale" title="View wholesale">wholesale</a></li><li><a href="/contact" title="View info / contact">info / contact</a></li>
					
					
				<div id="dim">
<div class="msgbox">
			<a class="close" href="#" ><img src="close.jpg"/ height="20px"></a><iframe src ="http://www.designnative.com/wholesale/terms.html" width="330px" height="350px" border="none">  
<p>Your browser does not support iframes.</p>
</iframe>
		</div>
	</div>	
					
					<li> <a href="http://nativenews.tumblr.com" target="_blank">news</A></li>
					
					

					
					
					
					
					
					
					
				
					
					
					
					
				
						
					
				
						
				<li><script type="text/javascript">var addthis_pub="pelzek";</script>
<a href="http://www.addthis.com/bookmark.php?v=20" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()">share</a><script type="text/javascript" src="http://s7.addthis.com/js/200/addthis_widget.js"></script><script type="text/javascript">a2a_linkname="Native Design Collection ";a2a_linkurl="http://www.designnative.com";a2a_num_services=6; a2a_num_services=6;a2a_color_main="ffffff";a2a_num_services=6;a2a_color_main="ebf9f7";a2a_color_border="999f9a";a2a_color_link_text="313030";a2a_color_link_text_hover="000000";a2a_color_bg="ffffff";</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script></li>

						
			<li><br></li>	
		<li><a <a href="http://designnative.com"></br>www.designnative.com</a><br></li>			

	
	
							


	<br><BR>				


<FORM action="http://jotform.com/submit.php"  method="post" name="q_form_91162931357">
<input type="hidden" name="formID" value="91162931357" />
<INPUT type="text" size="20" value="join our mailing list" name="q10_email" onFocus="if(this.value == 'join our mailing list') {this.value = '';}" onBlur="if (this.value == '') {this.value = 'join our mailing list';}"/>
<input type="image" SRC="http://www.designnative.com/submit.gif"  WIDTH="58" BORDER="0" margin="10" ALT="Submit" value="Submit"/>
</FORM>
<br><br><br>




	
			
			<div id="badge"><br>
			</br><a href="http://bigcartel.com" title="Check out Big Cartel"><span>Powered by Big Cartel</span></a></div>
			
			
			
			
			
					
				
					
				
			</ul>
</div>
			
			
			
			
			
			</div>

		</div>

		<div id="footer"><span></span></div>

	</div>


	<div id="extra-1"><span></span></div>
	<div id="extra-2"><span></span></div>
	<div id="extra-3"><span></span></div>
	<div id="extra-4"><span></span></div>
	<div id="extra-5"><span></span></div>
	<div id="extra-6"><span></span></div>


</body>
</html>

<!-- BEGIN: Powered by eWebCounter.com -->
<script type="text/javascript" language="javascript">
var wc_project=71362;
var wc_version=1;
var wc_graphic=0;
</script>
<script type="text/javascript" language="javascript" src="http://www.ewebcounter.com/include/track.js"></script>
<noscript><a href="http://www.ewebcounter.com/" target="_blank"><img src="http://www.ewebcounter.com/track.jsp?project_id=71362" alt="Web Analytics" border="0" /></a></noscript>
<!-- END: Powered by eWebCounter.com -->