Content-type: text/html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<title>Apparel</title>
<meta name="description" content="Apparel">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link href="includes/styles.css"  rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">	
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:200,300,400,600,700">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&display=swap" rel="stylesheet"> 
<link rel="stylesheet" href="includes/demo.css?ver=3.4.0">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="includes/hc-offcanvas-nav.js?ver=3.4.0"></script>
<!-- MOBILE INCLUDES -->
<link rel="stylesheet" href="lightgallery/css/lightgallery.css" />
<!--<script type="text/javascript" src="https://code.jquery.com/jquery.min.js"></script>--> 
<script type="text/javascript" src="includes/responsivemultimenu.js"></script>
<link rel="stylesheet" href="includes/responsivemultimenu.css" type="text/css"/>
<link rel="stylesheet" media="screen and (min-width: 0px) and (max-width: 599px)" href="includes/mobile.css?8" />
<link rel="stylesheet" media="screen and (min-width: 600px) and (max-width: 799px)" href="includes/tablet.css?8"/>
<link rel="stylesheet" media="screen and (min-width: 800px)" href="includes/desktop.css?8" />
</head>
<body>
<div class="header-mobile">
	<div class="header-mobile-logos"><a href="/"><img src="images/al-mar-knives-logo.png"></a></div>
      <header>
        <div class="wrapper cf">
          <nav id="main-nav">
            <ul class="first-nav">
              <li class="search">
                <div class="form-container">
                  <form class="search-form" action="/search.i" method=get><input type="hidden" name="cmd" value="search">
					<table cellspacing="0" cellpadding="0" border="0"><tr><td><input type="text" name="search" placeholder="Search"></td><td><input type="image" src="images/mobile-icons/search-button.png"></td></tr></table></di> 
                  </form>
                </div>
              </li>
            </ul>
            <ul class="second-nav">
              <li class="home"><a href="/">Home</a></li>
              <li><a href="/Accessories">Accessories</a></li>
              <li><a href="/Apparel">Apparel</a></li>
              <li><a href="/Headwear">Headwear</a></li>			  
              <li class="myaccount"><a href="/My_Account">Log In</a></li>
              <li class="myaccount"><a href="/Cart">View Cart</a></li>
              <li class="contactus"><a href="/Contact_Us">Contact Us</a></li>
            </ul>
          </nav>
         <table width="100%" cellpadding="5" cellspacing="5" border="0" class="mobile-table">
		 <tr>
		 <td><a class="toggle"><span></span></a></td>
		 <td><a href="/Contact_Us"><img src="images/mobile-icons/phone-icon.png"></a></td>
		 <td><a href="/My_Account"><img src="images/mobile-icons/account-icon.png"></a></td>
	     <td><a href="/Cart"><img src="images/mobile-icons/cart-icon.png"></a></td>
		 </tr></table>
        </div>
      </header>
      <script>
        (function($) {
          var $main_nav = $('#main-nav');
          var $toggle = $('.toggle');
          var defaultData = {
            maxWidth: false,
            customToggle: $toggle,
            navTitle: 'All Categories',
            levelTitles: true,
            pushContent: '#container',
            insertClose: 2
          };
          // add new items to original nav
          $main_nav.find('li.add').children('a').on('click', function() {
            var $this = $(this);
            var $li = $this.parent();
            var items = eval('(' + $this.attr('data-add') + ')');
            $li.before('<li class="new"><a>'+items[0]+'</a></li>');
            items.shift();
            if (!items.length) {
              $li.remove();
            }
            else {
              $this.attr('data-add', JSON.stringify(items));
            }
            Nav.update(true);
          });
          // call our plugin
          var Nav = $main_nav.hcOffcanvasNav(defaultData);
          // demo settings update
          const update = (settings) => {
            if (Nav.isOpen()) {
              Nav.on('close.once', function() {
                Nav.update(settings);
                Nav.open();
              });
              Nav.close();
            }
            else {
              Nav.update(settings);
            }
          };
          $('.actions').find('a').on('click', function(e) {
            e.preventDefault();
            var $this = $(this).addClass('active');
            var $siblings = $this.parent().siblings().children('a').removeClass('active');
            var settings = eval('(' + $this.data('demo') + ')');
            update(settings);
          });
          $('.actions').find('input').on('change', function() {
            var $this = $(this);
            var settings = eval('(' + $this.data('demo') + ')');
            if ($this.is(':checked')) {
              update(settings);
            }
            else {
              var removeData = {};
              $.each(settings, function(index, value) {
                removeData[index] = false;
              });
              update(removeData);
            }
          });
        })(jQuery);
      </script>
