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: Georgia,serif;
}

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

.bar
{
    background-color: transparent;
    color: #666666;
    display: none;
}

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

.bar a:hover
{
    color: #41b1df;
}

#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
{
    position:fixed;
    bottom: 220px;
    left: 40px;
	z-index:1;
}

#header
{
    width: 100%;
    height: 10px;
    display: none;
    font-size: 40px;
	border-bottom: 1px #666666;
}

#header span
{
    letter-spacing: 0px;
    position: relative;
    top: 24px;
	left: 50%;
}

#footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    display: none;
    font: bold 9px Arial, Helvetica, sans-serif;
    line-height: 17px;
}

#footer ul
{
    float: left;
    margin: 20px 0 0 40px;
	text-align: center;

}

#footer h2
{
    font-size: 11px;
    color: #343434;
}

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

#content
{
    height: 100%;
}

#gallery
{
    margin-top: 40px;
    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: #41b1df;
    font-size: 20px;
    letter-spacing: -1px;
    margin: 10px 0 10px 0;
	text-align: center;
}

#imageContainer a:link
{
    color: #41b1df;
}

#imageContainer a:active
{
    color: #41b1df;
}

#imageContainer a:hover
{
    color: #41b1df;
}


#imageContainer a
{
    text-decoration:none;
}

#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
{
    left: 170px;
	top: 41px;
    background: url(/img/pointers.png) -10px -70px;
}

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

.prev
{
    left: 90px;
	top: 40px;
    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;
}
