* {
  margin: 0;
  padding: 0;
}

body {
  color: #444;
  background: #fff url(../pics/bg_body.png) center top repeat-x;
}

body,
input,
textarea,
select {
  font: 11pt/1.4em "Myriad Pro", "Myriad", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p { margin-bottom: 1em; }

h1 {
  font-size: 1.5em;
  font-weight: bold;
}

h2 {
  font-size: 1.25em;
  font-weight: bold;
}

h3 {
  font-size: 1.15em;
  font-weight: bold;
}

h4 {
  font-size: 1.15em;
  font-weight: normal;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 1em;
  font-weight: normal;
}

a {
  color: #335b3a;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

a img { border: none; }

.clear { clear: both; }

.wrapper {
  width: 980px;
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
  background: url(../pics/bg_wrapper.png) center top repeat-y;
}

#logo {
  width: 138px;
  height: 100px;
  background: url(../pics/logo-apex.png) center no-repeat;
  position: absolute;
  margin: 31px 0 0 41px;
}
  #logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
    #logo a span {
      display: none;
    }

#navMain {
  height: 68px;
  margin-top: 163px;
  background: url(../pics/bg_navMain.png) left top repeat-x;
  color: #444;
  border: 1px solid #ebeaef;
  position: relative;
}
  #navMain ul {
    list-style: none;
    float: left;
    height: 68px;
    padding: 0 15px;
  }
    #navMain ul li {
      float: left;
      height: 53px;
      margin-top: 16px;
      position: relative;
      font-size: 1.57em;
      text-transform: uppercase;
      
    }
    
    #navMain ul li.active {
      background: url(../pics/bg_navMain_item_active.png) center bottom no-repeat;
    }
    
      #navMain ul li a {
        color: #444;
        display: block;
        height: 38px;
        padding: 0 18px;
        text-decoration: none;
        line-height: 38px;
        border-right: 1px solid #cfc8bc;
        text-align: center;
        word-wrap: nowrap;
      }
      #navMain ul li:last-child a { border: none; }
      #navMain ul li a:hover,
      #navMain ul li a:focus,
      #navMain ul li a:active,
      #navMain ul li.active a {
        font-weight: bold;
      }
  #navMain ul li ul { display: none; }
  
  #navMain .search {
    position: absolute;
    margin: 24px 35px 0 0;
    right: 0;
  }
    #navMain .search label {
      display: none;
    }
    #navMain .search input {
      width: 161px;
      height: 25px;
      padding: 0 10px 0 28px;
      border: none;
      background: url(../pics/bg_search.png) center no-repeat;
      font-size: 0.85em;
      color: #ccc;
    }
    #navMain .search input:focus,
    #navMain .search input:active {
      color: #444;
    }

#breadcrumb {
  font-size: 0.85em;
  height: 24px;
  margin: 0 35px;
  padding-top: 8px;
  border-bottom: 1px solid #a9c6a3;
  color: #666;
}
  #breadcrumb a {
    color: #666;
  }
  #breadcrumb .active {
    color: #335b3a;
    text-decoration: underline;
  }
  
#pageHead {
  border-top: 1px solid #f3f5f3;
  position: relative;
}

  #pageHead #contact {
    width: 284px;
    position: absolute;
    right: 35px;
    top: 43px;
    font-size: 0.85em;
    height: 13px;
    line-height: 13px;
    color: #666;
  }
    #pageHead #contact .phone p,
    #pageHead #contact .email p {
      margin: 0;
    }
    
    #pageHead #contact .phone a,
    #pageHead #contact .email a {
      color: #666;
    }
    
    #pageHead #contact .phone {
      float: left;
      padding-left: 25px;
      background: url(../pics/ico_phone.png) left center no-repeat;
    }
    #pageHead #contact .email {
      float: right;
      padding-left: 21px;
      background: url(../pics/ico_email.png) left center no-repeat;
    }
  
  #pageHead #login {
    width: 158px;
    height: 54px;
    background: #f1f1f1;
    position: absolute;
    right: 35px;
    top: 75px;
  }
  
  .loggedIn #pageHead #login {
    width: 244px;
  }
  
    #pageHead #login ul {
      list-style: none;
    }
      #pageHead #login .cart {
        width: 36px;
        height: 38px;
        float: left;
        margin: 8px 0 0 1px;
        background: url(../pics/ico_cart.png) center no-repeat;
        overflow: hidden;
      }
      .loggedIn #pageHead #login .cart {
        border-right: 1px solid #ccc;
      }
        #pageHead #login .cart p { margin: 0; }
        #pageHead #login .cart a {
          display: block;
          width: 36px;
          height: 38px;
          text-indent: 200px;
        }
      
      #pageHead #login .support {
        width: 85px;
        height: 38px;
        float: left;
        margin: 8px 0 0 10px;
        text-align: center;
      }
        #pageHead #login .support a {
          display: block;
          width: 100%;
          height: 100%;
          color: #333;
          line-height: 38px;
          font-size: 1.14em;
          text-transform: uppercase;
          text-decoration: underline;
        }
      
      #pageHead #login .login,
      #pageHead #login .logout {
        float: right;
        margin: 6px 14px 0 0;
        width: 127px;
        height: 41px;
        overflow: hidden;
        
      }
        #pageHead #login .login a,
        #pageHead #login .logout a {
          display: block;
          width: 100%;
          height: 100%;
          text-indent: 250px;
          background: url(../pics/btn_login.png) right center no-repeat;
        }
        #pageHead #login .logout a {
          background: url(../pics/btn_logout.png) right center no-repeat;
        }
    
