@charset "utf-8";
/* CSS Document */

@media screen {

#page {
  margin: 0;
  padding: 0;
  text-align: center;
}
img {
  border-style: none;
}

#header {
  margin: 0;
}

#logo {
  float: left;
}

#verse {
  text-align: center;
  float: right;
  font-family: Pristina, "Times New Roman", Times, serif;
  width: 200px;
  font-weight: bold;
  font-size: 1.2em;
  color: #526478;
  margin: 0;
}

#heading {
  font-weight: bold;
  margin: 0;
  padding: 0 200px 0 200px;
  font-family: Pristina, "Times New Roman", Times, serif;
  font-size: 300%;
  text-align: center;
}

.smallertext {
  font-size: 0.5em;
}

#tagline {
  font-family: Pristina, "Times New Roman", Times, serif;
  font-weight: bold;
  clear: both;
  text-align: center;
  font-size: 1.2em;
  border-top: 5px solid #526478;
}

#viewed {
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
}

#nav {
  background-image: url(../assets/images/navbg.jpg);
  background-repeat: repeat-y;
  background-position: top right;
  width: 160px;
  text-align: center;
  float: left;
  clear: left;
  border-right: 1px solid #00F;
}

#newnav {
  float: left;
  clear: left;
  border-right: 1px solid #00F;
  width: 155px;
}

#newnav .navbutton {
  background-image: url(http://www.abundantflowwater.com/images/NavButton.gif);
  background-position: center;
  background-repeat: no-repeat;
  width: 144px;
  height: 29px;
  margin: 5px 5px 0 5px;
  padding: 0;
  cursor: pointer;
}

#newnav .linknegate {
  display: none;
}

#newnav a {
  position: relative;
  z-index: 24;
  color: #000;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

#newnav a:hover {
  z-index:25;
  text-decoration: none;
}

#newnav span.nav {
  display: none;
}

#newnav a:hover span.nav {
  display: block;
  position: absolute;
  left: 8em;
  width: 13em;
  border: 1px solid #000;
  background-color: #CCC; 
  color: #000;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
  font-size: .75em;
  white-space: normal;
  font-weight: bold;
}

#newnav .small {
  font-family: Pristina, "Times New Roman", Times, serif;
  font-weight: bold;
  text-align: center;
  font-size: 14pt !important;
  letter-spacing: 0 !important;
  vertical-align: middle;
  margin: 0 11px 0 0;
  padding: 6px 0 0 4px;
  white-space: nowrap;
}

#newnav .medium {
  font-family: Pristina, "Times New Roman", Times, serif;
  font-weight: bold;
  text-align: center;
  font-size: 18pt !important;
  letter-spacing: 0 !important;
  vertical-align: middle;
  margin: 0 11px 0 0;
  padding: 2px 0 0 4px;
}

.specialist {
  font-weight: bold;
  font-family: 'Comic Sans MS', 'Times New Roman', Times, serif;
}

.noborder {
  border: none !important;
}

#rightmargin {
 clear: right;
  float: right;
  text-align: center;
  width: 155px;
  margin: 0;
  padding: 5px;
}

#rightmargin .title {
  font-size: 1.2em;
  font-variant: small-caps;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  width: 100%;
  border: none;
}

#rightmargin .border {
  border-left: 3px solid #526478;
  width: 100%;
}

#rightmargin .divider {
  background-color: #526478;
  height: 3px;
  width: 100%
}

#rightmargin img {
  margin: 0;
  padding: 2px;
}

#rightmargin .caption {
  font-size: 0.9em;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  width: 100%;
}

#singlemargin {
  font-family: 'Times New Roman', Times, serif;
  margin: 0 0 0 160px;
  padding: 4px;
}

#doublemargin {
  font-family: 'Times New Roman', Times, serif;
  margin: 0 160px 0 160px;
  padding: 4px;
}

#links {
  border: none !important;
}

.product {
  border: 2px groove #526478;
  width: 90%;
  text-align: center;
}