</div>
<div class="header-pc">
	<div class="header-inner">
    	<div class="logo-1"><img src="images/al-mar-knives-logo.png" alt="Al Mar Knives Online Store"/></a></div>
		<div class="header-right-cart"><a href="/Cart"><img src="images/cart-icon-grey-white.png" border="0"></a></div>
		<div class="header-right-login" style="padding-top:30px"><a href="http://www.almarmerch.com/signup.i"><strong>Log In</strong></a></div>
		<div class="header-right-search">
			<div class="search-field-wrapper">
				<div class="search-row"><form action="search.i" method=get><input type="hidden" name="cmd" value="quick"><input name="search" type="text" class="search-field" placeholder="Search"/></form></div>
			</div>  
		</div>
        <div style="clear:both"></div>
    </div>
</div>
<div class="navbar-wrapper">
	<div class="navbar-inner">
		<div class="navbar">
        <navigation>
            <a href="/">HOME</a>
            <a href="/Accessories">ACCESSORIES</a>
			<a href="/Apparel">APPAREL</a>
			<a href="/Headwear">HEADWEAR</a>
  			<a href="/Contact_Us">CONTACT US</a> 
        </navigation>
		</div>
	</div>
</div>
<div class="content-area">
	<div class="content-inner"><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js" type="text/javascript">
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js" type="text/javascript">
</script>
<script src="scripts/jcarousellite_1.0.1.min.js"></script>
<script type="text/javascript" src="scripts/jquery/jquery.jscrollpane.min.js"></script>
<script type="text/javascript">
        $(document).ready(
                function()
                {
                        var str = document.location.href;
                        var match = str.match(/search/g);
                        if(match) {
                                return;
                        }
                        $( window ).resize(
                                function()
                                {
                                        var location_href = window.location.href;
                                        var one_ipr = false;
                                        var two_ipr = false;
                                        var re = new RegExp("ipr=1");
                                        var g = re.test(location_href);
                                        if ( re.test(location_href) )
                                        {
                                                one_ipr = true;
                                        }
                                        else
                                        {
                                                one_ipr = false;
                                        }
                                        re = new RegExp("ipr=2");
                                        if ( re.test(location_href) )
                                        {
                                                two_ipr = true;
                                        }
                                      else
                                        {
                                                two_ipr = false;
                                        }
                                        var width = parseInt( $(window).width() );
                                        var location = window.location;
                                        if ( width <= 600  && ! one_ipr ) { 
                                                window.location = location + '?ipr=1';
                                        }
                                        else if ( width > 600 && width < 1000 && ! two_ipr )
                                        {
                                                window.location = location + '?ipr=2';
                                        }
                                        else if ( width >= 1000 && ( one_ipr == true || two_ipr == true ) ) 
                                        {
                                                console.log('in here');
                                                one_ipr = false;
                                                two_ipr = false;
                                                window.location = location;
                                        }
                                }
                        );
                }
        );
</script>
<link type="text/css" rel="stylesheet" href="scripts/jquery/jquery.jscrollpane.css" />
<center>
<table role="presentation" width="100%" role="presentation" border="0" cellspacing="0" cellpadding="5" id="productheader">
		<tr>
			<td style="padding-left:15px;">
				<h1>Apparel</h1>
<!--
				<div style="font-size:24px; font-weight:bold;" id="category_name"> <h1>Apparel</h1></div>
-->
			</td>
		</tr>
		<tr>
			<td valign="top">
				<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
					<tr>
						<td width="100%" background="images/headers/headerstretch.jpg">
							<img src="images/shell/transparentPixel.gif" width="1" height="1">
						</td>
						<td valign="top"><img src="images/headers/headerend.jpg"></td>
					</tr>
				</table>
			</td>
		</tr>
</table>
<span></span>
<style type="text/css">
#Overlay {
	background: #ccc;
	bottom: 0;
	left: 0;
	opacity: 0.5; filter: Alpha(opacity=50);
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000px;
}
#Modal {
	border: 0 none;
	left: 50%;
	margin-left: -200px;
	margin-top: -225px; 
	position: fixed;
	top: 50%;
	z-index: 1001px;   
}
#Modal .close-icon {
	display: block;
	left: 95%;
	position: relative;
	top: -470px;
	z-index: 1002px;
}
a.outer-next-btn {
	display: inline-block !important;
	margin-top: 18px;
	text-decoration: none;
	vertical-align: top;
}
a.outer-prev-btn {
	display: inline-block !important;
	margin-top: 18px;
	text-decoration: none;
	vertical-align: top;
}
</style>
<script type="text/javascript">
	$(document).ready(
		function()
		{
			$('body').append(
				'<div id="Overlay" class="ui-widget-shadow" style="display: none;"></div>'
			);
			$("#top_sellers").jCarouselLite(
				{
					btnNext: "#top_sellers_next",
					btnPrev: "#top_sellers_prev",
					visible: 1
				}
			);
			$("#top_sellers").css('z-index', 0);
			if ( $('#announcementList').find('li').length <= 3 )
			{			
				$('#top_sellers_navigation').remove();
			}
		}
	);
	function getProductGallery(productID) 
	{
		var url = 'product.i?cmd=get_product_gallery&cspid=' + productID;
		$('body').append('<div id="Modal"></div>');
		$('#Modal').html('<iframe style="overflow: hidden;" scrolling="no" allowtransparency="true" width="500" height="600" frameborder="0" src="' + url + '"></iframe>');
		$('#Overlay').css('display', 'block');
		$('#Overlay').click(
			function() 
			{
				hideProductImageGallery();
			}
		);
	}
	function hideProductImageGallery(){
		$('#Modal').remove();
		$('#Overlay').css('display', 'none');
	}
</script>
<!-- dialog for setting item personalization -->
<div id="items_dialog" title="Set Preference" style="display: none;">
  <iframe id="items_dialog_iframe" width="100%" height="100%" frameborder="0"></iframe>
</div>
<table role="presentation" border="0">
	<tr>
		<td>
			<div style="position: relative;">
			</div>
		</td>
	</tr>
