﻿body
{
    background-color: #333323; 
    margin: 0;
    padding: 0;
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
	font-weight: 900;
}

td.header
{
    background-color: #5A5B3C;
    text-align: center;
    border-right: 5px, solid, black;
}

td.empty
{
    width: 46px;
}

td.content
{
    width: 1050px;
}

td.BottomNav
{
    
}

td.Footer
{
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 10pt;
    font-family: Arial, Sans-Serif;
}

td.Footer a
{
    color: #ffffff;
}

td.Footer a:hover
{
    color: Yellow;
}

/* ------- The Home Button ------- */
#HomeButton
{
    display: inline-block;
    width: 142px;
    height: 51px;
    background: url('images/nav/nav_06.jpg') no-repeat;
}

#HomeButton:hover
{
    background: url('images/over/over_06.jpg');
}

#HomeButton span
{
    display: none;
}
/* ------------------------------- */

/* ------- One Sixth Button ------- */
#OneSixth
{
    display: inline-block;
    width: 177px;
    height: 51px;
    background: url('images/nav/nav_07.jpg') no-repeat;
}

#OneSixth:hover
{
    background: url('images/over/over_07.jpg');
}

#OneSixth span
{
    display: none;
}
/* ------------------------------- */

/* ------- One 35th Button ------- */
#One35th
{
    display: inline-block;
    width: 177px;
    height: 51px;
    background: url('images/nav/nav_08.jpg') no-repeat;
}

#One35th:hover
{
    background: url('images/over/over_08.jpg');
}

#One35th span
{
    display: none;
}
/* ------------------------------- */

/* ------- Model Gallery Button ------- */
#ModelGallery
{
    display: inline-block;
    width: 220px;
    height: 51px;
    background: url('images/nav/nav_09.jpg') no-repeat;
}

#ModelGallery:hover
{
    background: url('images/over/over_09.jpg');
}

#ModelGallery span
{
    display: none;
}
/* ------------------------------- */

/* ------- Contact Button ------- */
#Contact
{
    display: inline-block;
    width: 159px;
    height: 51px;
    background: url('images/nav/nav_10.jpg') no-repeat;
}

#Contact:hover
{
    background: url('images/over/over_10.jpg');
}

#Contact span
{
    display: none;
}
/* ------------------------------- */

/* ------- Links Button ------- */
#Links
{
    display: inline-block;
    width: 175px;
    height: 51px;
    background: url('images/nav/nav_11.jpg') no-repeat;
}

#Links:hover
{
    background: url('images/over/over_11.jpg');
}

#Links span
{
    display: none;
}
/* ------------------------------- */