#pageBody {
  padding: 0;
}

  #pageBody .colLeft {
    width: 195px;
    float: left;
    padding: 60px 0 0 0;
  }
    #pageBody .colLeft .menu,
    #pageBody .colLeft .menu ul {
      list-style: none;
      font-weight: bold;
    }
      #pageBody .colLeft .menu li {
        border-bottom: 1px solid #eaeaef;
        padding: 0 0 0 35px;
        min-height: 20px;
      }
        #pageBody .colLeft .menu a {
          color: #666;
          line-height: 20px;
          text-decoration: none;
        }
          
          #pageBody .colLeft .module .menu a:hover,
          #pageBody .colLeft .module .menu a:focus,
          #pageBody .colLeft .module .menu a:active {
            color: #335b3a;
          }
          
          #pageBody .colLeft .menu .current a,
          #pageBody .colLeft .menu .active a,
          #pageBody .colLeft .menu li ul li.current a,
          #pageBody .colLeft .menu li ul li.active a,
          #pageBody .colLeft .menu li ul ul li.current a,
          #pageBody .colLeft .menu li ul ul li.active a,
          #pageBody .colLeft .menu li ul ul ul li.current a,
          #pageBody .colLeft .menu li ul ul ul li.active a,
          #pageBody .colLeft .menu li ul ul ul ul li.current a,
          #pageBody .colLeft .menu li ul ul ul ul li.active a  {
            color: #335b3a;
            font-weight: bold;
          }
          
          #pageBody .colLeft .menu .current a,
          #pageBody .colLeft .menu li ul li.current a,
          #pageBody .colLeft .menu li ul ul li.current a,
          #pageBody .colLeft .menu li ul ul ul li.current a,
          #pageBody .colLeft .menu li ul ul ul ul li.current a {
            text-decoration: underline;
          }
            
            #pageBody .colLeft .module .menu li li a,
            #pageBody .colLeft .module .menu li li li a,
            #pageBody .colLeft .module .menu li li li li a,
            #pageBody .colLeft .module .menu li li li li li a {
              font-weight: normal;
              text-decoration: none;
              color: #666;
              line-height: 1.7em;
            }
            
          #pageBody .colLeft .menu li li {
            padding: 0;
            border: none;
          }
          
            #pageBody .colLeft .menu li ul {
              margin: 10px 0;
            }
            
              #pageBody .colLeft .menu li ul ul {
                margin: 10px 0 10px 10px;
              }
          
          #pageBody .colLeft #cf_wrapp_all_111 {
            margin-left: 35px;
          }
          
  #pageBody .colMain {
    padding: 60px 0;
    margin: 0 35px;
  }
  #pageBody.two-col .colMain {
    float: left;
    width: 710px;
    margin-left: 40px;
    margin-right: 0;
  }
  #pageBody.three-col .colMain {
    float: left;
    width: 510px;
  }
    
    #pageBody .colMain ul {
      padding-left: 15px;
    }
    
    #pageBody .colMain .login {
      
    }
      #pageBody .colMain .login fieldset {
        border: none;
      }
        #pageBody .colMain .login .login-description {
          margin-bottom: 20px;
        }
        #pageBody .colMain .login form,
        #pageBody .colMain .registration {
          background: #eeedf1;
          padding: 45px;
          width: 500px;
          margin: 0 auto;
        }
          #pageBody .colMain .login .login-fields,
          #pageBody .colMain .contact .contact-form .field {
            margin-bottom: 15px;
          }
            #pageBody .colMain .login form label,
            #pageBody .colMain .registration label,
            #pageBody .colMain .contact .contact-form label {
              width: 160px;
              float: left;
              font-size: 1.5em;
              line-height: 1.5em;
            }
            #pageBody .colMain .login form label#remember-lbl,
            #pageBody .colMain .contact .contact-form .checkbox label {
              float: none;
              width: auto;
            }
            
            #pageBody .colMain .login form input,
            #pageBody .colMain .registration input,
            #pageBody .colMain .contact .contact-form input,
            #pageBody .colMain .contact .contact-form textarea {
              font-size: 1.5em;
              height: 31px;
              width: 318px;
              padding: 0 10px;
              border: 1px solid #aac7a4;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              border-radius: 5px;
            }
            #pageBody .colMain .contact .contact-form input,
            #pageBody .colMain .contact .contact-form textarea {
              width: 418px;
            }
            #pageBody .colMain .contact .contact-form textarea {
              height: 250px;
            }
            #pageBody .colMain .login form input#remember,
            #pageBody .colMain .contact .contact-form .checkbox input {
              float: left;
              margin-left: 160px;
              width: auto;
              margin-right: 15px;
            }
            
            #pageBody .colMain .login form button,
            #pageBody .colMain .registration button.validate,
            #pageBody .colMain .contact .contact-form .button {
              width: 127px;
              height: 0;
              padding-top: 41px;
              margin-top: 20px;
              float: right;
              overflow: hidden;
              background: url("../pics/btn_login.png") no-repeat scroll right center transparent;
              display: block;
              border: none;
            }
          
            #pageBody .colMain .login form #easycalccheckplus,
            #pageBody .colMain .registration #easycalccheckplus,
            #pageBody .colMain .contact .contact-form #easycalccheckplus {
              margin: 0 !important;
              padding: 0 !important;
              margin-top: 20px !important;
            }
              #pageBody .colMain .login form #easycalccheckplus label,
              #pageBody .colMain .registration #easycalccheckplus label,
              #pageBody .colMain .contact .contact-form #easycalccheckplus label {
                font-size: 1em;
                width: 380px;
                margin-right: 20px;
                text-align: right;
                line-height: 33px;
              }
              #pageBody .colMain .login form #easycalccheckplus input,
              #pageBody .colMain .registration #easycalccheckplus input,
              #pageBody .colMain .contact .contact-form #easycalccheckplus input {
                width: 78px;
              }
          
      #pageBody .colMain .login ul {
        font-size: 0.9em;
        line-height: 1.3em;
        margin-top: 35px;
        width: 575px;
        margin: 20px auto 0 auto;
      }
        #pageBody .colMain .login ul a {
          color: #666;
        }
    
      #pageBody .colMain .registration {
        width: 620px;
      }
        #pageBody .colMain .registration fieldset {
          border: none;
        }
          #pageBody .colMain .registration legend {
            font-size: 1.5em;
            float: left;
          }
          
          #pageBody .colMain .registration label {
            width: 280px;
          }
          
          #pageBody .colMain .registration #jform_spacer-lbl {
            font-size: 1em;
            float: right;
            width: auto;
          }
          
          #pageBody .colMain .registration strong.red,
          #pageBody .colMain .registration .star {
            font-weight: bold;
            color: #900;
          }
          
          #pageBody .colMain .registration .field {
            clear: both;
            margin-bottom: 15px;
          }
          #pageBody .colMain .registration div.spacer {
            clear: none;
            float: right;
            margin-bottom: 30px;
          }
          
          #pageBody .colMain .registration button.validate {
            width: 177px;
            background-image: url(../pics/btn_register.png);
            cursor: pointer;
          }
          
          #pageBody .colMain .registration .cancel {
            font-size: 1.2em;
            float: left;
            margin: 20px 20px 0 0;
            height: 21px;
            line-height: 21px;
            padding: 10px;
            color: #999;
          }
          
           #pageBody .colMain .registration #easycalccheckplus label {
             width: 500px;
           }
    
