/* Text **********************************************/
h1 {
	color: #000;
	margin: 0;
	padding: 0;
}
.TitleHeading {
	margin: 20px 0 0 0;
	border: none;
}
.page_heading {
	font-size: 24px;
	color: #EE1C25;
	width: 100%;
	border-bottom: 1px solid #666;
	text-align: center;
	padding-top: 20px;
}
.lg_text {
	font-size: 20px;
	line-height: 35px;
}

/* Text alignment ************************************/
.center {
	text-align: center;
}
.left {
	text-align: left;
}

/* Text colors **************************************/
.white {
	background-color: #fff;
}
.red {
	color: #EE1C25;
}
.blue {
	color: #004A87;
}
.gray {
	color: #666;
}

/* Text weight and styles ***************************/
.bold_text {
	font-weight: bold;
}
.normal_text {
	font-weight: normal;
}
.italic_text {
	font-style: italic;
}

/* Tables ******************************************/
.table1 th {
	padding: 5px;
	background-color: #C9C9C9;
	text-transform: uppercase;
}
.table1 td {
	padding: 5px;
	font-weight: bold;
}

/* Breadcrumb **************************************/
.Breadcrumb {
	margin: 5px 0 0 0;
}
.Breadcrumb li a {
	color: #004A87;
}

/* Top menu ***************************************/
.TopMenu {
  color: #fff;
  background: none;
  margin: 0;
  padding: 5px 0 10px 0;
}
.TopMenu li {
  border-right: 1px solid #ccc;
}
.TopMenu a {
  color: #fff;
}
.TopMenu a:visited {
  color: #fff;
}
.TopMenu a:hover {
	text-decoration: underline;
}

/* Header ***************************************/
#Header {
	/*background: #004A87 url(//cdn10.bigcommerce.com/s-j6b8ve6z/templates/__custom/images/bg_header2.png?t=1752267214) top center no-repeat;*/
	background: #004A87;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 5px solid #fff;
	-moz-box-shadow: 0px 5px 6px #000;
	-webkit-box-shadow: 0px 5px 6px #000;
	box-shadow: 0px 5px 6px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.header-logo img {
    margin: 10px 0;
}
.header-slogan {
	clear: both;
	width: 100%;
	text-align: center;
	/*font-size: 40px;*/
	font-style: italic;
	color: #FF0;
	padding: 0;
	margin: 0 40px 0 0;
}
.header-slogan h1 {
	color: #FF0;
	font-weight: bold;
}
/*@media screen and (max-width: 980px) {
  .header-slogan {
    font-size: 44px;
	letter-spacing: 3px;
  }
}*/
@media screen and (max-width: 1100px) {
	#Header {
		background: #004A87;
	}
}
@media screen and (max-width: 900px) {
  .header-slogan h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .header-slogan h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .header-slogan h1 {
    font-size: 16px;
  }
}

/* Main horizontal menu *************************/
.PageMenu .CategoryList {
	text-align: center;
}
.PageMenu {
	margin: 10px 0 0 0;
}
.PageMenu .inner {
  background: #000;
}
.PageMenu ul {
	padding: 10px 0;
}
.PageMenu li {
	padding: 5px 0;
}
.PageMenu a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 7px;
}
.PageMenu a:hover {
	color: #EE1C25;
}
.PageMenu li ul {
  	/*background: #333333;*/
  	background: #004A87;
	border: 1px solid #fff;
	padding: 0;
	width: 280px;
}
.PageMenu li ul li {
	border-bottom: 1px solid #fff;
}
.PageMenu li ul li a {
	color: #fff;
	line-height: 1.2em;
	padding: 0.5em 0;
}
.PageMenu li ul li:hover {
	background: #e4e4e4;
}
.PageMenu li ul li a:hover {
	color: #004A87;
}
.PageMenu li ul:before {
	/*border-color: transparent transparent #333333 transparent;*/
	border-color: transparent transparent #fff transparent;
}

/* Various page layout elements ***************************************/
.main {
	background: #fff /*url(//cdn10.bigcommerce.com/s-j6b8ve6z/templates/__custom/images/bg_main.jpg?t=1752267214) repeat-x top*/;
	padding: 20px 0 0 0;
}
.grid__item.one-third.extra_pad {
	padding-left: 100px;
}

