<?xml version="1.0" encoding="UTF-8"?>
<page>
  <author>Mike Brenner</author>
  <body-html>
        &lt;script type=&quot;text/javascript&quot;&gt;
        $().ready(function() {
          
          $(&quot;#tooltip&quot;).hover(
            function () {
              $(&quot;.tooltipContent&quot;).fadeIn(&quot;slow&quot;);
            },
            function () {
              $(&quot;.tooltipContent&quot;).fadeOut(&quot;fast&quot;);
            }
          );
     
          $(&quot;#contact-form&quot;).validate({
            rules: {
              full_name: &quot;required&quot;,
              email: {
                required: true,
                email: true
              },
              message: {
                required: true,
                minlength: 2
              },
              verify: {
                required: true,
                min: 2,
                max: 2
              }
            },
            messages: {
              verify: {
                min: $.format(&quot;Wrong answer.&quot;),
                max: $.format(&quot;Wrong answer.&quot;)
              }
            }
          });
        });
        &lt;/script&gt;

        &lt;form id=&quot;contact-form&quot; method=&quot;post&quot; action=&quot;http://sunrisedesign.com/clients/nectar/shopify/contact&quot;&gt;
        &lt;fieldset&gt;
        &lt;div class=&quot;contact-right-col&quot;&gt;

            &lt;div id=&quot;nameWidget&quot; class=&quot;row&quot;&gt;
                &lt;label&gt;Your Name &lt;span class=&quot;req&quot;&gt;*&lt;/span&gt;
                &lt;span class=&quot;textfieldRequiredMsg&quot;&gt;Required.&lt;/span&gt;&lt;/label&gt;
                &lt;input type=&quot;text&quot; class=&quot;txt&quot; name=&quot;full_name&quot; id=&quot;fullname&quot; /&gt;
            &lt;/div&gt;

            &lt;div id=&quot;emailWidget&quot; class=&quot;row&quot;&gt;
                &lt;label&gt;Your Email &lt;span class=&quot;req&quot;&gt;*&lt;/span&gt;
                &lt;span class=&quot;textfieldRequiredMsg&quot;&gt;Required.&lt;/span&gt;
                &lt;span class=&quot;textfieldInvalidFormatMsg req&quot;&gt;Invalid&lt;/span&gt;&lt;/label&gt;
                &lt;input type=&quot;text&quot; class=&quot;txt&quot; name=&quot;email&quot; id=&quot;email&quot; /&gt;
            &lt;/div&gt;

            &lt;div class=&quot;row&quot;&gt;
                &lt;label&gt;Phone:&lt;/label&gt;
                &lt;input type=&quot;text&quot; class=&quot;txt&quot; name=&quot;phone&quot; id=&quot;phone&quot; /&gt;
            &lt;/div&gt;

            &lt;div class=&quot;row&quot;&gt;
                &lt;label&gt;Subject:&lt;/label&gt;
                &lt;input type=&quot;text&quot; class=&quot;txt&quot; name=&quot;subject&quot; id=&quot;subject&quot; /&gt;
            &lt;/div&gt;

            &lt;div id=&quot;messageWidget&quot; class=&quot;row&quot;&gt;
                &lt;label&gt;Message: &lt;span class=&quot;req&quot;&gt;*&lt;/span&gt;&lt;br /&gt;
                &lt;span class=&quot;textareaRequiredMsg req&quot;&gt;Required&lt;/span&gt;&lt;/label&gt;
                &lt;textarea rows=&quot;10&quot; cols=&quot;40&quot; name=&quot;message&quot; id=&quot;message&quot;&gt;&lt;/textarea&gt;
            &lt;/div&gt;

            &lt;div id=&quot;verifyWidget&quot; class=&quot;row&quot;&gt;
                &lt;label class=&quot;verify&quot; id=&quot;tooltip&quot; style=&quot;font-size: 1em;&quot;&gt;What is 1+1? &lt;span class=&quot;req&quot;&gt;*&lt;/span&gt;&lt;/label&gt;
                &lt;input type=&quot;text&quot; class=&quot;txt&quot; name=&quot;verify&quot; id=&quot;verify&quot; /&gt;
                &lt;div class=&quot;tooltipContent&quot; style=&quot;display: none; clear: left; width:397px; float:right; margin:9px 0 6px 0;&quot;&gt;We know, this seems silly. We ask this question to make sure a &lt;em&gt;human&lt;/em&gt; is filling out this form and not a computer that might be trying to spam us.&lt;/div&gt;
            &lt;/div&gt;


            &lt;div class=&quot;submit-row&quot;&gt;

                &lt;label class=&quot;mailing-list&quot;&gt;
                    &lt;input type=&quot;checkbox&quot; class=&quot;checkbox&quot; name=&quot;mailinglist&quot; checked=&quot;checked&quot; /&gt; Add me to the Mailing List
                &lt;/label&gt;

                &lt;input type=&quot;hidden&quot; name=&quot;IsPostBack&quot; value=&quot;true&quot; /&gt;
                &lt;input type=&quot;submit&quot; class=&quot;submit&quot; value=&quot;Send Message&quot;  /&gt;
                
            &lt;/div&gt;

        &lt;/div&gt;
        &lt;/fieldset&gt;
        &lt;/form&gt;

        &lt;div class=&quot;store-details&quot;&gt;

          &lt;div class=&quot;box-top&quot;&gt;

            &lt;h1&gt;Store Details&lt;/h1&gt;

          &lt;/div&gt;

          &lt;div class=&quot;box-bottom&quot;&gt;
  
            &lt;h3&gt;Address&lt;/h3&gt;
            &lt;p&gt;Nectar Boutique&lt;br/&gt;1628 Thames Street&lt;br/&gt;Baltimore, Maryland 21231&lt;/p&gt;

            &lt;h3&gt;Phone&lt;/h3&gt;
            &lt;p&gt;&lt;em&gt;(410) 522-7728&lt;/em&gt; Store: &lt;br/&gt;
            &lt;em&gt;(410) 522-7729&lt;/em&gt; Fax:&lt;/p&gt;

            &lt;h3&gt;Store Hours&lt;/h3&gt;
            &lt;em&gt;11am -7pm&lt;/em&gt; Mon - Thurs&lt;br/&gt;
            &lt;em&gt;11am - 8pm&lt;/em&gt; Fri - Sat&lt;br/&gt;
            &lt;em&gt;Noon - 6pm&lt;/em&gt; Sun&lt;br/&gt;
            

            &lt;a title=&quot;Get Driving Directions&quot; href=&quot;http://tr.im/ASmZ&quot;&gt;&lt;img src='http://static.shopify.com/s/files/1/0031/5672/files/small-map.jpg?1254844564' alt='Directions to Nectar' /&gt;&lt;/a&gt;

          &lt;/div&gt;

        &lt;/div&gt;
