<!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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{$title}</title>
<link href="css/global.css" rel="stylesheet" type="text/css" />
{literal}
<script src='../dojo/dojo/dojo.js' type='text/javascript'></script>
<script type="text/javascript" src="js/main.js"></script>
{/literal}
</head>
<body>
<table width="920" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td valign="top"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>{include file='shop/header.tpl'}</td>
</tr>
<tr>
<td><div id="menu_container">{include file='shop/site_navigation.tpl'}</div></td>
</tr>
</table></td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="23%" valign="top">
<div id="side_bar">
<div id="category_list">{include file='shop/all_categories.tpl'}</div>
<div id="mailing_list_box">{include file='shop/mailing_list_box.tpl'}</div>
</div>
</td>
<td width="77%" valign="top">
<div id="inner_mid">
{if $template=="index"}{include file='shop/pages/index.tpl'}{/if}
{if $template=="page"}{include file='shop/pages/content_page.tpl'}{/if}
{if $template=="category"}{include file='shop/pages/category.tpl'}{/if}
{if $template=="brand"}{include file='shop/pages/brand.tpl'}{/if}
{if $template=="product"}{include file='shop/pages/product.tpl'}{/if}
{if $template=="cart"}{include file='shop/pages/cart.tpl'}{/if}
{if $template=="checkout"}{include file='shop/pages/checkout.tpl'}{/if}
{if $template=="receipt"}{include file='shop/pages/receipt.tpl'}{/if}
{if $template=="exp_receipt"}{include file='shop/pages/exp_receipt.tpl'}{/if}
{if $template=="review_order"}{include file='shop/pages/review_order.tpl'}{/if}</div>
</td>
</tr>
</table></td>
</tr>
<!--
<tr>
<td valign="top">{include file='shop/blocks/block1.tpl}</td>
</tr>
-->
<tr>
<td valign="top">{include file='shop/footer.tpl}</td>
</tr>
</table>
x
</body>
</html>
{literal}
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("{/literal}{$google_analytics_id}{literal}");
pageTracker._trackPageview();
} catch(err) {}</script>
{/literal}