html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


.wrapper-spacer {
    margin-bottom: 20px;
}

html {
  line-height: 1;
}


ol, ul {
  list-style: none;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}


q, blockquote {
  quotes: none;
}


q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}


a img {
  border: none;
}

a {
  text-decoration: none;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'entypo';
  src:url('icomoon/fonts/entypo.eot');
  src:url('icomoon/fonts/entypo.eot?#iefix') format('embedded-opentype'),
    url('icomoon/fonts/entypo.svg#entypo') format('svg'),
    url('icomoon/fonts/entypo.woff') format('woff'),
    url('icomoon/fonts/entypo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

img {
  border: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* h1 h2 h3 */

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  color: black;
  text-align: left;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  color: black;
  margin: 10px 0;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  color: black;
}
p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  color: black;
}


body {
  margin: 0 auto;
  background: #ffffff;
}

header {
  width: 100%;
  height: 173px;
  background: #F0F0F0;
}

.topnav-container {
  margin: 0 auto;
  width: 100%;
  height: 39px;
  background: #fa3030;
  padding: 8px 0 0 0;
}

.GridEditRow_Default {
    background-color: #FFF !important;
    color: #000 !important; 
}
.topnav {
  margin: 0 auto;
  width: 900px;
  text-align: right;
}
.topnav ul {
  margin: 0;
  padding: 0;
}
.topnav ul li {
  list-style: none;
  display: inline;
  vertical-align: middle;
}
.topnav ul li:nth-of-type(4):after {
  content: " | ";
  color: #fff;
}
.topnav ul li:nth-of-type(5):after {
  content: " | ";
  color: #fff;
}
.topnav ul li:nth-of-type(6):after {
  content: " | ";
  color: #fff;
}

.topnav ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
.topnav ul li a:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 black;
  -moz-text-shadow: 0 1px 0 black;
  -webkit-text-shadow: 0 1px 0 black;
  -o-text-shadow: 0 1px 0 black;
  -ms-text-shadow: 0 1px 0 black;
}

.facebook:before {
  content: "FaceBook";
  font-family: 'entypo';
  font-size: 0.5em;
  color: #ffffff;
  padding-left: 10px;
  text-decoration: none;
  vertical-align: middle;
}

.google:before {
  content: "%";
  font-family: 'entypo';
  font-size: 1.5em;
  color: #ffffff;
  padding-left: 3px;
  text-decoration: none;
  vertical-align: middle;
}

.twitter:before {
  content: "t";
  font-family: 'entypo';
  font-size: 1.5em;
  color: #ffffff;
  padding-left: 3px;
  text-decoration: none;
  vertical-align: middle;
}

.phone {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #fff;
  padding-right: 20px;
}

.header-box {
  margin: 0 auto;
  width: 940px;
  height: 134px;
  background: #F0F0F0;
  position: relative;
}

.logo {
  position: absolute;
  top: 20px;
  left: 0;
}

/* nav */
nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 570px;
  height: 134px;
  background: transparent;
  text-align: center;
  padding: 15px 0 0 0;
}
nav a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  color: #636161;
  text-decoration: none;
  text-align: center;
  display: block;
}
nav a:hover {
  text-decoration: none;
}

.nav-bucket {
  float: left;
  padding: 10px;
  background: transparent;
  border-right: 1px dotted #ccc;
  margin: 0;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
.nav-bucket:last-child {
  border-right: none;
}
.nav-bucket:hover {
  background: #E5E5E5;
}

.help-icon:before {
  content: "";
  font-family: 'entypo';
  font-size: 3.5em;
  color: #636161;
  text-align: center;
  display: block;
  width: 90px;
  margin-bottom: 8px;
}

.box-icon:before {
  content: "";
  font-family: 'entypo';
  font-size: 3.5em;
  color: #636161;
  text-align: center;
  display: block;
  width: 90px;
  margin-bottom: 8px;
}

.blog-icon:before {
  content: "";
  font-family: 'entypo';
  font-size: 3.5em;
  color: #636161;
  text-align: center;
  display: block;
  width: 90px;
  margin-bottom: 8px;
}

.about-icon:before {
  content: "";
  font-family: 'entypo';
  font-size: 3.5em;
  color: #636161;
  text-align: center;
  display: block;
  width: 90px;
  margin-bottom: 8px;
}

.contact-icon:before {
  content: "";
  font-family: 'entypo';
  font-size: 3.5em;
  color: #636161;
  text-align: center;
  display: block;
  width: 90px;
  margin-bottom: 8px;
}


.page-wrap {
  margin: 0 auto;
  width: 940px;
  height: auto;
  background: transparent;
}

.page-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.box-container {
  margin: 0 auto;
  width: 940px;
  height: auto;
  background: transparent;
}
.box-container:after {
  content: "";
  display: table;
  clear: both;
}

.box-container h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #000;
  text-align: left;
  font-weight: bold;
  margin: 10px 0 10px 0;
}
.box-container h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000;
  text-align: left;
  font-weight: bold;
  margin: 10px 0 10px 0;
}
span.inches {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  color: #ccc;
  text-align: left;
  margin: 0 0 0 2px;
  vertical-align: middle;
}