.product h2 {
  margin: 0.5em;
  padding: 0;
}

.productdesc {
  font-size: 1.1em;
  font-weight: bold;
  width: 100%;
  border-top: 2px groove #526478;
  margin: .5em 0 0 0;
  padding: 0;
}

.smallcaps {
  font-variant: small-caps;
}


.featurerow {
  font-size: 1em; 
  font-weight: bold; 
}

.featcolr {
  float: right;
  width: 35%;
}

.featcoll {
  float: left;
  width: 35%;
}

.featcol { 
  width: 31%;
}



.description p {
  text-align: justify;
  font-size: 1.1em;
  text-indent: 2em;
}

.highlight {
  font-variant: small-caps;
  font-weight: bold;
}

.heading {
  font-size: 1.1em;
  font-weight: bold;
}

.columns {
  width: 99%;
}

.clearright {
  clear: right;
}

.sub {
  font-size: .75em;
}

.faqs h3 {
  font-variant: small-caps;
  text-align: left;
  margin-bottom: 2px;
  padding-bottom: 0;
}

.faqs p {
  margin-top: 0;
  padding-top: 0;
  text-align: justify;
}

.row {
  border-bottom: 2px groove #526478;
  border-left: 2px groove #526478;
  border-right: 2px groove #526478;
  width: 99%;
}

.lcol {
  width: 32%;
  float: left;
  margin: 0;
  padding: 2px;
  text-align: center;
}

.rcol {
  width: 32%;
  float: right;
  margin: 0;
  padding: 2px;
  text-align: center;
}

.mcol {
  margin-left: 33%;
  margin-right: 33%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px;
  border-left: 2px groove #526478;
  border-right: 2px groove #526478;
  height: 100%;
}

.leftcol {
  width: 49%;
  float: left;
  margin: 0;
  padding: 2px;
  text-align: center;
}

.rightcol {
  width: 49%;
  float: right;
  margin: 0;
  padding: 2px;
  text-align: center;
  border-left: 2px groove #526478;
}

.center {
  text-align: center;
}

.leftpic {
  float: left;
  margin: 0;
  padding: 5px;
}

.rightpic {
  float: right;
  margin: 0;
  padding: 5px;
}

.border {
  text-align: center;
  border: 2px groove #526478;
}

.system {
  font-size: 1.5em;
  font-weight: bold;
}

.caption img {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

.caption {
  font-size: .75em;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.usa {
  width: 2.6em;
  height: 1em;
}

.clearone {
  clear: both;
  height: 1px;
  margin: 0;
  padding: 0;
}
  
a.info{
  position: relative;
  z-index: 24;
  color: #000;
  text-decoration: none;
}

a.info:hover {
  z-index:25;
  text-decoration: none;
  background-color: #CCC;
}

a.info span.info {
  display: none;
}

a.info span.title {
  font-weight: bold;
  font-size: 1.1em;
  border: none !important;
}

a.info:hover span.info {
  display: block;
  position: absolute;
  top: 2em;
  left: 2em;
  width: 18em;
  border: 1px solid #000;
  background-color: #CCC; 
  color: #000;
  text-align: center;
  font-weight: normal;
  text-decoration: none !important;
}

a.info span.linfo {
  display: none;
}


a.info:hover span.linfo {
  display: block;
  position: absolute;
  top: 2em;
  right: 2em;
  width: 18em;
  border: 1px solid #000;
  background-color: #CCC; 
  color: #000;
  text-align: center;
  font-weight: normal;
  text-decoration: none !important;
}

.bold {
  font-weight: bold;
}

#featuresoptions {
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  padding: 5px;
  border: none;
}
 
#featuresoptions .row {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 2em;
  border: none;
}

#featuresoptions .mcol {
  border: none;
}
 
.right {
  float: right;
}

#order {
  clear: both;
  border: 2px groove #526478;
  font-size: 0.9em;
}

#order .item {
  font-size: 1.3em;
  font-weight: bold;
}

.price {
  color: #06C;
}

