h1{
    color: #000000;
}

body{
    background-color: #000000;
}
html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }
#footer {
  color: #ffffff;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
div.slogan{
    display: block;
    border: 0px solid #6e6b6b;
    border-left-width: 0px;
    border-right-width: 0px;
    position:absolute;
    top:100px;
    left: 300px;
    font-family:Arial;
    font-size:13px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    color: white;
    /* text-shadow: -2px -2px 0 #999999,1px -2px 0 #999999,-2px 1px 0 #999999,1px 1px 0 #999999; */
}

div.banner{
    background-color:#999999;
    height:60px;
    display: block;
    border: 3px solid #6e6b6b;
    border-left-width: 0px;
    border-right-width: 0px;
    position:relative;
    top:118;
}
div.nav{
    display: block;
    padding-top: 0px;
    padding-left: 400px;
}

div.mainLogo{
    padding: 0px;
    position:absolute;
    left:20px;
    top:28px;
}
a.menu, a.current{
    text-transform: uppercase;
}
#nav
{ /* top, right, bottom, and left */
    display: block;
    padding-top: 0px;
    padding-left: 300px;
}
#nav li
{
    display:inline;
}
#nav li a
{
    font-family:Arial;
    font-size:12px;
    font-weight: bold;
    text-decoration: none;
    /* float:left; */
    padding:18px 10px 27px 10px;
    background-color: #999999;
    color:#ffffff;
    border-bottom:2px;
    border-bottom-color:#6e6b6b;
    border-bottom-style:solid;
    /*
    border:1px solid red;

    */
}
#nav li a.current
{
    font-family:Arial;
    font-size:12px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    /* float:left; */
    padding:18px 10px 27px 10px;
    background-color: #999999;
    color:#000000;
    border-bottom:2px;
    border-bottom-color:#6e6b6b;
    border-bottom-style:solid;
    /*
    border:1px solid red;

    */
}
#nav li a:hover
{
    background-color:#333333;
    padding:20px 10px 27px 10px;

    border-bottom-color:#cccccc;
    border-bottom-style:solid;
    /* margin:-1px; */
}
#title
{ /* top, right, bottom, and left */
    font-family: Impact, Charcoal, sans-serif;
    font-size: 1.6em;
    line-height: 2em;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #282828;
    position: absolute;
    left:70px;
    top:250px;
    margin-left:auto;
    margin-right:auto;
    width: 200px;
}
#body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    line-height: 1em;
    font-style: normal;
    text-decoration: none;
    color: #B0B0B0;
    position: absolute;
    left:300px;
    top:200px;
    width: 500px;
}
#body a{
    color:#ffffff;
    text-decoration: none;
}
#body a:hover{
    color:#B0B0B0;
    text-decoration: underline;
}
#body a:visited{
    color:#ffffff;
    text-decoration: underline;
}
div.itemBox{
   border: 1px solid #6e6b6b;
}
tr.itemName{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    line-height: 1em;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    letter-spacing:2px;
}
tr.itemDesc{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 1em;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
}
span.itemLabel{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 1em;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: #6e6b6b;
}
span.itemDetails{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 1em;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
}
tr.gunDescription{
 width: 300px;
}
img.thumb{
    border-style: solid;
    border-color: #808080;
}