</table>
<center>
<table role="presentation" class="productlisttable item_table" width="94%" border="0" cellpadding="5" cellspacing="0">
	<tr class="pagenav">
		<form method="post" action="category.i" name="topddForm">
		<input type="hidden" name="catid" value="2">
		<input type="hidden" name="search" value="">
		<input type="hidden" name="low_price" value="">
		<input type="hidden" name="high_price" value="">
		<td class="bodytextbold" width="30%" nowrap id="pagenavLeftOffset">Items per Page:
		<select name="i" aria-label="Page" onchange="submit()">
			<option value="5">5</option>
			<option value="6">6</option>
			<option value="10">10</option>
			<option value="25">25</option>
			<option value="27">27</option>
		</select></td>
		<td class="bodytextbold" width="30%" nowrap>Items per Row:
		<select name="ipr" aria-label="Items Per Page" onchange="submit()">
			<option value="1">1</option>
			<option value="2">2</option>
			<option value="3" selected="selected">3</option>
		</select></td>
		<td class="bodytextbold" width="30%" nowrap>Sort by:
		<select name="sortby" aria-label="Sort By" onchange="submit()">
			<option value="aalpha" selected="selected">Item Name: A to Z</option>
			<option value="dalpha">Item Name: Z to A</option>
			<option value="aprice">Price: Low to High</option>
			<option value="dprice">Price: High to Low</option>
			<option value="ptime">Shipping Time</option>
			<option value="sku">Product SKU A to Z</option>
			<option value="sku desc">Product SKU Z to A</option>
			<option value="created_time">Date Added</option>
			<option value="rank">Rank</option>
		</select>
		</td>
		</form>
	</tr>
	<tr>
		<td width="100%" colspan="3">
	<table role="presentation" cellpadding="4" cellspacing="0" width="100%" border="0">
		<tr>
			<td><img alt="Transparent Pixel" src="images/shell/transparentPixel.gif" height="15"></td>
		</tr>
		<tr id="pagenavLeftOffset_row">
			<td colspan="5" width="100%">
				<span class="bodytextbold" id="pagenavLeftOffset">Page:</span> <b>1</b>
			</td>
		</tr>
		<tr>
			<td width="100%" class="bodytext" align="left">
				<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="bottom">
	<td width="33%" align="center" valign="bottom" style="border:#FFF 2px solid; background-image:url(https://www.epromo.com/csimg/prod-grad-back2.jpg); background-repeat:repeat-x; background-position:bottom; background-color:#fff; ">
		<table role="presentation" width="100%" border="0" cellpadding="8" cellspacing="0" class="productrow_box">
		<tr>
		<td height="20">
		</td>
		</tr>
      <tr>
				<td align="center" width="100%" valign="top">
					<a href="/Apparel/Al_Mar_Knives_Black_T-Shirt" class="bodylinksmall" style="text-decoration: none;">
						<img border="0" alt="AL-001" id="ProductImage_AL-001"style="max-width: 400px; max-height: 400px;" src="https://media.epromo.com/media/83906/companystores/1003132127237/prodimages/AL-001_big.jpg?0.553647650712268">
					</a>
					<br>
					<!-- more_image -->
					<a href="#" style="color: #333;  display: inline-block; font-size: 10px; text-align: center; width: 100px;" onclick="getProductGallery(5327964); return false;">More Images</a>
					<!-- end more_end -->
				</td>
         </tr>
         <tr>
				<td align="center" width="100%" class="bodytext" style="vertical-align: bottom;">
					<div style="height:44px;border:#ccc 0px solid;">
						<a href="/Apparel/Al_Mar_Knives_Black_T-Shirt" class="headerlink" id="catalog_productname">Al Mar Knives Black T-Shirt</a>
<br />
<br />
				</div>
    <div style="color: red;"></div>
					<p>
						<span class="bodytextsmallbold" id="catalog_productprice">$17.00</span>
						<show_item>
						<div id="catalog_productsku">Item #: AL-001</div>
						</show_item>
					</p>
					<table role="presentation" width="220" border="0" cellpadding="0" cellspacing="0" id="view-details-add-cart">
							<tr>
								<td width="50%" align="center" nowrap valign="top">
								<input 
									type="image"
									value="View Details"
									border="0"
									class="formbutton"
									style="padding: 5px;"
									src="images/icons/view-details-button.jpg"
									onClick="window.location='/Apparel/Al_Mar_Knives_Black_T-Shirt';"
								/>
								&nbsp;
									<td width="50%" align="center" nowrap valign="top">
									<input 
										type="image"
										value="Add To Cart"
										border="0"
										class="formbutton"
										style="padding: 5px;"
										src="images/icons/add-cart-btn.gif"onClick="window.location='/Apparel/Al_Mar_Knives_Black_T-Shirt';"
									/>
									</td>
							</tr>
						</table>
            </td>
         </tr>
      </table>
   </td>
   	<td>
		<img alt="Spacer" src="images/shell/transparentPixel.gif" width="1%">
	</td>
	<td width="33%" align="center" valign="bottom" style="border:#FFF 2px solid; background-image:url(https://www.epromo.com/csimg/prod-grad-back2.jpg); background-repeat:repeat-x; background-position:bottom; background-color:#fff; ">
		<table role="presentation" width="100%" border="0" cellpadding="8" cellspacing="0" class="productrow_box">
		<tr>
		<td height="20">
		</td>
		</tr>
      <tr>
				<td align="center" width="100%" valign="top">
					<a href="/Apparel/Al_Mar_Knives_Columbia_PFG_Tamiami_II_Short_Sleeve_Shirt" class="bodylinksmall" style="text-decoration: none;">
						<img border="0" alt="DPP-006" id="ProductImage_DPP-006"style="max-width: 400px; max-height: 400px;" src="https://media.epromo.com/media/83906/companystores/1003132127237/prodimages/DPP-006_big.jpg?0.553647650712268">
					</a>
					<br>
				</td>
         </tr>
         <tr>
				<td align="center" width="100%" class="bodytext" style="vertical-align: bottom;">
					<div style="height:44px;border:#ccc 0px solid;">
						<a href="/Apparel/Al_Mar_Knives_Columbia_PFG_Tamiami_II_Short_Sleeve_Shirt" class="headerlink" id="catalog_productname">Al Mar Knives Columbia PFG Tamiami II Short Sleeve Shirt</a>
