<!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">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=<?php echo $this->CHARSET; ?>" />
<title><?php echo $this->TITLE; ?></title>
<meta name="description" content="<?php echo $this->META_DESC; ?>" />
<meta name="keywords" content="<?php echo $this->META_KEYS; ?>" />
<base href="<?php echo $this->BASE_HREF; ?>/" />
<script type="text/javascript">
var GB_ROOT_DIR = "<?php echo $this->BASE_HREF; ?>/themes/<?php echo $this->THEME; ?>/greybox/";
</script>
<script type="text/javascript" src="themes/<?php echo $this->THEME; ?>/greybox/AJS.js"></script>
<script type="text/javascript" src="themes/<?php echo $this->THEME; ?>/greybox/gb_scripts.js"></script>
<link href="themes/<?php echo $this->THEME; ?>/stylesheet.css" rel="stylesheet" type="text/css" />
<link href="themes/<?php echo $this->THEME; ?>/greybox/gb_styles.css" rel="stylesheet" type="text/css" />
<link href="themes/<?php echo $this->THEME; ?>/calendar.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="themes/<?php echo $this->THEME; ?>/js/overlib.js"><!-- overLIB (c) Erik Bosrup --></script>
<script type="text/javascript" src="themes/<?php echo $this->THEME; ?>/js/js_code.js"></script>
<script type="text/javascript" src="themes/<?php echo $this->THEME; ?>/js/calendar.js.php"></script>
<link rel="alternate" type="application/rss+xml" title="RSS" href="<?php echo $this->FEED_URL; ?>" />
</head>
<?php
// AUTO_FORM var is IMPORTANT if you are selling images..
// If you have created a new template and are selling images, make sure this var is in place..
?>
<body<?php echo $this->AUTO_FORM; ?>>
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<div id="wrapper">
<!-- Header Bar -->
<div id="header">
<p class="header_bar_cart"><?php echo $this->CART_DATA; ?></p>
<div id="menu">
<ul>
<li<?php echo $this->H_CURRENT; ?>><a href="<?php echo $this->H_URL; ?>" title="<?php echo $this->HOME; ?>"><span class="bold"><?php echo $this->HOME; ?></span></a></li>
<li<?php echo $this->A_CURRENT; ?>><a href="<?php echo $this->A_URL; ?>" title="<?php echo $this->ABOUT; ?>"><span class="bold"><?php echo $this->ABOUT; ?></span></a></li>
<li<?php echo $this->L_CURRENT; ?>><a href="<?php echo $this->L_URL; ?>" title="<?php echo $this->LICENCE; ?>"><span class="bold"><?php echo $this->LICENCE; ?></span></a></li>
<li<?php echo $this->S_CURRENT; ?>><a href="javascript:toggle_box('search')" title="<?php echo $this->SEARCH; ?>"><span class="bold"><?php echo $this->SEARCH; ?></span></a></li>
<li<?php echo $this->C_CURRENT; ?>><a href="<?php echo $this->C_URL; ?>" title="<?php echo $this->CONTACT; ?>"><span class="bold"><?php echo $this->CONTACT; ?></span></a></li>
</ul>
</div>
</div>
<!-- End Header Bar -->
<!-- Search Bar -->
<div id="search" style="display:none">
<form method="get" action="<?php echo $this->H_URL; ?>">
<p>
<input type="hidden" name="cmd" value="search" />
<input type="hidden" name="search_type" value="1" />
<input class="search_box" type="text" name="keywords" value="<?php echo $this->KEY_VALUE; ?>" />
<input class="button" type="submit" value="<?php echo $this->SEARCH; ?>" title="<?php echo $this->SEARCH; ?>" />
<span class="advanced_search">[ <a href="<?php echo $this->AS_URL; ?>" title="<?php echo $this->ADV_SEARCH; ?>"><?php echo $this->ADV_SEARCH; ?></a> ]</span>
</p>
</form>
</div>
<!-- End Search Bar -->