
/* PowerStream  Selectors */


body {font:13px Optimum, Optima, Geneva, sans-serif;
  font-size: 14px;
  
}

.shopcart {border-style:none;position:absolute; right: 30%;z-index:1}

 
p {
  width: 80%;
}

 
li {  list-style-position: outside; margin-left: -1em;
  line-height: 120%;
  list-style-type:disc;
}

 
h1 {
  font-family: Optimum, Optima, Geneva, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}

 
h2 {
  font-family: Optimum, Optima, Geneva, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
h3 {
  font-family: Optimum, Optima, Geneva, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

/**************** Pseudo classes ****************/
 
a:link {
  color: #034F84;
  
  font-weight: normal;
}
a:visited {
  color: #034F84;
  text-decoration: underline;
  font-weight: normal;
}
 
a:hover {
  color: #0000ff;
  padding-bottom: 0px;
  font-weight: normal;
  text-decoration: underline;
}

a:active {
  color: #000000;
  font-weight: normal;
  text-decoration: underline;
}

li a:link {
  color: #034F84;
  text-decoration: none;
  font-weight: normal;
}
 
li a:visited {
  color: #0000ff;
  text-decoration: none;
  font-weight: normal;
}

 
li a:hover {
  
  color: #0055dd;
  padding-bottom: 0px;
  font-weight: normal;
}
 
li a:active {
  color: #ffffff;
  font-weight: normal;
}

/************************* ID's *************************/
 /**/#navigation {
  position: fixed;
  width: 175px;
  height: 6000px;
  margin-top: 0px;
  font-weight: normal;
  color: #ffffff;
  margin-right: 0pt;
  margin-bottom: 0pt;
  background-image: url('2bj.png');
  background-repeat: repeat-y;
  border-right: 20pt;
  z-index:0;
 
}
 /**/#navigation li a {margin-left:0px;
          
}
/**/#navigation li a:link {Color: #FAE03C;
          text-decoration: none;
          font-weight: normal;
}

 /**/#navigation li a:visited {Color: #FAE03C;
          text-decoration: none;
          font-weight: normal;
}
 /**/#navigation li a:hover {Color: #FFFFFF;
          text-decoration: none;
          font-weight: bold;
          margin: .5px
}
/**/#navigation li a:active {Color: #F7CAC9;
          text-decoration: none;
          font-weight: normal;
}

/**/#centerDoc {
  position: absolute; 
  top: 0px;left: 175px;
  display: inline
  z-inex:1;
  background-image: url('w-.png');
  background-repeat: repeat-y;

  
}