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, 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
{
    line-height: 1;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
:focus
{
    outline: 0;
}
ins
{
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

body
{
    font-family: Arial,sans-serif;
}

h2
{
    font-family: Arial,sans-serif;
}

.bar
{
    background-color: Black;
    color: White;
    display: none;
}

.bar a
{
    color: White;
    text-decoration: none;
}

.bar a:hover
{
    color: #ff0750;
}

#ajaxLoader
{
    background-image: url(../img/ajax-loader.gif);
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    display: none;
    z-index: 100;
}

#logo
{
    padding: 24px 0 0 40px;
    vertical-align: top;
}

#header
{
    width: 100%;
    height: 70px;
    display: none;
    font-weight: bold;
    font-size: 40px;
}

#header span
{
    letter-spacing: -3px;
    position: relative;
    top: 24px;
}

#footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 154px;
    display: none;
    font: bold 8px Tahoma,sans-serif;
    line-height: 17px;
}

#footer ul
{
    float: left;
    margin: 20px 0 0 40px;
}

#footer h2
{
    font-weight: bold;
    font-size: 16px;
    color: #ff0750;
}

#footer p
{
    margin-bottom: 5px;
}

#content
{
    height: 100%;
}

#gallery
{
    margin-top: 70px;
    width: 100%;
    overflow: hidden;
}

#imageContainer
{
    position: relative;
    overflow: hidden;
    height: 600px;
}

#imageContainer div
{
    vertical-align: top;
    float: left;
}

#imageContainer .image
{
    margin-right: 300px;
}

#imageContainer h2
{
    color: #ff0750;
    font-size: 20px;
    letter-spacing: -1px;
    margin: 10px 0 10px 0;
}
#imageContainer .imageNo
{
    color: #ffffff;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: -3px;
    width: 100px;
}

#imageContainer p
{
    font: 12px Georgia, "Times New Roman" ,Times,serif;
}

.imageText
{
    width: 330px;
}

.direction
{
    font-size: 42px;
    background-color: #ff0750;
    position: absolute;
    top: 50%;
    height: 40px;
    margin-top: -20px;
    z-index: 1;
    cursor: pointer;
    color: White;
    padding: 2px;
    display: none;
}

.direction
{
    width: 35px;
    height: 50px;
}

.next
{
    right: 20px;
    background: url(/img/pointers.png) -10px -70px;
}

.next:hover
{
    background: url(/img/pointers.png) -10px -190px;
}

.prev
{
    left: 20px;
    background: url(/img/pointers.png) -10px -10px;
}

.prev:hover
{
    background: url(/img/pointers.png) -10px -130px;
}

.fadeIn
{
    display: none;
}

#dd
{
    position: absolute;
    bottom: 0;
    right: 0;
}

#blog
{
    position: fixed;
    top: 5px;
    right: 40px;
}