/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */



LABEL.inputLabel {
      position: relative;
      top: 0px;
      padding: 0px 0px 0px 0px;
      }

.buttonRow {
      position: absolute;
      top: 8px;
      padding: 0px 0px 0px 480px;
      }

#navMainWrapper {
        margin: 0em;
        background-color: black;
        background-image: url(http://www.stantons.com/dg/vocal_images/header10.jpg);
        background-image: no-repeat;
        padding: 0px 0px 0px 0px;
        font-weight: bold;
        color: #ffffff;
        width: 882px;
        height: 947px;
        }

#publishersfilter {
        position: absolute;
        top: 170px;
        right: -205px;
        }

#alphafilter {
        position: absolute;
        top: 192px;
        right: -205px;
        }

#filtertext {
        position: absolute;
        top: 150px;
        right: -98px;
        }

#headerWrapper {
        height: 500px;
        } 
        
