﻿html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #000000;
    padding: 0;
    margin: 0;
    background-image: url('/assets/images/page-backgrounds/bg-01.jpg');
    background-repeat: no-repeat; /*background-attachment: fixed;*/
}

p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

#container
{
    margin: 0 auto;
    width: 995px;
    height: auto;
    position: relative;
    top: 0px;
    z-index: 2;
}
#content
{
    background-color: #000000;
    display: block;
    position: relative;
}

/* 
    The E in DEWALT is always 80% of the surrounding text:
        D<span class="dewaltE">E</span>WALT
*/
.dewaltE
{
    font-size: 80%;
}

.whatsnewProdNumber
{
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    position: relative;
    right: 70px;
}

.WhatsNewViewAllLnk
{
    color: #000000;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    float: right;
    padding: 6px 6px 3px 0px;
}

.clear
{
    clear: both;
}

#ccheader
{
    float: left;
    clear: both;
    width: 995px;
    text-align: center;
    padding-bottom: 20px;
}

