body
{
    width: 900px;
    margin: 0 auto 40px auto;
    background-color: #002675;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    position: relative;
    color: Black;
}
a
{
    color: #002675;
    text-decoration: underline;
}

.HeadLink
{
    font-size: 18px;
    color: White;
    text-decoration: none;
}
.FieldLabel
{
    font-size: 12px;
    font-weight: bold;
}
.TextField
{
    font-size: 12px;
    width: 150px;
}
.SectionHead
{
    background-color: #304F8F;
    font-weight: bold;
    color: White;
    padding: 1px 5px 1px 5px;
}
.SectionContent
{
    border: solid 1px #304F8F;
    padding: 10px;
}
.SelectedRowStyle
{
    background-color: Yellow;
}
    
.CartBtn{
 width:65px;
 height:24px;
 background:url(images/cart.png);
}
.CartBtn a{
 display:block;
 top:0;
 left:0;
 width:65px;
 height:24px;
}
.CartBtn a:hover{
 background:transparent url(images/cart.png) 0 -24px no-repeat;
}
.faq_q
{
    font-size: 18px;
    color: green;
    font-weight: bold;
}
.faq_a
{
    font-size: 18px;
    color: blue;
    font-weight: bold;
}
.faq_al
{
    padding-bottom: 10px;
}

/* GLOBALHEADER */
#globalheadertable { width: 890px; margin: 0 auto; }
#globalheader { width: 360px; height: 37px; margin: 0; padding: 0; }
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav ul { margin: 0; padding: 0; }
#globalheader #globalnav li { margin: 0; padding: 0; display: inline; }
#globalheader #globalnav li a { float: left; width: 90px; height: 0; padding-top: 37px; overflow: hidden; }
#globalheader #globalnav li a { background-image: url(Images/NavBarLeft.jpg); background-repeat: no-repeat; }
#gn-icon { width: 72px; height: 37px; margin: 0; padding: 0; background-image: url(Images/NavBarIcon.jpg); background-repeat: no-repeat; background-position: center; }
#gn-end { background-image: url(Images/NavBarRight.jpg); background-repeat: no-repeat; width: 458px; height: 37px; background-position: center; }

/* BUTTONS */
#globalheader #globalnav li#gn-home a { background-position: 0 0; }
#globalheader #globalnav li#gn-products a { background-position: -90px 0; }
#globalheader #globalnav li#gn-faq a { background-position: -180px 0; }
#globalheader #globalnav li#gn-contact a { background-position: -270px 0; }

/* OVER STATES */
#globalheader #globalnav li#gn-home a:hover { background-position: 0 -37px; }
#globalheader #globalnav li#gn-products a:hover { background-position: -90px -37px; }
#globalheader #globalnav li#gn-faq a:hover { background-position: -180px -37px; }
#globalheader #globalnav li#gn-contact a:hover { background-position: -270px -37px; }

