h1 { font-family: Arial; font-size: 20px; color:#555555; margin-bottom: 20px; }
h2 { font-family: Arial; font-size: 16px; color:#006699; margin-bottom: 10px;  }
h3 { font-family: Arial; font-size: 14px; color:#CC9900; margin-bottom: 5px;}

a { color:#006699; font-weight: bold; text-decoration: none; }
a:hover { color:#006699; text-decoration: underline; }

p {
    line-height: 20px;
}

.simpleTable {
    background-color: #ddd;
}

.simpleTable td {
    background-color: #fff;
    padding: 4px;
    border-spacing: 1px;
}

.simpleTable th {
    background-color: #ccc;
    padding: 4px;
    border-spacing: 1px;
}

.menu .item {
    
    
    background-color: #e0e0e0;
    color: #006699;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    margin-bottom: 15px;
    border-radius: 7px 0px 0px 7px;
    cursor: pointer;
}

.menu .item:hover, .menu .item:active, .aitem {
    background-color: #467D97 !important;
    color: #fff !important;
}



.prod_img {
    float:right;
    margin: 0 0 20px 30px; 
    box-shadow: 1px 1px 3px #AAA;
}

.hline {
    border-bottom: 1px solid #ccc;
    margin: 10px 0 30px 0;
}

.hline2 {
    border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 20px 0 20px 0;
}

.clearfix {
    clear:both;
}

.col2 {
    float: left; 
    width: 650px; 
    min-height: 600px; 
    border-left: 2px solid #467D97; 
    padding: 0 20px 50px 20px;
    margin-bottom: 30px;
}

.button1 {
  background: url("/v5/assets/images/button1_bg.png") repeat-x scroll 0 0 transparent;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  
  font-family: "Arial",sans-serif;
  color: #FFFFFF;
}

.button1:hover {
    background: #2777C4;
    text-decoration: none;
    color: #FFFFFF;
}

.button2 {
  background: url("/v5/assets/images/button2_bg.png") repeat-x scroll 0 0 transparent;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  
  font-family: "Arial",sans-serif;
  color: #333;
}

.button2:hover {
    background: #efb212;
    text-decoration: none;
    color: #333;
}

.button3 {
  background: url("/v5/assets/images/button3_bg.png") repeat-x scroll 0 0 transparent;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  
  font-family: "Arial",sans-serif;
  color: #fff;
}

.button3:hover {
    background: #7fbd15;
    text-decoration: none;
    color: #fff;
}

.button4 {
  background: url("/v5/assets/images/button4_bg.png") repeat-x scroll 0 0 transparent;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  
  font-family: "Arial",sans-serif;
  color: #333;
}

.button4:hover {
    background: #efb212;
    text-decoration: none;
    color: #333;
}

.btn_sml {
  padding: 3px 15px;
  font-size: 12px;
  border-radius: 3px;
}

.btn_med {
  padding: 6px 20px;
  font-size: 13px;
  border-radius: 4px;
}

.btn_lrg {
  padding: 8px 25px;
  font-size: 16px;
  border-radius: 5px;
}

/* ======================= */