span.help {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: normal;
  color: #ccc;
  text-align: left;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
span.help:before {
  content: "?";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #ccc;
  padding: 0 5px;
  margin: 0 5px 0 0;
}

.box-container-left {
  float: left;
  width: 680px;
  height: 450px;
  background: transparent;
}

.box-container-one {
  float: left;
  width: 680px;
  height: 155px;
  background: #fff;
  display: block;
}

.box-style {
  width: auto;
  height: 100px;
  float: left;
}

.box-style:hover {
  opacity: 0.8;
}

.box-container-two {
  float: left;
  width: 680px;
  height: 140px;
  background: #ffffff;
  display: block;
}

.length {
  float: left;
  width: 220px;
  height: 115px;
  border-right: 1px solid #ccc;
  padding: 5px 5px 5px 0;
}

.width {
  float: left;
  width: 220px;
  height: 115px;
  border-right: 1px solid #ccc;
  padding: 5px 5px 5px 10px;
}

.depth {
  float: left;
  width: 220px;
  height: 115px;
  border-right: none;
  padding: 5px 5px 5px 10px;
}

.panels {
  float: left;
  width: 220px;
  height: 85px;
  border-right: 1px solid #ccc;
  padding: 5px 5px 5px 0;
}

.colors {
  float: left;
  width: 220px;
  height: 85px;
  border-right: 1px solid #ccc;
  padding: 5px 5px 5px 10px;
}

.imagesize {
  float: left;
  width: 220px;
  height: 85px;
  border-right: none;
  padding: 5px 5px 5px 10px;
}

.box-container-three {
  float: left;
  width: 680px;
  height: 90px;
  height: 70px;
   
  background: #fff;
  display: block;
}

.quantity {
  float: left;
  height: 90px;
   height: 50px; 
  width: 210px;
  /* width: auto; */
  margin: 0 20px 0 0;
}

.box-strength {
  float: left;
  height: 90px;
  height: 50px;
  width: auto;
}

.box-container-four {
  float: left;
  width: 680px;
  height: 45px;
  background: #fffff;
  display: block;
  padding: 25px 0 0 0;
}

.box-container-four ul {
  margin: 0;
  padding: 0;
  text-align: left;
}

.box-container-four ul li {
  list-style: none;
  display: inline;
}

.box-container-four ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  color: #000000;
  margin: 0 30px 0 0;
}

a.cart:link, a.cart:visited, a.cart:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #fff;
  padding: 15px 15px;
  background: #d42b1e;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -ms-border-radius: 18px;
  display: inline;
}

a.cart:hover {
  background: #e7564b;
}

a.updateshipping:link, a.a.updateshipping:visited, a.a.updateshipping:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #fff;
  padding: 10px 10px;
  background: #d42b1e;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -ms-border-radius: 18px;
  display: inline;
}

a.updateshipping:hover {
  background: #e7564b;
}


.arrow:after {
  content: ">";
  font-family: 'entypo';
  font-size: 1.2em;
  font-weight: normal;
  color: #d42b1e;
  padding-left: 5px;
  vertical-align: middle;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
.arrowdown:after {
  content: "^";
  font-family: 'entypo';
  font-size: 1.2em;
  font-weight: normal;
  color: #000;
  padding-left: 5px;
  vertical-align: middle;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
.add-printing {
  float: left;
  width: 680px;
  height: auto;
}
.change-box-color {
  float: left;
  width: 680px;
  height: auto;
}
.estimate-shipping {
  float: left;
  width: 680px;
  height: auto;
}

.box-container-right {
  float: left;
  width: 260px;
  height: 420px;
  background: #d42b1e;
  border-bottom: 2px solid #fff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  position: relative;
}

.box-container-right:before, .box-container-right:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  background: #d42b1e;
  box-shadow: 0px 0px 8px #ccc;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: -1;
}

.thechosenone {
  width: 220px;
  text-align: center;
  margin: 0px auto;
  /* margin-top: 40px; */
  margin-top: 0px;
}

.total {
  float: left;
  width: 130px;
  height: auto;
  background: transparent;
  padding-left: 15px;
}

.total-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  color: #fff;
  text-align: left;
  margin: 20px 0 0 0;
}