<br />
<br />
				</div>
    <div style="color: red;"></div>
					<p>
						<span class="bodytextsmallbold" id="catalog_productprice">$84.85 - $91.72</span>
						<show_item>
						<div id="catalog_productsku">Item #: DPP-006</div>
						</show_item>
					</p>
					<table role="presentation" width="220" border="0" cellpadding="0" cellspacing="0" id="view-details-add-cart">
							<tr>
								<td width="50%" align="center" nowrap valign="top">
								<input 
									type="image"
									value="View Details"
									border="0"
									class="formbutton"
									style="padding: 5px;"
									src="images/icons/view-details-button.jpg"
									onClick="window.location='/Apparel/Al_Mar_Knives_Columbia_PFG_Tamiami_II_Short_Sleeve_Shirt';"
								/>
								&nbsp;
									<td width="50%" align="center" nowrap valign="top">
									<input 
										type="image"
										value="Add To Cart"
										border="0"
										class="formbutton"
										style="padding: 5px;"
										src="images/icons/add-cart-btn.gif"onClick="window.location='/Apparel/Al_Mar_Knives_Columbia_PFG_Tamiami_II_Short_Sleeve_Shirt';"
									/>
									</td>
							</tr>
						</table>
            </td>
         </tr>
      </table>
   </td>
   	<td>
		<img alt="Spacer" src="images/shell/transparentPixel.gif" width="1%">
	</td>
	<td width="33%" align="center" valign="bottom" style="border:#FFF 2px solid; background-image:url(https://www.epromo.com/csimg/prod-grad-back2.jpg); background-repeat:repeat-x; background-position:bottom; background-color:#fff; ">
		<table role="presentation" width="100%" border="0" cellpadding="8" cellspacing="0" class="productrow_box">
		<tr>
		<td height="20">
		</td>
		</tr>
      <tr>
				<td align="center" width="100%" valign="top">
					<a href="/Apparel/Al_Mar_Knives_MERCERMETTLE_Stretch_Jersey_Polo" class="bodylinksmall" style="text-decoration: none;">
						<img border="0" alt="DPP-004" id="ProductImage_DPP-004"style="max-width: 400px; max-height: 400px;" src="https://media.epromo.com/media/83906/companystores/1003132127237/prodimages/DPP-004_big.jpg?0.553647650712268">
					</a>
					<br>
				</td>
         </tr>
         <tr>
				<td align="center" width="100%" class="bodytext" style="vertical-align: bottom;">
					<div style="height:44px;border:#ccc 0px solid;">
						<a href="/Apparel/Al_Mar_Knives_MERCERMETTLE_Stretch_Jersey_Polo" class="headerlink" id="catalog_productname">Al Mar Knives MERCER+METTLE Stretch Jersey Polo</a>
