@charset "UTF-8";

/********************************************/
/* site wide defaults */
/********************************************/
body {
  background-color: #BBBBBB;
  margin:0;
  padding: 0 0 25px 0;
  font-size: 12px;
  font-family: Tahoma, Arial, Helvetica, Verdana, Calibri, Geneva, san-serif;
  color: #999999;
}
h1, h2, h3, h4, h5 {
  font-family: Tahoma, Arial, Helvetica, Verdana, Calibri, Geneva, san-serif;
  color: #09b9e3;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
h1 {
  font-size: 14px;  
}
h2 {
  font-size: 13px;  
}
h3 {
  font-size: 12px;  
}
h4{
  font-size: 10px;  
}
h5{
  font-size: 10px; 
}
p{
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
}
img {
  border: 0px;
}
a {
  color:#139ABC;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

a.cxseog {
  color:#999999;
  text-decoration: none;
}
a.cxseog:hover {
  color:#999999;
}

a.cxseob {
  color:#08C3E7;
  color:#139ABC;
  text-decoration: none;
}
a.cxseob:hover {
  color:#999999;
}

ul {
  list-style-type: circle;
  list-style-type: square;
}

ul.fancy {
  list-style-type: none;
  margin: 15px 0 0 0;
  padding: 0;
}
ul.fancy li {
  background-image:url(./images/bullet-closed.gif);
  background-position:0 0.2em;
  background-repeat:no-repeat;
  padding:0 0 0 15px;
}
ul.fancy li.selected {
  background-image:url(./images/bullet-open.gif);
  background-position:0 0.3em;
  background-repeat:no-repeat;
  padding:0 0 0 15px;
}
ul.fancy li.small {
  background-image:url(./images/bullet-small.gif);
  background-position:0 0.4em;
  background-repeat:no-repeat;
  padding:0 0 0 5px;
  margin:0 0 0 22px;
}
ul.fancy li.small.selected {
  background-image:url(./images/bullet-small-selected.gif);
  background-position:0 0.4em;
  background-repeat:no-repeat;
  padding:0 0 0 5px;
  margin:0 0 0 22px;
}

/********************************************/
/* generic helpers */
/********************************************/
.clear {
  clear:both;
  line-height:1px;
}
.pointer {
  cursor:pointer;
}

/********************************************/
/* layout specific */
/********************************************/
#doc {
  width: 900px; /* actual site width is 900px + (padding 25px x 2) */
  background-color:#FFF;
  margin: 0 auto 0 auto;
  padding:10px 25px 0px 25px;
}

/* 2col layout */
.col2 .bd .lc{
  width: 215px;
  float:left;
  clear:none;
}

  /* reusable header bars col2 layout */
  .bd .lc .lc_hd1 { /* left column header bar  */
    background:#13c1e7;
    height:13px;
    margin:0 0 11px 0;
  }
  .bd .lc .lc_hd2 { /* left column header bar  */
    background:#7ac6d8;
    height:13px;
    margin:11px 0 11px 0;
  }
  .bd .lc .lc_hd3 { /* left column header bar  */
    background:#c7e9f4;
    height:13px;
    margin:11px 0 11px 0;
  }
  .bd .rc .rc_hd { /* right column header bar  */
    height: 13px;
    background-color:#c7e9f4;
  }

.col2 .bd .rc {
  width: 665px;
  float:right;
  clear:none;
}
 
/********************************************/
/* header */
/********************************************/
#hd {
  margin: 0 15px 0 15px ;
  height:78px;
}
  #hd .lc {
    float:left;
  }
  #hd .rc {
    float:right;
  }
    #hd .lc .site-logo{
      margin-top: 23px;  
    }
    #hd .rc .demo {
      margin: 5px 5px 5px 0;
      padding-bottom:5px;
      border-bottom:#fff solid 2px;
    }
    #hd .rc .demo:hover {
      border-bottom:#ccc solid 2px;
    }
    #hd .rc a.nav {
      display:inline-block;
      height:25px;
      overflow:hidden;
      background-position: 0 -25px;
      margin: 0 0 0 7px;
    }
    #hd .rc a.nav:hover, #hd .rc a.selected {
      display:inline-block;
      height:25px;
      background-position: 0 0;
      overflow:hidden;
    }
    #hd .rc a.nav span {
      display:none;
    }
    
    a.company {
      background:url('./images/header-nav-company.gif') no-repeat top left;
      width:83px;
    }
    a.products {
      background:url('./images/header-nav-products.gif') no-repeat top left;
      width:85px;
    }
    a.support {
      background: url('./images/header-nav-support.gif') no-repeat top left;
      width:78px;
    }
    a.services {
      background: url('./images/header-nav-services.gif') no-repeat top left;
      width:79px;
    }
	a.partners {
      background:url('./images/header-nav-partners.gif') no-repeat top left;
      width:83px;
    }
    a.contact {
      background: url('./images/header-nav-contact.gif') no-repeat top left;
      width:76px;
    }

