/* --------------------------------------------------------------
   reset.css
   * Resets default browser CSS.
-------------------------------------------------------------- */
html {
  max-width:861px;
  margin:0 auto;
  padding:0;
  border:0;
  background: url('images/background-body.png') repeat 0 0;
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}
/* Line-height should always be unitless! */
body {
  line-height: 1.5;
  background: white;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }
/* Remove annoying border on linked images. */
a img { border: none; }
/* Remember to define your own focus styles! */
:focus { outline: 0; }
/*----------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/proximanova-extrabold-webfont.eot');
    src: url('fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-extrabold-webfont.woff') format('woff'),
         url('fonts/proximanova-extrabold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-extrabold-webfont.svg#ProximaNovaThBold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/proximanova-semibold-webfont.eot');
    src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-semibold-webfont.svg#ProximaNovaLtBold') format('svg');
    font-weight: 600;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#ProximaNovaRgRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/proximanova-regitalic-webfont.eot');
    src: url('fonts/proximanova-regitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regitalic-webfont.woff') format('woff'),
         url('fonts/proximanova-regitalic-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regitalic-webfont.svg#ProximaNovaRgItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
body {
  font-family: 'ProximaNova';
  background: url('images/background-body.png') repeat 0 0;
}
.left { display: block; float: left; }
.right { display: block; float: right; }
.bbb-logo {
  width: 150px;
  height: 68px;
  background: url('images/sprite-sales.png') no-repeat -5px -73px;
  float: right;
  margin: 27px 0;
}
.bbb-logo:hover {
  background: url('images/sprite-sales.png') no-repeat -155px -73px;
}
body > header.trademark {
  width: 93%;
  margin: 0 auto;
  padding: 10px 0px 0px 0px;
}
body > header.trademark > p {
  font-size: 14px;
  font-weight: normal;
  line-height: 120%;
}
body > .contentouter {
  position: relative;
}
body > .contentouter > header.logo {
  position: relative;
  width: 98.75%;
  overflow: hidden;
  margin: 12px auto 8px auto;
  border-radius: 7px;
  background: linear-gradient(#757575, #111111);
}
body > .contentouter > header.logo > ul {
  display: table;
  margin: 10px 0px 0px 20px;
  list-style-type: none;
}
body > .contentouter > header.logo > ul > li {
  float: left;
  margin: 0px 3px 7px 0px;
}
.sprite-logo-mometrix160x24 {
  background: url('images/sprite-sales.png') no-repeat -5px -5px;
  height: 24px;
  width: 160px;
}

.sprite-logo-testpreparation215x24 {
  background: url('images/sprite-sales.png') no-repeat -5px -39px;
  height: 24px;
  width: 215px;
}
body > .contentouter > section.main {
  width: 98.75%;
  margin: 0 auto;
  border-radius: 7px;
  background-color: white;
}  
body > .contentouter > section.main > header.content {
  clear: both;
  float: left;
  width: 94%;
  padding: 2px 3% 13px 3%;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #333;
}
body > .contentouter > section.main > header.content ul {
  list-style-type: none;
}
body > .contentouter > section.main > header.content > ul.menulinks {
  float: left;
  top: 2px;
}
body > .contentouter > section.main > header.content > ul.menulinks > li {
  float: left;
}
body > .contentouter > section.main > header.content > ul.menulinks > li.divider {
  padding: 4px 0;
}
body > .contentouter > section.main > header.content > .address {
  position: relative;
  top: 8px;
  float: right;
}
body > .contentouter > section.main > hr.horizontal-separator {
  clear: both;
  float: none;
  border: 0;
  border-top:1px dotted #D5D5D5;
  margin: 0 auto;
  width: 100%;
}
body > .contentouter > section.main > header.big {
  clear: both;
  float: none;
  text-align: center;
  padding: 18px 7.7% 22px 7.7%;
}
body > .contentouter > section.main > header.big > h1 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  line-height: 120%;
}
body > .contentouter > section.main > article.content {
  padding: 20px 7.7% 0 7.7%;
  font-size: 16px;
  font-weight: normal;
  line-height: 136%;
  color: #333;
}
body > .contentouter > section.main > article.content p{
  margin: 15px 0px 15px 0px;  
}
body > .contentouter > section.main > article.content p.red {
  color: #B0171F;
}
body > .contentouter > section.main > article.content .productimage {
  float: right;
  margin: 10px 0px 10px 45px;
}
body > .contentouter > section.main > article.content > div.productimage img {
  border: 1px solid black;
}
body > .contentouter > section.main > article.content > div.productimage > div.bbb-logo {
  float: none;
  margin: 0px 0px 0px 17px;
}
body > .contentouter > section.main > article.content h2 {
  padding-top: 11px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 120%;
}
body > .contentouter > section.main > article.content h3 {
  font-size: 19px;
  font-weight: bold;
  line-height: 120%;
}
body > .contentouter > section.main > article.content h3.red {
  color: #B0171F;
}
body > .contentouter > section.main > article.content h3.subtitle {
  color: #B0171F;
}
body > .contentouter > section.main > article.content a {
  color: #248AD0;
}
body > .contentouter > section.main > article.content a:hover {
  color: #C50F36;
}
body > .contentouter > section.main > article.content ul {
  list-style-type:none;
}
body > .contentouter > section.main > article.content ul > li {
  padding-top: 7px;
  padding-bottom: 11px;
}
body > .contentouter > section.main > article.content ul.list-style-check {
  margin-top: 17px;
  margin-bottom: 22px;
}
body > .contentouter > section.main > article.content ul.list-style-check > li {
  background: url('images/icon-landing-list-check.png') no-repeat 8px 0;
  padding-left: 50px;
}
body > .contentouter > section.main > article.content ul.list-style-arrow > li {
  background: url('images/icon-landing-list-arrow.png') no-repeat 11px 9px;
  padding-left: 63px;
}
body > .contentouter > section.main > article.content ul.nested {
  padding-left: 25px;
  list-style-type: circle !important;
}
body > .contentouter > section.main > article.content ul.nested > li {
  line-height: 100%;
}
body > .contentouter > section.main > article.content ul.testimonials-full {
  width: 600px;
  margin-top: 20px;
  margin-left: 50px;
}
body > .contentouter > section.main > article.content ul.testimonials-full > li {
  background: 
    url('images/background-quote-start.png') no-repeat left top, 
    url('images/background-quote-end.png') no-repeat right bottom;
  padding: 0px 50px 0px 50px;
  margin-bottom: 20px;
}
body > .contentouter > section.main > article.content table {
  width: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: #999999;
  border-collapse: collapse;
}
body > .contentouter > section.main > article.content table > tbody > tr:nth-child(even) {
  background-color:#EEEEEE;
}
body > .contentouter > section.main > article.content table > tbody > tr > th {
  padding-bottom: 15px;
  text-align: center;
  font-weight: bold;
  padding: 3px;
  border-width: 2px;
  border-style: solid;
  border-color: #999999;
}
body > .contentouter > section.main > article.content table > tbody > tr > td {
  text-align: center;
  padding: 3px;
  border-width: 2px;
  border-style: solid;
  border-color: #999999;
}
body > .contentouter > section.main > article.content > div.bottomwrapper .bbb-logo {
  float: left;
  margin: 7px 33px 100px 0;
}
body > .contentouter > section.main > footer.content {
  padding: 15px 3%;
  margin-top: 35px;
  background-color: black;
  font-size: 14px;
  font-weight: normal;
  line-height: 120%;
  color: white;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
body > footer.trademark {
  width: 93%;
  margin: 0 auto;
  padding: 10px 0px;
}
body > footer.trademark > p {
  font-size: 14px;
  font-weight: normal;
  line-height: 120%;
}
.sup {
position: relative;
bottom: 0.4em;
font-size: 0.8em;
}
.u {
text-decoration: underline;
}
.dspcont{
display:none;
}
p.ordercenter {
color: #000000;
text-align: center;
}
.sprite-icon-creditcards {
  background: url('images/sprite-sales.png') no-repeat -5px -151px;
  height: 30px;
  width: 285px;
  margin: 22px auto 31px auto;
}
/*-----------------------------------------------------------------------------*/
.menulinks > li > a {
  border: 1px solid white;
}
.menulinks, .menulinks ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
background-color: white;
z-index: 5000;
}
.menulinks a{
display:block;
padding:0.15em 0.5em;
text-decoration:none;
color: #248AD0;
}
.menulinks ul a{
  border-left:1px solid #bbb;
  border-right:1px solid #bbb;
}
.menulinks ul li:first-child a {
  border-top: 1px solid #bbb;
}
.menulinks ul li:last-child a {
  border-bottom: 1px solid #bbb;
}
.menulinks > li > ul > li:last-child > a {
  padding-bottom: 4px;
}
.menulinks ul li a:hover, .menulinks ul li.active > a {
background-color:#248AD0;
color: #FFF;
}
.menulinks li{
float:left;
position:relative;
background-color: white;
}
.menulinks ul {
position:absolute;
display:none;
width:12em;
top:1.95em;
}
.menulinks li ul a{
width:12em;
height:auto;
float:left;
}
.menulinks li:hover ul, .menulinks li a:hover {
display:block;
}
.menulinks > li {
  border: 1px solid white;
}
.menulinks > li.active {
  border: 1px solid #bbb;
  border-bottom: 1px solid white;
}
.menulinks > li.active > a {
  border-bottom: 2px solid white;
}
.menulinks > li > ul {
  left: -1px;
}
.menulinks > li > a {
  position: relative;
  z-index: 10000;
}