.qr_full_width {
	width: 100%;
	margin: 0;
	padding: 10px 0;
}
.qr_full_width h1 {
	font-weight: bold;
}
.qr_no_pad {
	padding: 0;
	margin: 0;
}
.qr_half {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	padding: 0 1%;
	margin: 0;
	text-align: left;
}

.home_top {
	background: #004A87;
}
.home_blue_box {
	background: #004A87;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 25px;
}
.home_blue_box a {
	color: #ff0;
}

.lined_box_outer {
	border: 3px solid #025492;
	padding: 5px;
}
.lined_box_inner {
	border: 3px solid #CACACA;
	margin: 5px;
	padding: 25px;
}

.clear {
	clear: both;
}
.img_pad_left {
	padding: 0 0 10px 20px;
}
ul.star {
	list-style-image: url(//cdn10.bigcommerce.com/s-j6b8ve6z/templates/__custom/images/star.png?t=1752267214);
}

/* Newsletter ***************************************************/
.newsletter-subscription {
	background-color: #004A87;
}
.newsletter-subscription h4 {
	color: #fff;
	font-weight: bold;
}

/* Wavy Why QR section by footer ********************************/
.why-qr {
	/*background: url(//cdn10.bigcommerce.com/s-j6b8ve6z/templates/__custom/images/waves.jpg?t=1752267214) repeat;*/
	background: #0095D9;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
.why-qr h1 {
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 20px 0 0 0;
}
.why-qr h2 {
	color: #000;
	margin: 0;
	padding: 0;
}
.why-qr p {
	margin: 0;
	padding: 0;
}

/* Footer ***********************************************************/
.footer-main {
	background-color: #C9C9C9;
	color: #000;
	padding-bottom: 10px;
}
.footer-main a {
	color: #000;
}
.footer-main li {
	line-height: 0.7;
}
.footer-main a:hover {
	text-decoration: underline;
}
.footer-main h4 {
	color: #000;
	margin: 10px 0 0 -2px;
	padding: 0;
	font-weight: bold;
}
.footer-links {
	background-color: #000;
}
.footer .site-by {
	float: right;
}
.footer .site-by a {
	color: #fff;
	text-decoration: none;
}
.footer .site-by a:hover {
	text-decoration: underline;
}
#socnet { /* social media icons */
	float: left;
}

/* Buttons ***********************************************/
.btn {
	background-color: #003;
}
.btn:hover {
	background-color: #004A87;
}
.btn.alt {
	background-color: #003;
}
.btn.alt:hover {
	background-color: #004A87;
}

/* Product layout ****************************************/
.ProductList {
	text-align: center;
}

/* Home page ****************************************/
.qr_diff {
	width: 293px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	padding: 0;
	border: 1px solid #333;
}
.qr_diff_text {
	background-color: #999;
	text-align: left;
	padding: 10px;
	margin: 0;
	min-height: 65px;
}
.qr_red {
	clear: both;
	background: #740001 url(//cdn10.bigcommerce.com/s-j6b8ve6z/templates/__custom/images/bg_red.jpg?t=1752267214);
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 10px;
	border: 4px solid inset #000;
}
.qr_red_list {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	color: #fff;
	text-align: left;
}
.qr_red_list li {
	margin: 15px 0;
}

/* Slideshow ************************************************/
.slide-show-render-full .slide-content,
.slide-show-render-full .drop-indicator {
	width: 100%;
	/*height: 400px;*/
}
.slide-show-render .slides li {
	width: 100%;
	/*height: 400px;*/
}
.slide-show-render .slides {
	width: 100%;
	/*height: 400px;*/
}
#HomeSlideShow {
	-moz-box-shadow: 0px 5px 6px #000;
	-webkit-box-shadow: 0px 5px 6px #000;
	box-shadow: 0px 5px 6px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#HomeSlideShow {
	display: none;
}

/* Product display *****************************************/
/*
#ProductDetails {
	margin-top: 30px;
}
.ProductMain h1 {
	color: #004A87;
}
#CategoryContent {
	clear: both;
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
}
.CategoryContent {
	clear: both;
	margin: 0 auto;
	width: 100%;
}
.ProductList li {
	float: left;
}
*/