/*
  $Id: shadow2.css for base_001 20101215 multimixer $
  
  Styleshhet for the base_001 theme of minitemplatesystem.com

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com
  
  MiniTemplateSystem
  http://minitemplatesystem.com

  Copyright (c) 2010 minitemplatesystem.com

  Released under the GNU General Public License
*/

/* header shortcuts*/

#headerShortcuts {
  position:relative;
  z-index:1000;
}

#headerShortcuts .S-shadowwrap {
  position:relative;
  z-index:1000;
  overflow:hidden;
  padding:0 0 10px 0;
  margin:0 0 -10px 0;
}

#headerShortcuts .S-shadow {
  -moz-box-shadow:0 3px 10px #000;
  -webkit-box-shadow:0 3px 10px #000;
  box-shadow:0 3px 10px #000;
}

/* menubar*/

#headerMenu {
  position:relative;
  z-index:1000;
}

#headerMenu .S-shadowwrap {
  position:relative;
  z-index:1000;
  top:-15px;
  margin:0px 0px -30px 0px;
  padding:15px 0 15px 0;
}

#headerMenu .S-shadow {
  -moz-box-shadow:0 0 15px #000;
  -webkit-box-shadow:0 0 15px #000;
  box-shadow:0 0 15px #000;
  
  position:absolute;
  width:100%;
}

/* adjustement for opera shadow */
/*
#columnLeft, #columnRight{
  padding-top:35px;
  margin-top:-30px;
}
*/

/* footer */

.bodyWrapper {
  margin-bottom:-10px; 
  padding-bottom:10px;
}

#footer .S-shadowwrap {
  overflow:hidden;
  padding:10px 0 0 0;
  margin:0px;
}

#footer .S-shadow {
  -moz-box-shadow:0 0 10px #000;
  -webkit-box-shadow:0 0 10px #000;
  box-shadow:0 0 10px #000;
}

#footer .ui-widget-header .ui-widget-header{
  background:none;
}