.price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  color: #fff;
  text-align: left;
  margin: 5px 0 0 0;
}

.perbox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: normal;
  color: #fff;
  text-align: left;
  margin: 5px 0 0 0;
}

.add {
  float: left;
  width: 130px;
  height: auto;
  background: transparent;
  margin: 35px 0 0 0; 
}

a.cart-final:link, a.cart-final:visited, a.cart-final:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #d42b1e;
  padding: 10px 10px;
  width: 90px;
  background: #ffffff;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  display: block;
  margin: 0 0 10px 20px;
    
}

a.cart-final:hover {
  background: #ccc;
}

.ie7 a.cart-final:link, a.cart-final:visited, a.cart-final:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #d42b1e;
  padding: 10px 10px;
  width: 90px;
  background: #ffffff;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  display: block;
  margin: 0 0 10px 20px;
    
}

.helpwithbox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: normal;
  color: #fff;
  text-align: left;
  margin: 25px 0 0 20px;
  vertical-align: middle;
}
.helpwithbox:before {
  content: "?";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #990000;
  padding: 2px 5px;
  margin: 0 5px 0 0;
}
.home-container-one {
  width: 940px;
  height: auto;
  background: #fff;
}

.home-container-one:after {
  content: "";
  display: table;
  clear: both;
}

.bucket {
  width: 313px;
  height: 320px;
  background: #ffffff;
  float: left;
  text-align: center;
  padding: 5px;
}

.bucket h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #000;
  margin: 10px 0 0 0;
}

.bucket p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #000;
  text-align: left;
  margin: 10px 0 20px 0;
  line-height: 1.3em;
}

a.button:link, a.button:visited, a.button:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #fff;
  background: #7D7D7D;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  text-decoration: none;
  padding: 10px 15px;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
a.button:link:hover, a.button:visited:hover, a.button:active:hover {
  background: #000;
  box-shadow: 0px 0px 5px 3px #cccccc;
  -moz-box-shadow: 0px 0px 5px 3px #cccccc;
  -webkit-box-shadow: 0px 0px 5px 3px #cccccc;
  -ms-box-shadow: 0px 0px 5px 3px #cccccc;
  -o-box-shadow: 0px 0px 5px 3px #cccccc;
}


.shadow {
  width: 940px;
  height: 41px;
  background: url(Clients/PackNBoxNow/Images/cbn/shadow.jpg) no-repeat;
}

.shadow-two {
  width: 940px;
  height: 41px;
  background: url(Clients/PackNBoxNow/Images/cbn/shadow-two.jpg) no-repeat;
}

.home-container-two {
  width: 940px;
  height: auto;
  background: #fff;
  padding: 15px;
}

.home-container-two:after {
  content: "";
  display: table;
  clear: both;
}

.box-left {
  width: 480px;
  height: auto;
  float: left;
  background: transparent;
  padding: 0 40px 0 0;
}
.box-left h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
  color: #000;
  text-align: left;
  margin: 20px 0 20px 0;
  line-height: 1.5em;
}

.box-right {
  width: 400px;
  height: auto;
  float: left;
  text-align: center;
  background: transparent;
}
.box-right h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #000;
  text-align: left;
  margin: 20px 0 10px 0;
}
.box-right p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000;
  text-align: left;
  line-height: 1.2em;
}

.satisfied-customer-container {
  width: 940px;
  height: auto;
  background: #fff;
  padding: 15px;
}
.satisfied-customer-container h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #000;
  text-align: center;
  margin: 0 0 10px 0;
}

.satisfied-customer-container:after {
  content: "";
  display: table;
  clear: both;
}

.testimonials-bucket {
  float: left;
  width: 225px;
  height: auto;
  background: #fff;
  padding: 10px;
}
.testimonials-bucket p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-style: italic;
  color: #000;
  text-align: left;
  line-height: 1.2em;
}

