/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {line-height:1.5;background: #ffffff none !important;font-family: Trebuchet MS;font-size: 12px;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
img {float:left;margin:1.5em 1.5em 1.5em 0;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}



/*##############################################################################
  ##############################################################################
  ##  Body Texture & Division Containers									  ##
  ############################################################################*/
  #headerContainer { position: absolute; width: 100%; min-height: 444px; margin: 0; padding: 0; background: none !important; }
  #headerSides { position: relative; width: 100%; min-height: 444px; margin: 0; padding: 0; background: none !important; }
/*##############################################################################
  ##############################################################################
  ##  Header																  ##
  ############################################################################*/
  #identity { width: 1004px; height: 380px; margin: 0; padding: 0; background: none !important; }
  #brands { width: 909px; height: 90px; margin: 0; padding: 0 0 0 95px; background: none !important; }
/*##############################################################################
##############################################################################*/


/*##############################################################################
  ##############################################################################
  ##  Navigation															  ##
  ############################################################################*/
  /* Controls */
  #navigation li:hover, #navigation li.over { position: absolute !important; /* make menus not sticky in ie7 */ } 
  #navigation li ul { position: absolute; left: 0 !important; }
  #navigation li:hover ul { left: 0 !important; }
  #navigation li:hover ul, #navigation li.sfhover ul { left: 0 !important; }
  
  /* Options */
  #navigation { margin: 10px 0 0 0 !important; padding: 140px 0 0 0 !important; background: url('/public/images/logo_printerFriendly.jpg') no-repeat top left !important; }
  #navOptions li { display: block !important; float: none !important; margin: 0 0 0 10px; padding: 0 12px 0 0; background: none !important; }

  /* Dropdown */
  #navigation .dropdownNav { display: block !important; position: absolute !important; width: 236px; margin: -9px 0 0 -24px; padding: 0 0 30px 0; line-height: 14px; background: none !important; }
  #navigation .dropdownNav li { width: 199px; min-height: 22px; margin: 0 0 0 0px; padding: 0px 18px 6px 19px; background: url('/public/images/navigation_bg.png') repeat-y top left; line-height: 12px; }
  #navigation .dropdownNav li a { display: block; width: 184px; margin: 0; padding: 4px 6px 5px 9px; color: #480100; font-size: 12px; font-weight: normal; font-family: Trebuchet MS; text-decoration: none; }
  #navigation .dropdownNav li a:hover { margin: 0; padding: 4px 6px 5px 9px; color: #ffffff; font-size: 12px; font-weight: normal; font-family: Trebuchet MS; text-decoration: none; background: #5b1300; }
  #navigation .dropdownNav li a.small { font-size: 10px; font-weight: bold; }
/*##############################################################################
##############################################################################*/
  
#floating_box { display: none !important; }