<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en" xml:lang="en">
<head>
<title>Woodworking Supplies S/E QLD - About us</title>
<meta http-equiv="X-UA-Compatible" content="IE=8">
<meta name="keywords" content="Woodworking Supplies, SEQ Woodworking Supplies, Woodturning Supplies, Woodworking, Qld Woodturning Supplies, Qld Woodworking Supplies" />
<meta name="description" content="Supplier of Woodworking supplies and woodturning supplies " />
<base href="https://www.woodworkingsuppliesqld.com.au/" />
<link href="https://www.woodworkingsuppliesqld.com.au/image/data/favicon.png" rel="icon" />
<link rel="stylesheet" type="text/css" href="catalog/view/theme/default_de/stylesheet/stylesheet.css" />
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="catalog/view/theme/default/stylesheet/ie6.css" />
<script type="text/javascript" src="catalog/view/javascript/DD_belatedPNG_0.0.8a-min.js"></script>
<script>
DD_belatedPNG.fix('img, #header .div3 a, #content .left, #content .right, .box .top');
</script>
<![endif]-->
<script type="text/javascript" src="catalog/view/javascript/jquery/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="catalog/view/javascript/jquery/thickbox/thickbox.js"></script>
<link rel="stylesheet" type="text/css" href="catalog/view/javascript/jquery/thickbox/thickbox.css" />
<script type="text/javascript" src="catalog/view/javascript/jquery/tab.js"></script>
<script type="text/javascript" src="catalog/view/javascript/jquery/superfish/js/superfish.js"></script>
<script type="text/javascript"><!--
function bookmark(url, title) {
	if (window.sidebar) { // firefox
    window.sidebar.addPanel(title, url, "");
	} else if(window.opera && window.print) { // opera
		var elem = document.createElement('a');
		elem.setAttribute('href',url);
		elem.setAttribute('title',title);
		elem.setAttribute('rel','sidebar');
		elem.click();
	} else if(document.all) {// ie
   		window.external.AddFavorite(url, title);
	}
}
//--></script>
<script type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<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]=["image/data/Products/flash_01.jpg", "", ""]
fadeimages[1]=["image/data/Products/flash_02.jpg", "", ""] 
fadeimages[2]=["image/data/Products/flash_03.jpg", "", ""]
fadeimages[3]=["image/data/Products/flash_04.jpg", "", ""]
fadeimages[4]=["image/data/Products/flash_05.jpg", "", ""]

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">
body {
	background-image: url(image/data/Products/bg_2.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.nav {
	background:url(image/data/Products/nav_bg.jpg) top repeat-x;
	color:#333;
	cursor:pointer;
	text-decoration:none;
	font-weight:bold;
}
.nav_o {
	background:url(image/data/Products/nav_o.jpg) top repeat-x;
	color:#FFF;
	cursor:pointer;
	text-decoration:underline;
	font-weight:bold;
}
#Layer1 {
	position:absolute;
	left:222px;
	top:230px;
	width:100%;
	height:120px;
	z-index:101;
	background-color: #f3db08;
}

td.popup {
_behavior:url(iehoverfix.htc);
}

td.popup div.cont {
position:relative;
_z-index:1;
width:100%;
}
td.popup div.popupmenu {
display:none;
background-color:#f3db08;
}

td.popup:hover div.popupmenu {
display:block;
position:absolute;
left:0px;
z-index:10;
width:100%;
top:31px;

}

td.popup2 {
_behavior:url(iehoverfix.htc);
}

td.popup2 div.cont2 {
position:relative;
_z-index:1;
width:100%;
}
td.popup2 div.popupmenu2 {
display:none;
background-color:#f3db08;
  margin: -6px 6px 6px -6px;
}

td.popup2:hover div.popupmenu2 {
display:block;
position:absolute;
left:198px;
z-index:10;
width:100%;
top:0px;
}
.popupmenu a {
	display: block;
	width:100%;
	float: left;
	font-size: 12px;
	padding: 5px;
	font-weight:bold;
	color: #333;
	text-align: left;
	text-decoration: none;
	background: #f3db08;
	}
.popupmenu a:hover {
	color:#FFF;
	background: #1d288e;
	}
.popupmenu2 a {
	display: block;
	width: 100%;
	float: left;
	font-size: 11px;
	padding: 5px;
	color: #333;
	text-align: left;
	text-decoration: none;
	background: #f3db08;
	}
.popupmenu2 a:hover {
	background: #1d288e;
	}
.categories a {
color:white;
}
.categories {
color:white;
}
  .carttable {
  width:100%;
  }
.pageHeading {
font-weight:bold;
font-size:18px;
}
.pic				{}
.table_pic_width	{width:1px;}
.pic_corn_c 		{background:#FFFFFF;}
.pic_corn_t 		{background:#FFFFFF url(image/data/Products/pic_corn_t.gif) top repeat-x;}
.pic_corn_b 		{background:#FFFFFF url(image/data/Products/pic_corn_b.gif) bottom repeat-x;}
.pic_corn_l 		{background:#FFFFFF url(image/data/Products/pic_corn_l.gif) left repeat-y;}
.pic_corn_r 		{background:#FFFFFF url(image/data/Products/pic_corn_r.gif) right repeat-y;}
.image				{background:#ffffff; width:100%;}

.cart_line_y {background:url(image/data/Products/line_y.gif) repeat-y center}
.cart_line_x {background:url(image/data/Products/line_x.gif) repeat-x center}
.tableBox_output		{margin-top:5px;}
.box_width_cont			{ width:100%;}
.product div					{padding:8px 0px 5px 0px;}
.product td					{ color:#414141; font-size:11px}
.product strong					{ color:#8fa100; font-size:12px; font-family:Aria}
.product a 					{font-weight:bold; font-size:12px; color:#8E013B; text-decoration:none;} /* for  sub_categories (index-1.html) */
.product a:hover 			{text-decoration:underline;}

.product span a 			{font-weight:bold; font-size:13px; color:#9c1773; text-decoration:underline; font-family:Arial }
.product span a:hover 		{text-decoration:none;}

.product em		    		{font-weight:bold; font-size:13px; color:#9c1773; text-decoration:underline; font-family:Arial; font-style:normal;} 

span.productSpecialPrice {font-size:14px; font-weight:bold; color:#414141; font-family:Arial }

.product div a		    {color:#8fa100; font-size:9px; font-weight:normal; text-decoration:underline; text-transform:none;}/*  ??? click to enlarge  */
.product div a:hover	{color:#8fa100; text-decoration:none ;}	
.bg_line_x						{background:url(image/data/Products/line_x.gif) left center repeat-x;}
.bg_line_y						{background:url(image/data/Products/line_y.gif) center top repeat-y;}
.smallText a { text-decoration:none; color:#000; }
</style>
</head>

<body><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td style="background:url(image/data/Products/bg.jpg) top repeat-x;" valign="top"><table border="0" cellspacing="0" cellpadding="0" align="center" class="blimg"><tr><td><img src="image/data/Products/header.jpg" width="972" height="113" /></td></tr><tr><td><table width="972" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="12" align="right"><img src="image/data/Products/nav_left.jpg" height="75" style="display: block;" /></td>
                              <td align="center" valign="middle" width="12%" class="nav popup" onmouseover="this.className='nav_o popup'" onmouseout="this.className='nav popup'" onclick="document.location.href='https://www.woodworkingsuppliesqld.com.au/Shopping-Cart'">We have a new Shopping Cart	
	                                    </td>
                                        <td align="center" valign="middle" width="12%" class="nav popup" onmouseover="this.className='nav_o popup'" onmouseout="this.className='nav popup'" onclick="document.location.href='https://www.woodworkingsuppliesqld.com.au/About-us'">About us	
	                                    </td>
                                        <td align="center" valign="middle" width="12%" class="nav popup" onmouseover="this.className='nav_o popup'" onmouseout="this.className='nav popup'" onclick="document.location.href='https://www.woodworkingsuppliesqld.com.au/Services'">Services	
	                                    </td>
                                        <td align="center" valign="middle" width="12%" class="nav popup" onmouseover="this.className='nav_o popup'" onmouseout="this.className='nav popup'" onclick="document.location.href='https://www.woodworkingsuppliesqld.com.au/Testimonials'">Testimonials	
	                                    </td>
                                        <td align="center" valign="middle" width="12%" class="nav popup" onmouseover="this.className='nav_o popup'" onmouseout="this.className='nav popup'" onclick="document.location.href='https://www.woodworkingsuppliesqld.com.au/gallery'">Photo Gallery	
	                
                            <div class="cont" style="z-index:101;"><div class="popupmenu" style="z-index:101;">
                            <a  class="parent"  href="https://www.woodworkingsuppliesqld.com.au/Turnfest-2010"><b>Turnfest 2010</b></a>
                            <a  href="https://www.woodworkingsuppliesqld.com.au/Turnfest-2009"><b>Turnfest 2009</b></a>
                            <a  class="parent"  href="https://www.woodworkingsuppliesqld.com.au/Turnfest-2011"><b>Turnfest 2011</b></a>
                            <a  class="parent"  href="https://www.woodworkingsuppliesqld.com.au/Turnfest-Masters-20122"><b>Turnfest Masters 2012</b></a>
                            <a  class="parent"  href="https://www.woodworkingsuppliesqld.com.au/Turnfest-2013"><b>Turnfest 2013</b></a>
                            </div></div>                    </td>
                                        <td align="center" valign="middle" width="12%" class="nav popup" onmouseover="this.className='nav_o popup'" onmouseout="this.className='nav popup'" onclick="document.location.href='https://www.woodworkingsuppliesqld.com.au/Contact-us'">Contact us	
	                                    </td>
                    	<td align="center" valign="middle" width="119" class="nav popup" onmouseover="this.className='nav_o popup'" onmouseout="this.className='nav popup'" onclick="document.location.href='turnfest/'">Turnfest Website</td>
    <td width="13"><img src="image/data/Products/nav_right.jpg" width="13" height="75" /></td>
  </tr>
</table>
</td></tr><tr><td class="blimg"><script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 972, 404, 0, 3000, 1, "R")
    </script><noscript><img src="image/data/Products/flash_01.jpg" width="972" height="404" /></noscript> </td></tr><tr>
  <td valign="top"><table width="972" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td width="298" valign="top" bgcolor="#DFDFDF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><img src="image/data/Products/title.jpg" width="298" height="34" /></td>
        </tr>
        <tr>
          <td valign="top" style="background:url(image/data/Products/title_bg.jpg) top repeat-y; padding-left:20px; padding-right:4px; color:white; padding-top:0px !important;" class="categories">
		     
                
            <div id="column_left" style="width:233px">
			  			  <div class="box">
  <div class="top"><img src="catalog/view/theme/default/image/contact.png" alt="" />News Letter</div>
  <div id="newslettersubscribe" class="middle" style="text-align: center;">
  
  	<a href="#TB_inline?height=300&width=300&inlineId=frm_subscribe" title="Newsletter Subcribe" class="thickbox"> Subscribe Here </a>
    <div id="frm_subscribe"  style="display:none;" >
  <form name="subscribe" id="subscribe"   >
  <table border="0" cellpadding="2" cellspacing="2">
   <tr>
     <td align="left"><span class="required">*</span>&nbsp;Email<br /><input type="text" value="" name="subscribe_email" id="subscribe_email"></td>
   </tr>
   <tr>
     <td align="left">Name&nbsp;<br /><input type="text" value="" name="subscribe_name" id="subscribe_name"> </td>
   </tr>
      <tr>
     <td align="left">
     <a class="button" onclick="email_subscribe()"><span>Subscribe</span></a>          <a class="button" onclick="email_unsubscribe()"><span>Unsubscribe</span></a>
          
     </td>
   </tr>
   <tr>
     <td align="center" id="subscribe_result"></td>
   </tr>
  </table>
  </form>
  </div>
  </div>
  <div class="bottom">&nbsp;</div>
<script language="javascript">
	function email_subscribe(){
	$.ajax({
			type: 'post',
			url: 'index.php?route=module/newslettersubscribe/subscribe',
			dataType: 'html',
            data:$("#TB_ajaxContent #subscribe").serialize(),
			success: function (html) {
				eval(html);
			}}); 
}
function email_unsubscribe(){
	$.ajax({
			type: 'post',
			url: 'index.php?route=module/newslettersubscribe/unsubscribe',
			dataType: 'html',
            data:$("#TB_ajaxContent #subscribe").serialize(),
			success: function (html) {
				eval(html);
			}}); 
}
   </script>
</div>
			  			    <ul><li><a href="https://www.woodworkingsuppliesqld.com.au/Carving2">Carving</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Chucks2">Chucks</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Clamping-and-Vises2">Clamping and Vises</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Clocks-and-Weather-Instruments2">Clocks and Weather Instruments</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Craft-Accessories2">Craft Accessories</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Drilling-and-Boring2">Drilling and Boring</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Dust-Collection2">Dust Collection</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/FlexiHose">Dust Hose</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Dust-Masks-Safty-Gear2">Dust Masks & Safty Gear</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Finishes2">Finishes</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Glues2">Glues</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Router-Bits2">Jigs and Routers</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Lathe-Accessories2">Lathe Accessories</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Lamp">Lighting</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Marking-and-Measuring2">Marking and Measuring</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Pen-components2">Pen components</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Pen-Display-Boxes2">Pen Display Boxes</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Pen-Turning-Gear2">Pen Turning Gear</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Proxxon">Proxxon Tools</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Pyrography-Woodburning">Pyrography/Woodburning</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Sanding2">Sanding</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Olson-Blades">Scroll Saw Blades</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Sharpening-Grinding">Sharpening/Grinding</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Specials">Specials</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Woodlathes2">Woodlathes</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Woodturning-Chisels2">Woodturning Chisels</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Woodworking-Machinery2">Woodworking Machinery</a></li><li><a href="https://www.woodworkingsuppliesqld.com.au/Pen-Blanks">Pen Blanks</a></li></ul>			  			  <div style="padding-top:25px;">
<table width="100%"><tr><td style="width:25">&nbsp;</td><td>
<div id="module_cart" class="box" style="width:233px;">
  <div id="content">	
      <div class="top">
        <div class="left"></div>
        <div class="right"></div>
        <div class="center" style="padding:8px;">
          <img src="catalog/view/theme/default/image/basket.png" alt="" />Shopping Cart        </div>
      </div>
  	  <div class="middle">
        <div>0 items</div>
    	<div style="text-align: center;"> 
		<br />
		<a href="index.php?route=account/account">My Account</a> 
			  </div>
  
    </div>
      <div class="bottom">
        <div class="left"></div>
        <div class="right"></div>
        <div class="center"></div>
      </div>
</div>
<script type="text/javascript" src="catalog/view/javascript/jquery/ajax_add.js"></script>

<script type="text/javascript"><!--

function getUrlParam(name) {
  var name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
  var regexS = "[\\?&]"+name+"=([^&#]*)";
  var regex = new RegExp(regexS);
  var results = regex.exec(window.location.href);
  if (results == null)
    return "";
  else
    return results[1];
}

$(document).ready(function () {
	$('.cart_remove').live('click', function () {
		if (!confirm('Confirm?')) {
			return false;
		}
		$(this).removeClass('cart_remove').addClass('cart_remove_loading');
		$.ajax({
			type: 'post',
			url: 'index.php?route=module/cart/callback',
			dataType: 'html',
			data: 'remove=' + this.id,
			success: function (html) {
				$('#module_cart .middle').html(html);
				if (getUrlParam('route').indexOf('checkout') != -1) {
					window.location.reload();
				}
			}
		});
	});
});
//--></script>
</td></tr></table>
</div>			  			</div>

           </td>
        </tr>
        <tr>
          <td><img src="images/title_bottom.jpg" width="298" height="15" alt="" /></td>
        </tr>
      </table>
      </td>
      <td width="674" valign="top" bgcolor="#dfdfdf"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td style="background:url(images/body_bg.jpg) top repeat-y; height:400px; padding-left:5px; padding-right:5px; padding-top:10px; width:962px; " valign="top">
    
  <div id="content">
  <div class="top">
    <div class="left"></div>
    <div class="right"></div>
    <div class="center">
      <h1>About us</h1>
    </div>
  </div>
  <div class="middle" style="overflow:auto;">
  	<p style="text-align: center;"><span style="color: rgb(255, 0, 0);"><span style="font-size: 26px;"><strong>&nbsp;</strong></span></span><span style="color: rgb(255, 0, 0);"><span style="font-size: 26px;"><strong>23 THORSBORNE STREET BEENLEIGH QLD 4207</strong></span></span></p>

<p style="text-align: center;"><span style="color: rgb(255, 0, 0);"><span style="font-size: 26px;"><strong>NEW PHONE 07 3804 7122</strong></span></span></p>

<p>&nbsp;</p>

<p><span style="color: rgb(0, 0, 0);"><span style="font-size: 20px;"><strong>Please note we have&nbsp;a NEW website and shopping cart.</strong></span></span></p>

<p><span style="font-size:72px;"><a href="https://www.woodworkingsuppliesqueensland.com.au"><span style="color: rgb(0, 128, 0);"><strong>Please click here to see the all NEW site.</strong></span></a></span></p>

<p><span style="font-size: 24px;"><strong>If there is anything you cannot find please feel free to call so we can assit you.</strong></span></p>

<p><font size="3">We also have our very&nbsp;own purpose built<strong>&nbsp;Mobile Showroom/store</strong></font><font color="#ff0000"><font size="3">.&nbsp;<font color="#ff0000">See more details under services.</font></font>&nbsp;&nbsp;</font></p>
     
  </div>
	
  <div class="bottom">
    <div class="left"></div>
    <div class="right"></div>
    <div class="center"></div>
  </div>
</div>
</div> 
</div></div></div></div></div>
</div>

<div id="footerbuttons">
<a href="Products" class="b1"> </a>
<a href="Materials" class="b2"> </a>
<a href="contact" class="b3"> </a>
</div>
<div id="bg_bottom">
<div id="footer">

  


Woodworking Supplies S/E QLD &copy; 2026<br /> 
  <br />

  <br />

  <small><a href="http://eworlddigital.com" style="text-decoration:none;" target="_blank">Web Design</a> by the <a href="http://www.eworld.com.au" style="text-decoration:none;" target="_blank">Eworld Group</a> <a href="http://www.eworldwebhosting.com" style="text-decoration:none;" target="_blank">Brisbane</a></small>

</div>




<img src="admin/analytics/piwik/piwik.php?idsite=1&amp;rec=1&amp;apiv=1&amp;url=https%3A%2F%2Fwoodworkingsuppliesqld.com.au%2Ffavicon.ico%3F_route_%3Dfavicon.ico&amp;urlref=&amp;rand=795320655&amp;_id=fc0c664f33ad0756&amp;_ref=&amp;_refts=1779568108&amp;cip=89.167.91.89&amp;action_name=About+us" alt="" /> 



</body></html>

                             