/********************************************/
/* footer */
/********************************************/
#ft {
  border-top:#9fd6e4 solid 1px;
  padding:12px 0 12px 0;
  margin-top:50px;
  font-size:13px;
}
#ft a {
  padding:0 12px 0 12px;
}
#ft a:hover {
  color:#c66173;  
}
#axc-gsalogo{height:31px;width:128px;margin-left:580px;float:right;margin-top:-20px;padding-right:15px;}
#axc-gsalogo img{border:none;}

/********************************************/
/* legal */
/********************************************/
#legal {
  border-top: 6px solid #BBBBBB;
  background-color: #DDDDDD;
  margin: 0 auto 0 auto;
  padding:5px 25px 5px 25px;
  width: 900px;
  font-size: 10px;
  text-align: justify;
}

/********************************************/
/* tree navigation */
/********************************************/
#xdoc_list_solutions a.tree_nav, #xdoc_list_architecture a.tree_nav, #xdoc_list a.tree_nav, #faxagent_list a.tree_nav, #faxagent_list_solutions a.tree_nav {
  display:block;
  height:16px;
  margin: 0 0 0 7px;
  width:100%;
}
#xdoc_list_solutions a.tree_nav:hover, #xdoc_list_solutions a.tree_nav.selected,
#xdoc_list a.tree_nav:hover, #xdoc_list a.tree_nav.selected, 
#xdoc_list_architecture a.tree_nav:hover, #xdoc_list_architecture a.tree_nav.selected,
#faxagent_list a.tree_nav:hover, #faxagent_list a.tree_nav.selected,
#faxagent_list_solutions a.tree_nav:hover, #faxagent_list_solutions a.tree_nav.selected {
  display:block;
  height:16px;
  background-position: 0 -16px;
  margin: 0 0 0 7px;
  width:100%;
}
#xdoc_list_solutions a.tree_nav span,
#xdoc_list a.tree_nav span,
#xdoc_list_architecture a.tree_nav span,
#faxagent_list a.tree_nav span,
#faxagent_list_solutions a.tree_nav span {
  display:none;
}

  #xdoc_list_solutions a.overview, #xdoc_list_architecture a.overview, #xdoc_list a.overview {
    /* background: url('./images/products-xdoc-li-overview.gif') no-repeat top left; */
    background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Overview&x20110302D&') no-repeat top left;
  }
  #xdoc_list_solutions a.solutions, #xdoc_list_architecture a.solutions, #xdoc_list a.solutions {
    /* background: url('./images/products-xdoc-li-solutions.gif') no-repeat top left; */
    background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Solutions&x20110302D&') no-repeat top left;
  }
    #xdoc_list_solutions a.n1 {
      /* background: url('./images/products-xdoc-li-features-integration.gif') no-repeat top left; */
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Mortgage&x20110302D&') no-repeat top left;
    }
    #xdoc_list_solutions a.n2 {
      /* background: url('./images/products-xdoc-li-features-doc-management.gif') no-repeat top left; */
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Insurance&x20110302D&') no-repeat top left;
    }
    #xdoc_list_solutions a.n3 {
      /* background: url('./images/products-xdoc-li-features-imaging.gif') no-repeat top left; */
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Collections&x20110302D&') no-repeat top left;
    }
  
  #xdoc_list_solutions a.features, #xdoc_list_architecture a.features, #xdoc_list a.features {
    /* background: url('./images/products-xdoc-li-features.gif') no-repeat top left; */
    background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Features&x20110302D&') no-repeat top left;
  }
    #xdoc_list a.n1 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Document Management&x20110302D&') no-repeat top left;
    }
    #xdoc_list a.n2 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Easy Application Integration&x20110302D&') no-repeat top left;
    }
    #xdoc_list a.n3 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Advanced Imaging&x20110302D&') no-repeat top left;
    }
    #xdoc_list a.n4 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Compliance %26 DRP&x20110302D&') no-repeat top left;
    }
    #xdoc_list a.n5 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Scalability %26 Standards&x20110302D&') no-repeat top left;
    }
	#xdoc_list a.n6 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Web Based Design&x20110302D&') no-repeat top left;
    }
	#xdoc_list a.n7 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Lowest TCO&x20110302D&') no-repeat top left;
    }



  #xdoc_list_solutions a.architecture, #xdoc_list_architecture a.architecture, #xdoc_list a.architecture {
    /* background: url('./images/products-xdoc-li-architecture.gif') no-repeat top left; */
    background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Architecture&x20110302D&') no-repeat top left;
  }
    #xdoc_list_architecture a.n1 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=System Overview&x20110302D&') no-repeat top left;
    }
    
    #xdoc_list_architecture a.n2 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=System Architecture&x20110302D&') no-repeat top left;
    }

    #xdoc_list_architecture a.n3 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Fault-Tolerant Congifuration&x20110302D&') no-repeat top left;
    }

    #xdoc_list_architecture a.n4 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Branch Office Topology&x20110302D&') no-repeat top left;
    }

    #xdoc_list_architecture a.n5 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=LDAP/Single Sign On&x20110302D&') no-repeat top left;
    }

    #xdoc_list_architecture a.n6 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Application Integration&x20110302D&') no-repeat top left;
    }
  #xdoc_list_solutions a.demo, #xdoc_list_architecture a.demo, #xdoc_list a.demo {
    /* background: url('./images/products-faxagent-li-architecture.gif') no-repeat top left; */
    background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Request a Demo&x20110302D&') no-repeat top left;
  }
	
  
