/* Links ---------------------------------- */

A:link {text-decoration: none;   color: #12A3E1; }
A:visited {text-decoration: none;   color: #12A3E1;}
A:hover {text-decoration: underline; color: red;}





/* TOP navigation ============================================== */

.navigation{
margin-left: auto;   margin-right: auto;   width: 614px; /*Change if more or less buttons are added*/

font-family: Tahoma;
font-size: 9.1pt;
font-style: normal;
text-decoration: none;

background-color: #E9E9E9;
background-image: url(button-out.png); background-repeat: repeat-x;

height: 30px;
text-align: center;
  


}

.navigation ul{
margin: 0;
padding: 0;
float: left;

margin-left: auto;
margin-right: auto;

background-color: #E9E9E9;
background-image: url(button-out.png); background-repeat: repeat-x;
border-right: solid 1px White; 
  
}

.navigation ul li{
display: inline;
}

.navigation ul li a{
float: left;
color: Black;

text-decoration: none;
text-align: center;

height: 30px;
width: 120px;

line-height:30px;
background-image: url(button-out.png); background-repeat: repeat-x;


border-left: solid 1px White;
}

.navigation ul li a:visited{
color: Black;

height: 30px;
width: 120px;

border-left: solid 1px White;
}

.navigation ul li a:hover {
  color: #0C3EA1;

background: #E5EEF1;
background-image: url(button-over.png);

height: 30px;
width: 120px;

 
border-left: solid 1px White; 
}


/* BODY SETTINGS ===================================== */

body {
  background-color: White;
  margin: 0;
  text-align: left;
  font-family: Arial;
  font-size: 9.6pt;
}

h1 {
  font-family: Tahoma;
  font-size: 18pt;
  color: #c80d0d;
}

h2 {
  font-family: Tahoma;
  font-size: 14pt;
  color: #c80d0d;
}


h3 {
  font-family: Tahoma;
  font-size: 11pt;
  color: Black;
margin-top: 0;
}

hr {
border: none 0;
padding: 0; 
margin-top: 10px;
margin-bottom: 10px;
border-top: solid 1px #bfbfbf;
height: 1px
}

.news {
padding-left: 0;
margin: 0;
}


.page_parameters {
  border: solid 1px #1268bb;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 760px;
  text-align: center;
}

.right_column {  
  width: 300px;/*Change if more or less width of the right column added*/
  padding: 0;
  text-align: left;  
  float: right; 
  margin-left: 25px;
  border: 0; 
}

.breaking_news {
  background-color: #F7F6F6;
  border: solid 1px #bfbfbf;
  padding: 15px;
  margin: 0;
  font-size: 90%;
  
}


/* BOTTOM navigation_bottom ============================================== */

.navigation_bottom ul{
margin: 0;
padding: 0;
float: left;

background-color: Black;  
}

.navigation_bottom ul li{
display: inline;
}

.navigation_bottom ul li a{
float: left;
color: Gray;

text-decoration: none;
text-align: center;

border-right: solid 1px Gray;
padding-right: 5px;
padding-left: 5px;
}

.navigation_bottom ul li a:visited{
color: Gray;

border-right: solid 1px Gray;
padding-right: 5px;
padding-left: 5px;
}

.navigation_bottom ul li a:hover {
  color: White;

border-right: solid 1px Gray; 
padding-right: 5px;
padding-left: 5px;
}

/* BOTTOM links ============================================== */

.bottom_bar {
  margin-top: 20px;
    padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  font-size: 90%;
  color: Gray;
  background-color: Black;
  width: 740px;
}


.bottom_link {
  padding-left: 30px;
}

.bottom_link a{
color: Gray;
text-decoration: underline;
}

.bottom_link a:visited{
color: Gray;
text-decoration: underline;
}

.bottom_link a:hover {
color: White;
text-decoration: underline;
}

/* Products page =========================================== */
.content {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}


.emphasize {  
  font-size: 13.2pt;
  font-family: Times New Roman;
  color: #0B62A5;
  
}


.products_img {
  margin-bottom: 10px;
  margin-right: 30px;
  float: left;
}

.grabber {
  color: #b90000;
}

.products {
list-style-type: circle;
}

.products li {
list-style-type: circle;
}

/* "SERVAIR FILTERS" Name ================================= */

.servair_filters_font {
/* GOLD color: #ADA14C; */
color: #0117FF;
font-family: Arial;
font-weight: bold;
}

.servair_filters_cap {
font-size: 120%;
}


/* form inputs =========================================== */
.boxes {
border: solid 1px #76c2ff;
width: 300px;
}


.quote {
font-family: Times New Roman;
font-style: italic;
font-size: 125%;
/* font-size: 125%;
GOLD color: #8F7F43; */

}





