/***************************************************/
/* nh.css                                          */
/*                                                 */
/* Nipperhead Style Sheet                          */
/* www.nipperhead.com                              */
/* Copyright (c) 1996-2007, Peter Liebert          */
/***************************************************/

body {
   background-color:#000000;
   margin: 0;
   padding: 0px;
   font-size:12px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#660000;
}

h1 {
   font-size: 28px;
   color:#660000;
   font-weight:bold;
   font-style: italic;
   text-align:center;
   margin:0; 
   padding:0;
   font-family : "Comic Sans MS", "Times New Roman";
   font-variant: small-caps;
}

h1.rev {
   color:#e7b884;
   background-color:#660000;
}

h2 {
   font-size: 20px;
   margin: 0;
   padding: 0;
   font-weight: bold;
   font-style: italic;
   font-variant: small-caps;
   text-align:center;
}

h3 {
   font-size: 16px;
   margin: 0;
   padding: 0px;
   font-weight: bold;
   font-style: italic;
   text-align:center;
}

h4 {
   font-size: 14px;
   margin: 0;
   padding: 0px;
   font-weight: bold;
   font-style: italic;
   text-align:center;
   color:#660000;
   background-color:#e7b884;
}

h4.rev {
   color:#e7b884;
   background-color:#660000;
}

h5 {
   font-size: 12px;
   margin: 0;
   padding: 0px;
   font-weight: bold;
   font-style: italic;
   text-align:center;
}

.manlink {
   font-size: 14px;
   cursor: pointer;
}

A:link {text-decoration: underline; color: #660000;}
A:visited {text-decoration: underline; color: #660000;}
A:active {text-decoration: none;  color: #660000;}
A:hover {text-decoration: underline;  color: #660000;}

img {
   border-style: none;
}


table#outer {
   background-color:#660000;
   width: 100%;
   height:100%;
}

td#header {
   background-color:#660000;
   margin-bottom:0;
   margin-top: 15px;
   margin-left: 5px;
   vertical-align:top;
   text-align: left;
   height:112px;
}

td#nav {
   color:#e7b884;
   background-color:#660000;
   width: 150px;
   vertical-align:top;
   text-align:center;   
   padding:3px;
}


td#nav.list {text-decoration: underline; font-size:12px; color:#e7b884;padding:2px;}
td#nav A:link {text-decoration: underline;  color:#e7b884;padding:2px;}
td#nav A:visited {text-decoration: underline;  color:#e7b884;padding:2px;}



td#main {
   background-color:#e7b884;
   color: #660000;
   text-align: center;
   vertical-align:top;
   width:100%;
   padding:0px;
   margin:0px;
}

td#main.left {
   text-align: left;
   padding-left:50px;
}

td#main A:link {text-decoration: underline; color:#aa0000;padding:2px;}
td#main A:visited {text-decoration: underline; color:#aa0000;padding:2px;}

td#footer {
   font-size: 7pt;
   text-align: center;
   vertical-align: middle; 
   color:#e7b884;
   background-color: #660000;
   height:50px;
}

td#footer A:link {text-decoration: underline; font-weight: bold; color: #e7b884;}
td#footer A:visited {text-decoration: underline; color: #e7b884;}

div#statusBar {
   position:fixed;
   bottom:0;
   left:0;
   height:20px;
   width:100%;
   margin:0 auto;
   padding: 0;
   background:#660000;
   color:#e7b884;
   text-align:center;
}

span.definition {
   border-bottom:1px dotted;
}

div.manufacturer {
   margin: 0px;
   background-color:#000000;
   font-size:16px;
   text-align: left;
}

div.item {
   float: left;
   width: 150px;
   margin-bottom: 10px;
   color:#660000;
   font-size: 10px;
}
  
div.item p {
   text-align: center;
}

div.spacer {
  clear: both;
}

div.reverse {
   color: #e7b884;
   background-color : #660000;
}


.mp3 {
text-decoration: none;
font-size: 8pt;
color: white;
background: url('_dev/sp_stopped.gif') center left no-repeat;
padding-left: 20px;
padding-right: 3px;
padding-top: 0px;
padding-bottom: 0px;
background-color:brown;
font-variant: small-caps;
vertical-align: middle;
border:none;
}

