/**************************************************************************
Filename: reset.css
Author: Ben Lister
URL: css/reset.css

Description:
CSS Reset Stylesheet, resets margins, sizes, fonts and other site specific 
styles to 0 from browser-specific defaults.
***************************************************************************/


html { height: 100% }

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 1em;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    font-family: Arial, Helvetica, Sans-Serif;
    line-height: 1.5;
    font-size:.8em;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

a img { border: none }

input, select, textarea { font-size: 100% }

.clear { clear: both }
.right { float:right }
.left { float:left }

ul, li { list-style: none }