<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml" lang="en-US"><head profile="http://gmpg.org/xfn/11">
<meta http-equiv="X-UA-Compatible" content="IE=8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>{$website_title}</title>
<meta name="keywords" content="{$website_keyword}" />
<meta name="description" content="{$website_description}" />
<link rel="stylesheet" href="templates/green/styles/style.css" type="text/css" media="all">
<meta name="robots" content="index,follow">
</head><body id="home">
<div id="header" class="clearfix">
{include file='html_submenu.inc.tpl'}
<div id="branding">
<h1 id="logo"><a href="{$domain_url}" title="{$title_header1}">{$title_header1}</a></h1>
<div class="description">{$title_header2}</div>
</div>
<div id="nav" class="clearfix">
{include file='html_menu_rigth.inc.tpl'}
{include file='html_menu.inc.tpl'}
<div id="submenu-bg">
<div id="submenu-listitems">{$navegation}</div>
</div>
</div>
</div>
<div id="main" class="clearfix">
<div id="container">
<div id="content">
<div class="post">
<h1>Shop By Category</h1>
<small class="meta">
<span class="alignleft">
{$date}</span>
<a href="{$domain_url}" class="alignright button-style">
Product Search Engine and Directory
</a>
</small>
<div class="entry">
<div class="source">
{php}
global $con;
include("shopzilla/shopzilla_caterigy_list.php");
{/php}
</div>
</div>
</div>
</div>
<!-- #content -->
</div><!-- #container -->
<div id="sidebar">
{include file='google-ads-160-600.inc.tpl'}
{include file='google-ads-120-90.inc.tpl'}
{include file='google-ads-120-90.inc.tpl'}
{include file='google-ads-120-90.inc.tpl'}
</div>
</div>
{include file='html_footer.inc.tpl'}
{include file='google-analytics.inc.tpl'}
</body></html>