/* at first: reset all browser-specific properties */
html, body, 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, 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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus
{
    outline: 0;
}

body
{
    font-family: Arial,Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background: #fbfbfb;
}

/* Mazda ngw styles */
body > div#footer
{
    position: fixed;
}

div#footer
{
    z-index: 1;
}

#footer
{
    background-color: #006CB8;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
#nextstep
{
    width: 950px;
}
#nextstep ul
{
    font-size: 0.9em;
    margin: 0 0 0 10px;
    padding: 8px 10px 5px 0;
    position: relative;
    z-index: 9999;
}

#nextstep li
{
    background: url("../images/bg_bottomnav_separator.gif") no-repeat scroll 100% 0 transparent;
    display: inline;
    height: 1.3em;
    list-style-type: none;
    padding: 5px 12px 0 9px;
}

#nextstep li a
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#confirmbox
{
    background: #fbfbfb url(../images/bg_confirmed.jpg) no-repeat top left;
    margin: 0 auto;
    position: relative;
    height: 720px;
}

