html, body, #container { height: 100%; }
body > #container {height: auto; min-height: 100%;}
/*Opera Fix*/
body:before {
  float: left;
  width: 0;
  height: 100%;
  content: "";
  margin-top: -32767px;/
}


body {
  margin: 0;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  background-color: #f7f7f7;
  color: #000000;
}
h1 {
  font-size: 22px;
  font-weight: bold;
  color: #412b85;
}
h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
  color: #412b85;
}
h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
  color: #412b85;
}
p {
  margin-top: 0px;
}
img {
  border: none;
}

a {
  color: #412b85;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


/* HEADER */
#headerbackground {
  float: left;
  width: 100%;
  height: 133px;
  text-align: left;
  background: #f6f7f4 url(/images/header-gradient.png) top left repeat-x;
}
/* Main area containers for header and content */
#headercontainer, #contentcontainer, #footercontainer, #menucontainer, #copyright {
  width: 960px;
  min-width: 960px;
  margin: auto;
  /*background-color: #ffcccc;*/
  text-align: left;
  clear: both; /* stop content in FF disappearing when width reduced */
}
#contentcontainer {
  min-height: 460px;
  margin-bottom: 40px;
}
#headercontainer .logo {
  float: left;
  width: 280px;
  height: 100px;
  margin-top: 10px;
  margin-left: 20px;
}
#headercontainer .information {
  float: left;
  width: 660px; /* .logo width + margin-x */
  margin-top: 10px;
}
#headercontainer .links {
  float: right;
  margin-right: 20px;
  font-size: 12px;
}
#headercontainer .telephone {
  float: right;
  clear: right;
  font-size: 17px;
  margin-top: 24px;
  margin-right: 20px;
  color: #412b85;
}
#headercontainer .telephone .number {
  font-size: 18px;
  font-weight: bold;
}

/* FOOTER */
#footerbackground {
  position: relative;
  clear: both;
  width: 100%;
  height: 155px;
  margin-top: -155px;
  background: #f6f7f4 url(/images/footer-gradient.png) top left repeat-x;
}
#footercontainer .memberships {
  float: right;
  margin-top: 46px;
  margin-right: 15px;
  clear: both;
}
#footercontainer .membershiptxt {
  float: right;
  margin-top: 15px;
  margin-right: -75px;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}

#footercontainer .linkblock {
  float: left;
  margin-top: 15px;
  width: 135px;

}
#footercontainer .title {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  width: 125px;
  height: 25px;

}
#footercontainer .links {
  margin-left: 7px;
  font-size: 12px;
  line-height: 18px;
}


#container {
  width: 100%;
}

#content {
  padding-bottom: 155px; /* same height as the footer */
  text-align: left;
}

#promo {
  margin-top: -5px;
  margin-bottom: 13px;
}

/* HORIZONTAL NAVIGATION */
#menucontainer {
  position: relative;
  top: -18px;
}
#nav-primary {
  width: 960px;
  height: 35px;
  clear: both;
  font-size: 14px;
  font-weight: bold;
}

ul.navList {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.navList li {
    float: left;
    margin: 0 0px 0 0; /* 1px to add small white border */
    padding: 0;
}

ul.navList li.sep {
  width: 2px;
  height: 35px;
  background: url(/images/xmenu-separator.png) top left no-repeat;
}

#nav-primary span.leftoff {
  float: left;
  width: 5px;
  height: 35px;
  display: block;
  background: url(/images/xmenu-left-off.png) top left no-repeat;
}
#nav-primary span.lefton {
  float: left;
  width: 5px;
  height: 35px;
  display: block;
  background: url(/images/xmenu-left-on.png) top left no-repeat;
}

#nav-primary span.fill {
  max-width: 100%;
  height: 35px;
  display: block;
  margin-right: 6px;
  background: url(/images/xmenu-gradient-off.png) top left repeat-x;
}
#nav-primary span.fill span.right {
  float: right;
  margin-right: -6px;
  width: 6px;
  height: 35px;
  display: block;
  background: url(/images/xmenu-right-off.png) top left no-repeat;
}

ul.navList li a:link, ul.navList li a:visited, ul.navList li a:active {
  background: url(/images/xmenu-gradient-off.png) top left repeat-x;
  display: block;
  /* width: 123px; */
  height: 35px;
  line-height: 32px; /* adjust to emulate padding-top */
  padding-left: 20px;
  padding-right: 20px;
  /*padding-top: 3px;*/
  color: #f5f5f5;
  text-align: center;
  text-decoration: none;
}


ul.navList li a:hover {
  height: 34px;
  background: url(/images/xmenu-gradient-on.png) top left no-repeat-x;
  color: #f5f5f5;
}

ul.navList li.sfhover a:link, ul.navList li.sfhover a:visited, ul.navList li.sfhover a:active {
  background:  url(/images/xmenu-gradient-on.png) top left repeat-x;
  color: #f5f5f5;
}

/* show drop down menu */
ul.navList li:hover ul.submenu, ul.navList li.sfhover ul.submenu {
  display: block;
}
ul.navList li:hover a {
  background: url(/images/xmenu-gradient-on.png) top left repeat-x;
  color: #000000;
}


