﻿body
{
    margin:  0px;
    padding: 0px;
    background-color: #000000;
}

p
{
    color: #ffffff;
    font-family: Arial, Verdana;
    font-size: 11px;
    line-height: 180%;

    margin-top: 0px; 
}

img
{
    border: 0px;
}

a:active, a:hover, a:visited, a:link
{
    color: #000000;
}

div#Container
{
    /* Center the container in the page */
    position:  relative;
    margin-left:   auto;
    margin-right:  auto;
    margin-top:    auto;
    margin-bottom: auto;

    /* Fixed size for content */
    width: 1000px;
    height: 710px;
}

div#LogoBox
{
    position:absolute;
    left: 830px;
    top:  35px;

    z-index: 5;
}

div#Menu
{
    position:absolute;
    left: 15px;
    top:  15px;

    z-index: 5;
}

div#Content
{
    position: absolute;
    left: 0px;
    top:  0px;

    /* Fixed size and padding for content */
    padding: 10px;
    width: 1000px;
    height: 690px;

    /* Background positioning and repeat */
    background-position: top left;
    background-repeat:  no-repeat;
    background-attachment: scroll;

    z-index: 4;
}

div#CollectionGallery
{
    position: absolute;
    top:  195px;
    left: 300px;
    width: 650px;
    height: 400px;

    text-align: center;
}

div#CollectionTitle
{
    position: absolute;
    top:  560px;
    left: 10px;
    width: 300px;
    height: 100px;
}

div#CollectionSlider
{
    position: absolute;
    top:  560px;
    left: 300px;
    width: 650px;
    height: 100px;

    text-align: center;
}

.Loading
{
    background: url('../images/loader.gif') no-repeat center center;
}

