/******************************************
 * TITLE: Night Vision Default Stylesheet *
 ******************************************/

/* DESCRIPTION:
 * This is the green colour stylesheet for the Night Vision Australia website.
 *
 * This stylesheet is best used for display on large display areas (eg: standard computer
 * monitors).
 */

/* Import the default layout */
@import url(default.css);

body        {
            /*background-color:#3911FF;
            background-color:#1919B8;*/
            background-color:#1692FF;
            }

a:link      {
            color: #43F927;
            }
a:visited   {
            color: #43F927;
            }
a:hover     {
            color: #9AFF03;
            }
a:active    {
            color: #43F927;
            }

.titleBar   {
            background-color:black;
            color:green;
            border-color:black;
            }

.titleCall  {
            color:white;
            }

#navBar     {
            background:black;
            color:#43F927;
            }

#navBar a:link      {
            color: #43F927;
            }
#navBar a:visited   {
            color: #43F927;
            }
#navBar a:hover     {
            color: #9AFF03;
            }
#navBar a:active    {
            color: #43F927;
            }

.main       {
            color:white;
            padding-top: 100px;
            }

.gradBar    {
            background: url("../images/gradbar-blue.gif");
            background-repeat: repeat-x;
            }
            
.titletextcontainer {
  color: #0b4b83;
}

.titleshadowcontainer {
  color: #82a8c9;
  display: none;
}

.ProdSpec {
    color: #000000;
}