#pageFoot {
  color: #335b3a;
  background: #eeedf1;
}

  #navMeta {
    height: 49px;
    background: #a9c6a3;
    font-size: 0.9em;
  }
    #navMeta ul {
      list-style: none;
      float: left;
      margin-left: 45px;
    }
      #navMeta ul li {
        float: left;
        border-right: 1px solid #d2ddd1;
        height: 100%;
        line-height: 49px;
      }
      #navMeta ul li:last-child { border: none; }
      
        #navMeta ul li a {
          display: block;
          height: 100%;
          font-weight: bold;
          padding: 0 10px;
          text-decoration: none;
        }
        #navMeta ul li a:hover,
        #navMeta ul li a:focus,
        #navMeta ul li a:active,
        #navMeta ul li.active a {
          background: #335b3a;
          color: #fff;
        }
    
    #navMeta .right ul {
      float: right;
      margin-right: 45px;
      margin-left: 0;
    }
  
  #pageFoot .subMenu {
    border-bottom: 1px solid #335b3a;
    padding: 40px 45px;
  }
    #pageFoot .subMenu ul {
      list-style: none;
      float: left;
      width: 175px;
    }
      #pageFoot .subMenu ul li {
        margin-bottom: 20px;
      }
      
      #pageFoot .subMenu ul li:last-child {
        margin: 0;
      }
      
  #pageFoot .colLeft {
    margin: 40px 0 0 45px;
    float: left;
    width: 555px;
  }
  #pageFoot .colRight {
    margin: 40px 45px 0 0;
    float: right;
    width: 270px;
    line-height: 1.7em;
  }
  
