Advertisement
PayneLess_Designs

Nav Menu - Corrected for Safari

Apr 14th, 2013
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 19.97 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml"><head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  4. <meta http-equiv="Content-Language" content="en" />
  5. <title>3x magnifier lens for PVS-7 and PVS-14 Night Vision</title>
  6. <meta name="description" content="3x tactical lens for ITT PVS-14 night vision" />
  7. <meta name="keywords" content="nightvision, 3x, tactical, lens" />
  8.  
  9. <link href="http://www.goblinnightvision.com/mainoriginal.css" rel="stylesheet" type="text/css" />
  10. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  11. <style type="text/css">
  12. * { margin: 0; padding: 0; border: 0; } /* browser reset */
  13. <!--
  14. .style2 {
  15.     font-size: 11px;
  16.     font-weight: bold;
  17. }
  18. .style4 {
  19.     font-size: 40px;
  20.     font-style: italic;
  21. }
  22. .style13 { font-size: 12px; color: #414958; }
  23. .style6 { font-size: 10px; color: #666666; }
  24. .style14 { font-size: 11px }
  25. -->
  26.  
  27. body {
  28.     font: 100%/1.4 Arial, Helvetica, sans-serif;
  29.     margin: 0;
  30.     padding: 0;
  31.     color: #000;
  32.     font-size: 12px;
  33.    
  34. /*- High resolution displays -*/
  35. /* @media screen and (max-width: 1200px) */
  36. /* Herinde skal al styling til skærme der kører over 1024x768 ligge */
  37. }
  38.  
  39. /* ~~ Element/tag selectors ~~ */
  40. ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
  41.     padding: 0;
  42.     margin: 0;
  43. }
  44.  
  45. h1, h2, h3, h4, h5, h6, p {
  46.     margin-top: 0;   /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
  47.     padding-right: 15px;
  48.     padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
  49.     font-weight: normal;
  50.     font-size: 12px;
  51. }
  52.  
  53. a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
  54.     border: none;
  55. }
  56.  
  57. /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
  58. a:link {
  59.     color:#414958;
  60.     text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
  61. }
  62.  
  63. a:visited {
  64.     color: #4E5869;
  65.     text-decoration: underline;
  66. }
  67.  
  68. a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
  69.     text-decoration: none;
  70. }
  71.  
  72. /* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
  73.  
  74. .container {
  75.     width: 980px;
  76.     background: url(img/bg.jpg) top center repeat-x;
  77.     margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
  78.     border: 1px solid #000000;
  79. }
  80.  
  81. /* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
  82. .header {
  83.     margin-top: 6%;
  84.     margin-bottom: 10px;
  85. }
  86.  
  87. #logo {
  88.     float: left;
  89.     margin-left: 5%;
  90.     margin-bottom: 20px;
  91. }
  92.    
  93. #bgText {
  94.     float: right;
  95.     margin-right: 5%;
  96. }
  97.  
  98. /* ~~ This is the layout information. ~~
  99.  
  100. 1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
  101.  
  102. */
  103. .content {
  104.     padding: 10px 0;
  105. }
  106.  
  107. #text {
  108.     width: 90%;
  109.     margin-left: 5%;
  110.     margin-right: 5%;
  111.     float: left;
  112.     padding: 0;
  113.     height: auto;
  114.     overflow: visible;
  115. }
  116.    
  117. #text p, h1 {
  118.     padding: 0;
  119. }
  120.    
  121. #img {
  122.     width: 30%;
  123.     margin-right: 5%;
  124.     float: right;
  125. }
  126.  
  127. /* ~~ This grouped selector gives the lists in the .content area space ~~ */
  128. .content ul, .content ol {
  129.     padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
  130. }
  131.  
  132. /* ~~ The footer ~~ */
  133. .footer {
  134.     width: 90%;
  135.     margin: 10px auto;
  136.     padding: 10px 0;
  137.     border-top: 1px solid #909090;
  138.     color: #000000;
  139.     text-align: center;
  140. }
  141.  
  142. /* ~~ miscellaneous float/clear classes ~~ */
  143. .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  144.     float: right;
  145.     margin-left: 8px;
  146. }
  147.  
  148. .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
  149.     float: left;
  150.     margin-right: 8px;
  151. }
  152.  
  153. .clearfloat { /* this class can be placed on a or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
  154.     clear:both;
  155.     height:0;
  156.     font-size: 1px;
  157.     line-height: 0px;
  158. }
  159.  
  160. /*********************************************
  161. ***************NAV*MENU***********************
  162. *********************************************/
  163.  
  164. #navMenuWrapper {
  165. /*  width: 100%; */
  166.     width: 978px;
  167. /*  margin: 0; */
  168.     margin: 0 auto;
  169.     background-color: #000;
  170.     border: 1px solid #6dbe45;
  171.     border-right-color: #000;
  172.     border-left-color: #000;
  173. }
  174.  
  175. #navMenu {
  176.     width: 95%;
  177.     margin: 0 auto;
  178. }
  179.  
  180. #navMenu ul li {
  181. display: inline;
  182. list-style: none;
  183. }
  184.  
  185. .subMenus { display: block; }
  186.  
  187. #navMenu ul {
  188.     line-height: 30px;
  189.     background: #000;
  190. }
  191.  
  192. #navMenu li {
  193.     float: left;
  194.     position: relative;
  195. /*  white-space: nowrap; */
  196. }
  197.  
  198. #navMenu ul li a {
  199.     height: 30px;
  200.     display: block;
  201.     font-family: Arial, sans serif;
  202.     font-weight: normal;
  203.     font-size: 11px;
  204.     text-decoration: none;
  205.     color: #fff;
  206.     text-transform: uppercase;
  207.     margin-right: 38px;
  208. }
  209.  
  210. #navMenu ul li ul li a {
  211.     margin-left: 10px;
  212.     margin-right: 15px;
  213.     font-size: 12px;
  214.     text-transform: capitalize;
  215.     color: #ccc;   
  216. }
  217.  
  218. /*********************************************/
  219. /* hide menu and allow it to return */
  220. /*********************************************/
  221.  
  222. #navMenu ul ul {
  223.     position:absolute;
  224.     visibility:hidden;
  225.     top:30px;
  226. }
  227.  
  228. #navMenu ul li:hover ul {
  229.     visibility:visible;
  230.     z-index:9999;
  231. }
  232.  
  233. /**********************************************/
  234.  
  235. /*sets top level hover color*/
  236.  
  237. #navMenu li:hover {
  238.     background:#000;
  239. }
  240.  
  241. /*sets link items hover color and background*/
  242.  
  243. #navMenu ul li:hover ul li a:hover {
  244.     color:#fff;
  245.     text-decoration: underline;
  246. }
  247.  
  248. /* Contains the Float */
  249.  
  250. .clearFloat {
  251.     clear:both;
  252.     padding:0;
  253. }
  254.  
  255. /* IE7 Display Fix */
  256.  
  257. input {
  258.     width: 170px;
  259.     height: 18px;
  260.     border: none;
  261.     float: right;
  262.     font-family: arial, sans serif;
  263.     font-size: 12px;
  264.     color: black;
  265.     margin: 0;
  266.     margin-top: 5px;   
  267. }
  268.  
  269. /*********************************************
  270. *******************GALLERY********************
  271. *********************************************/
  272.  
  273. #gallery {}
  274. #gallery #displayed-image {
  275.     float: left;
  276.     margin-right: 19px;
  277.     border: 2px solid #000;
  278. }
  279. #gallery ul {float: left; list-style: none; margin: -7px 0 0 -5px; padding: 0; width: 594px;}
  280. #gallery ul li {float: left; list-style: none; margin: 7px 0 0 5px; border: 2px solid #000;line-height: 1;display: block;}
  281. #gallery ul li img {width: 90px; height: 173px;}
  282. #gallery .description-box {
  283.     float: right;
  284.     width: 565px;
  285.     max-width: 649px;
  286.     height: 60px;
  287.     border: 3px solid #0E803F;
  288.     padding: 10px;
  289.     background: white;
  290.     margin: 15px 0 0 0;
  291. }
  292. #gallery .description-box p {
  293.     font-weight: bold;
  294.     line-height: 1.2;
  295.     margin-top: -8px;
  296.     font-size: 13px;
  297. }
  298.  
  299. /*********************************************
  300. ******************GALLERY BG******************
  301. *********************************************/
  302.  
  303. #galleryBgWrapper {
  304.     width: 268px;   /* Billedbredde */
  305.     height: 456px;  /* Billedhøjde */
  306.     display: inline;
  307.     float: left;
  308.     margin-right: 23px;
  309. }
  310.  
  311. #displayed-image {
  312.     z-index: 50;
  313.     width: 268px;   /* Billedbredde */
  314.     height: 456px;  /* Billedhøjde */
  315.     position: relative;
  316. }
  317.  
  318. #galleryBg {
  319.     height:456px;   /* Billedhøjde */
  320.     width: 268px;   /* Billedbredde */
  321.     z-index: 1;
  322.     position: relative;
  323.     top: 2px;
  324. }
  325.  
  326. #galleryBg IMG {
  327.     position:absolute;
  328.     top:0;
  329.     left:0;
  330.     z-index:8;
  331.     opacity:0.0;
  332.     margin-left: 2px;
  333. }
  334.  
  335. #galleryBg IMG.active {
  336.     z-index:10;
  337.     opacity:1.0;
  338. }
  339.  
  340. #galleryBg IMG.last-active {
  341.     z-index:9;
  342. }
  343.  
  344. #galleryBg img {
  345.     width: 268px;   /* Billedbredde */
  346.     height: 456px;  /* Billedhøjde */
  347. }
  348. </style>
  349. </head><body>
  350.  
  351. <div class="container">
  352.  
  353. <div class="header">
  354. <p><br class="clearfloat" /></p>
  355. <p>&nbsp;</p>
  356. <p>&nbsp;</p>
  357. <p>&nbsp;</p>
  358. <p>&nbsp;</p>
  359.  
  360. <div id="navMenuWrapper">
  361. <div id="navMenu">
  362. <ul>
  363. <li> <a href="index.html">Home</a><!-- Hovedpunkt --></li><!-- end main LI -->
  364. </ul><!-- end main UL -->
  365.  
  366. <ul>
  367. <li><a href="#">About nightvision</a> <!-- Hovedpunkt -->
  368.  
  369.     <ul>
  370.     <li><a href="what_is_night_vision.html">what is night vision</a></li>
  371.     <li class="c1">&nbsp;</li>
  372.     <li><a href="uses_of_nightvision.html">Uses of Night Vision</a></li>
  373.     <li class="c1">&nbsp;</li>
  374.     <li><a href="all_our_night_vision_videos.html">Night Vision Videos</a></li>
  375.     <li class="c1">&nbsp;</li>
  376.     </ul><!-- end inner UL -->
  377.    
  378. </li><!-- end main LI -->
  379. </ul><!-- end main UL -->
  380.        
  381. <ul>
  382. <li> <a href="#">Products</a> <!-- Hovedpunkt -->
  383.  
  384.     <ul>
  385.     <li><a href="night_vision_for_home_use.html">Night Vision for home use</a></li>
  386.     <li><a href="night_vision_for_professionals.html">Night Vision for professionals</a></li>
  387.     <li><a href="night_vision_for_hunting.html">Night Vision for hunting</a></li>
  388.     <li><a href="night_vision_for_recreational_use.html">Night Vision for recreation</a></li>
  389.     <li><a href="thermal_imaging.html">Thermal Imaging</a></li>
  390.     <li><a href="Accessories_for_night_vision.html">Accessories for Night Vision</a></li>
  391.     <li><a href="All_Nightvision_products.html">All Night Vision products</a></li>
  392.     <li><a href="price_guarantee.html">Price guarantee</a></li>
  393.     <li><a href="rent.html">Rent a device</a></li>
  394.     <li><a href="Additional_Products.html">Additional products</a></li>
  395.     </ul><!-- end inner UL -->
  396.  
  397. </li><!-- end main LI -->
  398. </ul><!-- end main UL -->
  399.  
  400. <ul>
  401. <li> <a href="shipping_and_return.html">Shipping</a><!-- Hovedpunkt --></li><!-- end main LI -->
  402. </ul><!-- end main UL -->
  403.  
  404. <ul>
  405. <li> <a href="special_deals.html">Special deals</a><!-- Hovedpunkt --></li><!-- end main LI -->
  406. </ul><!-- end main UL -->
  407.  
  408. <ul>
  409. <li><a href="#">About us</a><!-- Hovedpunkt -->
  410.  
  411.     <ul>
  412.     <li><a href="About_Us.html">Who we are</a></li><!-- Underpunkt -->
  413.     <li><a href="about_our_website.html">About our website</a></li><!-- Underpunkt -->
  414.     <li><a href="get_our_newsletter.html">Get our newsletter</a></li><!-- Underpunkt -->
  415.     </ul><!-- end inner UL -->
  416.    
  417. </li><!-- end main LI -->
  418. </ul><!-- end main UL -->
  419.  
  420. <ul>
  421. <li><a href="contact_us.html">Contact us</a><!-- Hovedpunkt --></li><!-- end main LI -->
  422. </ul><!-- end main UL -->
  423.                
  424. <ul>
  425. <li><a href="faq.html">FAQ</a> <!-- Hovedpunkt --></li><!-- end main LI -->
  426. </ul><!-- end main UL -->
  427.                
  428. <ul>
  429. <li> <a href="become_a_dealer.html">Dealer info</a><!-- Hovedpunkt --></li><!-- end main LI -->
  430. </ul><!-- end main UL -->
  431.  
  432. <br class="clearFloat" />
  433. </div> <!-- end navMenu -->
  434. </div> <!-- end navMenuWrapper -->
  435. </div><!-- end .header -->
  436.  
  437. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  438. <tr>
  439. <td width="2%">&nbsp;</td>
  440. <td width="92%"><div align="right"><a href="http://www.auctioninc.com/?cmd=_cart&amp;business=9013"><img src="pictures/paypal_buttons/viewcart2.png" width="110" height="18" alt="" /></a></div>
  441. </td>
  442. <td width="6%">&nbsp;</td>
  443. </tr>
  444. </table>
  445.  
  446. <div class="content">
  447. <!-- Herfra kan der slettes -->
  448. <div id="text">
  449. <table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000" bgcolor="#FFFFFF">
  450. <tr>
  451. <td>
  452.  
  453.     <table width="100%" border="0" cellspacing="15" cellpadding="0">
  454.     <tr>
  455.     <td colspan="3">
  456.     <h1 style="border-top: 2px #000 solid;"><br /><em><strong>PVS-7 / PVS-14 3X MIL-SPEC MAGNIFIER LENS</strong></em></h1></td>
  457.     </tr>
  458.    
  459.     <tr>
  460.     <td colspan="3"><p style="text-align: justify;">High-performance Galilean afocal telescope that easily mounts to the objective lens of many night vision devices. The lens can be threaded into the front objective lens of the PVS-7 type goggle or snapped onto the objective lens of the MV-14 Ultra or PVS-14 type monoculars. The 3x lens incorporates very fast optics (F/1.5) with field of view 13°.</p>
  461. <p><span class="style4">$540</span><br />FREE SHIPPING</p></td>
  462.     </tr>
  463.    
  464.     <tr>
  465.     <td width="49%" rowspan="3"><img src="pictures/Product%20Pictures/morovision/accessories/3X_Mil_Lens.jpg" alt="3x magnifier lens pvs-14 pvs-7" width="406" height="313" /></td>
  466.     <td width="5%" rowspan="4">&nbsp;</td>
  467.     <td width="46%"><img src="pictures/Product%20Pictures/morovision/accessories/night-vision-3x-mag-lens-ki.jpg" style="display: block; width: 209px; height: 206px; margin: 0 auto;" alt="" /></td>
  468.     </tr>
  469.    
  470.     <tr>
  471.     <td><div align="center">3x Mag Lens comes with Soft Carry Case &amp; Lens Covers. </div></td>
  472.     </tr>
  473.    
  474.     <tr>
  475.     <td><div align="center"><img src="pictures/Product%20Pictures/morovision/accessories/3x-on-pvs-14.jpg" style="display: block; width: 252px; height: 139px; margin: 0 auto;" alt="" /></div></td>
  476.     </tr>
  477.    
  478.     <tr>
  479.     <td width="49%"><a href="1X,_3X,_10X_MAGNIFICATION_PHOTOS_USING_NIGHT_ENFORCER_PVS-14.html">See  1x, 3x, 10x magnification photos using Night Enforcer® NEPVS-14 </a></td>
  480.     <td><div align="center">3x Mag Lens attached to NEPVS-14</div></td>
  481.     </tr>
  482.    
  483.     <tr>
  484.     <td colspan="3"><p><strong>Includes<br /></strong>- 3x Magnifier Lens F/1.5. Screw-On, Waterproof.<br />- Optional Snap-On Adapter (works for PVS-14, PVS-7, 6015 &amp; 6010 systems only)<br />- Flip-Up Objective Lens Cover<br />- Removable Rear Lens Cap, and Carrying Case w/ Alice Clips (PVS-7, MV-14, PVS-14, 6010, 6015)</p></td>
  485.     </tr>
  486.    
  487.     <tr>
  488.     <td colspan="3"><form action="http://www.auctioninc.com/cart/" enctype="application/x-www-form-urlencoded" method="post" >
  489.     <input type="hidden" name="cmd" value="_cart" />
  490.     <input type="hidden" name="business" value="9013" />
  491.     <!-- Item Information -->
  492.     <input type="hidden" name="item_name" value="PVS-7 / PVS-14 3X MIL-SPEC MAGNIFIER LENS" />
  493.     <input type="hidden" name="item_number" value="" />
  494.     <input type="hidden" name="item_group" value="" />
  495.     <input type="hidden" name="amount" value="540" />
  496.     <input type="hidden" name="quantity" value="1" />
  497.     <input type="hidden" name="taxable" value="1" />
  498.     <input type="hidden" name="undefined_quantity" value="1" />
  499.     <!-- Shipping Information -->
  500.     <input type="hidden" name="calc_method" value="N" />
  501.     <input type="hidden" name="fixed_fee_1" value="0.00" />
  502.     <input type="hidden" name="fixed_fee_2" value="0.00" />
  503.     <!-- Add To Cart Button -->
  504.     <input style="width:120px;height:20px;"type="image" src="http://www.goblinnightvision.com/pictures/paypal_buttons/addtocart3.png" border="0" alt="Add to Cart" name="cart_btn" value="Add to Cart" />
  505.     </form></td>
  506.     </tr>
  507.    
  508.     <tr>
  509.     <td colspan="3"><div align="right"><script type="text/javascript" data-pp-pubid="a603e97011" data-pp-placementtype="234x60"> (function (d, t) {
  510. "use strict";
  511. var s = d.getElementsByTagName(t)[0], n = d.createElement(t);
  512. n.src = "//paypal.adtag.where.com/merchant.js";
  513. s.parentNode.insertBefore(n, s);
  514. }(document, "script"));
  515. </script></div></td>
  516.     </tr>
  517.    
  518.     <tr>
  519.     <td colspan="3" style="border-top: 1px solid #000;"><br /><em><strong>Applicable to the following systems:</strong></em></td>
  520.     </tr>
  521.    
  522.     <tr>
  523.     <td colspan="3" valign="top"><span class="style14">
  524.     ITT Night Enforcer® NEPVS-14<br />
  525.     PVS-7 PINNACLE®<br />
  526.     PVS-7 Ultra<br />
  527.     MV/PVS-7B<br />
  528.     MV-14P PINNACLE® - Requires 3x/5x/10x Adapter<br />
  529.     MV-14 Ultra - Requires 3x/5x/10x Adapter<br />
  530.     ITT Night Quest® PVS-14<br />
  531.     ITT Night Quest® 6015<br />ITT Night Quest® 6010</span>
  532.     <span class="style2">&nbsp;</span></td>
  533.     </tr>
  534.     </table>
  535.    
  536. </td>
  537. </tr>
  538. </table>
  539. </div>
  540.  
  541. <!-- Hertil kan der slettes -->
  542.    
  543. <br class="clearfloat" />
  544.    
  545. </div><!-- end .content -->
  546.  
  547. <div class="footer">
  548. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  549. <tr>
  550. <td width="6%" height="38" valign="top"><div class="g-plusone" data-size="medium">&nbsp;</div>
  551. <script type="text/javascript">
  552. (function() {
  553. var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
  554. po.src = 'https://apis.google.com/js/plusone.js';
  555. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  556. })();
  557. </script>&nbsp;&nbsp;</td>
  558. <td width="9%"><div align="center"><a href="https://twitter.com/share" class="twitter-share-button style6" data-url="http://www.goblinnightvision.com">Tweet</a>
  559. <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>&nbsp;</div></td>
  560. <td width="13%" valign="top"><iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.goblinnightvision.com&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font=verdana&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:110px; height:21px;" allowtransparency="true"></iframe></td>
  561. <td width="41%" valign="top"><div style="text-align: right;"><a href="warranty.html"><span class="style13">Warranty</span></a></div></td>
  562. <td width="1%" valign="top">&nbsp;</td>
  563. <td width="14%" valign="top"><div style="text-align: right;"><a href="what_is_night_vision.html"><span class="style13">What Is Night Vision</span></a></div></td>
  564. <td width="1%" valign="top">&nbsp;</td>
  565. <td width="7%" valign="top"><div style="text-align: right;"><a href="get_our_newsletter.html"><span class="style13">Newsletter</span></a></div></td>
  566. <td width="1%" valign="top">&nbsp;</td>
  567. <td width="5%" valign="top"><div style="text-align: right;"><a href="sitemap.html"><span class="style13">Sitemap</span></a></div></td>
  568. </tr>
  569. </table>
  570.  
  571. <p style="width: 300px; height: 57px; margin: 0 auto;"><a id="bbblink" class="sehzbum" href="http://www.bbb.org/lexington/business-reviews/night-vision-equipment/goblin-nightvision-in-lexington-ky-9107293#bbblogo" title="Goblin NightVision, Night Vision Equipment, Lexington, KY" style="display: block;position: relative;overflow: hidden; width: 150px; height: 57px; margin: 0; padding: 0;"><img style="width: 300px; height: 57px;" id="bbblinkimg" src="http://seal-bluegrass.bbb.org/logo/sehzbum/goblin-nightvision-9107293.png" alt="Goblin NightVision, Night Vision Equipment, Lexington, KY" /></a><script type="text/javascript">var bbbprotocol = ( ("https:" == document.location.protocol) ? "https://" : "http://" ); document.write(unescape("%3Cscript src='" + bbbprotocol + 'seal-bluegrass.bbb.org' + unescape('%2Flogo%2Fgoblin-nightvision-9107293.js') + "' type='text/javascript'%3E%3C/script%3E"));</script></p>
  572. </div><!-- end .footer -->
  573. </div><!-- end .container -->
  574.  
  575. <map name="Map" id="Map"><area shape="rect" coords="2,1,117,131" href="#" alt="" /></map>
  576. <map name="Map2" id="Map2"><area shape="rect" coords="2,1,385,291" href="#" alt="" /></map>
  577. <script type="text/javascript" src="js/default.js"></script>
  578. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement