/**   Styles for "Screen" Media
*     File: styles.css
*     Theme: 0013
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2010-01-14 (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: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, "microsoft sans serif", Arial, sans-serif;
   height: 100%;
}
body { padding-bottom: 50px; }
   a { text-decoration: underline; }
   	a:hover { text-decoration: none; }
   	a:visited {}
   	a img { border: 0; }

   h1, h2, h3, h4, h5, h6,
   .content h1, .content h2, .content h3, .content h4, .content h5, .content h6,
   #topNavigation,
   #marginContent,
   #footer {
   	line-height: 1.25em;
   	margin-bottom: 0.2em;
   	font-family: Georgia, "New York", Garamond, "Times New Roman", Times, serif;
   }
   	h1, .content h1 { 
   	   font-size: 2.5em; 
   	   margin-top: 0; 
   	   font-weight: normal;
   	   text-transform: uppercase;
   	}
   	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; }

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

pre { color: #000; }


/** Header
-------------------------- **/
/** @group header */
#header { height: 265px; }
#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; display: none; }
   
   #hdrImg #img { 
      position: absolute;
      left: 0;
      z-index: 1;
      overflow: hidden;
      width: 900px;
   }
      #default.default #img {
         top: 125px;
         height: 290px;
      }
      #default.home #img {
         top: 105px;
         height: 405px;
      }
      #hdrImg #img img { width: 900px; }

   #corner1, #corner2, #corner3, #corner4 { display: none; }
/* @end hdrImg **/
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper { }
/** @group contentSlot */
#contentSlot {
   width: 665px;
   float: right;
}
   #contentSlot iframe { width: 603px; }
   #layout { padding: 22px 31px 24px; }
/* @end contentSlot **/
/** @group sideBar */
#sideBar {
   width: 275px;
   float: left;
   line-height: 0.9em;
}
   #sideBarHook { padding: 10px 12px; }

   #sideBar div.title {
      font-size: 1.4em;
      padding-bottom: 10px;
         padding: 0.55em 0 0.4em;
   }
   #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 { width: 233px; }
      #sideBar input#authcode { width: 98px; }
         #sideBar .authcode, #sideBar .flash_embedded { vertical-align: middle; }
         #sideBar .flash_embedded {
            position: absolute;
            top: 5px;
            right: 2px;
         }
   
   #sideBar input.search { width: 150px; }
   #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 { 
      margin-top: 20px;
      line-height: 1.5em;
      padding-top: 0.5em; 
   }

#sideBar #newsletter { padding-top: 0; }
/** @group topNavigation */
#topNavigation {
   position: absolute;
   top: 190px;
   left: 0;
   z-index: 4;
   width: 940px;
}
   #topNavigation ul.sf-menu { 
      list-style: none;
      float: none;
      margin: 0;
   }
      #topNavigation ul.sf-menu li { margin: 0; }
         #topNavigation ul.sf-menu li.sfHover ul { z-index: 99; }
         #topNavigation ul.sf-menu li a {
            display: block;
            float: left;
            text-decoration: none;
            font-size: 1.4em;
            font-weight: bold;
            margin: 0;
            padding: 0;
            border: 0;
         }
            #topNavigation ul.sf-menu li a span {
               display: block;
               padding: 14px 35px 9px;
            }
            #topNavigation ul.sf-menu li a small {
               font-size: 13px;
               font-weight: normal;
               color: #5980A0;
            }
            #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: 40px; /* match top ul list item height */
               margin: 0;
               margin-left: 0;
               width: 186px;
               font-size: 10px;
            }
               #topNavigation ul.sf-menu li li { height: auto; }
               #topNavigation ul.sf-menu li li a span { 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;
                        font-size: 1.4em;
                     }
                        #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 vcard */
#sideBar .vcard {
   position: absolute;
   top: 0;
   left: 0;
   font-weight: bold;
   color: #AAAAAA;
   line-height: 1.1em;
}
   .vcard .fn, #vcard .seperator { display: none; }
   .vcard .adr {
      position: absolute;
      top: 47px;
      left: 39px;
      width: 220px;
   }
      .vcard .adr .street-address,
      .vcard .phone_wrapper .type,
      .vcard .phone_wrapper .action {
         font-size: 0.85em;
         display: block;
      }
         .vcard .adr .locality, .vcard .adr .region, .vcard .adr .postal-code,
         .vcard .phone_wrapper .value { font-size: 1.1em; }
   .vcard .phone_wrapper {
      position: absolute;
      top: 47px;
      left: 764px;
      width: 200px;
   }
/* @end vcard **/

/** @group store */
.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;
   padding-left: 0;
   background: none;
}
/* @end store **/


/** Footer
-------------------------- **/
/** @group footer */
#footer { 
   height: 18px; 
   line-height: 1.5em;
   padding: 7px 15px;
   font-size: 1.2em;
   margin: 0;
}
   #footer, #footer a { color: #CCC; }
   #footer a { text-decoration: none; }
      #footer a:hover{ text-decoration: underline; }

#footer #copyright { float: left; }
#footer #siteBy { float: right; }

#spark_outer_footer {
   display: block;
   width: 939px;
   height: 35px;
   margin: 0 auto;
   margin-top: -33px;
}
/* @end footer **/

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

/** Class Styles
-------------------------- **/
.content, #vcard {
   line-height: 1.7em;
   font-size: 1.3em;
}

.corner {}

.spacer { padding: 10px 0; }

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