@charset "utf-8";
/* rgb(0, 52, 104) */
/* 01052B */
body {
  color: #000000;
  margin: 0;
  background-color: #f8f2e4;
  font-family: Arial;
}
a,
a:visited,
a:active {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 1px;
  color: #1a1a1a;
}
.wrapper {
  position: relative;
  width: 960px;
  overflow: hidden;
  margin: 0 auto;
  border: solid 1px #ccc;
  -webkit-box-shadow: 0 0 5px #BBB;
  -moz-box-shadow: 0 0 5px #BBB;
  box-shadow: 0 0 5px #BBB;
  background-color: #FFF;
}
.txtBanner {
  color: #7f7f7f;
}
/* Header */
.header {
  height: 173px;
  background-color: #1a1a1a;
}
.inner-head {
  height: 160px;
  background: url("../images/bg-wrap.png") repeat-x 0px 45px;
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: relative;
}
#headerTxt {
  float: left;
  width: 697px;
  height: 130px;
  background-color: #9f9f9f;
  border-right: 3px #1a1a1a solid;
}
#gifWrap {
  background-color: #fffaf0;
  height: 133px;
  float: left;
  width: 130px;
}
#headerTxtInner {
  background-color: #bfbfbf;
  width: 500px;
  padding: 20px;
  margin-top: 6px;
  color: #6c0036;
  border: #000 solid 1px;
}
/* End of Header */
.cWrap {
  position: relative;
  clear: both;
}
.left {
  float: left;
  width: 180px;
  background-color: #1a1a1a;
  color: #FFFFFF;
  font-weight: bold;
  padding-bottom: 5000px;
  margin-bottom: -5000px;
}
.left a,
.left h2,
.left h3 {
  color: #FFFFFF;
}
.left h3 {
  text-decoration: underline;
}
div.main-nav ul {
  background-color: #1a1a1a;
  color: #FFF;
  box-shadow: 0 5px 5px #ccc;
  margin-bottom: 0;
  z-index: 50;
  position: relative;
}
div.main-nav ul li {
  display: inline-block;
  width: 100px;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
div.main-nav ul li a {
  color: #FFF;
  font-weight: bold;
}
.navigation {
  list-style: none;
  margin-left: -30px;
  font-size: 16px;
}
.left .navigation li {
  margin-bottom: 15px;
  text-align: center;
}
.center {
  float: left;
  width: 780px;
  background-color: #FFFFFF;
  min-height: 500px;
}
.l-image {
  float: right;
  margin: 0;
  z-index: 1;
  position: relative;
}
.center a,
.center a:visited {
  color: #6c0036;
  font-weight: bold;
}
.center {
  margin: 0;
}
.center > .wrap {
  padding: 15px;
}
.topBar {
  font-size: larger;
  font-style: italic;
  color: #800040;
  margin: 0;
  background-color: #f8f2e4;
  height: 35px;
}
.message {
  float: left;
  width: 654px;
  background-color: #f8f2e4;
  padding: 5px;
}
.cart {
  float: left;
  width: 100px;
  padding: 5px;
  padding-right: 10px;
  background-color: #FFFFFF;
}
.right {
  float: left;
  width: 130px;
}
.right .navigation a {
  color: #800040;
  font-style: italic;
}
.right .navigation li {
  margin-bottom: 15px;
  text-align: center;
}
.bottomBar {
  clear: both;
  background-color: #1a1a1a;
  width: 960px;
  height: 100px;
  margin: 0 auto;
}
.footer {
  width: 960px;
  margin: 0 auto;
  font-size: 0.85em;
  text-align: center;
}
.footer .fLinks {
  list-style: none;
}
.fLinks a,
.fLinks a:visited {
  text-decoration: none;
  color: #003468;
}
.footer .fLinks li {
  margin-top: 5px;
  margin-right: 20px;
  display: inline-block;
  white-space: nowrap;
}
/* Utility */
.rounded-t-l {
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  /* future proofing */
}
.rounded-t-r {
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  /* future proofing */
}
.rounded-b-l {
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  /* future proofing */
}
.rounded-b-r {
  -moz-border-radius-bottomright: 15px;
  -webkit-border-radius: 15px;
  border-bottom-right-radius: 15px;
  /* future proofing */
}
/* Plan layout */
.plan-row {
  padding: 25px;
  clear: both;
}
.plan-colspan-1 {
  float: left;
  position: relative;
  width: 25%;
}
.plan-colspan-2 {
  float: left;
  position: relative;
  width: 50%;
}
.plan-colspan-2 h2 {
  margin: 0;
}
.plan-colspan-3 {
  float: left;
  position: relative;
  width: 75%;
}
.plan-colspan-4 {
  float: left;
  position: relative;
  width: 100%;
}
.plan-offset-1 {
  left: 25%;
}
.plan-primary img {
  border: 5px #000 double;
  border-style: double;
}
.plan-primary h1 {
  color: #800040;
}
.plan-contract-corner {
  color: #5f5f5f;
}
.plan-contract-corner h5 {
  text-decoration: underline;
  margin: 0px;
  font-size: 16px;
  font-weight: normal;
  color: #5f5f5f;
}
.plan-contract-corner p {
  margin: 0px;
  font-size: 13px;
  color: #5f5f5f;
}
a.myButton:visited {
  color: #FFF;
}
a.myButton,
.myButton {
  color: #FFF;
  -moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
  -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
  box-shadow: inset 0px 1px 0px 0px #97c4fe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
  background: -moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: -webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: -o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: -ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
  background: linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0', GradientType=0);
  background-color: #3d94f6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #337fed;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #1570cd;
}
.myButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
  background: -moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
  background: -webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
  background: -o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
  background: -ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
  background: linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6', GradientType=0);
  background-color: #1e62d0;
}
.myButton:active {
  position: relative;
  top: 1px;
}
.about h1,
.order h1 {
  font-size: 19px;
  font-style: italic;
  font-weight: normal;
}
.about p {
  text-indent: 1.5em;
}
.underline {
  text-decoration: underline;
}
.notice {
  position: relative;
  width: 80%;
  left: 10%;
  background: #7F7;
  padding: 5px;
  color: #000;
}
.order .call {
  font-size: 1.2em;
  color: #F00;
}
.cart-table {
  margin: 20px;
  width: 720px;
  text-align: left;
  border-collapse: collapse;
}
.cart-table thead th.rounded-company {
  background: #b9c9fe url('table-images/left.png') left -1px no-repeat;
}
.cart-table thead th.rounded-q4 {
  background: #b9c9fe url('table-images/right.png') right -1px no-repeat;
}
.cart-table th {
  padding: 8px;
  font-weight: normal;
  font-size: 13px;
  color: #FFF;
  background: #1a1a1a;
}
.cart-table td {
  padding: 8px;
  background: #ebf0fc;
  border-top: 1px solid #fff;
}
.cart-table tfoot td.rounded-foot-left {
  background: #e8edff left bottom no-repeat;
}
.cart-table tfoot td.rounded-foot-right {
  background: #e8edff right bottom no-repeat;
}
.cart-table tbody tr:hover td {
  background: #b0c3f2;
}
.brand {
  font-family: Arial;
  color: #6c0036;
  position: relative;
  top: 30px;
  left: 130px;
  float: left;
}
.brand h1 {
  white-space: nowrap;
  font-size: 2.45em;
  color: #01052B;
}
.border {
  border: solid 1px #ccc;
  padding-top: 20px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.side-push {
  padding-left: 60px;
}
#search input[type="text"] {
  position: relative;
  background: url("../images/search-dark.png") no-repeat 10px 6px #fcfcfc;
  border: 0 none;
  font: bold 12px Arial, Helvetica, Sans-serif;
  color: #999;
  width: 110px;
  left: 10px;
  padding: 6px 15px 6px 35px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
a img {
  outline: none;
}
img {
  border: 0;
}
.mc-caption {
  display: none !important;
}
.main {
  float: left;
  width: 510px;
  padding-right: 15px;
}
.aside {
  float: left;
  width: 225px;
  margin-top: 35px;
}
div.plan-primary h1 {
  font-weight: normal;
  text-decoration: underline;
}
div.plan-primary img {
  border: none;
}
.social {
  height: 25px;
  width: 490px;
  margin: 0 auto;
  /*background-color:#EFEFEF;*/
  background-color: #d6d6d6;
  padding-top: 10px;
  padding-bottom: 5x;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-radius: 0px 0px 6px 6px;
}
.social-cell {
  float: left;
  width: 48%;
  margin-left: 1%;
}
.content-section {
  padding: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.content-section h2,
.news-wrap h2 {
  border-bottom: 1px solid #ccc;
  color: #5b0101;
}
div.content-section h3 {
  color: #5b0101;
  margin-top: 20px;
}
div.plan-row {
  padding: 5px;
}
.red {
  color: #5b0101;
}
.detail-cell {
  float: left;
  width: 40%;
  margin-right: 10%;
}
.detail-field {
  border: solid #000033 1px;
  border-radius: 6px;
  margin-top: 20px;
  min-height: 120px;
}
.detail-field .detail-header {
  height: 25px;
  background-color: #010443;
  color: #FFFFFF;
  font-weight: bold;
  padding: 3px;
}
.detail-field .detail-content {
  padding: 3px;
  font-size: 13px;
}
.details h3 {
  text-decoration: underline;
  margin-top: 25px;
  margin-bottom: 5px;
  color: #5b0101;
}
.details h3.tiny {
  margin-top: 10px;
  color: #333;
  font-size: 12px;
}
.details p {
  font-size: 12px;
  margin-top: 5px;
}
.small {
  font-size: 8px;
  line-height: 10px;
}
.news-wrap {
  margin-left: 15px;
  border: #ccc 1px solid;
  padding: 10px;
  box-shadow: 0 0 5px #BBB;
}
.news-wrap h2 {
  margin-top: 0;
  font-size: 1.05em;
  margin-bottom: 10px;
}
.news-wrap ul {
  list-style: none;
  padding-left: 10px;
}
.news-wrap li {
  margin-top: 5px;
  margin-bottom: 5px;
  clear: both;
}
.news-wrap a,
.news-wrap a:visited {
  color: #1a1a1a;
  font-size: 0.9em;
}
.news.aside {
  margin-top: 0;
}
.article {
  min-height: 200px;
  margin-bottom: 10px;
}
.news-wrap p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0.75em;
}
.fb-comments {
  width: 100%;
}
.clear {
  clear: both;
}

/*# sourceMappingURL=core.min.css.map */