<br />
<br />
				</div>
    <div style="color: red;"></div>
					<p>
						<span class="bodytextsmallbold" id="catalog_productprice">$52.10 - $58.75</span>
						<show_item>
						<div id="catalog_productsku">Item #: DPP-004</div>
						</show_item>
					</p>
					<table role="presentation" width="220" border="0" cellpadding="0" cellspacing="0" id="view-details-add-cart">
							<tr>
								<td width="50%" align="center" nowrap valign="top">
								<input 
									type="image"
									value="View Details"
									border="0"
									class="formbutton"
									style="padding: 5px;"
									src="images/icons/view-details-button.jpg"
									onClick="window.location='/Apparel/Al_Mar_Knives_MERCERMETTLE_Stretch_Jersey_Polo';"
								/>
								&nbsp;
									<td width="50%" align="center" nowrap valign="top">
									<input 
										type="image"
										value="Add To Cart"
										border="0"
										class="formbutton"
										style="padding: 5px;"
										src="images/icons/add-cart-btn.gif"onClick="window.location='/Apparel/Al_Mar_Knives_MERCERMETTLE_Stretch_Jersey_Polo';"
									/>
									</td>
							</tr>
						</table>
            </td>
         </tr>
      </table>
   </td>
</tr>
</tr>
<tr valign="bottom">
	<td width="33%" align="center" valign="bottom" style="border:#FFF 2px solid; background-image:url(https://www.epromo.com/csimg/prod-grad-back2.jpg); background-repeat:repeat-x; background-position:bottom; background-color:#fff; ">
		<table role="presentation" width="100%" border="0" cellpadding="8" cellspacing="0" class="productrow_box">
		<tr>
		<td height="20">
		</td>
		</tr>
      <tr>
				<td align="center" width="100%" valign="top">
					<a href="/Apparel/Al_Mar_Knives_OD_Green_T-Shirt" class="bodylinksmall" style="text-decoration: none;">
						<img border="0" alt="AL-002" id="ProductImage_AL-002"style="max-width: 400px; max-height: 400px;" src="https://media.epromo.com/media/83906/companystores/1003132127237/prodimages/AL-002_big.jpg?0.553647650712268">
					</a>
					<br>
					<!-- more_image -->
					<a href="#" style="color: #333;  display: inline-block; font-size: 10px; text-align: center; width: 100px;" onclick="getProductGallery(5327965); return false;">More Images</a>
					<!-- end more_end -->
				</td>
         </tr>
         <tr>
				<td align="center" width="100%" class="bodytext" style="vertical-align: bottom;">
					<div style="height:44px;border:#ccc 0px solid;">
						<a href="/Apparel/Al_Mar_Knives_OD_Green_T-Shirt" class="headerlink" id="catalog_productname">Al Mar Knives OD Green T-Shirt</a>
<br />
<br />
				</div>
    <div style="color: red;"></div>
					<p>
						<span class="bodytextsmallbold" id="catalog_productprice">$24.00</span>
						<show_item>
						<div id="catalog_productsku">Item #: AL-002</div>
						</show_item>
					</p>
					<table role="presentation" width="220" border="0" cellpadding="0" cellspacing="0" id="view-details-add-cart">
							<tr>
								<td width="50%" align="center" nowrap valign="top">
								<input 
									type="image"
									value="View Details"
									border="0"
									class="formbutton"
									style="padding: 5px;"
									src="images/icons/view-details-button.jpg"
									onClick="window.location='/Apparel/Al_Mar_Knives_OD_Green_T-Shirt';"
								/>
								&nbsp;
									<td width="50%" align="center" nowrap valign="top">
									<input 
										type="image"
										value="Add To Cart"
										border="0"
										class="formbutton"
										style="padding: 5px;"
										src="images/icons/add-cart-btn.gif"onClick="window.location='/Apparel/Al_Mar_Knives_OD_Green_T-Shirt';"
									/>
									</td>
							</tr>
						</table>
            </td>
         </tr>
      </table>
   </td>
   	<td>
		<img alt="Spacer" src="images/shell/transparentPixel.gif" width="1%">
	</td>
	<td width="33%" align="center" valign="bottom" style="border:#FFF 2px solid; background-image:url(https://www.epromo.com/csimg/prod-grad-back2.jpg); background-repeat:repeat-x; background-position:bottom; background-color:#fff; ">
		<table role="presentation" width="100%" border="0" cellpadding="8" cellspacing="0" class="productrow_box">
		<tr>
		<td height="20">
		</td>
		</tr>
      <tr>
				<td align="center" width="100%" valign="top">
					<a href="/Apparel/Al_Mar_Knives_Port_Authority_Fine_Pique_Blend_Blocked_Polo" class="bodylinksmall" style="text-decoration: none;">
						<img border="0" alt="DPP-005" id="ProductImage_DPP-005"style="max-width: 400px; max-height: 400px;" src="https://media.epromo.com/media/83906/companystores/1003132127237/prodimages/DPP-005_big.jpg?0.553647650712268">
					</a>
					<br>
				</td>
         </tr>
         <tr>
				<td align="center" width="100%" class="bodytext" style="vertical-align: bottom;">
					<div style="height:44px;border:#ccc 0px solid;">
						<a href="/Apparel/Al_Mar_Knives_Port_Authority_Fine_Pique_Blend_Blocked_Polo" class="headerlink" id="catalog_productname">Al Mar Knives Port Authority Fine Pique Blend Blocked Polo</a>
