/**   Styles for "Screen" Media
*     File: styles.css
*     Theme: 0015
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2010-08-27 (by NHanna)
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html { 
   font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
   font-family: "Lucida Grande", "Lucida Sans", Lucida, Geneva, Verdana, 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;
   	margin-bottom: 0.2em;
   }
   	h1, .content h1 { font-size: 2.5em; margin-top: 0; font-weight: normal; }
   	   h1, .content h1 { font-family: Georgia, "New York", Serif; }
   	h2, .content h2 { font-size: 1.3em; }
   	h3, .content h3 { font-size: 1.2em; }
   	h4, .content h4 { font-size: 1.1em; }
   	h5, .content h5 { font-size: 1.0em; }
   	h6, .content h6 { font-size: 0.9em; }

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

.content td { padding: 0 20px 0 0; }
   .content .homeTable .column3 { padding: 0; }

.content .homeTable .column1,
.content .homeTable .column2 { padding-right: 20px; }
   .content .homeTable .column2 table,
   .content .homeTable .column3 table { margin-left: 20px; }

#wrapper {
	position: relative;
	width: 960px;
	min-height: 500px;
	margin: 0 auto;
}

pre { color: #000; }


/** Header
-------------------------- **/
/** @group header */
#header { height:412px; }
   .hdr_img_hidden #header { height: 228px; }
#header #masthead a, 
#header #masthead a:visited {
   position: absolute;
	display: block;
	text-indent: -10000px;
	text-decoration: none;
	overflow: hidden;
	z-index: 5;
}

/** @group hdrImg */
#hdrImg { 
   position: relative;
   height: 412px;
}
   #hdrImg #img { 
      position: absolute;
      top: 132px;
      left: 6px;
      z-index: 1;
      width: 948px;
      height: 280px;
      overflow: hidden;
   }
      #default.home #hdrImg #img { 
         top:132px;
         height: 280px;
      }
      #hdrImg #img img { width:948px; }
   #corner1 {
      position: absolute;
      width: 960px;
      height: 416px;
      top: 0;
      left: 0;
      z-index: 3;
   }
   #corner2, #corner3, #corner4 { display: none; }

.hdr_img_hidden #hdrImg { height: 1px; }
.hdr_img_hidden #hdrImg #img { display: none; }
/* @end hdrImg **/
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper {
   padding: 0 6px;
   margin-top: -1px;
   background: #FFF url('blue_green/bg_contentWrapper.gif') left top repeat-y;
   min-height: 300px;
}
   #default.home #contentWrapper {
      min-height:200px;
      padding:0 6px;
      color: #FFF;
   }
/** @group contentSlot */
#contentSlot {
   width: 698px;
   float: right;
}
   #contentSlot iframe { width: 634px; }

   #default.home #contentSlot { width: 100%; }
   #layout { padding: 24px 32px 0; }

#contentSlot .homeTable { padding-top: 15px; }
   #contentSlot .homeTable .homeTitle {
      font-size: 1.25em;
      font-weight: bold;
   }

#contentSlot #homeGrid {
   width: 950px;
   border-bottom: 1px solid #444; 
}
#contentSlot #homeGrid .column { 
   float: left;
   width: 237px;
   min-height: 254px;
   border-left: 1px solid #444;
}
   #contentSlot #homeGrid .column .homeContent { 
      padding: 15px;
      padding-right: 14px;
   }
   #contentSlot #homeGrid #column1 { border: 0; }
   #contentSlot #homeGrid #column4 { width: 236px; }
/* @end contentSlot **/
/** @group sideBar */
#sideBar {
   width: 250px;
   float: left;
   line-height: 0.9em;
   padding: 10px 0;
}
.default #sideBarHook { padding: 15px; }
   #sideBar div.title {
      font-size: 1.4em;
      padding-bottom: 10px;
   }
   #sideBar div.input { margin: 0; position: relative; }
   #sideBar input {
      border-width: 1px;
      border-style: solid;
      padding: 4px 5px 4px 5px;
      margin: 5px 1px 3px 0px;
   }
      #sideBar input.email, #sideBar input.search { width: 195px; }
      #sideBar input#authcode { width: 57px; }
         #sideBar .authcode, #sideBar .flash_embedded { vertical-align: middle; }
         #sideBar .flash_embedded {
            position: absolute;
            top: 5px;
            right: 2px;
         }
   #sideBar button {
      margin: 5px -1px 5px 0px;
      padding: 3px 5px;
      border-width: 1px;
      border-style: solid;
      line-height: normal;
      font-weight: bold;
      background: transparent top left repeat-x;
   }
   #sideBar #marginContent { line-height: 1.5em; }

#default.home #sideBar {
   padding: 0px;
   margin: 0px;
   width: 100%;
   border-top: 1px solid #666;
   margin-bottom: -1px;
}
   #default.home #sideBar #search,
   #default.home #sideBar #newsletter { display: none; }
   #default.home .margin_empty #sideBar { border: 0; padding-bottom: 15px; }

#sideBar #newsletter { padding-top: 0; }
/** @group topNavigation */
#topNavigation {
   position: absolute;
   top:60px;
   left:340px;
   width:610px;
   z-index: 4;
}
   #topNavigation ul.sf-menu { 
      list-style: none;
      float: none;
      margin: 0;
   }
      #topNavigation ul.sf-menu li { margin: 0; background-color: transparent; }
         #topNavigation ul.sf-menu li.sfHover ul { z-index: 99; }
         #topNavigation ul.sf-menu li a {
            display: block;
            float: left;
            text-decoration: none;
            letter-spacing: .1em;
            text-transform:uppercase;
            font-size: 1.4em;
            margin: 0;
            padding: 0;
            border: 0;
            min-height: 72px;
         }
            #topNavigation ul.sf-menu li a span {
               display: block;
               padding: 21px 21px;
            }
            #topNavigation ul.sf-menu li a small {
                display: block;
                padding-top: 3px;
                font-size: 0.75em;
                letter-spacing: -0.01em;
            }

            #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: 58px; /* match top ul list item height */
               margin: 0;
               margin-left: 4px;
               width: 186px;
            }
               #topNavigation ul.sf-menu li li a span {
                  font-size: 0.70em;
                  padding: 8px 13px; 
               }
               #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 { padding: 0; }
                     #topNavigation ul.sf-menu li li a {
                        margin: 0;
                        width: 100%;
                        letter-spacing: 0.1em;
                        min-height: 15px;
                     }
                        #topNavigation ul.sf-menu li.selected li a,
                        #topNavigation ul.sf-menu li.selected li a { padding-right: 0; }

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


/** @group store */
.store #header,
.store #hdrImg,
.store #hdrImg #corner1 { height: 146px; }

.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;
}
/* @end store **/


/** Footer
-------------------------- **/
/** @group footer */
#footer { 
   height: 55px; 
   text-transform: uppercase;
   letter-spacing: .1em;
   line-height: 1.5em;
   text-align: center;
   padding: 7px 15px;
   font-size: 0.85em;
}
   #footer a { text-decoration: none; }
      #footer a:hover{ text-decoration: underline; }

.spark #accesskeys_anchor {
   position: absolute;
   left: 50%;
   margin-top: 11px;
   margin-left: -43px;
   padding-left: 0;
}
/* @end footer **/

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

/** Class Styles
-------------------------- **/
.content {
   font-size: 1.1em;
   line-height: 1.5em;
}

.spacer { padding: 10px 8px; }

.hidden, .printOnly { display: none; }
.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}