.add{
  float: left;
  margin-left: 1%;
  padding: 0;
  width: 100%;
}

#aisystem .item {
  font-size: 1.2em;
  font-weight: bold;
}

.check{
  margin-right: 1%;
  float: left;
  padding: 0;
  width: 100%
}

#order .option {
  font-weight: bold;
  font-variant: small-caps;
  font-size: 1.1em;
}

#order .add{
  clear: right;
  float: left;
  margin-left: 1%;
  padding: 0;
  width: 40%;
}

#order .check{
  margin-right: 1%;
  float: right;
  clear: right;
  padding: 0;
  width: 40%
}

.title {
  font-size: 1.4em;
  font-weight: bold;
  width: 99%;
  border: 2px groove #526478;
}

#replacements .item {
  font-weight: bold;
  font-size: 1.0em;
}

.controlheads .leftpic {
  width: 22%;
}

.controlheads .rightpic {
  width: 22%;
}

.controlheads img {
  width: 95%;
  max-width: 150px;
}

.item {
  font-weight: bold;
  font-size: 1.2em;
}

#replacements {
  width: 100%;
  font-size: 0.9em;
}

.clearblank {
  clear: both;
  margin: 0;
  padding: 0;
}

.hidden {
  visibility: hidden;
}

a.minfo{
  position: relative;
  z-index: 24;
}

a.minfo:hover {
  z-index:25;
}

a.minfo span.minfo {
  display: none;
}

a.minfo:hover span.minfo {
  display: block;
  position: absolute;
  top: 2em;
  left: 2em;
  width: 15em;
  border: 1px solid #000;
  background-color: #CCC; 
  color: #000;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
}

.italic {
  font-style: italic;
}

.disclaimer {
  font-size: 0.8em;
}

.clearboth {
  clear: both;
}

table#rejectionsheet {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #526478;
  clear: both;
}

table#rejectionsheet caption {
  font-size: 1.3em;
  border: 2px solid #526478;
  font-weight: bold;
}

table#rejectionsheet thead {
  background: #526478;
  font-size: 1.2em;
  color: #999;
}

table#rejectionsheet tbody td.contaminate {
  font-weight: bold;
  width: 30%;
  border: 2px solid #526478;
  margin: 0;
  padding-left: 5px;
}

table#rejectionsheet tbody td.rate {
  width: 15%;
  border: 2px solid #526478;
  margin: 0;
  padding-right: 5px;
}


table#rejectionsheet .divider {
  width: 1%;
  background: #526478;
}

#bottomnav {
  clear: both;
  text-align: center;
  font-family: 'Comic Sans MS', 'Times New Roman', Times, serif;
  font-size: .7em;
  margin: 0;
  padding: 0 2px 0 2px;
}

#bottomnav li {
  display: inline;
  margin: 0;
  padding: 0;
}

#contact {
  clear: both;
  text-align: center;
  font-family: 'Comic Sans MS', 'Times New Roman', Times, serif;
  font-size: .7em;
  border-top: 2px solid #00F;
  border-bottom: 2px solid #00F;
}

#contact ul {
  margin: 0;
  padding: 0;
}

#contact li {
  display: inline;
  margin: 0;
  padding: 0;
}


}

@media print {

#page {
  margin: 0;
  padding: 0;
  text-align: center;
  float: none !important;
}
img {
  border-style: none;
}

#header {
  margin: 0;
}

#logo {
  float: left;
  width: 2in;
}

#verse {
  text-align: center;
  float: right;
  font-family: Pristina, "Times New Roman", Times, serif;
  width: 2in;
  font-weight: bold;
  font-size: 12pt;
  color: #526478;
}

#heading {
  font-weight: bold;
  margin: 0;
  padding: 0 2in 0 2in;
  font-family: Pristina, "Times New Roman", Times, serif;
  font-size: 24pt;
  text-align: center;
}

#tagline {
  font-family: Pristina, "Times New Roman", Times, serif;
  font-weight: bold;
  clear: both;
  text-align: center;
  font-size: 12pt;
  border-top: 3pt solid #526478;
}