.wrapper-two {
  width: 100%;
  background: #F0F0F0;
}

.home-container-three {
  margin: 0 auto;
  width: 940px;
  height: auto;
  background: #F0F0F0;
  padding: 40px 0 20px 0;
}

.home-container-three:after {
  content: "";
  display: table;
  clear: both;
}

.bucket-custom {
  width: 500px;
  height: auto;
  background: transparent;
  display: block;
  margin: 0 0 40px 0;
}

.formElements {
    color: #333333;
     background: #F0F0F0;  
    /* background-color: #F0F0F0;
      -moz-border-radius-bottomleft: 6px;
      -moz-border-radius-bottomright: 6px;
      -webkit-border-bottom-left-radius: 6px;
      -webkit-border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
*/

}

/*
a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: red;
    text-decoration: underline;
}

a:hover {
   text-decoration: none;
}


.content a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: red;
    text-decoration: underline;

}

.content a:hover {
   text-decoration: none;
}

*/


.printingMessage
{
  margin-top: 10px;  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333;
}

.box-two-icon:before {
  content: ")";
  font-family: 'entypo';
  font-size: 6em;
  color: #7D7D7D;
  float: left;
  padding: 40px 15px 40px 0;
}

.pencil-icon:before {
  content: "(";
  font-family: 'entypo';
  font-size: 6em;
  color: #7D7D7D;
  float: left;
  padding: 40px 15px 20px 0;
}

.recycle-icon:before {
  content: "e";
  font-family: 'entypo';
  font-size: 6em;
  color: #7D7D7D;
  float: left;
  padding: 40px 15px 20px 0;
}

footer {
  width: 100%;
  height: auto;
  background: #636161;
}

.footer-box {
  margin: 0 auto;
  width: 940px;
  height: 160px;
  background: #636161; 
  padding: 10px;
  position: relative;
}
.footer-box ul {
  margin: 0;
  padding: 0;
  float: right;
}
.footer-box ul li {
  list-style: none;
  display: inline-block;
}
.footer-box ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  margin: 5px 2px;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
.footer-box ul li a:hover {
  color: #ccc;
  text-decoration: none;
}

.footer-logo {
  position: absolute;
  top: 5px;
  left: 0;
}

.facebook-footer:before {
  content: "&";
  font-family: 'entypo';
  font-size: 1.5em;
  color: #7D7D7D;
  margin: 0 !important;
  text-decoration: none;
  vertical-align: middle;
}

.google-footer:before {
  content: "%";
  font-family: 'entypo';
  font-size: 1.5em;
  color: #7D7D7D;
  margin: 0 !important;
  text-decoration: none;
  vertical-align: middle;
}

.twitter-footer:before {
  content: "t";
  font-family: 'entypo';
  font-size: 1.5em;
  color: #7D7D7D;
  padding-right: 5px;
  margin: 0 !important;
  text-decoration: none;
  vertical-align: middle;
}

.phone-number {
  position: absolute;
  top: 45px;
  right: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #fff;
}

/* sub pages */

.content {
  width: 700px;
  height: auto;
  float: left;
  padding: 10px 30px 30px 0;
}
.content h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
  color: black;
  text-align: left;
  margin: 20px 0;
}
.content p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: black;
  text-align: left;
  margin: 10px 0;
}

.contentFull {
  width: 940px;
  height: auto;
  float: left;
  padding: 10px 30px 30px 0;
}
.contentFull h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
  color: black;
  text-align: left;
  margin: 20px 0;
}
.contentFull p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: black;
  text-align: left;
  margin: 10px 0;
}

article a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: red;
  text-decoration: underline;
}
article a:hover {
  text-decoration: none;
}
aside {
  width: 200px;
  height: auto;
  float: left;
  padding-bottom: 30px;
}
aside h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: black;
  text-align: left;
  margin: 20px 0;
}
aside p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: black;
  text-align: left;
  margin: 10px 0;
}

/* ==================================

 new 3 sub pages 

 ==================================*/

/* help center page */

