﻿/*
Cragar Blue = #0079C1
Dark Borders = #41403D
*/

body
{
    background-position: right top;
    font-family: Verdana, Arial, sans-serif;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: Black;
    background-image: url('../images/global/BG_CarRight.png');
    background-repeat: no-repeat;
    color: White;
    behavior: url("csshover3.htc");
}

a, a:hover
{
    color: #1CCCFF;    
}
a:hover
{
    text-decoration: underline;
}

p
{
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    letter-spacing: -1px;
}

a
{
}

#SiteContainer
{
    width: 900px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#SuperNav
{
    text-align: right;
}

#MainNav
{
    background-image: url('../images/global/BG_Grate_Top.jpg');
    background-repeat: no-repeat;
    width: 900px;
    border-bottom: solid 2px #41403d;
}
.MenuSubLink img
{
    padding: 2px;
    border: solid 1px #008ccc;
}


#CragarLogo img
{
}

#BlueContainer
{
    width: 900px;
    border: solid 1px #00619a;
}
#FootTop
{
    background-color: #333333;
    height: 5px;
}
#FootBottom
{
    background-color: #0079C2;
    height: 3px;
}
#FootContent
{
    text-align: center;
    background-color: #00619A;
    color: White;
}
#Copyright
{
    height: 17px;
    text-align: right;
    background-color: Black;
}
.ImgHeader
{
    border-bottom: Solid 2px Black;
    margin-bottom: 10px;
}
#Menu
{
    top: 75px;
    display: inline;
    position: absolute;
    z-index: 10;
}

#Menu ul
{
    list-style-image: none;
    list-style-type: none;
    display: inline;
    float: left;
    position: relative;
    list-style-position: inside;
}

#Menu ul .item
{
    display: none;
    z-index: 10;
    position: absolute;   
}

#Menu ul:hover .item
{
    display: block;
    position: absolute;
    z-index: 10;
}

#MainContentPlaceHolder
{
    width: 900px;
    background-color: Black;
    height: 400px;
}

img
{
    border-style: none;
}

.MenuHover
{
    position: relative;
    top: 5px;
    border: solid 1px #00619A;
    background-image: url('../images/global/MenuOpaque_03.png');
    padding: 10px 10px 10px 10px;
    z-index: 10;

}

.MenuHover img
{
    padding: 2px;
    display: inline;
    margin: 0px 5px 0px 5px;
    border: solid 1px #008ccc;

}
.CommentItemHolder
{
    border-top: solid 1px gray;
    vertical-align: top;
    width: 400px;
    margin: 10px;
    display: inline-block;
}
.CommentItemProfilePic
{
    float: left;
    display: inline-block;
    padding: 0px 5px 5px 0px;   
}
.CommentItemText
{
    font-size: 8pt;
}
.CommentItemDelete
{
    display: block;
    margin-top: 5px;
}
.CommentItemTime
{
    text-transform: uppercase;
    font-size: 8px;
    color: #666666;
}
.CommentItemComment
{
    margin-top: 3px;
}
.CommentItemInsert
{
    font-size: 8pt;
    width: 400px;
    margin: 10px;
}