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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

article, aside, footer, header, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    display: block;
}

html {
    height: 100%;
    width: 100%;
}

body {
    min-height: 100%;
    text-align: center;
    position: relative;
}

.wrapper, #wrapper {
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear, .clearfix, .fix {
    clear: both;
}

.footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

ul.none, ul.none li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hide {
    visibility: hidden !important;
    display: none !important;
}

/* navigation */
.nav, .nav ul, .nav li, nav ul, nav li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

html.load {
    cursor: wait;
}

html.load * {
    cursor: wait !important;
}