﻿/*Navigator style: */

#navBody {background-color:#000000;}		/* navBody holds the area where the scrollbar will appear */
#outerNavBar {background-color:#000000;}	/* outerNavBar will hold all space other than scrollbar */
#innerNavBar {background-color:#080808;}	/* innerNavBar within edges of outerNavBar and only as high as needed */


.lt2font {font: 70% Verdana; font-size:12px; text-decoration: none; color: #000000}

/* lt0 is product button f.i; XK-3c */
.lt0 {border-right: #666666 1px solid; padding-right: 6px; border-top: #666666 1px solid; padding-left: 6px; padding-bottom: 0px; border-left: #666666 1px solid; padding-top: 0px; border-bottom: #666666 1px solid; font: 70% Verdana; font-size:10px; text-decoration: none; color: #888888; background: #000000; height:30px}
/* lt1 is product button during mouseover f.i; XK-3c */
.lt1 {border-right: #ffffff 1px solid; padding-right: 6px; border-top: #FFFFFF 1px solid; padding-left: 6px; padding-bottom: 0px; border-left: #ffffff 1px solid; padding-top: 0px; border-bottom: #ffffff 1px solid; font: 70% Verdana; font-size:10px; text-decoration: none; color: #ffffff; background: #000000; height:30px}
/* lt2 top-level button f.i. Home, Products...*/
.lt2 {border-right: #ffffff 1px solid; padding-right: 6px; border-top: #ffffff 1px solid; padding-left: 6px; padding-bottom: 0px; border-left: #ffffff 1px solid; padding-top: 0px; border-bottom: #ffffff 1px solid; font: 70% Verdana; font-size:12px; text-decoration: none; color: #000000; background: #dddddd; height:30px}
/* lt3 top-level button during mouseover f.i. Home, Products...*/
.lt3 {border-right: #888888 1px solid; padding-right: 6px; border-top: #888888 1px solid; padding-left: 6px; padding-bottom: 0px; border-left: #888888 1px solid; padding-top: 0px; border-bottom: #888888 1px solid; font: 70% Verdana; font-size:12px; text-decoration: none; color: #ffffff; background: #888888; height:30px}
/* lt4 brand button f.i. Hammond, Leslie, Gallery, Brochures... onmouseover lt1*/
.lt4 {border-right: #666666 1px solid; padding-right: 6px; border-top: #666666 1px solid; padding-left: 6px; padding-bottom: 0px; border-left: #666666 1px solid; padding-top: 0px; border-bottom: #666666 1px solid; font: 70% Verdana; font-size:10px; text-decoration: none; color: #888888; background: #333333; height:30px}
/* lt5 utilities for logon/service (internal use) only... onmouseover lt3*/
.lt5 {border-right: #888888 1px solid; padding-right: 6px; border-top: #888888 1px solid; padding-left: 6px; padding-bottom: 0px; border-left: #888888 1px solid; padding-top: 0px; border-bottom: #888888 1px solid; font: 70% Verdana; font-size:10px; text-decoration: none; color: #ffc20e; background: #222222; height:30px}

/* WhiteSmoke is #f5f5f5
   Gainsboro is #dcdcdc
   LightSteelBlue is #b0c4de */

/*
            .ProductTabCell
            {
                border-color: Black;
                border-width: 1px;
                border-style: solid;
                background-color: WhiteSmoke;
                color: Black;
                text-align: center;
                height: 22px;
                font-family: Arial;
                font-size: 12px;
            }

            .ProductTabCellSelected
            {
                border-top-color: Black;
                border-left-color: Black;
                border-right-color: Black;
                border-bottom-color: Gainsboro;
                border-width: 1px;
                border-style: solid;
                background-color: Gainsboro;
                color: Black;
                text-align: center;
                height: 22px;
                font-family: Arial;
                font-size: 12px;
            }

            .ProductTabCellHover
            {
                border-color: Black;
                border-width: 1px;
                border-style: solid;
                background-color: LightSteelBlue;
                color: Black;
                text-align: center;
                height: 22px;
                font-family: Arial;
                font-size: 12px;
            }

            .ProductTabCellSelectedHover
            {
                border-top-color: Black;
                border-left-color: Black;
                border-right-color: Black;
                border-bottom-color: Gainsboro;
                border-width: 1px;
                border-style: solid;
                background-color: LightSteelBlue;
                color: Black;
                text-align: center;
                height:22px;
                font-family: Arial;
                font-size: 12px;
            }

            .ProductCanvas
            {
                background-color: Gainsboro;
                border-left: 1px solid black;
                border-bottom: 1px solid black;
                border-right: 1px solid black;
                width: 750px;
                font-family: Arial;
                font-size: 10px;
            }
*/




