/**   Styles for "Screen" Media
*     File: _structure-all.css
*     Theme: 0019
*     Author: Stephen Davis & Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2010-06-01 (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,
   div.title {
      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, div.title { 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: 960px;
   margin: 0 auto;
}


/** Header
-------------------------- **/
/** @group header */
#header { height: 500px; }
   .default #header { height: 190px; }

#hdrImg {
   position: absolute;
   right: 0;
   top: 118px;
   width: 639px;
   height: 370px;
}
   .default #hdrImg {
      top: 176px;
      height: 270px;
   }
   .hdr_img_hidden #hdrImg { display: none; }
#hdrImg #img {
   position: relative;
   left: 11px;
   top: 11px;
   width: 618px;
   height: 349px;
   overflow: hidden;
}
   .default #hdrImg #img { height: 249px; }
#hdrImg #corner1 {
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   width: 639px;
   height: 370px;
}
   .default #hdrImg #corner1 { height: 270px; }
   .default .hdr_img_hidden #hdrImg #corner1 { display: none; }
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper {
   padding: 40px 0;
   min-height: 250px;
}
   .layout_4divcolumns #contentWrapper { padding-top: 20px; }
/** @group contentSlot */
#contentSlot {
   float: right;
   width: 634px;
}
   #contentSlot iframe { width: 634px; }
   .default #contentSlot { padding-top: 240px; }
      .default .hdr_img_hidden #contentSlot { padding: 0; }
   .home #contentSlot,
   .has_zero_opts #contentSlot {
      width: 960px;
   }
/* ... removed PER NHANNA on 2010-01-21 ... .home #contentSlot #homeGrid #column4 { display: none; }*/

h1.pg_title { font-size: 2.6em; }
   .home h1.pg_title { margin-top: 0; }
   .home .layout_3columns h1.pg_title { display: none; }
   .default h1.pg_title {
      position: absolute;
      left: 0;
      top: 88px;
      font-size: 3em;
   }

/** @group layout_4divcolumns */
.layout_4divcolumns h1.pg_title { display: none; }
/** @group homeGrid */
.layout_4divcolumns #homeGrid .column {
   width: 240px;
   float: left;
}
   .layout_4divcolumns #homeGrid .homeContent { padding: 0 10px; }
/* @end homeGrid **/
/* @end layout_4divcolumns **/
/** @group .layout_feedback */
.layout_feedback table table { padding: 10px; }
   .layout_feedback table table td { padding: 0.3em 0; }
/* @end .layout_feedback **/

/* @end contentSlot **/

/** @group sideBar */
#sideBar {
   float: left;
   width: 300px;
   /*padding-top: 16px;*/
}
   .home #sideBar #newsletter,
   .home #sideBar #search,
   .has_zero_opts #sideBar #newsletter,
   .has_zero_opts #sideBar #search {
      display: none;
   }
/** @group topNavigation */
#topNavigation {
   position: absolute;
   left: 340px;
   top: 8px;
   height: 100px;
}
   #topNavigation ul {
      margin: 0;
      width: 620px;
   }
      #topNavigation ul li {
         background: none;
         margin: 0;
      }
         #topNavigation ul li a {
            border: 0;
            padding: 0 20px 0 0;
            margin-left: 20px;
            line-height: 100px;
            font-size: 1.2em;
            font-weight: bold;
            cursor: pointer;
            display: block;
         }
         #topNavigation ul li a:hover { text-decoration: underline; }
   #topNavigation ul li ul {
      top: 100px;
      width: 200px;
      border-bottom: 0;
   }
      #topNavigation ul li ul li {
         background: none;
         margin: 0;
      }
         #topNavigation ul li ul li a,
         #topNavigation ul li.selected ul li a {
            font-weight: normal;
            line-height: 1em;
            padding: 10px 20px;
            text-decoration: none;
            margin-left: 0;
         }
   #topNavigation ul li ul li ul {
      left: 200px;
      top: 0;
   }
/* @end topNavigation **/
/** @group sectionNav */
#sectionNav { padding-bottom: 14px; }
#sectionNav ul {
   margin: 0;
   padding: 0 0 0 1.75em;
   list-style: none;
}
   #sectionNav ul ul { list-style: disc; }
      #sectionNav ul li li { margin: 0 0 0.4em; }
         #sectionNav ul li li a {
            display: block;
            font-size: 1.2em;
            font-weight: bold;
         }
/* @end sectionNav **/

.home #sideBar #marginContent,
.has_hdr_img_txt #hdrImg #img_descr {
   color: #FFF;
   position: absolute;
   left: 0;
   top: 134px;
   width: 300px;
   height: 336px;
   overflow: auto;
   padding-top: 0;
}
   .has_hdr_img_txt #hdrImg #img_descr {
      left: -330px;
      top: 0;
   }
   .home .has_hdr_img_txt #sideBar #marginContent { display: none; }
.has_hdr_img_txt #hdrImg #img_descr h4,
.home #sideBar #marginContent h4 {
   font-size: 2em;
}

#newsletter .title, #search .title { margin-bottom: 10px; }
#newsletter #authcode, #newsletter .authcode { vertical-align: middle; }
#newsletter #authcode { width: 76px; }
#search { margin-top: 20px; }

#sideBar input { padding: 4px 4px 5px; }
#sideBar input.search {
   width: 148px;
   margin-right: 4px;
}
#sideBar input.email { width: 210px; }

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

#sideBar button,
#formContent input.submit { cursor: pointer; }
/* @end sideBar **/
/* @end contentWrapper **/


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

.store #hdrImg { display: none; }

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

.store .dialog { border-color: #AAA; }

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

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

.store .menu-dialog { margin-bottom: 0; }

button.button .button-right, button.button .button-left {
   font-size: 11px;
   line-height: normal;
   min-height: 0;
   height: auto;
   font-weight: normal;
   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-weight: normal;
   background: none;
}

.store #newsletter { padding-top: 30px; }

.store .title > h2 { margin-top: 0; }
   .store #contentSlot .flc-right-dialog { padding-top: 10px; padding-bottom: 10px; }

.store .dialog-search-sort-bar { 
   font-size: 0.8em;
   top: 10px;
   right: 5px;
}

.store .flc-checkout-box-info { padding-bottom: 0; }

.store .products .image { min-height: 100px; }

/*.store .products-list .details { padding-left: 183px; }*/
/*.store .product-details .details, */

.store .product-details .details .descr { padding: 10px 15px 10px 183px; }

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

.store .data-table textarea { width: 440px; }

.store input[type="text"], .store input[type="password"], .store textarea, .store select { border: 1px solid #999; }
/* @end store **/ 


/** Footer
-------------------------- **/
/** @group footer */
#spark_outer_footer {
   display: block;
   height: 63px;
   margin-top: -63px;
}
#footer {
   height: 50px;
   padding-top: 13px;
}
#footer #copyright { float: left; }
#footer #siteBy { float: right; }
      #footer a { text-decoration: none; }
      #footer a:hover{ text-decoration: underline; }
/* @end footer **/


/** @group formContent */
#formContent td.content label { font-weight: normal; }
#formContent select, #formContent input.input, #formContent textarea.textarea { border-color: #000; }
#formContent input.submit {
   background-color: #000;
   border: 1px solid #000;
   border-left-color: #333;
   border-top-color: #333;
   color: #FFF;
}
/* @end formContent **/


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

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

.spacer { padding-top: 14px; }

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

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