/* ##################### */ 
  
  #faxagent_list a.overview, #faxagent_list_solutions a.overview {
    /* background: url('./images/products-faxagent-li-overview.gif') no-repeat top left; */
    background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Overview&x20110302D&') no-repeat top left;
  }
  #faxagent_list a.solutions, #faxagent_list_solutions a.solutions {
    /* background: url('./images/products-faxagent-li-solutions.gif') no-repeat top left; */
    background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Solutions&x20110302D&') no-repeat top left;
  }
  
    #faxagent_list_solutions a.n1 {
      /* background: url('./images/products-faxagent-li-features-scalability.gif') no-repeat top left; */
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=End Users&x20110302D&') no-repeat top left;
    }
    #faxagent_list_solutions a.n2 {
      /* background: url('./images/products-faxagent-li-features-unlimited-users.gif') no-repeat top left; */
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Software Developers&x20110302D&') no-repeat top left;
    }
    #faxagent_list_solutions a.n3 {
      /* background: url('./images/products-faxagent-li-features-document-rendering.gif') no-repeat top left; */
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Solution Integrators&x20110302D&') no-repeat top left;
    }
    #faxagent_list_solutions a.n4 {
      /* background: url('./images/products-faxagent-li-features-outlook.gif') no-repeat top left; */
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Data Centers&x20110302D&') no-repeat top left;
    }
    #faxagent_list_solutions a.n5 {
      /* background: url('./images/products-faxagent-li-features-application-gateways.gif') no-repeat top left; */
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=VoIP Service Providers&x20110302D&') no-repeat top left;
    }
    #faxagent_list_solutions a.n6 {
      /* background: url('./images/products-faxagent-li-features-fault-tolerant.gif') no-repeat top left; */
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Telco Carriers&x20110302D&') no-repeat top left;
    }
	
  #faxagent_list a.features, #faxagent_list_solutions a.features {
    /* background: url('./images/products-faxagent-li-features.gif') no-repeat top left; */
    background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Features&x20110302D&') no-repeat top left;
  }
  
  #faxagent_list a.architecture, #faxagent_list_solutions a.architecture {
    /* background: url('./images/products-faxagent-li-architecture.gif') no-repeat top left; */
    background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Architecture&x20110302D&') no-repeat top left;
  }
    #faxagent_list a.n1 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=System Overview&x20110302D&') no-repeat top left;
    }
    
    #faxagent_list a.n2 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=System Architecture&x20110302D&') no-repeat top left;
    }

    #faxagent_list a.n3 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Digital Configuration&x20110302D&') no-repeat top left;
    }

    #faxagent_list a.n4 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=PBX Configuration&x20110302D&') no-repeat top left;
    }

    #faxagent_list a.n5 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=VoIP Configuration&x20110302D&') no-repeat top left;
    }

    #faxagent_list a.n6 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Analog Configuration&x20110302D&') no-repeat top left;
    }

    #faxagent_list a.n7 {
      background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Secure Fax Protocol&x20110302D&') no-repeat top left;
    }

    
 #faxagent_list a.demo, #faxagent_list_solutions a.demo {
    /* background: url('./images/products-faxagent-li-architecture.gif') no-repeat top left; */
    background: url('./ximg/ax-label-subnav-tree-x16.aspx?xST=Request a Demo&x20110302D&') no-repeat top left;
  }
  
/********************************************/
/* custom options */
/********************************************/