<br />
<br />
				</div>
    <div style="color: red;"></div>
					<p>
						<span class="bodytextsmallbold" id="catalog_productprice">$54.50 - $58.50</span>
						<show_item>
						<div id="catalog_productsku">Item #: DPP-005</div>
						</show_item>
					</p>
					<table role="presentation" width="220" border="0" cellpadding="0" cellspacing="0" id="view-details-add-cart">
							<tr>
								<td width="50%" align="center" nowrap valign="top">
								<input 
									type="image"
									value="View Details"
									border="0"
									class="formbutton"
									style="padding: 5px;"
									src="images/icons/view-details-button.jpg"
									onClick="window.location='/Apparel/Al_Mar_Knives_Port_Authority_Fine_Pique_Blend_Blocked_Polo';"
								/>
								&nbsp;
									<td width="50%" align="center" nowrap valign="top">
									<input 
										type="image"
										value="Add To Cart"
										border="0"
										class="formbutton"
										style="padding: 5px;"
										src="images/icons/add-cart-btn.gif"onClick="window.location='/Apparel/Al_Mar_Knives_Port_Authority_Fine_Pique_Blend_Blocked_Polo';"
									/>
									</td>
							</tr>
						</table>
            </td>
         </tr>
      </table>
   </td>
   	<td>
		<img alt="Spacer" src="images/shell/transparentPixel.gif" width="1%">
	</td>
	<td width="33%" align="center" valign="bottom" style="border:#FFF 2px solid; background-image:url(https://www.epromo.com/csimg/prod-grad-back2.jpg); background-repeat:repeat-x; background-position:bottom; background-color:#fff; ">
		<table role="presentation" width="100%" border="0" cellpadding="8" cellspacing="0" class="productrow_box">
		<tr>
		<td height="20">
		</td>
		</tr>
      <tr>
				<td align="center" width="100%" valign="top">
					<a href="/Apparel/Sport-Tek_PosiCharge_Competitor_Polo" class="bodylinksmall" style="text-decoration: none;">
						<img border="0" alt="DPP-003" id="ProductImage_DPP-003"style="max-width: 400px; max-height: 400px;" src="https://media.epromo.com/media/83906/companystores/1003132127237/prodimages/DPP-003_big.jpg?0.553647650712268">
					</a>
					<br>
				</td>
         </tr>
         <tr>
				<td align="center" width="100%" class="bodytext" style="vertical-align: bottom;">
					<div style="height:44px;border:#ccc 0px solid;">
						<a href="/Apparel/Sport-Tek_PosiCharge_Competitor_Polo" class="headerlink" id="catalog_productname">Sport-Tek PosiCharge Competitor Polo</a>
