﻿@charset "utf-8";
/******************************************************
  Description: CSS file for Home Page of Customer interface

  Notes: Tokens are used for dynamic parts. Token names are case-insensitive.
         (substitute [] for {} in below examples)
         [IMG=imagefile.jpg] = Image loaded from media directory
         [URL=index.wml] = URL of a Webplus Shop page
         [VAR=client.bgcolor] = Variable set previously in other Webplus Shop scripts.
         [IF=client.button_borderstyle != "" \ client.button_borderstyle \ 0] = Conditional. 
            Condition is first, then result if condition is true, then result if condition is false. 
            All 3 parts are separated by \
*******************************************************/

body#hp_body {
  background: #FBF756 url(/stores/store_783/media/alt_bg.jpg) repeat-y top center;
  background-attachment: scroll;
}

a:link { color: #1B82BB; }
a:visited { color: #1B82BB; }
a:hover { color: #1F73A2; }
a:active { color: #A1171F; }

#hp_header {
  background: transparent url(/stores/store_783/media/header_2.gif) no-repeat bottom center;
  min-height: 182px;
  height: auto !important;
  height: 182px;
}

#hp_intro_html {
  background: transparent;
}

#hp_footer {
  background: transparent ;
  
  
  
}
