* { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
   font-size: 40px;
   font-weight: bold;
   font-style: normal;
   text-align: center;
}
h2 {
   font-size: 20px;
   font-weight: normal;
   font-style: normal;
   text-align: center;
}
h3 {
   font-size: 18px;
   font-weight: bold;
   font-style: normal;
   text-align: left;
}
body {
   margin : 0;
   padding : 0;
   background-color : #E5E5E5;
   color : #000000;
}
table.MainTable {
   width: 100%; /*700px;*/
   border-collapse: collapse;
   padding: 0;
   margin: 0;
}
/* Styles for PMDX logo (does not work yet) */
p.c6 {text-align: center}
p.c5 {color: #008080; font-family: Verdana; text-align: center}
p.c4 {font-size: 80%; text-align: center}
p.c3 {margin-bottom: -24px; text-align: center}
span.c2 {font-family: Lucida Sans Unicode; font-size: 120%}
span.c1 {color: #008080; font-family: Lucida Sans Unicode; font-size: larger}
/* End PMDX Logo styles */

a:link    { color: #008000 }        /* unvisited link */
a:visited { color: #800000 }        /* visited link */
a:hover   { background: #66FF66 }   /* mouse over a link */
a:active  { color: #0000FF }        /* Selected link (while button pressed) */

.Header {
  width : 100%;
  height : 8em;
  /* border-bottom : 2px solid #cccccc; BORDER NOW IN TOPMENU */
}
div.HeaderLeft {
   float: left;
   width: 150px;  /* Match width of HeaderRight */
   margin: 0;
   border: none;
}
div.HeaderCenter {
   width: 100%;
   margin: 0;
   border: none;
}
div.HeaderRight {
   float: right;
   width: 150px;  /* "View Cart" button is 130 pixels wide, must match HeaderLeft */
   margin: 0;
   border: none;
   text-align: center;
}
.TopMenu {
   font-size: 15px;
   height : 1em; /*20px;*/
   width: 100%;
   padding: 0;
   margin: 0;
   border-top : 2px solid #008080;  /* was color #cccccc */
   border-bottom : 2px solid #008080;
}
.Selected {
   background-color: #66FF66;
}
.TopMenu a {
   display: inline;     /* no line break before/after each element, highlight entire width */
   text-decoration: none;  /* removes underline from links */
}
.TopMenu a:link    { color: #008000 }        /* unvisited link */
.TopMenu a:visited { color: #800000 }        /* visited link */
.TopMenu a:hover   { background: white }     /* mouse over a link */
.TopMenu a:active  { color: #0000FF }        /* Selected link (while button pressed) */

.Content {
   /*width: 80%;*/
   color : #000000;
   /*border: 2px solid #cccccc;*/
   font-family: GillSans, Arial, sans-serif;
   font-size: small;
   vertical-align: top;
}
.Content h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 30px;
   font-weight: bold;
   font-style: normal;
   text-align: center;
   padding: 0;
   margin: 0;
}
.Content h2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 20px;
   font-weight: normal;
   font-style: normal;
   text-align: center;
}
.Content h3 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: normal;
   font-style: italic;
   text-align: center;
}
.Content h4 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   font-style: italic;
   text-align: left;
   padding: 0;
   margin: 1em 0 0 0;
}
.Content hr {
   color: #008080;               /* IE uses this */
   background-color: #008080;    /* Firefox uses this */
   border: none; /*1px solid #008080;*/
   height: 2px;
   width: 50%;
}
.Content li {
   line-height: 1.2em;
   margin-top: 0.4em;
   margin-bottom: 0.4em;
}
.Content a:link    { color: #008080 }        /* unvisited link */
.Content a:visited { color: #800000 }        /* visited link */
.Content a:hover   { background: white }     /* mouse over a link */
.Content a:active  { color: #0000FF }        /* Selected link (while button pressed) */

.ProdTable .Center {
   text-align: center;
}

.Prodtable table {
   text-align: center;
   width: 100%;
   border: 0;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:30px;
   padding-left:0px;
}
.ProdTable tr {
   text-align: center;
   vertical-align: middle;
}
.ProdTable td {
   text-align: left;
}
.ProdTable h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 30px;
   font-weight: bold;
   font-style: normal;
   text-align: left;
   padding: 0;
   margin: 0;
}
.ProdTable h2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 20px;
   font-weight: normal;
   font-style: normal;
   text-align: left;
}

p.Announce {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: x-large;
   font-weight: bold;
   font-style: italic;
   color: #008080;
   text-align: center;
}
p.ComingSoon {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: x-large;
   font-weight: bold;
   font-style: italic;
   color: #008080;
   text-align: center;
}
p.UsersManual {
   font-family: Arial, Helvetica, sans-serif;
   font-size: medium;
   font-weight: bold;
   color: #008080;
   text-align: center;
}
p.PriceLine {
   font-family: Arial, Helvetica, sans-serif;
   font-size: x-large;
   font-weight: normal;
   text-align: center;
}
div.Legacy {
   font-size: small;
   font-weight: bold;
   text-align: center;
   color: red;
   margin: 0 10% 0 10%;
}
div.Note {
   font-size: small;
   font-weight: normal;
   text-align: center;
   color: red;
   margin: 0 10% 0 10%;
}
hr.ContentLargeHR {
   color: #008080;               /* IE uses this */
   background-color: #008080;    /* Firefox uses this */
   border: none;  /*1px solid #008080;*/
   height: 5px;
   width: 100%;
}
div.ContentMenu {
   float: left;
   clear: right;
   width: 100%;
   font-size: 17px;
   /*width: 100%;*/
   padding: 0; /*0.2em 0 2.0em 0.2em;*/
   margin-top: 0.4em;
   margin-bottom: 1.0em;
   margin-left: 0.5em;
   margin-right: 1.0em;
}
.ContentMenu {
   font-size: 18px;
   width: 100%;
   padding: 0; /* 0.2em 0 2.0em 0.2em;*/
   margin: 0;
   display: inline;
}
.ContentMenu ul {
   display: inline;
   float: left;
   clear: both;
   width: 100%;
   padding: 0;
   margin: 0;
   list-style-type: none;
}
.ContentMenu  li {
   display: inline;
   line-height: 1.2em;
   margin-top: 0.4em;
   margin-bottom: 1.0em;
   margin-left: 0.5em;
   margin-right: 1.0em;
   padding: 0; /*0.2em 0.6em;*/
}
.ContentMenu a {
   display: inline;
   /*float: left;*/
   /*width: 6em;*/
   text-decoration: underline;
   color: black;
   background-color: #E5E5E5;
   padding: 0; /*0.2em 0.6em;*/
   border: none;
   margin-top: 0.4em;
   margin-bottom: 1.0em;
   margin-left: 0; /*0.5em;*/
   margin-right: 0; /*1.0em;*/
   /*border: 1px solid #008080;*/
}
.ContentMenuSelected {
   /*float: left;*/
   display: inline;
   padding: 0.2em 0.6em;
   border: none; /* 1px solid #008080;*/
}
.ContentMenu a:hover { background: white; }

.SideMenuDiv {
   /*Specify width here AND in SideMenu seems to force side menu max width with tables */
   width: 220px;
   font-size: 15px;
   display: block;
   padding: 10px 0px 0px 0px;
   margin: 0;
}
.SideMenuDiv a {
   /*background: url('/Images/right_bluegray.png') no-repeat 5px 5px;*/
   /*padding: 0px 0px 2px 20px;*/ /* Use this with background image */
   padding: 0px 0px 2px 5px;
   display: block;   /* Keep links one to a line (when not using <ul>) */
   margin: 0;
}
.SideMenu {
   /*Specify width here AND in SideMenuDiv seems to force side menu max width with tables */
   width: 220px;
   margin: 0;
   padding: 0;
   /*line-height: 1.5em;*/
   border-right : 2px solid #008080;
   vertical-align: top;
}
.SideMenu p {
   font-size: 18px;
   font-weight: bold;
   font-style: normal;
   text-align: left;
   padding: 5px 0px 5px 5px;
   margin: 0;
   background-color: #008080;
   color: white;
}
.SideMenu a
{
   color: blue;
   text-decoration: none;
   display: inline; /* added for IE <li> compatibility, see "li" below */
   /*font-size: 1.1em;*/
}
.SideMenu a:hover {background-color:white;}
/*.SideMenu a:before {content:url('/Images/right_bluegray.png');}*/
.SideMenu a:visited {color: purple;}
.SideMenu ul {
   list-style-type: none;
   padding: 0px;
   margin: 0px;
   /* margin: 1em; */
   /* padding: 0; */
}
.SideMenu li {
   background-image: url('/Images/right_bluegray.png');
   background-repeat:no-repeat;
   background-position: 5px 5px; 
   padding-left:14px;
   margin-top: 2px; /* a little room between menu lines */
   /*----------------------------------------------------------------------------*/
   /* http://www.howtocreate.co.uk/wrongWithIE/?chapter=Empty+Elements item #3 */
   /* IE shows blank lines after <li> elements. Cure is to make display style inline. */
   /* BUT - this breaks the background image display, overlaying the <li> text on the image */
   /*       or in FF 3.6 has image on one line, text on next */
   /* We can make the UL display style inline and that seems to work, but now need */
   /* explicit <p> around links or <br> after links to get white space where we */
   /* want it, like the "general info" links */
   /*----------------------------------------------------------------------------*/
   /* display: inline; */
   /*----------------------------------------------------------------------------*/

   /* list-style-type: none; */
   /* list-style-position: outside; */
   /* marker-offset: 0; */
   /*list-style-image: url('/Images/right_bluegray.png');*/
}
.SideMenuSelected {
   background-color: white;
}

.SideSubMenu {
   margin-left: 1.0em;
}
.SideSubMenu ul {
   list-style-type: disc;   /* back to default list style */
   list-style-position: outside;
   text-indent: -0.1em;
   /* padding: 0px; */
   /* margin: 0px; */
   /* margin: 1em; */
   /* padding: 0; */
}
.SideSubMenu li {
   Margin-top: 0px;
   list-style-image: none;
   background-image: none;
   padding-left: 0px;
   margin-left: 1.2em;
   /* background-image: url('/Images/right2_bluegray.png'); */
}

.PopularProductsDiv {
}
.PopularProductsDiv p {
   background-color: #E5E5E5;
   font-size: 15px;
   font-weight: normal;
   padding-bottom:1.0em;
}

.Footer{
   width: 100%;
   padding: 0;
   margin: 0;
   border-top : 2px solid #008080;
}