.help-center {
  width: 940px;
  height: auto;
}
.help-center:after {
  content: "";
  display: table;
  clear: both;
}
.help-center-bucket {
  float: left;
  width: 185px;
  text-align: center;
  padding: 10px 20px;
  border-right: 1px solid #ccc;
}
.help-center-bucket:nth-child(5) {
  border-right: none;
  padding-right: 0;
}
.help-center-bucket h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  color: black;
  margin: 20px 0 20px 0;
}
.help-center-bucket img {
  width: 140px;
}
a.helpcenter-button:link, a.helpcenter-button:visited, a.helpcenter-button:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  color: #fff;
  display: block;
  width: 100px;
  margin: 10px auto;
  padding: 10px 10px;
  background: #d42b1e;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -ms-border-radius: 18px;
}
a.helpcenter-button:hover {
  background: #e7564b;
}
.sub-content {
  width: 940px;
  height: auto;
  text-align: center;
}

/* contact page */

.online-bucket {
  float: left;
  width: 250px;
  margin: 20px 0 0 0;
  padding: 20px;
  text-align: center;
  border-right: 1px solid #ccc;
}
.online-bucket p {
  margin: 10px 0 0 0;
}
.contact-info {
  float: left;
  width: 350px;
  padding: 20px;
}
.call-bucket {
  width: 350px;
  padding: 0 30px 20px 0;
  margin: 0 20px 0 0;
  border-bottom: 1px dotted #ccc;
}
.address-bucket {
  width: 350px;
  padding: 10px 30px 0 0;
}
.contact-form {
  float: left;
  width: 320px;
  padding: 20px;
  margin-left: 20px;
}
input[type="submit"] {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  color: #fff;
  display: block;
  width: 100px;
  margin: 10px auto;
  padding: 10px 10px;
  background: #d42b1e;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -ms-border-radius: 18px;
  border: none;
  float: left;
  cursor: pointer;
}

/* box examples */

.box-example-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.box-example-list li {
  display: inline;
}
.box-example-list li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: red;
  padding: 0 10px 0 0;
  text-decoration: none;
}
.box-example-container {
  width: 940px;
  height: auto;
}
.box-example-container:after {
  content: "";
  display: table;
  clear: both;
}
.box-bucket {
  float: left;
  width: 220px;
  padding: 20px;
  text-align: center;
}
.box-bucket p {
  margin: 10px 0 0 0;
}


/* ie7 conditionals */
.ie7 header {
  width: 100%;
  height: 139px;
  background: #F0F0F0;
}

.ie7 .header-box {
  margin: 0 auto;
  width: 940px;
  height: 80px;
  background: #F0F0F0;
  position: relative;
}
.ie7 .logo {
  position: absolute;
  top: 15px;
  left: 0;
  width: 150px;
  height: auto;
}
.ie7 .topnav {
  margin: 0 auto;
  width: 900px;
  text-align: right;
}
.ie7 .topnav ul {
  margin: 0;
  padding: 0;
}
.ie7 .topnav ul li {
  list-style: none;
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
}
.ie7 .topnav ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
.ie7 .topnav ul li a:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 black;
  -moz-text-shadow: 0 1px 0 black;
  -webkit-text-shadow: 0 1px 0 black;
  -o-text-shadow: 0 1px 0 black;
  -ms-text-shadow: 0 1px 0 black;
}
.ie7 nav {
  position: absolute;
  top: 10px;
  right: 0;
  width: 480px;
  height: 100px;
  background: transparent;
  text-align: center;
  padding: 15px 0 0 0;
}
.ie7 .length {
  float: left;
  width: 200px;
  height: 115px;
  border-right: 1px solid #ccc;
  padding: 5px 5px 5px 0;
}

.ie7 .width {
  float: left;
  width: 200px;
  height: 115px;
  border-right: 1px solid #ccc;
  padding: 5px 5px 5px 10px;
}

.ie7 .depth {
  float: left;
  width: 200px;
  height: 115px;
  border-right: none;
  padding: 5px 5px 5px 10px;
}


.ie7 .add {
  float: left;
  width: 100px;
  height: auto;
  background: transparent;
  margin: 35px 0 0 0; 
  padding-right: 10px;
}



.ie7 .bucket {
  width: 290px;
  height: 300px;
  background: #ffffff;
  float: left;
  text-align: center;
  padding: 5px;
}

.ie7 .testimonials-bucket {
  float: left;
  width: 215px;
  height: auto;
  background: #fff;
  padding: 10px;
}
.ie7 .footer-box {
  margin: 0 auto;
  width: 940px;
  height: 160px;
  background: #323232;
  padding: 10px;
  position: relative;
}
.ie7 .footer-box ul {
  margin: 0;
  padding: 0;
  float: right;
}
.ie7 .footer-box ul li {
  list-style: none;
  display: inline;
}
.ie7 .footer-box ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #fff;
  text-decoration: none;
  margin: 5px 10px;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
