.wrapper{
  width: 920px;
  height: inherit;
  margin: 0 auto;
}


body{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #F2F3F9;
}

.header{
  width: 100%;
  height: 85px;
  background-color: #99CC00;
}

.container
{
  padding: 10px;
  margin: 0 auto;
}

.logo{
  background-color: #003366;
  height: 85px;
  width: 250px;
  display: inline-block;
  vertical-align: top;
}

.logo p{
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  left: 20px;
  top: 30px;
}

.logo-edge{
  height: 85px;
  width: 90px;
  background-image: url(images/tp_2.gif);
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: -4px;
}

.middle-green{
  height: 85px;
  width: 280px;
  background-color: #99cc00;
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: -8px;
}

.right-logo{
  background-image: url(images/logo-right.jpg);
  height: 85px;
  width: 285px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: -12px;
  background-color: #99cc00;
}

.menu{
  width: 100%;
  height: inherit;
}

.menu-container{
  background-color: #336699;
  width: 336px;
}

.menu-container ul{
    margin: 0px;
    position: relative;
    left: 20px;
    padding: 0px;
}

.menu-container li{
  list-style: none;
  display: inline;
}

.menu-container li a{
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.content{
  background-color: #FFF;
  width: 100%;
  height: inherit;

}


.content .container h1{
  color: #99CC00;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.box{
  width: 30%;
  height: inherit;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}

.box ul
{
  background-color: #e2e4f2;
}

.box li{
  background-image: url(images/arrow_bullet.gif);
  list-style: none;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding: 10px;
} 

li.active {
  position: relative;
  left: -39px;
  background-color: #98cb02;
  width: 249px;
  background-position: 2% 50%;
}

.box li.active a{
      color: #FFF;
    position: relative;
    left: 10px;
}

.box li a{
  font-size: 12px;
  color: #003366;
  font-weight: bold;
  text-decoration: none;
}

.box li.active a:hover{
  color: #FFF;
}

.box li a:hover{
  color: #98cb02;
    text-decoration: underline;
}

.box h2{
  color: #003366;
  border-bottom: 1px dotted #99CC00;
  font-size: 13px;
  letter-spacing: 1px;
}

.box p{
  font-size: 12px;
  color: #003366;
}

.footer-top{
  width: 100%;
  height: inherit;
}

.footer-bottom li a{
  font-size: 10px;
}

.footer-bottom {
    text-align: right;
}

.footer-bottom li {
    list-style: none;
    display: inline-block;
    text-align: right;
}

.footer-bottom li a{
      font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.data .data_comm li{
  font-size: 12px;
  color: #003366
}

.data .data_comm ul{
  background-color: #FFF;
}

.pabx ul{
  background-color: #FFF;
}

.data .pabx ul li{
  font-size: 12px;
  padding-bottom: 0px;
}

.contact .box table td{
      font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #003366;
}