﻿body {
    background-color: #FECB09;
    font: .9em Verdana, Arial, Sans-Serif;
}

img {
    outline: 0px;
    border: none;
}

#wrapper {
    width: 1024px;
    margin: 0px auto;
}

#wrapper-inner {
    float: left;
    width: 1024px;
    background: url(images/main_bkgnd.gif) repeat-y top left;
}

#header {
    float: left;
    position: relative;
    width: 1024px;
    height: 326px;
    background: url(images/header_bkgnd.gif) no-repeat left top;
}

#header #TerminalVelocityPreview {
    position: absolute;
    top: 63px;
    left: 60px;
    width: 314px;
    height: 185px;
    background: url(images/TV3_Preview.png) no-repeat left top;
}

#header h1 {
    position: absolute;
    top: 30px;
    right: 110px;
    width: 477px;
    height: 98px;
    background: url(images/logo.png) no-repeat left top;
}

#header h2 {
    position: absolute;
    top: 133px;
    right: 65px;
    width: 561px;
    height: 80px;
    background: url(images/Terminal_Velocity_3_Title.png) no-repeat left top;
}

#header h3 {
    position: absolute;
    top: 200px;
    right: 180px;
    width: 419px;
    height: 23px;
    background: url(images/ExclusivelyManufactured.png) no-repeat left top;
}

#header #TerminalVelocityPreview span, #header h1 span, #header h2 span, #header h3 span {
    visibility: hidden;
}

#header #TCScroller {
    position: absolute;
    top: 273px;
    left: 72px;
    width: 900px;
}

.menu {
    float: left;
    clear: both;
    width: 1024px;
    height: 24px;
    margin: 0px;
    padding: 6px 0px 0px;
    background: url(images/menubg.gif) no-repeat top left;
    text-align: center;
}

.adminMenu {
    width: 250px;
    height: 24px;
    margin: 0px;
    padding: 6px 0px 0px;
    text-align: center;
}

.menu li {
    display: inline;
    list-style-type: none;
    margin: 0px 13px;
    padding: 0px;
}

.menu li a {
    color: #FFFFFF;
    font: 16px Verdana, Arial, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
}

.menu li a:hover {
    color: #FECB09;
}

#content {
    float: left;
    width: 1024px;
    height: auto !important;
    margin: 0px;
    padding: 20px 0px;
}

#footer {
    float: left;
    width: 1024px;
    height: 39px;
    background: url(images/footer.gif) no-repeat top left;
}





h1 {
    color: Navy;
    text-align: left;
}
.SmallFont {
    font-size: .8em;
}

.DarkBodyText {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 1.0em;
    font-weight: bold;
}
.bodyLink {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: .8em;
    color: Navy;
    font-weight: bold;
    text-decoration: none;
}
.GridBody {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: .8em;
    text-align: left;
}

a.MenuLink {
    color: White;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

a.MenuLink:hover {
    color: #fecb09;
}





.Header {
    font-size: 2.0em;
    font-weight: bold;
    text-align: center;
}

.Center {
    display: block;
    margin: 20px auto;
    filter: alpha(opacity=80);
    opacity: .8;
    background-color: #FFFFFF;
}

th {
    font-weight: bold;
    background-color: Orange;
    text-align: center;
}

.imageBorder {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.NormalLabel {
    color: Black;
}

.HeaderLabel {
    background-color: #FECB09;
    font-weight: bold;
}