.ie7 .footer-box ul li a:hover {
  color: #ccc;
  text-decoration: none;
}

a.start-red-button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    background: #D42B1E;
    background: -moz-linear-gradient(top, #D42B1E, #811810);
    background: -webkit-linear-gradient(top, #D42B1E, #811810);
    background: -o-linear-gradient(top, #D42B1E, #811810);
    background: -ms-linear-gradient(top, #D42B1E, #811810);
    background: linear-gradient(top, #D42B1E, #811810);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #999;
    -webkit-box-shadow: inset 0px 0px 1px 1px #333;
    -moz-box-shadow: inset 0px 0px 1px 1px #333;
    -o-box-shadow: inset 0px 0px 1px 1px #333;
    -ms-box-shadow: inset 0px 0px 1px 1px #333;
    box-shadow: inset 0px 0px 1px 1px #333;
}
    
a.start-red-button:active {
    color: white;
    -webkit-box-shadow: inset 0px 0px 0px 0px #333;
    -moz-box-shadow: inset 0px 0px 0px 0px #333;
    -o-box-shadow: inset 0px 0px 0px 0px #333;
    -ms-box-shadow: inset 0px 0px 0px 0px #333;
    box-shadow: inset 0px 0px 0px 0px #333;
}
    
.start-green-button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: white;
    text-align: center;
    text-decoration: none;
    background: #1f8614;
    background: -moz-linear-gradient(top, #1f8614, #11520a);
    background: -webkit-linear-gradient(top, #1f8614, #11520a);
    background: -o-linear-gradient(top, #1f8614, #11520a);
    background: -ms-linear-gradient(top, #1f8614, #11520a);
    background: linear-gradient(top, #1f8614, #11520a);
    padding: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #999;
    -webkit-box-shadow: inset 0px 0px 1px 1px #333;
    -moz-box-shadow: inset 0px 0px 1px 1px #333;
    -o-box-shadow: inset 0px 0px 1px 1px #333;
    -ms-box-shadow: inset 0px 0px 1px 1px #333;
    box-shadow: inset 0px 0px 1px 1px #333;
}

a.start-green-button:active {
    color: white;
    -webkit-box-shadow: inset 0px 0px 0px 0px #333;
    -moz-box-shadow: inset 0px 0px 0px 0px #333;
    -o-box-shadow: inset 0px 0px 0px 0px #333;
    -ms-box-shadow: inset 0px 0px 0px 0px #333;
    box-shadow: inset 0px 0px 0px 0px #333;
}


/* InSite Added Classes */

.cbnTable 
{
    width: 100%;
    border-collapse: collapse;
    font-family: arial;
    font-size: 12px;
    text-align: left;   
}

.cbnTable td {
    padding-right:  5px;
    height: 30px;
    padding-bottom: 10px;
}

.cbnTableTdRight {
    text-align: right;
    margin-right: 10px;
}

.cbnTableTdCenter { text-align: center; }

.cbnTableBtn { padding-top: -5px; }

.cbnTableHeader td {
    padding-right:  5px;
    height: 30px;
    padding-bottom: 10px;
    font-weight: bold;
}

.cbnShipAddress td { line-height: 15px; }

.discountError 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    margin-top: 20px;
    color: red;   
}

div.calculatorCloseErrorsContainer { text-align: right; width: 100%; }

.calculatorCloseErrors {
  color: #fff;
  font-size: 14px;
  font: bold 14px "Helvetica Neue", Sans-Serif;
  text-align: right;
}

p.calculatorError { color: #fff;font-size: 12px;margin: 10px 10px 10px 10px;line-height: 15px; }

h1.calculatorError { color: #fff;}
  
.calculatorErrorHidden { visibility: hidden; }

.calculatorErrorsPopup
    {
        padding: 10px 10px 10px 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #fff;
        background-color: #000;
        position: absolute;
        top: 300px;
        left: 400px;
        width: 300px;
        z-index: 99;
        visibility: visible;
        display: block;
        border: 2px solid #FFFFFF;
        text-align: left;
        padding: 15px;
        margin: 10px 10px 10px 10px;
        border-radius: 18px;
        -moz-border-radius: 18px;
        -webkit-border-radius: 18px;
        -ms-border-radius: 18px;
    }