ul.navList li ul.submenu {
  display: none;
  list-style: none;
  margin: -1px 0 0 -1px;
  padding: 0;
  position: absolute;
  z-index: 20;
  /* background: #222222 url(/images/dropdown-bg.png) top left repeat-x; */
  background-color: #222222;
  border-top: 1px solid #cccccc;
  width: 202px;
  font-weight: normal;
}

ul.navList li ul.submenu li {
  float: left;
  margin: 0;
  padding: 0;
  display: inline;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

ul.navList li ul.submenu li a:link, ul.navList li ul.submenu li a:visited, ul.navList li ul.submenu li a:active {
  color: #f5f5f5;
  height: auto;
  line-height: normal;
  background: none;
  width: 187px;
  text-align: left;
  padding: 7px 4px 7px 9px;
  margin: 0px;
  font-size: 11px;
  font-weight: normal;
}

ul.navList li ul.submenu li a:hover {
  color: #f5f5f5;
  background: #412b85;
  margin-bottom: 0px;
}
a.on {
  background: url(/images/xmenu-gradient-on.png) top left repeat-x !IMPORTANT;
  color: #f5f5f5 !IMPORTANT;
}





/* VERTICAL NAVIGATION */

.ynav {
  width: 185px;
  height: 24px;
  display: block;
  /*border-bottom: 1px solid #CCCCCC;*/
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background: #333333 url(/images/ymenu-gradient-off.png) top left repeat-x;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: bold;
  padding-top: 6px;
  padding-left: 15px;
}
a.ynav, a.ynavon {
    text-decoration: none;
}
a:hover.ynav {
  text-decoration: none;
  background: #412b85 url(/images/ymenu-gradient-on.png) top left repeat-x;
}
.ynavon {
  width: 200px;
  height: 24px;
  display: block;
  border-left: 1px solid #cccccc;
  background: url(/images/ymenu-on.png) top left no-repeat;
  text-decoration: none;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: bold;
  padding-top: 7px;
  padding-left: 15px;

}
.ynavtop {
  height: 1px;
  width: 202px;
  border-bottom: 1px solid #cccccc;
}  

/* Link button */
.linkbutton {
  display: inline-block;
  padding: 3px 10px 1px 10px;
  height: 19px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #666666;
  color: #f5f5f5;
  background-color: #412b85;
}
a:hover.linkbutton {
  text-decoration: none;
}

/* Product Matrix */
table.matrix {
}
table.matrix td.blanktop {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
table.matrix td.blankbottom {
  border-right: 1px solid #cccccc;
}
table.matrix td.toptitle {
  height: 37px;
  background: url(/images/box-grey-topmiddle.png) top left repeat-x;
  color: #f5f5f5;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 12px 0px 12px;
  border-right: 1px solid #cccccc;

}

table.matrix td.lefttitle {
  height: 30px;
  background: url(/images/box-grey-matrixleft.png) top left repeat-x;  
  color: #333333;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  padding: 0px 12px 0px 12px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

table.matrix td.detail {
  height: 30px;
  background-color: #dedede;
  color: #333333;
  text-align: center;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;

}

table.matrix td.buy {
  background-color: #e1e1e1;
  text-align: center;
  padding: 5px 10px 5px 10px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/* Content box */
.box-topleft {
  float: left;
  width: 4px;
  height: 37px;
  background: url(/images/box-grey-topleft.png) top left no-repeat;
}
.box-topmiddle {
  float: left;
  height: 37px;
  background: url(/images/box-grey-topmiddle.png) top left repeat-x;
  font-weight: bold;
  color: #f5f5f5;
  text-align: center;
  font-size: 18px;
}
.box-topright {
  float: left;
  width: 4px;
  height: 37px;
  background: url(/images/box-grey-topright.png) top right no-repeat;
}

.box-subtitle {
  height: 27px;
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #ededed;
  color: #555555;
  font-size: 14px;
  font-weight: bold;
  clear: left;
}
.box-content {
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  clear: left;
}
.box-item {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 8px;
  text-align: justify;
  height: 100%;
  clear: left;
}
.box-item img {
  float: left;
  margin: 0;
}
.box-item div {
  padding-left: 23px;
  margin: 0;
}
.box-bottomleft {
  float: left;
  width: 4px;
  height: 37px;
  background: url(/images/box-grey-bottomleft.png) top left no-repeat;
  clear: left;
}
.box-bottommiddle {
  float: left;
  height: 37px;
  background: url(/images/box-grey-bottommiddle.png) top left repeat-x;
}
.box-bottomright {
  float: left;
  width: 4px;
  height: 37px;
  background: url(/images/box-grey-bottomright.png) top right no-repeat;
}

#copyright {
  padding-top: 8px;
  text-align: center;
  color: #333333;
}

.w960 {
  width: 960px;
}
.center {
  text-align: center;
}

/* Alliance Partners */
ul.partners {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.partners li {
  margin: 0 0 10px 70px;
  padding: 0;
}

ul.partners img {
  margin: 0 0 0 -70px;
  border: none;
  float: left;
}

ul.partners p {
  margin: 0;
  padding: 0;
}

ul.partners p.name {
  font-weight: bold;
}

ul.partners p.contact {
  text-align: right;
}

.clientname {
  position: relative;
  height: 48px;
  bottom: 18px;
  left: 15px;
}