<br />
<br />
				</div>
    <div style="color: red;"></div>
					<p>
						<span class="bodytextsmallbold" id="catalog_productprice">$43.75 - $50.40</span>
						<show_item>
						<div id="catalog_productsku">Item #: DPP-003</div>
						</show_item>
					</p>
					<table role="presentation" width="220" border="0" cellpadding="0" cellspacing="0" id="view-details-add-cart">
							<tr>
								<td width="50%" align="center" nowrap valign="top">
								<input 
									type="image"
									value="View Details"
									border="0"
									class="formbutton"
									style="padding: 5px;"
									src="images/icons/view-details-button.jpg"
									onClick="window.location='/Apparel/Sport-Tek_PosiCharge_Competitor_Polo';"
								/>
								&nbsp;
									<td width="50%" align="center" nowrap valign="top">
									<input 
										type="image"
										value="Add To Cart"
										border="0"
										class="formbutton"
										style="padding: 5px;"
										src="images/icons/add-cart-btn.gif"onClick="window.location='/Apparel/Sport-Tek_PosiCharge_Competitor_Polo';"
									/>
									</td>
							</tr>
						</table>
            </td>
         </tr>
      </table>
   </td>
</tr>
</tr>
				</table>
			<br />
			<span class="bodytextbold">Page:</span> <b>1</b>
			<br />
			<br />
			</td>
		</tr>
	</table>
	<table role="presentation" width="94%" border="0" cellspacing="0" cellpadding="5" id="items-per-page-bottom">
	<tr>
		<form method="post" action="category.i" name="bottomddForm">
		<input type="hidden" name="catid" value="2">
		<input type="hidden" name="search" value="">
		<td class="bodytextbold" width="30%" nowrap>Items per Page:
		<select name="i" aria-label="Page" onchange="submit()">
			<option value="5">5</option>
			<option value="6">6</option>
			<option value="10">10</option>
			<option value="25">25</option>
		        <option value="27">27</option>
		</select></td>
		<td class="bodytextbold" width="30%" nowrap>Items per Row:
		<select name="ipr" aria-label="Items per Row" onchange="submit()">
			<option value="1">1</option>
			<option value="2">2</option>
			<option value="3" selected="selected">3</option>
		</select></td>
		<td class="bodytextbold" width="30%" nowrap>Sort by:
		<select name="sortby" aria-label="Sort By" onchange="submit()">
			<option value="aalpha" selected="selected">Item Name: A to Z</option>
			<option value="dalpha">Item Name: Z to A</option>
			<option value="aprice">Price: Low to High</option>
			<option value="dprice">Price: High to Low</option>
			<option value="ptime">Shipping Time</option>
			<option value="sku">Product SKU</option>
			<option value="created_time">Date Added</option>
			<option value="rank">Rank</option>
		</select>
</td>
		</form>
	</tr>
</table>
</td>
</tr>
</table>
<span></span>
</center>
<script type="text/javascript">
	$(document).ready(function() {
	     $('body').append('<div id="Overlay" class="ui-widget-shadow" style="display: none;"></div>');
	});
	function getProductGallery(productID) {
		var url = 'product.i?cmd=get_product_gallery&cspid=' + productID;
		$('body').append('<div id="Modal"></div>');
		$('#Modal').html('<iframe style="overflow: hidden;" scrolling="no" allowtransparency="true" width="500" height="600" frameborder="0" src="' + url + '"></iframe>');
		$('#Overlay').css('display', 'block');
		$('#Overlay').click(function() {
			hideProductImageGallery();
		});
	}
	function hideProductImageGallery(){
		$('#Modal').remove();
		$('#Overlay').css('display', 'none');
	}
	function onItemsSetDialogClicked(pid)
	{
		$('#items_dialog_iframe').attr('src', 'cart.i?cmd=item_set_items&cspid=' + pid);
		$('#items_dialog').dialog({modal: true, width: 500, height: 600});
		return false;
	}
</script>
</div>
</div>
<div style="clear:both"></div>
<div class="footer"><img src="images/al-mar-knives-logo.png" alt="Al Mar Knives Online Store" border="0" width="150"><br><script type="text/javascript">
  document.write(new Date().getFullYear());
</script> Copyright AL MAR KNIVES. All Rights Reserved.<br><br><a href="/Privacy_Notice">Privacy Notice</a> | <a href="/Terms_of_Use">Terms of Use</a></div>
</body>
</html>