#pageBody table {
  width: 100%;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
  
  #pageBody table td,
  #pageBody table th {
    border: 1px solid #eaeaef;
    padding: 2px 5px;
  }
  
  #pageBody table th {
    border-top: none;
  }
  #pageBody table td:first-child,
  #pageBody table th:first-child {
    border-left: none;
  }
  #pageBody table td:last-child,
  #pageBody table th:last-child {
    border-right: none;
  }
  #pageBody table tr:last-child td {
    border-bottom: none;
  }

#pageBody .colMain .contact {
  
}
  #pageBody .colMain .contact h2 {
    margin-bottom: 0;
  }
  
  #pageBody .colMain .contactWithImage h2 {
    padding-top: 10px;
  }
  
  #pageBody .colMain .contact h3 {
    display: none;
  }
  
  #pageBody .colMain .contact .contact-image {
    float: left;
    width: 80px;
    height: 60px;
    margin-right: 15px;
  }
    #pageBody .colMain .contact .contact-image img {
      display: block;
      max-width: 80px;
      max-height: 60px;
    }
  
  #pageBody .colMain .contact .contact-position {
    margin-bottom: 35px;
  }
  
  #pageBody .colMain .contact .contact-contactinfo {
    margin-bottom: 35px;
    clear: both;
  }
    #pageBody .colMain .contact .contact-contactinfo p {
      margin-bottom: 3px;
    }
      
      #pageBody .colMain .contact .jicons-icons {
        padding-right: 10px;
      }
        #pageBody .colMain .contact .jicons-icons img {
          vertical-align: middle;
        }
  
  #pageBody .colMain .contact .contact-form {
    
  }
    #pageBody .colMain .contact .contact-form fieldset {
      border: none;
    }
      #pageBody .colMain .contact .contact-form legend {
        font-size: 1.15em;
        margin-bottom: 15px;
      }
      
      #pageBody .colMain .contact .contact-form .button {
        margin-right: 110px;
        width: 177px;
        background-image: url(../pics/btn_send-email.png);
      }
      
      #pageBody .colMain .contact .contact-form #easycalccheckplus {
        margin-right: 110px !important;
      }
        #pageBody .colMain .contact .contact-form #easycalccheckplus label {
          width: 480px;
        }
        
.tip-wrap {
  background: #444;
  color: #eeedf1;
  padding: 10px;
}
  .tip-wrap .tip-title {
    font-size: 1.2em;
    color: #999;
    margin-bottom: 5px;
  }


#pageBody .colMain #system-message ul {
  list-style: none;
  padding-left: 0;
}

#system-message dt {
  padding: 10px 30px 10px 30px;
  font-weight: bold;
  font-size: 1.25em;
}
#system-message dd {
  padding: 25px 30px 30px 30px;
  margin-bottom: 30px;
}

#system-message dt,
#system-message dd {
  background: #efea77;
  color: #999400;
}
#system-message dt {
  background: #eae44e;
}

#system-message .error {
  background: #f5e5e5;
  color: #900;
}
#system-message dt.error {
  background: #e0b2b2;
}



