<!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; Native Shop</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 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:685px; height:600px; z-index:0; background: #fff; top: 10%; left: 23%;  padding:1px;}
					.msgbox img {border:none; background: #fff;margin:0px; padding:1px;}
					.close{ top:5px; right:1px; background: #fff;float:right; padding:1px; }

			
	    							
	</style>




</head>

<body id="home-page" class="home 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="website">
			<a href="http://www.designnative.com">back to designnative.com</a>
		</div>	
		

		<div id="header" class="image">
			<h1><a href="/"><span>native</span><img src="http://cache0.bigcartel.com/theme_images/100087/native_banner_logo1_sm.jpg" /></a></h1>
		</div>		

		<div id="main">

			<div id="main-title">
				<h2><span>Native Shop</span></h2>
			</div>

			<div id="main-content">
				
				<script type="text/javascript">
      
/***********************************************
* Ultimate Fade-In Slideshow (v1.51): © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
 
var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]=["http://www.designnative.com/product/bag_anim/bantai.jpg", "http://designnative.bigcartel.com/product/ban-tai-tote", ""] //image with link and target syntax
fadeimages[1]=["http://www.designnative.com/product/bag_anim/bantai.jpg", "http://designnative.bigcartel.com/product/ban-tai-tote", ""] //image with link and target syntax
fadeimages[2]=["http://www.designnative.com/product/bag_anim/chanchan.jpg", "http://designnative.bigcartel.com/product/chan-chan-tote", ""] //image with link and target syntax
fadeimages[3]=["http://www.designnative.com/product/bag_anim/bryce.jpg", 
"http://designnative.bigcartel.com/product/bryce-tote", ""] //image with link and target syntax

fadeimages[4]=["http://www.designnative.com/product/bag_anim/manta.jpg", "http://designnative.bigcartel.com/product/manta-tote", ""] //image with link and target syntax




 

 
var fadebgcolor="white"

////NO need to edit beyond here/////////////
 
var fadearray=new Array() //array to cache fadeshow instances
var fadeclear=new Array() //array to cache corresponding clearinterval pointers
 
var dom=(document.getElementById) //modern dom browsers
var iebrowser=document.all
 
function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
this.pausecheck=pause
this.mouseovercheck=0
this.delay=delay
this.degree=10 //initial opacity degree (10%)
this.curimageindex=0
this.nextimageindex=1
fadearray[fadearray.length]=this
this.slideshowid=fadearray.length-1
this.canvasbase="canvas"+this.slideshowid
this.curcanvas=this.canvasbase+"_0"
if (typeof displayorder!="undefined")
theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter) :)
this.theimages=theimages
this.imageborder=parseInt(borderwidth)
this.postimages=new Array() //preload images
for (p=0;p<theimages.length;p++){
this.postimages[p]=new Image()
this.postimages[p].src=theimages[p][0]
}
 
var fadewidth=fadewidth+this.imageborder*2
var fadeheight=fadeheight+this.imageborder*2
 
if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox)
document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div></div>')
else
document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>')
 
if (iebrowser&&dom||dom) //if IE5+ or modern browsers such as Firefox
this.startit()
else{
this.curimageindex++
setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay)
}
}

function fadepic(obj){
if (obj.degree<100){
obj.degree+=10
if (obj.tempobj.filters&&obj.tempobj.filters[0]){
if (typeof obj.tempobj.filters[0].opacity=="number") //if IE6+
obj.tempobj.filters[0].opacity=obj.degree
else //else if IE5.5-
obj.tempobj.style.filter="alpha(opacity="+obj.degree+")"
}
else if (obj.tempobj.style.MozOpacity)
obj.tempobj.style.MozOpacity=obj.degree/101
else if (obj.tempobj.style.KhtmlOpacity)
obj.tempobj.style.KhtmlOpacity=obj.degree/100
else if (obj.tempobj.style.opacity&&!obj.tempobj.filters)
obj.tempobj.style.opacity=obj.degree/101
}
else{
clearInterval(fadeclear[obj.slideshowid])
obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1"
obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas)
obj.populateslide(obj.tempobj, obj.nextimageindex)
obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0
setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay)
}
}
 
fadeshow.prototype.populateslide=function(picobj, picindex){
var slideHTML=""
if (this.theimages[picindex][1]!="") //if associated link exists for image
slideHTML='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">'
slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">'
if (this.theimages[picindex][1]!="") //if associated link exists for image
slideHTML+='</a>'
picobj.innerHTML=slideHTML
}
 
 
fadeshow.prototype.rotateimage=function(){
if (this.pausecheck==1) //if pause onMouseover enabled, cache object
var cacheobj=this
if (this.mouseovercheck==1)
setTimeout(function(){cacheobj.rotateimage()}, 100)
else if (iebrowser&&dom||dom){
this.resetit()
var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
crossobj.style.zIndex++
fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",50)
this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0"
}
else{
var ns4imgobj=document.images['defaultslide'+this.slideshowid]
ns4imgobj.src=this.postimages[this.curimageindex].src
}
this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0
}
 
fadeshow.prototype.resetit=function(){
this.degree=10
var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
if (crossobj.filters&&crossobj.filters[0]){
if (typeof crossobj.filters[0].opacity=="number") //if IE6+
crossobj.filters(0).opacity=this.degree
else //else if IE5.5-
crossobj.style.filter="alpha(opacity="+this.degree+")"
}
else if (crossobj.style.MozOpacity)
crossobj.style.MozOpacity=this.degree/101
else if (crossobj.style.KhtmlOpacity)
crossobj.style.KhtmlOpacity=this.degree/100
else if (crossobj.style.opacity&&!crossobj.filters)
crossobj.style.opacity=this.degree/101
}
 
 
fadeshow.prototype.startit=function(){
var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
this.populateslide(crossobj, this.curimageindex)
if (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER
var cacheobj=this
var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid)
crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1}
crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0}
}
this.rotateimage()
}

</script>

		<style type="text/css">

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: hidden hidden hidden hidden;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}

table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 10px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px;
}


img{
    	vertical-align:middle;
	padding: 0 16px 0 0;
	margin: 2px;
}

</style>


</head>
	<body>
	
	

<script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes)
new fadeshow(fadeimages, 530, 420, 0, 5000, 0, "R")
 
</script><br><BR>

<table class="sample" border="0" cellspacing="0" cellpadding="0" width="530px">
<tbody>	
<b>Seen in</b><br>
<tr>
<td><a href="http://www.dailycandy.com/atlanta/article/73713/The%20Weekend%20Guide" target="_blank" border="0"><img src= "http://www.designnative.com/storelogos/dailycandy.gif" alt="" width="115px" border="0"/></a>
<a href="http://www.velocityartanddesign.com/native-c-1275.html" target="_blank"><img src="http://www.designnative.com/storelogos/velocity.png"  alt="" width="111px" border="0" /></a>

<a href="http://www.floragrubb.com/" target="_blank"><img src="http://www.designnative.com/storelogos/flora2.gif" alt="" width="125px" border="0"/></a>
<a href="http://www.beehiveco-op.com/" target="_blank"><img src="http://www.designnative.com/storelogos/beehive.png" alt=""  width="65px" border="0"/></a></td>
</tr>



</center>


</tbody>
</table>

</body>
</html>


<!-- BEGIN: Powered by eWebCounter.com -->
<script type="text/javascript" language="javascript">
var wc_project=70780;
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=70780" alt="Web Analytics" border="0" /></a></noscript>
<!-- END: Powered by eWebCounter.com -->
	
				
			</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><li><a href="/product/set-of-4-totes" title="View set of 4 totes">set of 4 totes</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="/news" title="View press / news">press / news</a></li><li><a href="/stockists" title="View stockists">stockists</a></li><li><a href="/contact" title="View info / contact">info / contact</a></li>
					
					
					
					
					<li><A HREF="http://www.designnative.com/wholesale/terms.html" target="_blank">wholesale</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><a href="http://www.facebook.com/pages/-native-designs-from-the-sacred-corners-of-the-world/47310000381?ref=mf" target="_blank">facebook</a></li>
						
			<li><br></li>	
		<li><a <a href="http://designnative.com">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 -->