Your PAGE SOURCE shows:
Code:
<!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" dir="ltr" lang="en">
<head>
<title>Fingerprint Design, LLC</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="Egg Designs Wall Art Portraits ecommerce, open source, shop, online shopping, egg, designs, egg designs, wall art, wall, art, portraits, custom, unique " />
<meta name="description" content="Fingerprint Design, LLC : - Egg Designs Wall Art Portraits ecommerce, open source, shop, online shopping, egg, designs, egg designs, wall art, wall, art, portraits, custom, unique" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="author" content="The Zen Cart™ Team and others" />
<meta name="generator" content="shopping cart program by Zen Cart™, http://www.zen-cart.com eCommerce" />
<base href="http://fingerprintdesignllc.com/store/" />
<link rel="stylesheet" type="text/css" href="includes/templates/CUSTOM/css/style.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/CUSTOM/css/stylesheet.css" />
</head>
<body id="indexHomeBody">
<div id="mainWrapper">
<!--bof-header logo and navigation display-->
<div id="headerWrapper">
<!--bof-navigation display-->
<div id="navMainWrapper">
<div id="navMain">
<ul class="back">
<li><a href="http://fingerprintdesignllc.com/store/">Home</a></li>
<li><a href="http://fingerprintdesignllc.com/store/index.php?main_page=login">Log In</a></li>
</ul>
</div>
<div id="navMainSearch"></div>
<br class="clearBoth" />
</div>
<!--eof-navigation display-->
<!--bof-branding display-->
<div id="logoWrapper">
<div id="logo"><a href="http://fingerprintdesignllc.com/store/"><img src="includes/templates/CUSTOM/images/" alt="" /></a></div>
</div>
<br class="clearBoth" />
<!--eof-branding display-->
<!--eof-header logo and navigation display-->
<!--bof custom nav bar -->
<!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" />
<link rel="stylesheet" type="text/css" href="style_2.css"/>
<title>Untitled Document</title>
</head>
TWO HTML HEADERS...
Try this...
tpl_header.php
PHP Code:
<!--bof custom nav bar -->
<?php include("my_menu_header.php") ?>
<!--eof custom nav bar -->
my_menu_header.php (making absolutely sure NOT to put any headers in here... just what's below...)
PHP Code:
<div id="nav_bar">
<!--Giving the unordered list a class of nav-links allows us to target it with CSS and not have other unordered lists in the web page affected. Note that the last list item has a class of borderx2, which basically means "border times two"; this is because our PSD web layout mockup had separators in between each navigation link and when we add our CSS styles later on, we’ll give the last item a 1px border on the left and the right (hence border x 2). -->
<ul>
<li><a id="home" href="/" title="Home"><span>Home</span></a></li>
<li><a id="store" href="/store/" title="Store"><span>Store</span></a></li>
<li><a id="portfolio" href="/portfolio/" title="Portfolio"><span>Portfolio</span></a></li>
<li><a id="about" href="/about/" title="About"><span>About</span></a></li>
<li><a id="contact" href="#" title="Contact Us"><span>Contact Us</span></a></li>
</ul></div><!--end nav_bar -->
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Then... you have a "rogue" stylesheet called "style_2.css#2"... Get rid of it completely.