/* ==========================================================================

  Base Stylesheet - http://git.io/base
  Author: Matthew Hartman - http://www.matthewhartman.com.au/
  Version: 1.5 - Last Updated: 21st June, 2013

========================================================================== */
/* General Resets */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body,
form,
fieldset,
legend,
input,
select,
textarea,
button {
  margin: 0;
}
html {
  font-size: 100%;
}
/* ==========================================================================
/* --  Micro Clearfix and Helpers
   ========================================================================== */
/* Micro Clearfix */
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}
.section:before,
.section:after {
  content: "";
  display: table;
}
.section:after {
  clear: both;
}
.section {
  zoom: 1;
}
.checkbox:before,
.checkbox:after {
  content: "";
  display: table;
}
.checkbox:after {
  clear: both;
}
.checkbox {
  zoom: 1;
}
/* Helpers */
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.inline {
  display: inline;
}
.strong {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.center-text {
  text-align: center;
  color: #000 !important;
}
.left-text {
  text-align: left;
}
.none,
[hidden] {
  display: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em;
}
.visuallyvisible {
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
  left: 0;
}
/* Alert */
.alert {
  background-color: #ffc;
  display: block;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.no-desktop {
  display: none;
}

.noRightBorder {
	border-right: 0px !important;
}
/* ==========================================================================
/* 1.0 - Document Setup (typography, links, paragraph, etc)
   ========================================================================== */
/* Body */
body {
	font-size: 14px;
	font-size: 0.875rem;
	color: #111;
	background-color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-image: url(../images/dBg2.png);
	background-repeat: repeat;
}
/* Strong and Italic */
b,
strong {
  font-weight: bold;
}
/* Links */
a {
  color: #f30;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
/* Paragraph and Small */
p,
pre {
  margin: 1em 0;
}
small {
  font-size: 80%;
}
/* Abbreviations */
abbr[title] {
  border-bottom: 1px dotted;
}
/* Audio */
audio,
canvas,
video {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
/* Small, 
Sub and Sup */
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Definition */
dfn {
  font-style: italic;
}
/* Images */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
.image-left {
  margin-right: 20px;
}
.image-right {
  margin-left: 20px;
}
/* 1.1 Headings - h1, h2, h3, h4, h5, h6 & other (if any)
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
h1,
.h1 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: .2em;
}
h2,
.h2 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: .33em;
}
h3,
.h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: .5em;
}
h4,
.h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: .5em;
}
h5,
.h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: .5em;
}
h6,
.h6 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: .5em;
}
/* Reset Heading */
.no-style-heading {
  margin: 0;
  font-size: 100%;
}
/* Horizontal Rule */
hr {
  border: 0;
  background: none;
  outline: 0;
  background-color: #ddd;
  margin: 2em 0;
  *margin: 1em 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
}
/* 1.2 Quotes and Code - block quotes, quotes, code, pre, etc
   ========================================================================== */
/* Block Quotes and Quotes */
blockquote {
  font-family: "Georgia", "Times" serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #777;
  margin: 1em 0;
  font-style: italic;
}
cite {
  color: #222;
  font-style: normal;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
/* Mark */
mark {
  background: #ff0;
  color: #111;
}
/* Code */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
code {
  color: #111;
  padding: 2px 5px;
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* 1.3 Lists
   ========================================================================== */
dl,
menu,
ol,
ul {
  margin: 0;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}
dd {
  margin: 0 0 0 40px;
}
dt {
  font-weight: bold;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* Remove Styling from List */
.no-style-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* 1.4 Tables
   ========================================================================== */
table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal;
}
table th,
table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
table thead th {
  vertical-align: bottom;
  font-weight: bold;
  background-color: #e1e1e1;
  color: #333;
}
table tfoot td {
  font-weight: bold;
}
table caption {
  padding: 0.5em;
  font-style: italic;
  background-color: #eee;
  border-bottom: 0;
  font-weight: bold;
}
/* 1.5 Forms, Labels and Inputs
   ========================================================================== */
fieldset {
  border: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
  font-weight: bold;
}
label {
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  padding: 5px 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: bold;
  background-color: #fff;
  color: #777;
  border: 1px solid #ddd;
  border-top: 1px solid #999;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
.checkbox {
  display: block;
  margin: .2em 0;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  float: left;
}
.checkbox label {
  padding-left: 5px;
  overflow: hidden;
  display: table;
  *zoom: 1;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
/* Buttons */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
/* Custom Buttons */
.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  padding: 1em 3em;
  color: #333;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.orange-button {
  background-color: #fee9cc;
}
.orange-button:hover {
  background-color: #ffe0b5;
  -webkit-tap-highlight-color: #fdeed8;
}
.orange-button:active {
  background-color: #fdeed8;
}
.button[disabled],
.button.disabled {
  color: #999;
  background-color: #f1f1f1;
}
.no-style-button {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #f30;
  text-decoration: underline;
  border: 0;
  background: transparent;
  height: auto;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.no-style-button:hover {
  text-decoration: none;
}
.no-style-button[disabled],
.no-style-button.disabled {
  text-decoration: none;
  color: #999;
}
/* ==========================================================================
/* 2.0 - Grid Layout (Responsive)
   ========================================================================== */
/* Sections & Content Blocks */
.section {
  position: relative;
}
/* Rows */
.row {
  margin: 2em 0;
}
.row-one {
  margin: 1em 0;
}
.row-two {
  margin: 2em 0;
}
.row-three {
  margin: 3em 0;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  overflow: auto;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  padding-bottom: 1em;
  color: #fff;
  box-shadow: 0 3px 3px #bbb;
  margin-bottom: 1em;
}
.container-full {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
/* Fluid Grid */
.col {
  margin-left: 2%;
  float: left;
}
.col:first-child {
  margin-left: 0;
}
/* Columns */
.one {
  width: 6.5%;
  *width: expression(Math.floor(0.065 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.two {
  width: 15%;
  *width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.three {
  width: 23.5%;
  *width: expression(Math.floor(0.235 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.four {
  width: 32%;
  *width: expression(Math.floor(0.32 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.five {
  width: 40.5%;
  *width: expression(Math.floor(0.40.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.six {
  width: 49.0%;
  *width: expression(Math.floor(0.49 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.seven {
  width: 57.5%;
  *width: expression(Math.floor(0.575 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.eight {
  width: 66%;
  *width: expression(Math.floor(0.66 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.nine {
  width: 74.5%;
  *width: expression(Math.floor(0.745 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.ten {
  width: 83%;
  *width: expression(Math.floor(0.83 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.eleven {
  width: 91.5%;
  *width: expression(Math.floor(0.915 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.twelve {
  width: 100%;
}
.quarter {
  width: 23.5%;
  *width: expression(Math.floor(0.235 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.half {
  width: 49.0%;
  *width: expression(Math.floor(0.49 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
.one-third {
  width: 32%;
  *width: expression(Math.floor(0.32 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
}
/* ==========================================================================
/* -- Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 740px) and (max-width: 999px) {
  .container,
  .tablet-container {
    width: 720px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Tablet Grid
  * For stacking full width columns, please use the new class .tablet-full */
  .tablet-one {
    width: 6.5%;
  }
  .tablet-two {
    width: 15%;
  }
  .tablet-three {
    width: 23.5%;
  }
  .tablet-four {
    width: 32%;
  }
  .tablet-five {
    width: 40.5%;
  }
  .tablet-six {
    width: 49.0%;
  }
  .tablet-seven {
    width: 57.5%;
  }
  .tablet-eight {
    width: 66%;
  }
  .tablet-nine {
    width: 74.5%;
  }
  .tablet-ten {
    width: 83%;
  }
  .tablet-eleven {
    width: 91.5%;
  }
  .tablet-twelve {
    width: 100%;
  }
  .tablet-full {
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
  }
  .tablet-full:first-child {
    margin-top: 0;
  }
  .tablet-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .tablet-center:first-child {
    margin-left: auto;
  }
  .tablet-center-text {
    text-align: center;
  }
  .tablet-left {
    float: left;
  }
  .tablet-right {
    float: right;
  }
  .tablet-no-float {
    float: none;
  }
  .no-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
}
/* End Tablet Media Query */
/* ==========================================================================
/* -- Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 739px) {
  /* Mobile Grid
  * For stacking full width columns, please use the new class .mobile-full */
  .mobile-one {
    width: 6.5%;
  }
  .mobile-two {
    width: 15%;
  }
  .mobile-three {
    width: 23.5%;
  }
  .mobile-four {
    width: 32%;
  }
  .mobile-five {
    width: 40.5%;
  }
  .mobile-six {
    width: 49.0%;
  }
  .mobile-seven {
    width: 57.5%;
  }
  .mobile-eight {
    width: 66%;
  }
  .mobile-nine {
    width: 74.5%;
  }
  .mobile-ten {
    width: 83%;
  }
  .mobile-eleven {
    width: 91.5%;
  }
  .mobile-twelve {
    width: 100%;
  }
  .mobile-full {
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
    display: block;
  }
  .mobile-full:first-child {
    margin-top: 0;
  }
  .mobile-center {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .mobile-center:first-child {
    margin-left: auto;
  }
  .mobile-center-text {
    text-align: center;
  }
  .mobile-left {
    float: left;
  }
  .mobile-right {
    float: right;
  }
  .mobile-no-float {
    float: none;
  }
  .container,
  .mobile-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Mobile Tables */
  table th,
  table td {
    padding: 4px;
  }
  .no-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
}
/* End Mobile Media Query */

header {
	overflow: auto;
}

.nav {
	background: #332d2d; /* Old browsers */
	background: -moz-linear-gradient(top,  #332d2d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#332d2d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #332d2d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #332d2d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #332d2d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #332d2d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#332d2d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.nav ul li {
	display: inline-block;
	padding: 1em 3em;
}

.dBg {
	background-color: #CCC;
	background-image: url(../images/diamondBg.jpg);
	background-repeat: repeat;
}

header {
	padding: 1em;
}

.nav li a {
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	font-weight: 500;
	display: block;
}
.nav li {
	border-right: 1px solid #000;
}

.nav li:hover {
background: #514949; /* Old browsers */
background: -moz-linear-gradient(top,  #514949 1%, #303030 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#514949), color-stop(100%,#303030)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #514949 1%,#303030 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #514949 1%,#303030 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #514949 1%,#303030 100%); /* IE10+ */
background: linear-gradient(to bottom,  #514949 1%,#303030 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#514949', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
}

.logo {
	margin-top: 1.25em;
	padding-left: 1em;
}

.headerRight {
	float: right;
	text-align: right;
	background-color: #ddd;
	border-radius: 1em;
	padding: 1em;
	margin-right: 1em;
	border: 1px solid #fff;
	box-shadow: 1px 1px 3px #444;
}
.headerRight h2 {
	color: #222;
	font-weight: 800;
	font-size: 2.5em;
	text-transform: uppercase;
	font-family: 'Jolly Lodger', cursive;
	text-shadow: 2px 2px 1px #fff;
}
.headerRight h1 {
	color: #fff;
	font-weight: 800;
	font-size: 1.30em;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #111;
}
.socialMedia {
	margin-top: 1em;
}
.bodyContent {
	padding: 0em 1.5em;
}
.resImg {
	max-width: 100%;
	height: auto;
}

.shadowImg {
	border: 3px solid #fff;
	box-shadow: 0px 0px 3px #444;
}

.indexContent  {
	font-size: 1.15em;
}


.indexBoxes .indexBox {
	border: 3px solid #aaa;
	box-shadow: 0px 0px 10px #222;
	border-radius: .5em;
	background-color: #222;
}

.indexBoxes h4{
	border-bottom: thin solid #777;
	color: #fff;
	text-align: center;
background: #ff7200; /* Old browsers */
background: -moz-linear-gradient(top,  #ff7200 1%, #ea5600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ff7200), color-stop(100%,#ea5600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff7200 1%,#ea5600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff7200 1%,#ea5600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff7200 1%,#ea5600 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff7200 1%,#ea5600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7200', endColorstr='#ea5600',GradientType=0 ); /* IE6-9 */
	padding: .5em 1em;
	border-top-left-radius: .25em;
	border-top-right-radius: .25em;
	text-shadow: 1px 1px 1px #444;
	font-weight: 700;
}

.indexBoxes ul{
	font-weight: 700;
}

.indexBoxes li{
	margin-bottom: 4px;
}

nav a {
	color: #fff;
	font-weight: 800;
}

.submit-button {
	background-color: #333;
	color: #fff;
	padding: 4px 14px;
	border: none;
}

.formDiv {
	padding: 4px 20px;
	background-color: #222;
	border-radius: .5em;
}

.productsDiv .product {
	border: 1px solid #aaa;
	border-radius: 4px;
	background-color: #f2f2f2;
	text-align: center;
	padding: .5em;
}

.productsDiv {
	overflow: auto;
}

.productsDiv a.view {
	text-decoration: none;
	font-size: 1.25em;
	font-weight: 800;
	display: block;
	color: #fff;
	background: #ff7200; /* Old browsers */
background: -moz-linear-gradient(top,  #ff7200 1%, #ea5600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ff7200), color-stop(100%,#ea5600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff7200 1%,#ea5600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff7200 1%,#ea5600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff7200 1%,#ea5600 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff7200 1%,#ea5600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7200', endColorstr='#ea5600',GradientType=0 ); /* IE6-9 */
	border-radius: 6px;
	padding: .25em;
	text-shadow: 1px 1px 1px #666;
	border: 1px solid #c25802;
}

.productsDiv a.view:hover {
	background: #ea5600; /* Old browsers */
background: -moz-linear-gradient(top,  #ea5600 1%, #ff7200 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ea5600), color-stop(100%,#ff7200)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ea5600 1%,#ff7200 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ea5600 1%,#ff7200 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ea5600 1%,#ff7200 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ea5600 1%,#ff7200 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5600', endColorstr='#ff7200',GradientType=0 ); /* IE6-9 */
}

.productsDiv span.productTitle {
	font-size: 1.1em;
	font-weight: 800;
	display: block;
	padding-bottom: .4em;
	color: #000;
}

a.backLink {
	float: right;
	background-color: #777;
	color: #fff;
	text-decoration: none;
	padding: .45em;
	border-radius: 5px;
	font-weight: 800;
}
a.backLink:hover {
	background-color: #999;
}

.pdf {
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	display: block;
	margin: 0;
	padding-left: 46px;
	padding-top: 6px;
	font-size: 1.25em;
}

.slider-wrapper {
	width: 80%;
}
.nivoSlider{text-align:center}

.nivoSlider img{margin-left:auto; margin-right:auto}

.one img, .two img, .three img, .four img, .five img, .six img, .seven img, .eight img {
	max-width: 100%;
	height: auto;
}