/**   Styles for "Screen" Media
*     File: styles.css
*     Theme: 0022
*     Author: Stephen Davis & Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2010-06-03 (by Nate Hanna)
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html { 
   font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
   font-family: "Trebuchet MS", Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
}
   a { text-decoration: underline; }
      a:hover { text-decoration: none; }
      a img { border: 0; }

   h1, h2, h3, h4, h5, h6,
   .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
      line-height: 1.25em;
      font-weight: normal;
   }
      h1, .content h1 { font-size: 1.8em; }
      h2, .content h2 { font-size: 1.5em; }
      h3, .content h3 { font-size: 1.4em; }
      h4, .content h4 { font-size: 1.2em; }
      h5, .content h5 { font-size: 1.0em; }
      h6, .content h6 { font-size: 0.9em; }

div.hr {
   height: 1px;
   margin: 1.6em 0 1.6em 0;
   background: #000 no-repeat scroll center;
}
   div.hr hr { display: none; }

#wrapper {
   position: relative;
   width: 886px;
   margin: 0 auto;
}


/** Header
-------------------------- **/
/** @group header */
#header {
   width: inherit;
   height: 386px;
}

#hdrImg {
   padding-top: 70px;
   width: 886px;
   height: 335px;
}
   #hdrImg #img {
      position: relative;
      top: 36px;
      left: 17px;
      width: 852px;
      height: 261px;
      overflow: hidden;
   }

#hdrImg #corner1 {
   position: absolute;
   top: 70px;
   left: 0;
   width: 886px;
   height: 335px;
}
#hdrImg #corner2, #hdrImg #corner3, #hdrImg #corner4 { display: none; }

/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper {
   padding: 68px 8px 0;
   min-height: 400px;
}
/** @group contentSlot */
#contentSlot {
   width: 570px;
   float: left;
}
   #contentSlot iframe { width: 570px; }
/* @end contentSlot **/
/** @group sideBar */
#sideBar {
   float: right;
   width: 260px;
}

/** @group topNavigation */
#topNavigation {
   position: absolute;
   left: 0;
   width: 886px;
   top: 400px;
}
   #topNavigation ul.sf-menu { 
      list-style: none;
      float: left;
      margin: 0;
      height: 32px;
   }
      #topNavigation ul.sf-menu li { margin: 0; display: inline; float: left; background: none; }
         #topNavigation ul.sf-menu li.sfHover ul { z-index: 99; }
         #topNavigation ul.sf-menu li a {
            display: block;
            float: left;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            text-decoration: none;
            padding: 0;
            padding-left: 20px;
            margin: 0 20px;
            line-height: 32px;
            border: 0;
         }
            #topNavigation ul li a:hover { text-decoration: underline; }
            #topNavigation ul.sf-menu li a span {
               display: block;
               padding-right: 20px;
            }

            #topNavigation ul.sf-menu li a.sf-with-ul { padding-right: 0; }
            #topNavigation ul.sf-menu li:hover ul,
            #topNavigation ul.sf-menu li.sfHover ul {
               top: 32px; /* match top ul list item height */
               margin: 0;
               margin-left: 0px;
               width: 186px;
               border-bottom: 0;
            }
               #topNavigation ul.sf-menu li:hover ul li ul,
               #topNavigation ul.sf-menu li.sfHover ul li ul {
                  top: 0; /* match top ul list item height */
                  margin-left: 0;
                  left: 186px;
               }
                     #topNavigation ul.sf-menu li li a,
                     #topNavigation ul.sf-menu li.selected li a {
                        margin: 0;
                        width: 166px;
                        letter-spacing: 0.1em;
                     }

#topNavigation ul.sf-menu .sf-sub-indicator { display: hidden; }
/* @end topNavigation **/

#newsletter .title, #search .title, .menu-dialog .title-bar {
   font-size: 1.3em;
   letter-spacing: 0.1em;
   padding: 20px;
   padding-bottom: 0;
   font-weight: normal;
}
#newsletter form, #search form {
   padding: 20px;
   padding-top: 10px;
}
#newsletter #authcode, #newsletter .authcode { vertical-align: middle; }

#newsletter #authcode { width: 76px; }

#search { margin-top: 10px; }

#sideBar input { padding: 4px 4px 5px; }
#sideBar input.search,
#sideBar input.email { padding-left: 28px; }
#sideBar input.search {
   width: 120px;
   margin-right: 4px;
}
#sideBar input.email { width: 186px; }

#sideBar button,
#formContent input.submit {
   text-transform: uppercase;
   padding: 3px 5px 4px;
   overflow: visible;
   font-size: 0.9em;
}

#marginContent {
   position: absolute;
   width: 180px;
   height: 220px;
   right: 60px;
   top: 120px;
   overflow: auto;
   padding-right: 4px;
}

.vcard {
   position: absolute;
   top: 20px;
   right: 10px;
   padding-left: 28px;
   font-size: 1.3em;
}
   .vcard .phone_wrapper { font-size: 1.3em; }
/* @end sideBar **/
/* @end contentWrapper **/


/** @group store */
.store #header { height: 150px; }

.store #hdrImg { display: none; }

.store #topNavigation { top: 150px; }

.store #breadcrumbs { padding-top: 20px; }

.store .dialog { border: 0; }

a.product-title {
   display: block;
   margin-top: 20px;
}

.menu-dialog div.full { padding-left: 20px; }

button.button .button-right, button.button .button-left {
   font-size: 11px;
   line-height: normal;
   min-height: 0;
   height: auto;
   font-weight: bold;
   padding: 0;
}

.buttons-row button,
.button-row button,
div.button a,
div.menu-button a,
button.main-button,
div.main-button a {
   font-weight: normal;
   text-transform: uppercase;
   padding: 2px 10px;
   font-size: 11px;
   height: auto;
}

.button-row button, .buttons-row button { padding: 4px 10px; }

.data-table textarea { min-width: 408px; }

tr.flc-tab-links td, td.product-cell { padding: 0 8px; }

.store .order-invoice { padding: 8px; }

.menu-dialog .content { background: none; }

.menu-dialog .title-bar {
   font-size: 1.5em;
   font-weight: normal;
   background: none;
   padding-left: 20px;
}
/* @end store **/



/** Footer
-------------------------- **/
/** @group footer */
#footer {
   height: 130px;
   padding-top: 60px;
   font-size: 1.1em;
}
#footer #copyright { float: left; }
#footer #siteBy { float: right; }
   #footer, #footer a {}
      #footer a { text-decoration: none; }
      #footer a:hover{ text-decoration: underline; }

#spark_outer_footer {
   display: block;
   height: 160px;
   margin-top: -160px;
}
/* @end footer **/


/** @group formContent */
#formContent td.content label { font-weight: normal; }
/* @end formContent **/


/** Class Styles
-------------------------- **/
.hidden, .printOnly, #outer_footer { display: none; }

.content {
   font-size: 1.2em;
   line-height: 1.4em;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}

.clearafter:after {
   content: "";
   display: block; 
   height: 100%;
   clear: both;
   visibility: hidden;
}