#viewed {
  display: none;
}

#nav {
  display: none;
}

#rightmargin {
  display: none;
}

#singlemargin {
  font-family: 'Times New Roman', Times, serif;
}

#doublemargin {
  font-family: 'Times New Roman', Times, serif;
}

.heading {
  font-size: 14pt;
  font-weight: bold;
}

.center {
  text-align: center;
}

.leftpic {
  float: left;
}

.rightpic {
  text-align: left;
}

.caption img {
  border-bottom: 3pt solid #000;
  padding-bottom: 3pt;
}

.caption {
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

.usa {
  width: 2.6em;
  height: 1em;
}

.clearone {
  clear: both;
  height: 1px;
  margin: 0;
  padding: 0;
}

.product {
  border: 1pt groove #526478;
  width: 90%;
}

.productdesc {
  font-size: 14pt;
  font-weight: bold;
  border-top: 1pt groove #526478;
  margin: .5em 0 0 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}
  
a.info{
  font-weight: bold;
}

h2 .caption {
  display: none;
}

.phide {
  display: none;
}

a span.info{
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

#featuresoptions {
  font-family: "Times New Roman", Times, serif;
}
 

#order {
  clear: both;
  border: 3pt groove #526478;
  font-size: 10pt;
}

#order .item {
  font-size: 14px;
  font-weight: bold;
}

.price {
  color: #06C;
}

#order .option {
  font-weight: bold;
  font-variant: small-caps;
  font-size: 1.1em;
}

#order .add{
  display: none;
}

#order .check{
  display: none;
}

.title {
  font-size: 16pt;
  font-weight: bold;
  width: 100%;
  border: 3pt groove #526478;
}

#replacements .item {
  font-weight: bold;
  font-size: 12pt;
}

#replacements {
  width: 100%;
  font-size: 10pt;
}

#replacements .add {
  display: none;
}

#replacements .check {
  display: none;
}

.clearblank {
  clear: both;
  margin: 0;
  padding: 0;
}

a img {
  display: none;
}

a .title {
  border: none;
  font-weight: bold;
  font-size: 12pt;
}

.hidden {
  visibility: hidden;
}

.italic {
  font-style: italic;
}

.disclaimer {
  font-size: 0.7em;
}

.clearboth {
  clear: both;
}

.faqs h3 {
  font-variant: small-caps;
  text-align: left;
  margin-bottom: 2px;
  padding-bottom: 0;
}

.faqs p {
  margin-top: 0;
  padding-top: 0;
  text-align: justify;
  font-size: 1.1em;
}

table#rejectionsheet {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #526478;
  clear: both;
}

table#rejectionsheet caption {
  font-size: 1.3em;
  border: 2px solid #526478;
  font-weight: bold;
}

table#rejectionsheet thead {
  background: #526478;
  font-size: 1.2em;
  color: #999;
}

table#rejectionsheet tbody td.contaminate {
  font-weight: bold;
  width: 30%;
  border: 2px solid #526478;
  margin: 0;
  padding-left: 5px;
}

table#rejectionsheet tbody td.rate {
  width: 15%;
  border: 2px solid #526478;
  margin: 0;
  padding-right: 5px;
}


table#rejectionsheet .divider {
  width: 1%;
  background: #526478;
}

#bottomnav {
  display: none;
}

.noborder {
  border: none !important;
}

.controlheads .leftpic {
  width: 22%;
}

.controlheads .rightpic {
  width: 22%;
}

#contact {
  clear: both;
  text-align: center;
  font-family: 'Comic Sans MS', 'Times New Roman', Times, serif;
  font-size: .7em;
  border-top: 3pt solid #00F;
  border-bottom: 3pt solid #00F;
}

#contact ul {
  margin: 0;
  padding: 0;
}

#contact li {
  display: inline;
  margin: 0;
  padding: 0;
}

.validated {
  display: none;
}

}