body
{
    background-color: #000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #eee;
    margin: 0px;
    padding: 0px;
}

h1
{
    font-size: 16px;
    font-weight: bold;
}

h2
{
    font-size: 14px;
    font-weight: bold;
}

div#header
{
    background-color: #262626;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 40px;
}

div#logo
{
    position: absolute;
    top: 0px;
}

div#navigation
{
    margin-top: 14px;
    text-align: right;
}

div#navigation span
{
    font-size: 12px;
    font-weight: bold;
    margin-left: 7px;
    margin-right: 7px;
}

div#navigation a
{
    color: #eee;
    text-decoration: none;
}

div#navigation a:hover
{
    color: #ccc;
    text-decoration: none;
}

div#body
{
    text-align: center;
}

div#browse
{
    background-color: #262626;
    border-color: #eee;
    border-width: 1px;
    border-style: solid;
    margin-top: 20px;
    padding-bottom: 15px;
    width: 800px;
}

div#browse div.header
{
    margin-top: 25px;
    text-align: center;
    width: 90%;
}

div#browse hr
{
    margin-bottom: 15px;
}

div#categories li
{
    display: inline;
    float: left;
    position: relative;
}

div#categories img
{
    background: #262626;
    padding: 0px;
    border: 2px solid #666;
}

div#categories table
{
    border: none;
    margin-bottom: 15px;
}

div#categories table span
{
    font-size: 11px;
    font-weight: bold;
    margin-left: 15px;
    padding-right: 15px;
}

div#categories table span img
{
    height: 150px;
    width: 200px;
}

div#category
{
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
}

div#category img
{
    background: #262626;
    padding: 2px;
    border: 1px solid #666;
}


div#category .small
{
    height: 75px;
    margin: 5px;
    width: 100px;
    z-index: 1;
}

div#category .large
{
    height: 150px;
    width: 200px;
    z-index: 5;
}

div#category a .large
{
    display: none;
}

div#category a:hover .large
{
    display: block;
    position: absolute;
    top: -33px;
    left: -45px;
}

div#category li
{
    display: inline;
    float: left;
    position: relative;
}

div#image
{
    margin-top: 20px;
}

div#image img
{   
    background: #262626;
    padding: 3px;
    border: 1px solid #262626;
}

div#content
{
    background-color: #262626;
    border-color: #eee;
    border-width: 1px;
    border-style: solid;
    margin-top: 20px;
    padding: 5px;
    padding-bottom: 15px;
    text-align: left;
    width: 800px;
}

div#content span
{
    margin-left: 7px;
    margin-right: 7px;
}

div#content a
{
    color: #7e7f7f;
    font-weight: bold;
}

div#content a:hover
{
    color: #7e7f7f;
    font-weight: bold;
    text-decoration: underline;
}

div#footer
{
    margin-top: 20px;
    text-align: center;
}

img
{
    border: 0px;
}

a
{
    color: #eee;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

ul.equipment li
{
	margin-bottom: 8px;
}