</body-html>
  <created-at type="datetime">2009-08-27T13:58:27-04:00</created-at>
  <handle>contact-us</handle>
  <id type="integer">3456492</id>
  <published-at type="datetime">2009-08-27T13:58:27-04:00</published-at>
  <shop-id type="integer">315672</shop-id>
  <template-suffix nil="true"></template-suffix>
  <title>Contact Us</title>
  <updated-at type="datetime">2009-10-12T13:16:05-04:00</updated-at>
  <body>&lt;notextile&gt;

        &lt;script type=&quot;text/javascript&quot;&gt;
        $().ready(function() {
          
          $(&quot;#tooltip&quot;).hover(
            function () {
              $(&quot;.tooltipContent&quot;).fadeIn(&quot;slow&quot;);
            },
            function () {
              $(&quot;.tooltipContent&quot;).fadeOut(&quot;fast&quot;);
            }
          );
     
          $(&quot;#contact-form&quot;).validate({
            rules: {
              full_name: &quot;required&quot;,
              email: {
                required: true,
                email: true
              },
              message: {
                required: true,
                minlength: 2
              },
              verify: {
                required: true,
                min: 2,
                max: 2
              }
            },
            messages: {
              verify: {
                min: $.format(&quot;Wrong answer.&quot;),
                max: $.format(&quot;Wrong answer.&quot;)
              }
            }
          });
        });
        &lt;/script&gt;

        &lt;form id=&quot;contact-form&quot; method=&quot;post&quot; action=&quot;http://sunrisedesign.com/clients/nectar/shopify/contact&quot;&gt;
        &lt;fieldset&gt;
        &lt;div class=&quot;contact-right-col&quot;&gt;

            &lt;div id=&quot;nameWidget&quot; class=&quot;row&quot;&gt;
                &lt;label&gt;Your Name &lt;span class=&quot;req&quot;&gt;*&lt;/span&gt;
                &lt;span class=&quot;textfieldRequiredMsg&quot;&gt;Required.&lt;/span&gt;&lt;/label&gt;
                &lt;input type=&quot;text&quot; class=&quot;txt&quot; name=&quot;full_name&quot; id=&quot;fullname&quot; /&gt;
            &lt;/div&gt;

            &lt;div id=&quot;emailWidget&quot; class=&quot;row&quot;&gt;
                &lt;label&gt;Your Email &lt;span class=&quot;req&quot;&gt;*&lt;/span&gt;
                &lt;span class=&quot;textfieldRequiredMsg&quot;&gt;Required.&lt;/span&gt;
                &lt;span class=&quot;textfieldInvalidFormatMsg req&quot;&gt;Invalid&lt;/span&gt;&lt;/label&gt;
                &lt;input type=&quot;text&quot; class=&quot;txt&quot; name=&quot;email&quot; id=&quot;email&quot; /&gt;
            &lt;/div&gt;

            &lt;div class=&quot;row&quot;&gt;
                &lt;label&gt;Phone:&lt;/label&gt;
                &lt;input type=&quot;text&quot; class=&quot;txt&quot; name=&quot;phone&quot; id=&quot;phone&quot; /&gt;
            &lt;/div&gt;

            &lt;div class=&quot;row&quot;&gt;
                &lt;label&gt;Subject:&lt;/label&gt;
                &lt;input type=&quot;text&quot; class=&quot;txt&quot; name=&quot;subject&quot; id=&quot;subject&quot; /&gt;
            &lt;/div&gt;

            &lt;div id=&quot;messageWidget&quot; class=&quot;row&quot;&gt;
                &lt;label&gt;Message: &lt;span class=&quot;req&quot;&gt;*&lt;/span&gt;&lt;br /&gt;
                &lt;span class=&quot;textareaRequiredMsg req&quot;&gt;Required&lt;/span&gt;&lt;/label&gt;
                &lt;textarea rows=&quot;10&quot; cols=&quot;40&quot; name=&quot;message&quot; id=&quot;message&quot;&gt;&lt;/textarea&gt;
            &lt;/div&gt;

            &lt;div id=&quot;verifyWidget&quot; class=&quot;row&quot;&gt;
                &lt;label class=&quot;verify&quot; id=&quot;tooltip&quot; style=&quot;font-size: 1em;&quot;&gt;What is 1+1? &lt;span class=&quot;req&quot;&gt;*&lt;/span&gt;&lt;/label&gt;
                &lt;input type=&quot;text&quot; class=&quot;txt&quot; name=&quot;verify&quot; id=&quot;verify&quot; /&gt;
                &lt;div class=&quot;tooltipContent&quot; style=&quot;display: none; clear: left; width:397px; float:right; margin:9px 0 6px 0;&quot;&gt;We know, this seems silly. We ask this question to make sure a &lt;em&gt;human&lt;/em&gt; is filling out this form and not a computer that might be trying to spam us.&lt;/div&gt;
            &lt;/div&gt;


            &lt;div class=&quot;submit-row&quot;&gt;

                &lt;label class=&quot;mailing-list&quot;&gt;
                    &lt;input type=&quot;checkbox&quot; class=&quot;checkbox&quot; name=&quot;mailinglist&quot; checked=&quot;checked&quot; /&gt; Add me to the Mailing List
                &lt;/label&gt;

                &lt;input type=&quot;hidden&quot; name=&quot;IsPostBack&quot; value=&quot;true&quot; /&gt;
                &lt;input type=&quot;submit&quot; class=&quot;submit&quot; value=&quot;Send Message&quot;  /&gt;
                
            &lt;/div&gt;

        &lt;/div&gt;
        &lt;/fieldset&gt;
        &lt;/form&gt;

        &lt;div class=&quot;store-details&quot;&gt;

          &lt;div class=&quot;box-top&quot;&gt;

            &lt;h1&gt;Store Details&lt;/h1&gt;

          &lt;/div&gt;

          &lt;div class=&quot;box-bottom&quot;&gt;
  
            &lt;h3&gt;Address&lt;/h3&gt;
            &lt;p&gt;Nectar Boutique&lt;br/&gt;1628 Thames Street&lt;br/&gt;Baltimore, Maryland 21231&lt;/p&gt;

            &lt;h3&gt;Phone&lt;/h3&gt;
            &lt;p&gt;&lt;em&gt;(410) 522-7728&lt;/em&gt; Store: &lt;br/&gt;
            &lt;em&gt;(410) 522-7729&lt;/em&gt; Fax:&lt;/p&gt;

            &lt;h3&gt;Store Hours&lt;/h3&gt;
            &lt;em&gt;11am -7pm&lt;/em&gt; Mon - Thurs&lt;br/&gt;
            &lt;em&gt;11am - 8pm&lt;/em&gt; Fri - Sat&lt;br/&gt;
            &lt;em&gt;Noon - 6pm&lt;/em&gt; Sun&lt;br/&gt;
            

            &lt;a title=&quot;Get Driving Directions&quot; href=&quot;http://tr.im/ASmZ&quot;&gt;&lt;img src='http://static.shopify.com/s/files/1/0031/5672/files/small-map.jpg?1254844564' alt='Directions to Nectar' /&gt;&lt;/a&gt;

          &lt;/div&gt;

        &lt;/div&gt;

&lt;/notextile&gt;</body>
</page>
