
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
末末末末末末末末末末末末末末末末末末末末末末末末末
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.container {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  border:1px transparent;
  /*background:#ffffff;
  background-color:#ffffff;*/
  z-index:10;
 }
.container:after {
    content:'\A';
    position:absolute;
    background:#116F58;
    top:0; bottom:0;
    left:0; 
    width:22%;
    z-index:-1;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 1.8%; }
  /*.column:first-child, .columns:first-child {margin-left: 0;}
  .column:nth-of-type(1), .columns:nth-of-type(1) {margin-left: 0;}*/

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .fivenarf.columns               { width: 43%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}

.cobuttons {
  width: auto;
  float: left;
  box-sizing: border-box;
}
.cobuttons:first-child {
    margin-left: 0;
}

/* Base Styles
末末末末末末末末末末末末末末末末末末末末末末末末末 */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #222;
background: #c6c6c6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2YzZjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #c6c6c6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c6c6c6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c6c6c6 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c6c6c6 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c6c6c6 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

 }


/* Typography
末末末末末末末末末末末末末末末末末末末末末末末末末 */
h1, h2, h3, h4, h5, h6 {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
  font-weight: 600; 
color:#00533E;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
  font-weight: 600; 
color:#00533E;}
h1 { font-size: 3.0rem; line-height: 1.2;  letter-spacing: 0;}
h2 { font-size: 2.6rem; line-height: 1.25; letter-spacing: 0; }
h3 { font-size: 2.0rem; line-height: 1.3;  letter-spacing: 0; }
h4 { font-size: 1.4rem; line-height: 1.35; letter-spacing: 0; }
h5 { font-size: 0.8rem; line-height: 1.5;  letter-spacing: 0; }
h6 { font-size: 0.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 3.0rem; }
  h2 { font-size: 2.6rem; }
  h3 { font-size: 2.0rem; }
  h4 { font-size: 1.4rem; }
  h5 { font-size: 0.8rem; }
  h6 { font-size: 0.5rem; }
}

p {
  margin-top: 0; }


/* Links
末末末末末末末末末末末末末末末末末末末末末末末末末 */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #116F58;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  background-color:#ADD1C9;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }



/* Forms
末末末末末末末末末末末末末末末末末末末末末末末末末 */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: normal; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
末末末末末末末末末末末末末末末末末末末末末末末末末 */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
末末末末末末末末末末末末末末末末末末末末末末末末末 */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
末末末末末末末末末末末末末末末末末末末末末末末末末 */
th,
td {
  padding: 0;
  text-align: left;
}
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
末末末末末末末末末末末末末末末末末末末末末末末末末 */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
末末末末末末末末末末末末末末末末末末末末末末末末末 */
hr {
    margin-bottom: 1.0rem;
    margin-top: 0.1rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
末末末末末末末末末末末末末末末末末末末末末末末末末 */

/* Self Clearing Goodness */
.rowskel:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* JC Stuff
-------------------------------------------------- */
header {
    text-align:center;
    padding:1% 0;
	width:100%;	
	background-color:#ffffff; 
}

aside { 
	width: 96%; 
	margin:0; 
	padding:1%;
	top: 0px;  
	bottom: 0px;
	 -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}
main { float: left; width: 96%; margin:0; padding:1%;box-sizing: border-box;}
footer {clear:both;background-color:#116F58;padding:1%;width:98%;}

/* For devices larger than 799px */
@media (min-width: 799px) {
aside { width: 22%; }
main { width: 77%; }
}

@media (min-width: 800px) and (max-width: 1022px) { 
.container:after {
    content:'\A';
    position:absolute;
    background:#116F58;
    top:0; bottom:0;
    left:0; 
    width:20%;
    z-index:-1;}
	aside { width: 20%; }
	main { width: 79%; }
}

@media (max-width: 799px) {
.container:after {
    content:'\A';
    position:absolute;
    background:#ffffff;
    top:0; bottom:0;
    left:0; 
    width:20%;
    z-index:-1;}
}

#left {
background-color: #116F58;
}

#left{
    float: left;
}


/* Media Queries
末末末末末末末末末末末末末末末末末末末末末末末末末 */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #JC Stuff
	#Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */

/* #JC Stuff
================================================== */
#header{ 
	background: #DDDDDD; 
	padding: 10px;
	margin: 0 -10px;
} 
#logox {
position:relative;
margin: 0;
padding:0;
}
#logox img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	float:left;
	margin-left:10px;
}
@media \0screen {
#logox img { 
  	width: auto; /* for ie 8 */
  }
}
#navlist {
	margin:0;
	padding: 10px 0 0 0;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 10px;
font-size:12px;
}

/*** SUPERFISH ***/
/*** ESSENTIAL STYLES ***#015656 #009999*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
	color:#ffffff!Important;
}
.sf-menu a:hover {color: #015656;}
.sf-menu ul li a {color: #015656!Important;}
.sf-menu ul li a:hover {color: #ffffff;}
.sf-menu ul ul li a{color: #015656;}
.sf-menu ul ul li a:hover {color: #ffffff;}
.sf-menu li {
	background: #015656;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #B9DFDF;
}
.sf-menu ul ul li {
	background: #CBE7E7;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #009999;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

/*** Vertical ***/

/* adding sf-vertical class in addition to sf-menu creates a vertical menu */
/* eg. <ul class="sf-menu sf-vertical"> ... */
.sf-vertical {
  width: 12em;
  /* If you want the width of the closed menu to expand to its
  widest top-level menu item (like its "Supersubs" submenus do),
  replace the width rule above with the following two rules. */

  /*
  min-width: 12em;
  *width: 12em;
  */
}
.sf-vertical ul {
	left:	100%;
	top: 0;
}
.sf-vertical > li {
  float: none;
}
.sf-vertical li {
  width: 100%;
  
}

/*** alter arrow directions ***/
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255,255,255,.5);
}
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
  border-left-color: white;
}

 .panel {
      display: none;
      width: 220px;
      padding: 20px;
      background-color: #333;
      color: #fff;
	  border:1px solid #333;
      box-shadow: inset 0 0 5px 5px #222;
	  outline: 1px solid transparent;
	  overflow: scroll;
    }
	
a.shb {
	display:block;
	outline: none;
    cursor:pointer;
    width: 65px;
    height: 20px;
    border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0px;
	padding:4px 0;
	border: 1px solid rgba(0,0,0,0.4) ;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5),
				0 0 1px 1px rgba(255,255,255,0.8),
				0 0 0 6px rgba(0,0,0,0.06),
				0 0 0 3px rgba(0,0,0,0.1);
	font-weight:bold;
	text-decoration: none;
	background-color: #e1e1e1;
	float:left;
}

.undred img {
	max-height:100%;
	max-width:100%;
	height:auto;
}
.pic img {
	max-width:100%;
	height:auto;
}

.picninety img {
	max-width:90%;
	height:auto;
	text-align:center;
}
.ninetyfive img {
	max-width:95%;
	height:auto;
}
.ninetyfivebsl img {
	max-width:95%;
	height:auto;
	max-height: 150px;
}
.ninetyfivebsl {
	text-align:center;
}

.ninetyfivex img {
	max-width:95%;
	height:auto;
}

 
#helloworld {display:none; z-index:10000; text-align:left;background-color:#116F58;} 
#byeworld {display:block;}
 
@media only screen and (max-width: 767px), @media only screen and (min-width: 480px) and (max-width: 767px) {
div.sh {display:none;}
#helloworld {display:block;}
#byeworld {display:none;}
.sticky-nav {	
			width:100%;
			margin:0 auto;
			height:40px;
		}

.sticky-nav.stuck {	
		position:fixed;
		top:0;
		height:40px;
		width:100%;
}
.noinsideimg {display:none;}
}



    		@media only screen and (min-width: 768px) and (max-width: 959px) {
        .fancybox-image  { width: 768px; }}
		    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .fancybox-image { width: 420px; }}
		    @media only screen and (max-width: 767px) {
        .fancybox-image { width: 300px; }}
		
/* #### Desktops #### */
@media screen and (min-width: 1024px){
.bworld {display:block;}	
.hworld {display:none;}	
#navlist {font-size: 100%;}
}
		
/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){
.bworld {display:none;}	
.hworld {display:block;}
#navlist {font-size: 80%;}
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){
.bworld {display:none;}	
.hworld {display:block;}
#navlist {font-size: 80%;}
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
.bworld {display:none;}	
.hworld {display:block;}
#navlist {font-size: 80%;}
}

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2){
.bworld {display:none;}	
.hworld {display:block;}
#navlist {font-size: 80%;}
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 799px) and (max-device-width: 1024px){
.bworld {display:block;}	
.hworld {display:none;}	
#navlist {font-size: 100%;}
}

/*=== New iPhone Stuff ===*/

/* Sort of new catch all */
@media screen and (max-device-width: 414px) {
.bworld {display:none;}	
.hworld {display:block;}
#navlist {font-size: 80%;}
div.sh {display:none;}
#helloworld {display:block;}
#byeworld {display:none;}
.sticky-nav {	
			width:100%;
			margin:0 auto;
			height:40px;
		}

.sticky-nav.stuck {	
		position:fixed;
		top:0;
		height:40px;
		width:100%;
}
}

/*iPhone 6 (Standard View) and iPhone 6 Plus (Zoom View):*/
@media screen and (max-device-width: 375px) and (max-device-height: 667px) {
.bworld {display:none;}	
.hworld {display:block;}
#navlist {font-size: 80%;}
div.sh {display:none;}
#helloworld {display:block;}
#byeworld {display:none;}
.sticky-nav {	
			width:100%;
			margin:0 auto;
			height:40px;
		}

.sticky-nav.stuck {	
		position:fixed;
		top:0;
		height:40px;
		width:100%;
}
}

/*iPhone 6 Plus (Standard View):*/
@media screen and (max-device-width: 414px) and (max-device-height: 776px) {
.bworld {display:none;}	
.hworld {display:block;}
#navlist {font-size: 80%;}
div.sh {display:none;}
#helloworld {display:block;}
#byeworld {display:none;}
.sticky-nav {	
			width:100%;
			margin:0 auto;
			height:40px;
		}

.sticky-nav.stuck {	
		position:fixed;
		top:0;
		height:40px;
		width:100%;
}
}

/*iPhone 6 (Zoom View):*/
@media screen and (max-device-width: 320px) and (max-device-height: 568px) {
.bworld {display:none;}	
.hworld {display:block;}
#navlist {font-size: 80%;}
div.sh {display:none;}
#helloworld {display:block;}
#byeworld {display:none;}
.sticky-nav {	
			width:100%;
			margin:0 auto;
			height:40px;
		}

.sticky-nav.stuck {	
		position:fixed;
		top:0;
		height:40px;
		width:100%;
}
}


/*=== New iPhone Stuff ENDS ===*/



/* For devices smaller than 799px */ @media (max-width: 799px) {
.bworld {display:none;}	
.hworld {display:block;}
}	

@media only screen and (max-width: 767px), @media only screen and (min-width: 480px) and (max-width: 767px) {table.checkout-cart {font-size:85%!Important;}}

.centre {text-align: center;}


/*** Accordian ***/
#left-panel input[type="button"] {color:white!Important;}

#accordian {
	background: #004050;
	width: 220px;
	margin: 0 auto;
	color: white;
	/*Some cool shadow and glow effect*/
	box-shadow: 
		0 5px 15px 1px rgba(0, 0, 0, 0.6), 
		0 0 200px 1px rgba(255, 255, 255, 0.5);
}
/*heading styles*/
#accordian ul, #accordian ul li {margin:0!Important;}
#accordian li.abc {
	font-size: 12px;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	/*fallback for browsers not supporting gradients*/
	background: #116F58; 
	background: linear-gradient(#116F58, #00350A);
}
#accordian li.abc a {color:#fff; text-decoration:none;}

/*heading hover effect*/
#accordian li.abc:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordian span {
     padding-top:3px;
	font-size: 16px;
	float:right;
	cursor:pointer;
}
/*list items*/
#accordian li {
	list-style-type: none;
}
#accordian ul ul li {background: #004050;}
#accordian ul ul li {border-bottom: 1px solid #002C36;}
/*links*/
#accordian ul ul li a {
	color: white;
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
/*hover effect on links*/
#accordian ul ul li a:hover {
	background: #003545;
	border-left: 5px solid lightgreen;
}
/*Lets hide the non active LIs by default*/
#accordian ul ul {
	display: none;
}
#accordian li.active ul {
	display: block;
}

/* #Font Awesome
==============================================*/
@font-face{font-family:'FontAwesome';src:url('fontawesome-webfont.eot');src:url('fontawesome-webfont.eot?#iefix&') format('embedded-opentype'),url('fontawesome-webfont.woff') format('woff'),url('fontawesome-webfont.ttf') format('truetype'),url('fontawesome-webfont.svg#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
a [class^="icon-"],a [class*=" icon-"]{display:inline;}
[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
[class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
.icon-muted{color:#eeeeee;}
.icon-light{color:#ffffff;}
.icon-dark{color:#333333;}
.icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.pull-right{float:right;}
.pull-left{float:left;}
[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;}
.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
.icon-glass:before{content:"\f000";}
.icon-music:before{content:"\f001";}
.icon-search:before{content:"\f002";}
.icon-envelope-alt:before{content:"\f003";}
.icon-heart:before{content:"\f004";}
.icon-star:before{content:"\f005";}
.icon-star-empty:before{content:"\f006";}
.icon-user:before{content:"\f007";}
.icon-film:before{content:"\f008";}
.icon-th-large:before{content:"\f009";}
.icon-th:before{content:"\f00a";}
.icon-th-list:before{content:"\f00b";}
.icon-ok:before{content:"\f00c";}
.icon-remove:before{content:"\f00d";}
.icon-zoom-in:before{content:"\f00e";}
.icon-zoom-out:before{content:"\f010";}
.icon-power-off:before,.icon-off:before{content:"\f011";}
.icon-signal:before{content:"\f012";}
.icon-gear:before,.icon-cog:before{content:"\f013";}
.icon-trash:before{content:"\f014";}
.icon-home:before{content:"\f015";}
.icon-file-alt:before{content:"\f016";}
.icon-time:before{content:"\f017";}
.icon-road:before{content:"\f018";}
.icon-download-alt:before{content:"\f019";}
.icon-download:before{content:"\f01a";}
.icon-upload:before{content:"\f01b";}
.icon-inbox:before{content:"\f01c";}
.icon-play-circle:before{content:"\f01d";}
.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
.icon-refresh:before{content:"\f021";}
.icon-list-alt:before{content:"\f022";}
.icon-lock:before{content:"\f023";}
.icon-flag:before{content:"\f024";}
.icon-headphones:before{content:"\f025";}
.icon-volume-off:before{content:"\f026";}
.icon-volume-down:before{content:"\f027";}
.icon-volume-up:before{content:"\f028";}
.icon-qrcode:before{content:"\f029";}
.icon-barcode:before{content:"\f02a";}
.icon-tag:before{content:"\f02b";}
.icon-tags:before{content:"\f02c";}
.icon-book:before{content:"\f02d";}
.icon-bookmark:before{content:"\f02e";}
.icon-print:before{content:"\f02f";}
.icon-camera:before{content:"\f030";}
.icon-font:before{content:"\f031";}
.icon-bold:before{content:"\f032";}
.icon-italic:before{content:"\f033";}
.icon-text-height:before{content:"\f034";}
.icon-text-width:before{content:"\f035";}
.icon-align-left:before{content:"\f036";}
.icon-align-center:before{content:"\f037";}
.icon-align-right:before{content:"\f038";}
.icon-align-justify:before{content:"\f039";}
.icon-list:before{content:"\f03a";}
.icon-indent-left:before{content:"\f03b";}
.icon-indent-right:before{content:"\f03c";}
.icon-facetime-video:before{content:"\f03d";}
.icon-picture:before{content:"\f03e";}
.icon-pencil:before{content:"\f040";}
.icon-map-marker:before{content:"\f041";}
.icon-adjust:before{content:"\f042";}
.icon-tint:before{content:"\f043";}
.icon-edit:before{content:"\f044";}
.icon-share:before{content:"\f045";}
.icon-check:before{content:"\f046";}
.icon-move:before{content:"\f047";}
.icon-step-backward:before{content:"\f048";}
.icon-fast-backward:before{content:"\f049";}
.icon-backward:before{content:"\f04a";}
.icon-play:before{content:"\f04b";}
.icon-pause:before{content:"\f04c";}
.icon-stop:before{content:"\f04d";}
.icon-forward:before{content:"\f04e";}
.icon-fast-forward:before{content:"\f050";}
.icon-step-forward:before{content:"\f051";}
.icon-eject:before{content:"\f052";}
.icon-chevron-left:before{content:"\f053";}
.icon-chevron-right:before{content:"\f054";}
.icon-plus-sign:before{content:"\f055";}
.icon-minus-sign:before{content:"\f056";}
.icon-remove-sign:before{content:"\f057";}
.icon-ok-sign:before{content:"\f058";}
.icon-question-sign:before{content:"\f059";}
.icon-info-sign:before{content:"\f05a";}
.icon-screenshot:before{content:"\f05b";}
.icon-remove-circle:before{content:"\f05c";}
.icon-ok-circle:before{content:"\f05d";}
.icon-ban-circle:before{content:"\f05e";}
.icon-arrow-left:before{content:"\f060";}
.icon-arrow-right:before{content:"\f061";}
.icon-arrow-up:before{content:"\f062";}
.icon-arrow-down:before{content:"\f063";}
.icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}
.icon-resize-full:before{content:"\f065";}
.icon-resize-small:before{content:"\f066";}
.icon-plus:before{content:"\f067";}
.icon-minus:before{content:"\f068";}
.icon-asterisk:before{content:"\f069";}
.icon-exclamation-sign:before{content:"\f06a";}
.icon-gift:before{content:"\f06b";}
.icon-leaf:before{content:"\f06c";}
.icon-fire:before{content:"\f06d";}
.icon-eye-open:before{content:"\f06e";}
.icon-eye-close:before{content:"\f070";}
.icon-warning-sign:before{content:"\f071";}
.icon-plane:before{content:"\f072";}
.icon-calendar:before{content:"\f073";}
.icon-random:before{content:"\f074";}
.icon-comment:before{content:"\f075";}
.icon-magnet:before{content:"\f076";}
.icon-chevron-up:before{content:"\f077";}
.icon-chevron-down:before{content:"\f078";}
.icon-retweet:before{content:"\f079";}
.icon-shopping-cart:before{content:"\f07a";}
.icon-folder-close:before{content:"\f07b";}
.icon-folder-open:before{content:"\f07c";}
.icon-resize-vertical:before{content:"\f07d";}
.icon-resize-horizontal:before{content:"\f07e";}
.icon-bar-chart:before{content:"\f080";}
.icon-twitter-sign:before{content:"\f081";}
.icon-facebook-sign:before{content:"\f082";}
.icon-camera-retro:before{content:"\f083";}
.icon-key:before{content:"\f084";}
.icon-gears:before,.icon-cogs:before{content:"\f085";}
.icon-comments:before{content:"\f086";}
.icon-thumbs-up-alt:before{content:"\f087";}
.icon-thumbs-down-alt:before{content:"\f088";}
.icon-star-half:before{content:"\f089";}
.icon-heart-empty:before{content:"\f08a";}
.icon-signout:before{content:"\f08b";}
.icon-linkedin-sign:before{content:"\f08c";}
.icon-pushpin:before{content:"\f08d";}
.icon-external-link:before{content:"\f08e";}
.icon-signin:before{content:"\f090";}
.icon-trophy:before{content:"\f091";}
.icon-github-sign:before{content:"\f092";}
.icon-upload-alt:before{content:"\f093";}
.icon-lemon:before{content:"\f094";}
.icon-phone:before{content:"\f095";}
.icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
.icon-bookmark-empty:before{content:"\f097";}
.icon-phone-sign:before{content:"\f098";}
.icon-twitter:before{content:"\f099";}
.icon-facebook:before{content:"\f09a";}
.icon-github:before{content:"\f09b";}
.icon-unlock:before{content:"\f09c";}
.icon-credit-card:before{content:"\f09d";}
.icon-rss:before{content:"\f09e";}
.icon-hdd:before{content:"\f0a0";}
.icon-bullhorn:before{content:"\f0a1";}
.icon-bell:before{content:"\f0a2";}
.icon-certificate:before{content:"\f0a3";}
.icon-hand-right:before{content:"\f0a4";}
.icon-hand-left:before{content:"\f0a5";}
.icon-hand-up:before{content:"\f0a6";}
.icon-hand-down:before{content:"\f0a7";}
.icon-circle-arrow-left:before{content:"\f0a8";}
.icon-circle-arrow-right:before{content:"\f0a9";}
.icon-circle-arrow-up:before{content:"\f0aa";}
.icon-circle-arrow-down:before{content:"\f0ab";}
.icon-globe:before{content:"\f0ac";}
.icon-wrench:before{content:"\f0ad";}
.icon-tasks:before{content:"\f0ae";}
.icon-filter:before{content:"\f0b0";}
.icon-briefcase:before{content:"\f0b1";}
.icon-fullscreen:before{content:"\f0b2";}
.icon-group:before{content:"\f0c0";}
.icon-link:before{content:"\f0c1";}
.icon-cloud:before{content:"\f0c2";}
.icon-beaker:before{content:"\f0c3";}
.icon-cut:before{content:"\f0c4";}
.icon-copy:before{content:"\f0c5";}
.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
.icon-save:before{content:"\f0c7";}
.icon-sign-blank:before{content:"\f0c8";}
.icon-reorder:before{content:"\f0c9";}
.icon-list-ul:before{content:"\f0ca";}
.icon-list-ol:before{content:"\f0cb";}
.icon-strikethrough:before{content:"\f0cc";}
.icon-underline:before{content:"\f0cd";}
.icon-table:before{content:"\f0ce";}
.icon-magic:before{content:"\f0d0";}
.icon-truck:before{content:"\f0d1";}
.icon-pinterest:before{content:"\f0d2";}
.icon-pinterest-sign:before{content:"\f0d3";}
.icon-google-plus-sign:before{content:"\f0d4";}
.icon-google-plus:before{content:"\f0d5";}
.icon-money:before{content:"\f0d6";}
.icon-caret-down:before{content:"\f0d7";}
.icon-caret-up:before{content:"\f0d8";}
.icon-caret-left:before{content:"\f0d9";}
.icon-caret-right:before{content:"\f0da";}
.icon-columns:before{content:"\f0db";}
.icon-sort:before{content:"\f0dc";}
.icon-sort-down:before{content:"\f0dd";}
.icon-sort-up:before{content:"\f0de";}
.icon-envelope:before{content:"\f0e0";}
.icon-linkedin:before{content:"\f0e1";}
.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
.icon-legal:before{content:"\f0e3";}
.icon-dashboard:before{content:"\f0e4";}
.icon-comment-alt:before{content:"\f0e5";}
.icon-comments-alt:before{content:"\f0e6";}
.icon-bolt:before{content:"\f0e7";}
.icon-sitemap:before{content:"\f0e8";}
.icon-umbrella:before{content:"\f0e9";}
.icon-paste:before{content:"\f0ea";}
.icon-lightbulb:before{content:"\f0eb";}
.icon-exchange:before{content:"\f0ec";}
.icon-cloud-download:before{content:"\f0ed";}
.icon-cloud-upload:before{content:"\f0ee";}
.icon-user-md:before{content:"\f0f0";}
.icon-stethoscope:before{content:"\f0f1";}
.icon-suitcase:before{content:"\f0f2";}
.icon-bell-alt:before{content:"\f0f3";}
.icon-coffee:before{content:"\f0f4";}
.icon-food:before{content:"\f0f5";}
.icon-file-text-alt:before{content:"\f0f6";}
.icon-building:before{content:"\f0f7";}
.icon-hospital:before{content:"\f0f8";}
.icon-ambulance:before{content:"\f0f9";}

.icon-medkit:before{content:"\f0fa";}
.icon-fighter-jet:before{content:"\f0fb";}
.icon-beer:before{content:"\f0fc";}
.icon-h-sign:before{content:"\f0fd";}
.icon-plus-sign-alt:before{content:"\f0fe";}
.icon-double-angle-left:before{content:"\f100";}
.icon-double-angle-right:before{content:"\f101";}
.icon-double-angle-up:before{content:"\f102";}
.icon-double-angle-down:before{content:"\f103";}
.icon-angle-left:before{content:"\f104";}
.icon-angle-right:before{content:"\f105";}
.icon-angle-up:before{content:"\f106";}
.icon-angle-down:before{content:"\f107";}
.icon-desktop:before{content:"\f108";}
.icon-laptop:before{content:"\f109";}
.icon-tablet:before{content:"\f10a";}
.icon-mobile-phone:before{content:"\f10b";}
.icon-circle-blank:before{content:"\f10c";}
.icon-quote-left:before{content:"\f10d";}
.icon-quote-right:before{content:"\f10e";}
.icon-spinner:before{content:"\f110";}
.icon-circle:before{content:"\f111";}
.icon-mail-reply:before,.icon-reply:before{content:"\f112";}
.icon-github-alt:before{content:"\f113";}
.icon-folder-close-alt:before{content:"\f114";}
.icon-folder-open-alt:before{content:"\f115";}
.icon-expand-alt:before{content:"\f116";}
.icon-collapse-alt:before{content:"\f117";}
.icon-smile:before{content:"\f118";}
.icon-frown:before{content:"\f119";}
.icon-meh:before{content:"\f11a";}
.icon-gamepad:before{content:"\f11b";}
.icon-keyboard:before{content:"\f11c";}
.icon-flag-alt:before{content:"\f11d";}
.icon-flag-checkered:before{content:"\f11e";}
.icon-terminal:before{content:"\f120";}
.icon-code:before{content:"\f121";}
.icon-reply-all:before{content:"\f122";}
.icon-mail-reply-all:before{content:"\f122";}
.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
.icon-location-arrow:before{content:"\f124";}
.icon-crop:before{content:"\f125";}
.icon-code-fork:before{content:"\f126";}
.icon-unlink:before{content:"\f127";}
.icon-question:before{content:"\f128";}
.icon-info:before{content:"\f129";}
.icon-exclamation:before{content:"\f12a";}
.icon-superscript:before{content:"\f12b";}
.icon-subscript:before{content:"\f12c";}
.icon-eraser:before{content:"\f12d";}
.icon-puzzle-piece:before{content:"\f12e";}
.icon-microphone:before{content:"\f130";}
.icon-microphone-off:before{content:"\f131";}
.icon-shield:before{content:"\f132";}
.icon-calendar-empty:before{content:"\f133";}
.icon-fire-extinguisher:before{content:"\f134";}
.icon-rocket:before{content:"\f135";}
.icon-maxcdn:before{content:"\f136";}
.icon-chevron-sign-left:before{content:"\f137";}
.icon-chevron-sign-right:before{content:"\f138";}
.icon-chevron-sign-up:before{content:"\f139";}
.icon-chevron-sign-down:before{content:"\f13a";}
.icon-html5:before{content:"\f13b";}
.icon-css3:before{content:"\f13c";}
.icon-anchor:before{content:"\f13d";}
.icon-unlock-alt:before{content:"\f13e";}
.icon-bullseye:before{content:"\f140";}
.icon-ellipsis-horizontal:before{content:"\f141";}
.icon-ellipsis-vertical:before{content:"\f142";}
.icon-rss-sign:before{content:"\f143";}
.icon-play-sign:before{content:"\f144";}
.icon-ticket:before{content:"\f145";}
.icon-minus-sign-alt:before{content:"\f146";}
.icon-check-minus:before{content:"\f147";}
.icon-level-up:before{content:"\f148";}
.icon-level-down:before{content:"\f149";}
.icon-check-sign:before{content:"\f14a";}
.icon-edit-sign:before{content:"\f14b";}
.icon-external-link-sign:before{content:"\f14c";}
.icon-share-sign:before{content:"\f14d";}
.icon-compass:before{content:"\f14e";}
.icon-collapse:before{content:"\f150";}
.icon-collapse-top:before{content:"\f151";}
.icon-expand:before{content:"\f152";}
.icon-euro:before,.icon-eur:before{content:"\f153";}
.icon-gbp:before{content:"\f154";}
.icon-dollar:before,.icon-usd:before{content:"\f155";}
.icon-rupee:before,.icon-inr:before{content:"\f156";}
.icon-yen:before,.icon-jpy:before{content:"\f157";}
.icon-renminbi:before,.icon-cny:before{content:"\f158";}
.icon-won:before,.icon-krw:before{content:"\f159";}
.icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
.icon-file:before{content:"\f15b";}
.icon-file-text:before{content:"\f15c";}
.icon-sort-by-alphabet:before{content:"\f15d";}
.icon-sort-by-alphabet-alt:before{content:"\f15e";}
.icon-sort-by-attributes:before{content:"\f160";}
.icon-sort-by-attributes-alt:before{content:"\f161";}
.icon-sort-by-order:before{content:"\f162";}
.icon-sort-by-order-alt:before{content:"\f163";}
.icon-thumbs-up:before{content:"\f164";}
.icon-thumbs-down:before{content:"\f165";}
.icon-youtube-sign:before{content:"\f166";}
.icon-youtube:before{content:"\f167";}
.icon-xing:before{content:"\f168";}
.icon-xing-sign:before{content:"\f169";}
.icon-youtube-play:before{content:"\f16a";}
.icon-dropbox:before{content:"\f16b";}
.icon-stackexchange:before{content:"\f16c";}
.icon-instagram:before{content:"\f16d";}
.icon-flickr:before{content:"\f16e";}
.icon-adn:before{content:"\f170";}
.icon-bitbucket:before{content:"\f171";}
.icon-bitbucket-sign:before{content:"\f172";}
.icon-tumblr:before{content:"\f173";}
.icon-tumblr-sign:before{content:"\f174";}
.icon-long-arrow-down:before{content:"\f175";}
.icon-long-arrow-up:before{content:"\f176";}
.icon-long-arrow-left:before{content:"\f177";}
.icon-long-arrow-right:before{content:"\f178";}
.icon-apple:before{content:"\f179";}
.icon-windows:before{content:"\f17a";}
.icon-android:before{content:"\f17b";}
.icon-linux:before{content:"\f17c";}
.icon-dribbble:before{content:"\f17d";}
.icon-skype:before{content:"\f17e";}
.icon-foursquare:before{content:"\f180";}
.icon-trello:before{content:"\f181";}
.icon-female:before{content:"\f182";}
.icon-male:before{content:"\f183";}
.icon-gittip:before{content:"\f184";}
.icon-sun:before{content:"\f185";}
.icon-moon:before{content:"\f186";}
.icon-archive:before{content:"\f187";}
.icon-bug:before{content:"\f188";}
.icon-vk:before{content:"\f189";}
.icon-weibo:before{content:"\f18a";}
.icon-renren:before{content:"\f18b";}


#header { 
	background: #fff; 
	padding: 0 0 5px 0;;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#nav { 
	background: #116F58;
	padding: 10px 5px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left;
	padding: 15px 10px 15px 20px;
	background-color:#116F58;
}
*html #sidebar1 {
	padding: 15px 0px 15px 20px;
}
#mcbox {
	margin: 0;
	padding: 0;
	background: url('mc-background.jpg') top left repeat-y;)
}
#pot {
	padding: 0;
	margin: 0:
}
#mainContent {
	margin: 0 0 0 190px;
	padding: 0 20px 0px 20px;
	min-height: 500px;
}
*html #mainContent {
	height: 500px;}
	
#footer { 
	background: #116F58;	
	margin: 0;
	padding: 0 20px 20px 20px;
	color:#fff!Important;
}
*html #footer {
	margin: 0;
}
@media screen and (min-width: 800px) {
#footer { 
	margin: 0 0 0 190px;
} 
*html #footer {
	margin: 0 0 0 198px;
}
}
#footer p {
	color:#fff!Important;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltrtsecim { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right:20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrtp { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding: 3px 0;
}
.fltlftp { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 3px 0;
}
.fltrta { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0;
	margin-right: 0;
	padding: 3px 0;
}
.fltlfta { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0;
	padding: 3px 0;
}
.fltlftagrn { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0;
	padding: 3px 0;
	color: #006600;
}
.fltrttoppp { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

ul.jcnav{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 1.8;
}

li.jcnavli {
	
}

.wide {font-size: 11pt;}

.green {
color: #006600;
background-color: #006600;
height: 1px;
}


/* ==================================================
   Icons Large For Home Page / Latest News
================================================== */
.icons-largehp ul {
	margin: 0 0 0 -20px;
	padding: 0;
	text-align: center;
}

.icons-largehp ul li {
	display: inline-block;
	margin: 15px;
	list-style: none;
	cursor: pointer;
}

.icons-largehp ul li a {
	display: block;
	width: 80px;
	height: 80px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	border-radius: 50px;

	background: transparent;
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);	
}

.icons-largehp ul li a span {
	display: inline-block;
	margin: 0;
	color: #000066;
	font-size: 60px;
	line-height: 80px;
	
	opacity: 0.7;
	filter: alpha(opacity=70);
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}

.icons-largehp ul li:hover a,
.icons-largehp ul li.active a {
	background-color: #000066;	
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
		    transform: rotateY(180deg);
}

.icons-largehp ul li:hover a span,
.icons-largehp ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

/* ==================================================
Font-Face Icons
================================================== */

@font-face {
	font-family: 'Icons';
	src:url('Icons.eot');
	src:url('Icons.eot?#iefix') format('embedded-opentype'),
		url('Icons.woff') format('woff'),
		url('Icons.ttf') format('truetype'),
		url('Icons.svg#Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

[class^="font-"]:before, [class*=" font-"]:before {
	font-family: 'Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

[class^="font-"],
[class*=" font-"]{
	display:inline-block;
	line-height:1em;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="font-icon-"] {
*/
.font-icon-zoom-out, .font-icon-zoom-in, .font-icon-wrench, .font-icon-waves, .font-icon-warning, .font-icon-volume-up, .font-icon-volume-off, .font-icon-volume-down, .font-icon-viewport, .font-icon-user, .font-icon-user-border, .font-icon-upload, .font-icon-upload-2, .font-icon-unlock, .font-icon-underline, .font-icon-tint, .font-icon-time, .font-icon-text, .font-icon-text-width, .font-icon-text-height, .font-icon-tags, .font-icon-tag, .font-icon-table, .font-icon-strikethrough, .font-icon-stop, .font-icon-step-forward, .font-icon-step-backward, .font-icon-stars, .font-icon-star, .font-icon-star-line, .font-icon-star-half, .font-icon-sort, .font-icon-sort-up, .font-icon-sort-down, .font-icon-social-zerply, .font-icon-social-youtube, .font-icon-social-yelp, .font-icon-social-yahoo, .font-icon-social-wordpress, .font-icon-social-virb, .font-icon-social-vimeo, .font-icon-social-viddler, .font-icon-social-twitter, .font-icon-social-tumblr, .font-icon-social-stumbleupon, .font-icon-social-soundcloud, .font-icon-social-skype, .font-icon-social-share-this, .font-icon-social-quora, .font-icon-social-pinterest, .font-icon-social-photobucket, .font-icon-social-paypal, .font-icon-social-myspace, .font-icon-social-linkedin, .font-icon-social-last-fm, .font-icon-social-grooveshark, .font-icon-social-google-plus, .font-icon-social-github, .font-icon-social-forrst, .font-icon-social-flickr, .font-icon-social-facebook, .font-icon-social-evernote, .font-icon-social-envato, .font-icon-social-email, .font-icon-social-dribbble, .font-icon-social-digg, .font-icon-social-deviant-art, .font-icon-social-blogger, .font-icon-social-behance, .font-icon-social-bebo, .font-icon-social-addthis, .font-icon-social-500px, .font-icon-sitemap, .font-icon-signout, .font-icon-signin, .font-icon-signal, .font-icon-shopping-cart, .font-icon-search, .font-icon-rss, .font-icon-road, .font-icon-retweet, .font-icon-resize-vertical, .font-icon-resize-vertical-2, .font-icon-resize-smaller, .font-icon-resize-horizontal, .font-icon-resize-horizontal-2, .font-icon-resize-fullscreen, .font-icon-resize-full, .font-icon-repeat, .font-icon-reorder, .font-icon-remove, .font-icon-remove-sign, .font-icon-remove-circle, .font-icon-read-more, .font-icon-random, .font-icon-question-sign, .font-icon-pushpin, .font-icon-pushpin-2, .font-icon-print, .font-icon-plus, .font-icon-plus-sign, .font-icon-play, .font-icon-picture, .font-icon-phone, .font-icon-phone-sign, .font-icon-phone-boxed, .font-icon-pause, .font-icon-paste, .font-icon-paper-clip, .font-icon-ok, .font-icon-ok-sign, .font-icon-ok-circle, .font-icon-music, .font-icon-move, .font-icon-money, .font-icon-minus, .font-icon-minus-sign, .font-icon-map, .font-icon-map-marker, .font-icon-map-marker-2, .font-icon-magnet, .font-icon-magic, .font-icon-lock, .font-icon-list, .font-icon-list-3, .font-icon-list-2, .font-icon-link, .font-icon-layer, .font-icon-key, .font-icon-italic, .font-icon-info, .font-icon-indent-right, .font-icon-indent-left, .font-icon-inbox, .font-icon-inbox-empty, .font-icon-home, .font-icon-heart, .font-icon-heart-line, .font-icon-headphones, .font-icon-headphones-line, .font-icon-headphones-line-2, .font-icon-headphones-2, .font-icon-hdd, .font-icon-group, .font-icon-grid, .font-icon-grid-large, .font-icon-globe_line, .font-icon-glass, .font-icon-glass_2, .font-icon-gift, .font-icon-forward, .font-icon-font, .font-icon-folder-open, .font-icon-folder-close, .font-icon-flag, .font-icon-fire, .font-icon-film, .font-icon-file, .font-icon-file-empty, .font-icon-fast-forward, .font-icon-fast-backward, .font-icon-facetime, .font-icon-eye, .font-icon-eye_disable, .font-icon-expand-view, .font-icon-expand-view-3, .font-icon-expand-view-2, .font-icon-expand-vertical, .font-icon-expand-horizontal, .font-icon-exclamation, .font-icon-email, .font-icon-email_2, .font-icon-eject, .font-icon-edit, .font-icon-edit-check, .font-icon-download, .font-icon-download_2, .font-icon-dashboard, .font-icon-credit-card, .font-icon-copy, .font-icon-comments, .font-icon-comments-line, .font-icon-comment, .font-icon-comment-line, .font-icon-columns, .font-icon-columns-2, .font-icon-cogs, .font-icon-cog, .font-icon-cloud, .font-icon-check, .font-icon-check-empty, .font-icon-certificate, .font-icon-camera, .font-icon-calendar, .font-icon-bullhorn, .font-icon-briefcase, .font-icon-bookmark, .font-icon-book, .font-icon-bolt, .font-icon-bold, .font-icon-blockquote, .font-icon-bell, .font-icon-beaker, .font-icon-barcode, .font-icon-ban-circle, .font-icon-ban-chart, .font-icon-ban-chart-2, .font-icon-backward, .font-icon-asterisk, .font-icon-arrow-simple-up, .font-icon-arrow-simple-up-circle, .font-icon-arrow-simple-right, .font-icon-arrow-simple-right-circle, .font-icon-arrow-simple-left, .font-icon-arrow-simple-left-circle, .font-icon-arrow-simple-down, .font-icon-arrow-simple-down-circle, .font-icon-arrow-round-up, .font-icon-arrow-round-up-circle, .font-icon-arrow-round-right, .font-icon-arrow-round-right-circle, .font-icon-arrow-round-left, .font-icon-arrow-round-left-circle, .font-icon-arrow-round-down, .font-icon-arrow-round-down-circle, .font-icon-arrow-light-up, .font-icon-arrow-light-round-up, .font-icon-arrow-light-round-up-circle, .font-icon-arrow-light-round-right, .font-icon-arrow-light-round-right-circle, .font-icon-arrow-light-round-left, .font-icon-arrow-light-round-left-circle, .font-icon-arrow-light-round-down, .font-icon-arrow-light-round-down-circle, .font-icon-arrow-light-right, .font-icon-arrow-light-left, .font-icon-arrow-light-down, .font-icon-align-right, .font-icon-align-left, .font-icon-align-justify, .font-icon-align-center, .font-icon-adjust {
	font-family: 'Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.font-icon-zoom-out:before {
	content: "\e000";
}
.font-icon-zoom-in:before {
	content: "\e001";
}
.font-icon-wrench:before {
	content: "\e002";
}
.font-icon-waves:before {
	content: "\e003";
}
.font-icon-warning:before {
	content: "\e004";
}
.font-icon-volume-up:before {
	content: "\e005";
}
.font-icon-volume-off:before {
	content: "\e006";
}
.font-icon-volume-down:before {
	content: "\e007";
}
.font-icon-viewport:before {
	content: "\e008";
}
.font-icon-user:before {
	content: "\e009";
}
.font-icon-user-border:before {
	content: "\e00a";
}
.font-icon-upload:before {
	content: "\e00b";
}
.font-icon-upload-2:before {
	content: "\e00c";
}
.font-icon-unlock:before {
	content: "\e00d";
}
.font-icon-underline:before {
	content: "\e00e";
}
.font-icon-tint:before {
	content: "\e00f";
}
.font-icon-time:before {
	content: "\e010";
}
.font-icon-text:before {
	content: "\e011";
}
.font-icon-text-width:before {
	content: "\e012";
}
.font-icon-text-height:before {
	content: "\e013";
}
.font-icon-tags:before {
	content: "\e014";
}
.font-icon-tag:before {
	content: "\e015";
}
.font-icon-table:before {
	content: "\e016";
}
.font-icon-strikethrough:before {
	content: "\e017";
}
.font-icon-stop:before {
	content: "\e018";
}
.font-icon-step-forward:before {
	content: "\e019";
}
.font-icon-step-backward:before {
	content: "\e01a";
}
.font-icon-stars:before {
	content: "\e01b";
}
.font-icon-star:before {
	content: "\e01c";
}
.font-icon-star-line:before {
	content: "\e01d";
}
.font-icon-star-half:before {
	content: "\e01e";
}
.font-icon-sort:before {
	content: "\e01f";
}
.font-icon-sort-up:before {
	content: "\e020";
}
.font-icon-sort-down:before {
	content: "\e021";
}
.font-icon-social-zerply:before {
	content: "\e022";
}
.font-icon-social-youtube:before {
	content: "\e023";
}
.font-icon-social-yelp:before {
	content: "\e024";
}
.font-icon-social-yahoo:before {
	content: "\e025";
}
.font-icon-social-wordpress:before {
	content: "\e026";
}
.font-icon-social-virb:before {
	content: "\e027";
}
.font-icon-social-vimeo:before {
	content: "\e028";
}
.font-icon-social-viddler:before {
	content: "\e029";
}
.font-icon-social-twitter:before {
	content: "\e02a";
}
.font-icon-social-tumblr:before {
	content: "\e02b";
}
.font-icon-social-stumbleupon:before {
	content: "\e02c";
}
.font-icon-social-soundcloud:before {
	content: "\e02d";
}
.font-icon-social-skype:before {
	content: "\e02e";
}
.font-icon-social-share-this:before {
	content: "\e02f";
}
.font-icon-social-quora:before {
	content: "\e030";
}
.font-icon-social-pinterest:before {
	content: "\e031";
}
.font-icon-social-photobucket:before {
	content: "\e032";
}
.font-icon-social-paypal:before {
	content: "\e033";
}
.font-icon-social-myspace:before {
	content: "\e034";
}
.font-icon-social-linkedin:before {
	content: "\e035";
}
.font-icon-social-last-fm:before {
	content: "\e036";
}
.font-icon-social-grooveshark:before {
	content: "\e037";
}
.font-icon-social-google-plus:before {
	content: "\e038";
}
.font-icon-social-github:before {
	content: "\e039";
}
.font-icon-social-forrst:before {
	content: "\e03a";
}
.font-icon-social-flickr:before {
	content: "\e03b";
}
.font-icon-social-facebook:before {
	content: "\e03c";
}
.font-icon-social-evernote:before {
	content: "\e03d";
}
.font-icon-social-envato:before {
	content: "\e03e";
}
.font-icon-social-email:before {
	content: "\e03f";
}
.font-icon-social-dribbble:before {
	content: "\e040";
}
.font-icon-social-digg:before {
	content: "\e041";
}
.font-icon-social-deviant-art:before {
	content: "\e042";
}
.font-icon-social-blogger:before {
	content: "\e043";
}
.font-icon-social-behance:before {
	content: "\e044";
}
.font-icon-social-bebo:before {
	content: "\e045";
}
.font-icon-social-addthis:before {
	content: "\e046";
}
.font-icon-social-500px:before {
	content: "\e047";
}
.font-icon-sitemap:before {
	content: "\e048";
}
.font-icon-signout:before {
	content: "\e049";
}
.font-icon-signin:before {
	content: "\e04a";
}
.font-icon-signal:before {
	content: "\e04b";
}
.font-icon-shopping-cart:before {
	content: "\e04c";
}
.font-icon-search:before {
	content: "\e04d";
}
.font-icon-rss:before {
	content: "\e04e";
}
.font-icon-road:before {
	content: "\e04f";
}
.font-icon-retweet:before {
	content: "\e050";
}
.font-icon-resize-vertical:before {
	content: "\e051";
}
.font-icon-resize-vertical-2:before {
	content: "\e052";
}
.font-icon-resize-smaller:before {
	content: "\e053";
}
.font-icon-resize-horizontal:before {
	content: "\e054";
}
.font-icon-resize-horizontal-2:before {
	content: "\e055";
}
.font-icon-resize-fullscreen:before {
	content: "\e056";
}
.font-icon-resize-full:before {
	content: "\e057";
}
.font-icon-repeat:before {
	content: "\e058";
}
.font-icon-reorder:before {
	content: "\e059";
}
.font-icon-remove:before {
	content: "\e05a";
}
.font-icon-remove-sign:before {
	content: "\e05b";
}
.font-icon-remove-circle:before {
	content: "\e05c";
}
.font-icon-read-more:before {
	content: "\e05d";
}
.font-icon-random:before {
	content: "\e05e";
}
.font-icon-question-sign:before {
	content: "\e05f";
}
.font-icon-pushpin:before {
	content: "\e060";
}
.font-icon-pushpin-2:before {
	content: "\e061";
}
.font-icon-print:before {
	content: "\e062";
}
.font-icon-plus:before {
	content: "\e063";
}
.font-icon-plus-sign:before {
	content: "\e064";
}
.font-icon-play:before {
	content: "\e065";
}
.font-icon-picture:before {
	content: "\e066";
}
.font-icon-phone:before {
	content: "\e067";
}
.font-icon-phone-sign:before {
	content: "\e068";
}
.font-icon-phone-boxed:before {
	content: "\e069";
}
.font-icon-pause:before {
	content: "\e06a";
}
.font-icon-paste:before {
	content: "\e06b";
}
.font-icon-paper-clip:before {
	content: "\e06c";
}
.font-icon-ok:before {
	content: "\e06d";
}
.font-icon-ok-sign:before {
	content: "\e06e";
}
.font-icon-ok-circle:before {
	content: "\e06f";
}
.font-icon-music:before {
	content: "\e070";
}
.font-icon-move:before {
	content: "\e071";
}
.font-icon-money:before {
	content: "\e072";
}
.font-icon-minus:before {
	content: "\e073";
}
.font-icon-minus-sign:before {
	content: "\e074";
}
.font-icon-map:before {
	content: "\e075";
}
.font-icon-map-marker:before {
	content: "\e076";
}
.font-icon-map-marker-2:before {
	content: "\e077";
}
.font-icon-magnet:before {
	content: "\e078";
}
.font-icon-magic:before {
	content: "\e079";
}
.font-icon-lock:before {
	content: "\e07a";
}
.font-icon-list:before {
	content: "\e07b";
}
.font-icon-list-3:before {
	content: "\e07c";
}
.font-icon-list-2:before {
	content: "\e07d";
}
.font-icon-link:before {
	content: "\e07e";
}
.font-icon-layer:before {
	content: "\e07f";
}
.font-icon-key:before {
	content: "\e080";
}
.font-icon-italic:before {
	content: "\e081";
}
.font-icon-info:before {
	content: "\e082";
}
.font-icon-indent-right:before {
	content: "\e083";
}
.font-icon-indent-left:before {
	content: "\e084";
}
.font-icon-inbox:before {
	content: "\e085";
}
.font-icon-inbox-empty:before {
	content: "\e086";
}
.font-icon-home:before {
	content: "\e087";
}
.font-icon-heart:before {
	content: "\e088";
}
.font-icon-heart-line:before {
	content: "\e089";
}
.font-icon-headphones:before {
	content: "\e08a";
}
.font-icon-headphones-line:before {
	content: "\e08b";
}
.font-icon-headphones-line-2:before {
	content: "\e08c";
}
.font-icon-headphones-2:before {
	content: "\e08d";
}
.font-icon-hdd:before {
	content: "\e08e";
}
.font-icon-group:before {
	content: "\e08f";
}
.font-icon-grid:before {
	content: "\e090";
}
.font-icon-grid-large:before {
	content: "\e091";
}
.font-icon-globe_line:before {
	content: "\e092";
}
.font-icon-glass:before {
	content: "\e093";
}
.font-icon-glass_2:before {
	content: "\e094";
}
.font-icon-gift:before {
	content: "\e095";
}
.font-icon-forward:before {
	content: "\e096";
}
.font-icon-font:before {
	content: "\e097";
}
.font-icon-folder-open:before {
	content: "\e098";
}
.font-icon-folder-close:before {
	content: "\e099";
}
.font-icon-flag:before {
	content: "\e09a";
}
.font-icon-fire:before {
	content: "\e09b";
}
.font-icon-film:before {
	content: "\e09c";
}
.font-icon-file:before {
	content: "\e09d";
}
.font-icon-file-empty:before {
	content: "\e09e";
}
.font-icon-fast-forward:before {
	content: "\e09f";
}
.font-icon-fast-backward:before {
	content: "\e0a0";
}
.font-icon-facetime:before {
	content: "\e0a1";
}
.font-icon-eye:before {
	content: "\e0a2";
}
.font-icon-eye_disable:before {
	content: "\e0a3";
}
.font-icon-expand-view:before {
	content: "\e0a4";
}
.font-icon-expand-view-3:before {
	content: "\e0a5";
}
.font-icon-expand-view-2:before {
	content: "\e0a6";
}
.font-icon-expand-vertical:before {
	content: "\e0a7";
}
.font-icon-expand-horizontal:before {
	content: "\e0a8";
}
.font-icon-exclamation:before {
	content: "\e0a9";
}
.font-icon-email:before {
	content: "\e0aa";
}
.font-icon-email_2:before {
	content: "\e0ab";
}
.font-icon-eject:before {
	content: "\e0ac";
}
.font-icon-edit:before {
	content: "\e0ad";
}
.font-icon-edit-check:before {
	content: "\e0ae";
}
.font-icon-download:before {
	content: "\e0af";
}
.font-icon-download_2:before {
	content: "\e0b0";
}
.font-icon-dashboard:before {
	content: "\e0b1";
}
.font-icon-credit-card:before {
	content: "\e0b2";
}
.font-icon-copy:before {
	content: "\e0b3";
}
.font-icon-comments:before {
	content: "\e0b4";
}
.font-icon-comments-line:before {
	content: "\e0b5";
}
.font-icon-comment:before {
	content: "\e0b6";
}
.font-icon-comment-line:before {
	content: "\e0b7";
}
.font-icon-columns:before {
	content: "\e0b8";
}
.font-icon-columns-2:before {
	content: "\e0b9";
}
.font-icon-cogs:before {
	content: "\e0ba";
}
.font-icon-cog:before {
	content: "\e0bb";
}
.font-icon-cloud:before {
	content: "\e0bc";
}
.font-icon-check:before {
	content: "\e0bd";
}
.font-icon-check-empty:before {
	content: "\e0be";
}
.font-icon-certificate:before {
	content: "\e0bf";
}
.font-icon-camera:before {
	content: "\e0c0";
}
.font-icon-calendar:before {
	content: "\e0c1";
}
.font-icon-bullhorn:before {
	content: "\e0c2";
}
.font-icon-briefcase:before {
	content: "\e0c3";
}
.font-icon-bookmark:before {
	content: "\e0c4";
}
.font-icon-book:before {
	content: "\e0c5";
}
.font-icon-bolt:before {
	content: "\e0c6";
}
.font-icon-bold:before {
	content: "\e0c7";
}
.font-icon-blockquote:before {
	content: "\e0c8";
}
.font-icon-bell:before {
	content: "\e0c9";
}
.font-icon-beaker:before {
	content: "\e0ca";
}
.font-icon-barcode:before {
	content: "\e0cb";
}
.font-icon-ban-circle:before {
	content: "\e0cc";
}
.font-icon-ban-chart:before {
	content: "\e0cd";
}
.font-icon-ban-chart-2:before {
	content: "\e0ce";
}
.font-icon-backward:before {
	content: "\e0cf";
}
.font-icon-asterisk:before {
	content: "\e0d0";
}
.font-icon-arrow-simple-up:before {
	content: "\e0d1";
}
.font-icon-arrow-simple-up-circle:before {
	content: "\e0d2";
}
.font-icon-arrow-simple-right:before {
	content: "\e0d3";
}
.font-icon-arrow-simple-right-circle:before {
	content: "\e0d4";
}
.font-icon-arrow-simple-left:before {
	content: "\e0d5";
}
.font-icon-arrow-simple-left-circle:before {
	content: "\e0d6";
}
.font-icon-arrow-simple-down:before {
	content: "\e0d7";
}
.font-icon-arrow-simple-down-circle:before {
	content: "\e0d8";
}
.font-icon-arrow-round-up:before {
	content: "\e0d9";
}
.font-icon-arrow-round-up-circle:before {
	content: "\e0da";
}
.font-icon-arrow-round-right:before {
	content: "\e0db";
}
.font-icon-arrow-round-right-circle:before {
	content: "\e0dc";
}
.font-icon-arrow-round-left:before {
	content: "\e0dd";
}
.font-icon-arrow-round-left-circle:before {
	content: "\e0de";
}
.font-icon-arrow-round-down:before {
	content: "\e0df";
}
.font-icon-arrow-round-down-circle:before {
	content: "\e0e0";
}
.font-icon-arrow-light-up:before {
	content: "\e0e1";
}
.font-icon-arrow-light-round-up:before {
	content: "\e0e2";
}
.font-icon-arrow-light-round-up-circle:before {
	content: "\e0e3";
}
.font-icon-arrow-light-round-right:before {
	content: "\e0e4";
}
.font-icon-arrow-light-round-right-circle:before {
	content: "\e0e5";
}
.font-icon-arrow-light-round-left:before {
	content: "\e0e6";
}
.font-icon-arrow-light-round-left-circle:before {
	content: "\e0e7";
}
.font-icon-arrow-light-round-down:before {
	content: "\e0e8";
}
.font-icon-arrow-light-round-down-circle:before {
	content: "\e0e9";
}
.font-icon-arrow-light-right:before {
	content: "\e0ea";
}
.font-icon-arrow-light-left:before {
	content: "\e0eb";
}
.font-icon-arrow-light-down:before {
	content: "\e0ec";
}
.font-icon-align-right:before {
	content: "\e0ed";
}
.font-icon-align-left:before {
	content: "\e0ee";
}
.font-icon-align-justify:before {
	content: "\e0ef";
}
.font-icon-align-center:before {
	content: "\e0f0";
}
.font-icon-adjust:before {
	content: "\e0f1";
}


/* begin general styles for all themes */

body { 
margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	background-image:url('newbg2.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top center;
background-color: #ffffff;
}


.nameheight {height:63px;min-height:63px;}
.nameheightnp {height:100px;min-height:100px;}
.nameheightnpsidebar {height:auto;}
.nameheightnpsidebar h3 {line-height:20px; color:#116F57!Important;}
.boxformatsec {
	border:1px solid #c0c0c0;
	padding:20px 0 0 0;
	margin:0;
	text-align:center;
	border-radius:10px;
	background:#fff;
}
.boxformatsec img {max-height:200px!Important;}

.boxformatsecjc2 {
	border:none;
	padding:5px 0;
	margin:0;
	text-align:left;
	background:#fff;
}
.boxformatsecjc2 img {max-height:100px!Important;}

.boxformatsecbs {
	border:1px solid #c0c0c0;
	padding:5px;
	margin:0;
	text-align:center;
	border-radius:10px;
	background:#fff;
}
.boxformatsecbs img {max-height:100px!Important;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloating { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}

.section-link-image {height:210px!Important;}
.section-link-image img {
	max-width:99%;
	height:auto;
	text-align:center;
}

.section-link-imagejc2 {
	height:120px!Important;
	padding:5px;
	float:right;
	max-width:190px;
}
.section-link-imagejc2 img {
	max-width:180px;
	height:auto;
	text-align:center;
	float:right;
}
.ninetyfivebsl img {
	max-width:95%;
	height:auto;
	max-height: 150px;
}
.ninetyfivebsl {
	text-align:center;
}
.boxformatrvp {
	border:1px solid #c0c0c0;
	padding:5px 0;
}
.boxformatrvp img {max-height:65px!Important;}

.set-left {float:left; padding: 0 10px 10px 0; text-align:center;}

input[type=number] {-moz-appearance: textfield;width:4em;}
::-webkit-inner-spin-button { -webkit-appearance: none;}
::-webkit-outer-spin-button { -webkit-appearance: none;}
input[type=number] {width:4em;}

.InvoiceField input[type=number], .DeliverField input[type=number] {-moz-appearance: textfield;width:10em;}
.InvoiceField input[type=number], .DeliverField input[type=number] {width:10em;}

/** SEARCH */

*html #search {}
#search {
clear:right;
float:right;
	position: relative;
	width: 100%;
	height: 38px;
	background: #116F58;
	border-radius: 5px;
-webkit-border-radius: 5px;
transition: all 3s;
-moz-transition: all 3s;
-webkit-transition: -webkit-transform 3s;
-o-transition: all 3s;
margin:5px 0;
}
h2.search {color:#fff;}

#search form {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#search p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search input.xx {
float:left;
line-height: 18px;
border: 0;
width: 80%;
height: 38px;
padding: 10px 50px 10px 10px;
background-color: #ADD4CB;
border-radius: 5px;
-webkit-border-radius:5px;
transition: all 3s;
-moz-transition: all 3s;
-webkit-transition: -webkit-transform 3s;
-o-transition: all 3s;
}

#search-query {
	width: 220px;
	margin-top: 6px !important;
	border: none;
	background: #c0c0c0;
}

#search-submit {
	width: 55px;
	margin-left: 30px !important;
	padding: 5px 0px 10px 0px;
	border: none;
	line-height: 1;
	text-transform: lowercase;
}
input.tld_search {
border: 0;
height: 38px;
width: 38px;
text-indent: -999999px;
background: transparent;
background-image: url('icon_24x24_search.png');
background-position: 80% 50%;
background-repeat: no-repeat;
overflow: hidden;
position: absolute;
cursor:pointer;
top: 0;
right: 0;
}

.cart-summary {
	font-size: 13px;
	padding: 10px;
	clear:right;
	float: right;
	position:relative;
	border: 1px solid #116F58;
	border-radius:10px;
	background: #ffffff;
	margin-top:10px;
	}
.cart-summary a {
	text-decoration: none;
	}
#mainContent table {width:100%!Important;}
#mainContent table.buttonz {width:675px!Important;}
/********************************/

p, table, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
}

form {
	margin: 0px;
}

a.gween:link {color: #005555;}

a:link {
	color: #000066;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000066;
	text-decoration: none;
}

a.checkout-checkoutbg {
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	border: #eeeeee 2px solid;
	border-top: #eeeeee 2px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

a.checkout-checkoutbg:link {
	color: #004B37;
	text-decoration: none;
}

a.checkout-checkoutbg:visited {
	color: #004B37;
	text-decoration: none;
}

a.checkout-checkoutbg:hover {
	color: #004B37;
	text-decoration: underline;
}

a.checkout-checkoutbg:active {
	color: #004B37;
	text-decoration: underline;
}

a.checkout-textcolor:link {
	color: #000000;
	text-decoration: none;
}

a.checkout-textcolor:visited {
	color: #000000;
	text-decoration: none;
}

a.checkout-textcolor:hover {
	color: #000000;
	text-decoration: underline;
}

a.checkout-textcolor:active {
	color: #000000;
	text-decoration: underline;
}

ul {
	list-style-type: square;
}

/* Generic text formatting used throughout the store ---------------------------- */

.actCHECKOUTEM {
	background-color: #add1c9;
}

.actCHECKOUTBG {
	background-color: #eeeeee;
}

.actlarger {
	font-size: 19px;
	color: #000000;
}

.actsmaller{
	font-size: 12px;
	color: #000000;
}

.actxxsmall {
	font-size: 12px;
	color: #000000;
}

.actxxxsmall {
	font-size: 7pt;
	color: #000000;
}

.actxsmall {
	font-size: 15px;
	color: #000000;
}

.actsmall {
	font-size: 15px;
	color: #000000;
}

.actregular {
	font-size: 19px;
	color: #000000;
}

.actlarge{
	font-size: 16px;
	color: #000000;
}

.actxlarge {
	font-size: 17pt;
	color: #000000;
}

.actxxlarge {
	font-size: 17pt;
	color: #000000;
}

.actwarningcolor {
	color: #ff3300;
}
	
.actrequiredcolor {
	color: #ff3300;
}

.actsearchhighlightcolor {
	color: #ff0000;
}

.actrequired {
	color: #ff3300;
}

.actwarning {
	font-size: 15px;
	color: #ff3300;
}

.actwelcome {
	font-size: 15px;
	color: #000000;
}

.actlogotext {
	font-size: 15px;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: 15px;
	color: #000066;
}

/* Boxes and borders ------------------------------------------- */

.thinborder1 {
	border: 1px solid #005555;
}

.thinborder2 {
	border: 1px solid #009999;
}

.thinred {
	border: solid 1px #005555;
	border-top: 0px;
}

.thinred2 {
	border: solid 1px #009999;
	border-top: 0px;
} 

.boxheading {
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

a.boxlink:link{
	color: #ffffff;
	text-decoration:none;
}

a.boxlink:visited{
	color: #ffffff;
	text-decoration:none;
}

a.boxlink:hover{
	color: #ffffff;
	text-decoration:underline;
}

a.boxlink:active{
	color: #ffffff;
	text-decoration:none;
}

* html .boxhead h2 {height: 1%;}

.sidebox {
	background: url('theme_curve4.gif') no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url('theme_curve2.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h2 {
	background: url('theme_curve1.gif') no-repeat top left;
	margin: 0;
	padding: 5px 10px 5px;
	color: #ffffff; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}

.boxbody {
	background: url('theme_curve3.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 11px;
}

.boxbody ol {
	margin: 0;
	padding: 0;
	margin-left: 1.2em;
	padding-left: 1.2em;
}

.boxbody ol li {
	margin-bottom: 0.2em;
}

/* Shopping cart and checkout fields ------------------------------------------- */

a.checkout-checkoutbg {
	margin-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	border: #eeeeee 2px solid;
	border-top: #eeeeee 2px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

/*a.checkout-checkoutbg:link {
	color: #eeeeee;
	text-decoration: none;
}

a.checkout-checkoutbg:visited {
	color: #eeeeee;
	text-decoration: none;
}

a.checkout-checkoutbg:hover {
	color: #eeeeee;
	text-decoration: underline;
}

a.checkout-checkoutbg:active {
	color: #eeeeee;
	text-decoration: underline;
}

a.checkout-textcolor:link {
	color: #000000;
	text-decoration: none;
}

a.checkout-textcolor:visited {
	color: #000000;
	text-decoration: none;
}

a.checkout-textcolor:hover {
	color: #000000;
	text-decoration: underline;
}

a.checkout-textcolor:active {
	color: #000000;
	text-decoration: underline;
}*/

div.CheckoutCartSection {
	margin-top: 0px;
	margin-bottom: 10px;
}

table.checkout#idTableCheckoutSection {
	margin-bottom: 0px;
}

table.checkout-cart {
	
	
	width: 580px;
	
	
	border-collapse: collapse;
	padding: 0px 0px;
	margin-bottom: 5px;
}

table.checkout-cart th{
	font-weight: bold;
	background-color: #eeeeee;
	border-top: solid 1px #add1c9;
	border-bottom: solid 1px #add1c9;
	padding: 4px 4px;
}

table.checkout-cart td{
	padding: 4px 4px;
	background-color: #eeeeee;
}

table.checkout {
	
	
	width: 580px;
	
	
	border-collapse: collapse;
	padding: 0px 0px;
	text-align: left;
	margin-bottom: 5px;
}

table.checkout th {
	background-color: #add1c9;
	font-size: 16px;
	font-weight: bold;
	color: #004B37;
	text-align: left;
	padding: 5px 2px;
	border-bottom: solid 3px #ffffff;
}

table.checkout th.instruction {
	font-size: 15px;
	font-weight: normal;
}

table.checkout th.change {
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px;
	text-align: right;
}

.checkout-change-button	{
	line-height: 13px;
	height: 20px;
	width: 110px;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size : 15px;
	background-color: #009999;
	border: 1px solid #005555;
	color: #ffffff;
	background-image: url('theme_icon_add_to_cart.gif');
	word-spacing: normal;
	}

.checkout-login-button	{
	line-height: 13px;
	height: 15px;
	width: 70px;
	margin: 20px 0px 20px 0px;
	padding: 3px 20px 2px 0px;
	font-size : 15px;
	background-color: #009999;
	border: 1px solid #005555;
	color: #ffffff;
	background-image: url('theme_icon_add_to_cart.gif');
	word-spacing: normal;
	}

.checkout-login-button a {
	padding-left: 20px;
	color: #ffffff;
	text-decoration: none;
	}

table.checkout td {
	background-color: #eeeeee;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding: 2px 2px;
}

table.checkout#idBothAddressesTable col {
	width: auto;
}

td#idCheckoutHelpLabel,
table.checkout#idBothAddressesTable col.prompt {
	width: 130px;
}

.cart {
	background-color: #eeeeee;
	border-bottom: solid 1px #add1c9;
}

.checkout-cartheading {
	font-weight: bold;
	background-color: #eeeeee;
	border-top: solid 1px #add1c9;
	border-bottom: solid 1px #add1c9;
}

.cartheading {
	background-color: #add1c9;
	font-weight: bold;
	color: #eeeeee;
}

h2.checkout-heading {
	background-color: #add1c9;
	font-size: 16px;
	font-weight: bold;
	color: #004B37;
	padding: 5px 2px;
	border-bottom: solid 3px #ffffff;
	
	
	width: 580px;
	
	
}

h3.checkout-heading {
	width: 100%; 
	padding: 3px 0;
	background-color: #add1c9;
	font-size: 16px;
	font-weight: bold;
	color: #004B37;
	border-bottom: solid 3px #ffffff;
	float:left;
}

.checkout-subheading {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

img.cartthumbnail {
	border: 0px;
	margin-left: 2px;
	margin-right: 2px;
	width: 25px;
}

input.normal-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background: #009999;
	padding: 5px;
	border: solid 1px #000000;
}

input.highlight-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background: #005555;
	padding: 5px;
	border: solid 1px #000000;
}

.checkout-field-label {
	width: 160px;
}

.checkout-field-input {
	width: auto;
}

.checkout-field-input input, .checkout-field-input select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #ffffff;
	padding: 2px;
}

.InvoiceField input, .InvoiceField select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #ffffff;
	padding: 2px;
}

.DeliverField input, .DeliverField select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #ffffff;
	padding: 2px;
}

table.checkout#idBothAddressesTable select {
	width: 211px;
}

input.checkbox {
	background-color: #eeeeee;
	border: 0;	
}

.checkout-field-area {
	background: #eeeeee;
	border-bottom: solid 2px #ffffff;
	
	
	width: 580px;
	
	
}

.checkout-field-area p {
	margin: 0;
	padding: 4px;
}

div.checkout-buttons {
	
	width: 580px; 
	
	</actinic:block>
	height: 50px; 
	margin-top: 20px;
}
	
.left { 
	float : left; 
	width : 50%; 
}

.right { 
	float : right; 
	width : 40%; 
}

.spacer { 
	clear : both; 
}

.checkout-help-hide { 
	display: none; 
}

/* Checkout Progress Indicator  ------------------------------------------------ */

p.checkout-progress-heading {
	width: 300px;
	margin: 0px auto;
}

#checkout-progress-indicator {
	width: 300px;
	height: 19px;
	background-image: url('cpi-background.gif');
	margin: 0 auto 0px auto;
}

.checkout-progress-0 {
	width: 75px;
	height: 19px;
	background-color: #005555;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-1 {
	width: 150px;
	height: 19px;
	background-color: #005555;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-2 {
	width: 225px;
	height: 19px;
	background-color: #005555;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-3 {
	width: 300px;
	height: 19px;
	background-color: #005555;
	background-image: url('cpi-main.gif');
	float: left;
}

#checkout-progress-indicator .cpi-end {
	width: 8px;
	padding: 0;
	margin: 0;
	border: 0;
	height: 19px;
	background-image: url('cpi-end.gif');
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}

table#idCheckoutProgress {
	margin-bottom: 10px;
}

table#idCheckoutProgress td{
	background-repeat:repeat-x;
	background-color:transparent;
	border: 0px;
	padding: 0px;
	height:19px;
	text-align:center;
}

table#idCheckoutProgress td.cpi-left{
	background-image:url("cpi-main.gif");
	color:white;
	width:160px;
}

table#idCheckoutProgress td.cpi-complete{
	background-image:url("cpi-main-mid.gif");
	color:white;
	width:160px;
}

table#idCheckoutProgress td.cpi-incomplete{
	background-image:url("cpi-background.gif");
	color:black;
	width:160px;
}

table.CheckoutProgress {
	
	
	width: 580px;
	
	
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.CheckoutProgress td {
	padding: 0px 0px;
	background-repeat: repeat-x;
	background-color: transparent;
	height: 19px;
	text-align: center;
	width: 140px;
}

table.CheckoutProgress td.cpi-start{
	background-image: url("cpi-main.gif");
	width: 8px;
}

table.CheckoutProgress td.cpi-inactive{
	background-image: url("cpi-main-mid.gif");
	color: #ffffff;
}

table.CheckoutProgress td.cpi-active{
	background-image: url('cpi-background.gif');
	font-weight: bold;
	color: #000000;
}

table.CheckoutProgress td.cpi-end {
	background-image: url("cpi-end.gif");
	width: 8px;
}

table.CheckoutProgress td.cpi-spacer {
	background-image: url("cpi-main-mid.gif");
	width: auto;
}


/* Formatting for Feefo customer feedback --------------------------------- */

 

/* Default formatting of text boxes used in store pages -------------------- */

.form_input_general	{
	line-height: normal;
	font-size : 1em;
	word-spacing: normal;
	}

/* My Account pages  --------------------------------------------------------------*/

.myaccount-shadow {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url('myaccount-popup-bg.png');
	background-repeat: repeat;
	}

.myaccount-popup {
	position: fixed;
	width: 500px;
	height: 250px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -125px;
	padding-left: 85px;
	padding-top: 50px;
	background-color: #ffffff;
	}

/* start search results sort list */ 

.sort_by {
	background-color: #005555;
	width: 100%;
	height: 35px;
	color: #ffffff;
	text-align: right;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	}
.sort_by select {
	font-size: 12px;
	height: 20px;
	margin-right: 1px;
	margin-top: 1px;
	border: #005555 2px solid;
	border-top: #005555 2px solid;
	border-right: #005555 1px solid;
	border-bottom: #005555 1px solid;
	}
.sort_by-submit {
	background: transparent;
	height: 20px;
	color: #ffffff; 
	font-weight: bold;
	font-size: 12px;
	margin-right: 1px;
	margin-top: 1px;
	border: 0;
	}
.sort_by-submit:hover {
	cursor: pointer;
	text-decoration: underline;
	}

/* end search results sort list */

/* start auto suggession list */
.sf_suggestion {
	position: absolute;
	line-height: 15px;
	z-index: 2147483637;
	}
.sf_suggestion ul {
	margin: 1px;
	padding: 0px;
	background: #ffffff; 
	border: 1px solid rgb(51, 51, 51);
	top: 0;
	left: 0;
}
.sf_suggestion li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
.sf_suggestion li a {
	display: block;
	text-indent: 5px;
	text-align: left;
	padding: 5px;
	text-decoration: none;
	}
.sf_suggestion li.selected a {
	background: #cccccc;
	color: #000000;
	font-weight: normal;
	}
.sf_suggestion li.notselected a{
	color: #000000;
	font-weight: normal;
	}
/* end auto suggession list */
/* start filter loading dialog */
.loading-block	{
	display: table;
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin-left: 50%;
	z-index: 2147483638;
	}
.loading-gif {
	display: table-cell;
	vertical-align: middle;
	}
.loading-shadow {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: repeat;
	opacity:0.9;
	}
/* start filter loading dialog */

/* Recently Viewed Products List Style ------------------------------------ */


/* start clear button */
.clear-button {
	float: right;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 6px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	margin-left: 5px;
	line-height: 10px;
}
.clear-button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
}
.clear-button:active {
	position: relative;
	top: 1px;
}
/* end clear button */

/****************************************************
Smart Phones Portrait
*****************************************************/

@media only screen and (max-width: 479px) {

	
/* Checkout / Shopping Cart Styles */
	table.checkout-cart { width:100%;}
	table.checkout { width:100%; table-layout:fixed}
	table.checkout-cart td { padding:3px; }
	.mob_qty input { width:10px; }
	.btn_desktop_display { float:none; width:100%; }
	.btn_desktop_display_right { float:none; width:100%;}
	.btn_desktop_display td { padding:4px 0; }
	table.checkout-cart th { padding:3px; }
	.checkout-login-button { border:none; }
	.checkout-field-input select, .InvoiceField select, .DeliverField select, .checkout-field-input input, .InvoiceField input, .DeliverField input { width:90%; border:1px solid #ccc; }
	div.checkout-buttons { width: 100%; }
	table#idBothAddressesTable.checkout select { width:100%; }
	a.checkout-checkoutbg { font-size:12px; border-width:1px; padding:3px; }
	.CheckoutProgress {display:none; }
	.mob_progress { font-size:19px; color:#005555; font-weight:bold; display:block; padding:5px 0;}

/* Other SellerDeck Pages */
	#contact-body .input-text { border:1px solid #ccc; width:90%; }
	#contact-body textarea { border:1px solid #ccc; width:100%; }
	.recaptcha_image_cell { width:100% !important; }
	.recaptchatable #recaptcha_response_field { width:100% !important; }
	.recaptchatable .recaptcha_image_cell center img
	#idTblLogin, #search-body, #contact-body { padding:0; }
	#search-body { width:95%; padding:0px 5px; }
	#search-body table { margin:0; table-layout:fixed; width:100%; }

}

/****************************************************
This is meant to be for mobile devices landscape
*****************************************************/

@media only screen and (min-width: 480px) and (max-width: 767px) {

	
/* Checkout / Shopping Cart Styles */
	table.checkout-cart { width:100%;}
	table.checkout { width:100%; table-layout:fixed}
	table.checkout-cart td { padding:3px; }
	.mob_qty input { width:10px; }
	.btn_desktop_display { float:none; width:100%; }
	.btn_desktop_display_right { float:none; width:100%;}
	.btn_desktop_display td { padding:4px 0; }
	table.checkout-cart th { padding:3px; }
	.checkout-login-button { border:none; }
	.checkout-field-input select, .InvoiceField select, .DeliverField select, .checkout-field-input input, .InvoiceField input, .DeliverField input { width:90%; border:1px solid #ccc; }
	div.checkout-buttons { width: 100%; }
	table#idBothAddressesTable.checkout select { width:100%; }
	a.checkout-checkoutbg { font-size:12px; border-width:1px; padding:3px; }
	.CheckoutProgress {display:none; }
	.mob_progress { font-size:19px; color:#005555; font-weight:bold; display:block; padding:5px 0;}

/* Other SellerDeck Pages */
	#contact-body .input-text { border:1px solid #ccc; width:90%; }
	#contact-body textarea { border:1px solid #ccc; width:100%; }
	.recaptcha_image_cell { width:100% !important; }
	.recaptchatable #recaptcha_response_field { width:100% !important; }
	.recaptchatable .recaptcha_image_cell center img
	#idTblLogin, #search-body, #contact-body { padding:0; }
	#search-body table { margin:0; table-layout:fixed; width:100%;}
	
}

/****************************************************
iPad Portrait
*****************************************************/

@media screen and (min-width: 768px) and (max-width: 959px) { 

	
/* Checkout Styles */
	table.checkout { width:100%; table-layout:fixed; }
	table.checkout-cart { width:100%; }
	.btn_desktop_display { float:none; width:30%; text-align:center; }
	.btn_desktop_display_right { float:none; width:30%; text-align:center;}
	.btn_desktop_display td { padding:4px 0; }
	.CheckoutProgress {display:none; }
	.mob_progress { font-size:19px; color:#005555; font-weight:bold; display:block; padding:5px 0;}
	div.checkout-buttons { width:100%; }
	.checkout-field-input select, .InvoiceField select, .DeliverField select, .checkout-field-input input, .InvoiceField input, .DeliverField input { width:90%; }
	table#idBothAddressesTable.checkout select { width: 95%; }
}


/****************************************************
1024 resolution
Desktop Styles
*****************************************************/

@media only screen and (min-width: 960px) and (max-width: 1050px) {


/* Checkout Styles */
	table.checkout, .table.checkout-cart { width:100%; }
}

/****************************************************
iPad / Tablet Landscape, 
only shows on tablet not on website 
*****************************************************/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
/* Checkout Styles */
	table.checkout { width:100%; table-layout:fixed; }
	table.checkout-cart { width:100%; }
	table.CheckoutProgress { width:100%; }
	.checkout-field-input select, .InvoiceField select, .DeliverField select, .checkout-field-input input, .InvoiceField input, .DeliverField input { width:90%; }
	table#idBothAddressesTable.checkout select { width:90%; }
	div.checkout-buttons { width:100%; } 
}

@media (max-width: 1024px) {
#idBothAddressesTable th {width:100%;}
}

th.change input.button, input.blue {margin:5px!Important; border-color: #40BD4B!Important;background-color:#116F58!Important;}
th.change input.button:hover, input.blue:hover {margin:5px!Important; border-color: #40BD4B!Important;color:#ffffff!Important;background-color:#004b37!Important;}



.CheckoutProgress {
    display: flex;
    flex-flow: row wrap;
}
.CheckoutProgress {
    width: 100%;
}
.CheckoutProgress {
    clear: both;
    float: left;
}
.CheckoutProgress p {
	float:left;
	width:100%;
	border:1px solid #cccccc;
	box-shadow:inset 0px 0px 0px 1px #ffffff;
	background: #efefef; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top, #eeeeee 0%,#ffffff 100%); /* IE10+ */
	background:linear-gradient(to bottom, #eeeeee 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}


.CheckoutProgress p.cpi-active {
	background: #005555; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyYTQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Mjg0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top, #007a7a 0%, #005555 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#52a400), color-stop(100%,#007a7a)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #007a7a 0%,#005555 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #007a7a 0%,#005555 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top, #007a7a 0%,#005555 100%); /* IE10+ */
	background:linear-gradient(to bottom, #007a7a 0%,#005555 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007a7a', endColorstr='#005555',GradientType=0 ); /* IE6-8 */
}


.CheckoutProgress {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow:row wrap;
	flex-flow:row wrap;
}
.CheckoutProgress  p {
	padding:0.2em 0;
	text-align:center;
	-webkit-flex:1 0 23%;
	-moz-flex:1 0 23%;
	flex:1 0 23%;
	/* Start of IE Flex box */
	-ms-flex-grow:1;
	-ms-flex-shrink:0;
	-ms-flex-basis:23%;
	/* End of IE Flex box */
	color:#005555;
}
.CheckoutProgress  p.cpi-active {color:#ffffff;}
.CheckoutProgress  p span {display:block; margin-bottom:0.5em; font-size:1.6em;}
.CheckoutProgress {float:left; clear:both;}
#idTblLogin td {padding:10px;}
table.checkout-cart, table.checkout {float:left;}
#search-body select {color: #000000;font-size:14px;}

/* Formatting for the site map -------------------------------------------- */

#actinic-sitemap {
	margin-left: 5px;
}

#actinic-sitemap ul {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Formatting for Feefo customer feedback --------------------------------- */

.feefositelogo {
	margin-top: 10px;
	text-align: center;
} 

.feefoproductlogo {
	margin-top: 10px;
}

 

/* Recently Viewed Products List Style ------------------------------------ */



/* Used by 'CSS Product Layout' ------------------------------------------- */

.content_left {
	text-align: left;
	float: left;
	margin-right: 20px;
}

.content_right {
	text-align: left;
	float: left;
}

/* Used by 'Standard Layout Using CSS' and related CSS-based product layouts */

.product_list	{
	margin: 2px 0px 2px 0px;
	}	

/* headings ----------------------------------------------------------------------------- */

h1	{
	font-size: <span style='font-size: 26px;'>17pt</span>;
	font-weight: 600;
	margin: 0px;		
	padding: 16px 0px 14px 0px;
	color: #005555;
	}
	
h1.subheading	{
	font-size: 19px;
	font-weight: 600;
	margin: 0px;
	padding: 0px 0px 14px 0px;
	color: #005555;
	}


h1.subheadingh	{
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #005555;
	}
h1.subheadingsmallorig	{
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #005555;
	}
h1.subheadingsmall	{
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #005555;
	}
h1.subheadingbigger	{
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #005555;
	}
h2.subheading	{
	font-size: 19px;
	font-weight: 600;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #005555;
	border: 0px;
	background-color: transparent;
	}
	
h2	{
	font-size: 16px;
	font-weight: 600;
	margin: 0px;
	padding: 2px 0px 14px 0px;
	color: #005555;
	}
	
h2.clearall	{
	font-size: 16px;
	font-weight: 600;
	margin: 0px;
	padding: 2px 0px 14px 0px;
	color: #005555;
	clear:both;
	}
	
h3.product	{
	font-size: 19px;
	font-weight: 600;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	color: #005555;
	}
	
h3.product_price	{
	font-size: 15px;
	font-weight: 600;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	color: #005555;
	}
	
.text_heading_left_column	{
	margin: 0px;
	padding: 19px 0px 10px 0px;
	line-height:normal;
	color: #005555;
	font-weight: 600;
	font-size: 19px;
	}

/* Default formatting of all text boxes used in store pages ---------------- */

.form_input_general	{
	line-height: normal;
	font-size : 15px;
	word-spacing: normal;
	}

/* Styles for 'Quick Search Bar With Larger Button' ------------------------ */

.form_main_search_box	{
	line-height: 13px;
	width: 76px;
	height: 16px;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 2px;
	font-size : 15px;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	color: #000000;
	vertical-align: top;
	}

.form_main_search_box_td	{
	background-color: #009999
	}

.form_button_quick_search	{
	line-height: 13px;
	height: 18px;
	width: 85px;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 0px 12px;
	font-size : 15px;
	background-color: #009999;
	border: 1px solid #005555;
	color: #ffffff;
	background-image: url('theme_icon_search.gif');
	word-spacing: normal;
	}


/* Styles for the 'Mini' marketing layouts ---------------------------------- */

.product_image_cost	{
	margin: 0px 12px 8px 0px;
	text-align: center;
	float: left;
	}
	
.text_product_small_info	{
	font-size: 12px;
	line-height: normal;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	}

.text_product_small_info_heading	{
	margin: 0px;
	padding: 10px 0px 12px 0px;
	line-height:normal;
	color: #009999;
	font-weight: 900;
	font-size: 15px;
	}
	
.text_product_small_info_price	{
	margin: 0px;
	padding: 8px 0px 0px 0px;
	line-height:normal;
	font-weight: 900;
	font-size: 15px;
	}

.best_selling_items	{
	padding: 10px;
	background-color: #ffffff;
	}
	
.best_selling_items_spacing	{
	padding: 0px 0px 8px 8px;
	}

/* Styles for product image and fragment image placement in some layouts -------------------------- */

.image_float_right	{
	float: right;
	margin: 16px 0px 15px 20px;
	}

.image_product	{
	margin: 0px 18px 10px 0px;
	text-align: center;
	float: left;
	}


/* Links to sections and pages in sidebar menus on some themes -------------------------------------*/

ul.products	{
	line-height: normal;
	padding: 0px 0px 0px 1px;
	margin: 3px 0px 4px 15px;
	font-size: 15px;
	color: #ff3300;
	}

a.product_section:visited  {
	color : #ffffff;
	text-decoration : none;
	font-size: 10pt;
	font-weight: normal;
	}
	
a.product_section:link  {
	color : #ffffff;
	text-decoration : none;
	font-size: 10pt;
	font-weight: normal;
	}
	
a.product_section:active  {
	color : #ffffff;
	text-decoration : none;
	font-size: 10pt;
	font-weight: normal;
	}
	
a.product_section:hover  {
	color : #ffffff;
	text-decoration : underline;
	font-size: 10pt;
	font-weight: normal;
	}
/* Watdon Section Heading watsec-------------------------------------*/


a.watsec:visited  {
	color : #006600;
	text-decoration : none;
	font-size: 11pt;
	font-weight: bold;
	}
	
a.watsec:link  {
	color : #006600;
	text-decoration : none;
	font-size: 11pt;
	font-weight: bold;
	}
	
a.watsec:active  {
	color : #006600;
	text-decoration : underline;
	font-size: 11pt;
	font-weight: bold;
	}
	
a.watsec:hover  {
	color : #006600;
	text-decoration : none;
	font-size: 11pt;
	font-weight: bold;
	}

/* lines -------------------------------------------------------------------------------- */

.green {
	color: #5f9551;
	height: 1px;
	}

.dotted_line_blue	{
	height: 1px;
	background-color: #009999;
	background-image:url('theme_dotted_line.gif');
	clear:both;
	}
	
.solid_line_light_blue	{
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #009999;
	clear:both;
	}
	
.solid_line_blue	{
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #005555;
	clear:both;
	}
	
.dotted_outline_blue	{
	border: 1px dotted #009999;
	padding: 8px;
	}		



/* Styles for 'Compact Parent Section List' ------------------------ */

.text_breadcrumbs	{
/*	font-size: 12px; */
	font-size: 10pt;
	color: #005555;
	margin: 0px;
	line-height:normal;
	padding: 2px 0px 10px 0px;
	}	

a.link_breadcrumbs:visited	{	
	color : #005555;
	text-decoration : underline;
	}

a.link_breadcrumbs:link  {
	color : #005555;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:active  {
	color : #005555;
	text-decoration : underline;
	}
	
a.link_breadcrumbs:hover  {
	color : #005555;
	text-decoration : underline;
	}
	

/* Page footer  --------------------------------------------------------*/

.text_footer	{
	color: #009999;
	font-size: 12px;
	padding:0px;
	margin:4px 0px 0px 0px;
	}

.text_menu_no_space	{
	word-spacing: normal;
	}

a.link_footer:visited  {
	color : #cccccc;
	text-decoration : underline;
	}
	
a.link_footer:link  {
	color : #cccccc;
	text-decoration : underline;
	}
	
a.link_footer:active  {
	color : #cccccc;
	text-decoration : underline;
	}
	
a.link_footer:hover  {
	color : #cccccc;
	text-decoration : underline;
	}


/* Heading for attributes  --------------------------------------------------------*/

.text_options	{
	font-weight: 900;
	}


/* Formatting for 'Add To Cart Button With Cart Icon' ----------------------------------------------*/

.form_button_add_to_cart	{
	line-height: 13px;
	height: 20px;
	width: 86px;
	margin: 0px 1px 0px 0px;
	padding: 1px 0px 1px 14px;
	font-size : 15px;
	background-color: #009999;
	border: 1px solid #005555;
	color: #ffffff;
	background-image: url('theme_icon_add_to_cart.gif');
	word-spacing: normal;
	}	


/* Styles for CSS Buttons ----------------------------------------------*/

.text_menu	{
	padding: 2px 0px 2px 0px;
	font-size : 15px;
	margin: 0px;
	color : #ffffff;
	}
	

a.link_menu:visited  {
	color : #fff;
	text-decoration : none;	
	}
	
a.link_menu:link  {
	font-size: 14px;
	padding: 2px 7px;
	margin: 0px 1px 0px 0px;	
	color : #fff;
	text-decoration : none;
	font-weight:bold;
	border: 0;
	border-right:2px solid #e1e1e1;
	}
a.link_menu:link.last {
	border-right:none;
	}
	
a.link_menu:active  {
	color : #fff;
	text-decoration : none;
	}
	
a.link_menu:hover  {
	color : #e1e1e1;
	text-decoration : underline;
	}

/* Styles for 'Top Level Section List In Boxes' and 'Brochure Nav Bar In Boxes' --------------------*/

.tech_main_menu	{
	background-color: #005555
   }
		
.tech_menu_bottom	{
	height: 4px;
	background-color: #005555;
	}
		
.tech_menu_button_border	{
	width: 121px; 
	border-right: 1px #ffffff solid;
	border-top: 1px #ffffff solid;
   }
	
div.tech_menu_button {
	width: 119px; 
	top: 0px;
	left: 0px; 
	border: 1px #005555 solid;
   }
		
div.tech_menu_button_product {
	width: 119px; 
	top: 0px;
	left: 0px; 
	border: 1px #005555 solid;
   }
		
.tech_menu_button_title	{
	width: 122px;
	border-top: 1px #ffffff solid;
	background-color: #005555;
   }

.tech_text_product_section	{
	padding: 3px 3px 3px 5px;
	margin: 0px;
	color : #ffffff;
	font-size : 15px;
	font-weight: 900;
   }

div.tech_menu_button a  {
	width: 113px; 
	color: #ffffff;
	text-decoration:none;
	display:block;
	padding:3px;
	text-align:left;
	background-color: #009999;
	font-size: 11px;
   }
	
div.tech_menu_button a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #009999;
   }
	
div.tech_menu_button a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #cccccc;
   }
	
div.tech_menu_button a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #009999;
	}

div.tech_menu_button a:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #cccccc;
   }

div.tech_menu_button_product a   {
	width: 104px; 
	color: #ffffff;
	text-decoration:none;
	display:block;
	padding:3px 3px 3px 12px;
	text-align:left;
	background-color: #009999;
	font-size: 15px;
   }
	
div.tech_menu_button_product a:visited {
	color: #ffffff; 
	text-decoration:none;
	background-color: #005555;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:active {
	color: #ffffff; 
	text-decoration:none;
	background-color: #005555;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:link {
	color: #ffffff; 
	text-decoration:none;
	background-color: #005555;
	background-image:url('theme_arrow.gif');
   }

div.tech_menu_button_product a:hover {
	color: #ffffff; 
	text-decoration:none;
	background-color: #cccccc;
	background-image:url('theme_arrow.gif');
   }

/* Start of styles new to v9 */

/* Styles for 'Best Seller List in Boxes' and 'New Products List in Boxes' used on the brochure home page */

.heading_marketing_box	{
	border: 2px solid #005555;
	width: 229px;
	margin: 0px 20px 14px 0px;
	}
		
.heading_marketing_box p.text_product_small_info_heading	{
	background-color: #005555;
	border-bottom: 2px solid #005555;
	color: #ffffff;
	font-weight: 900;
	font-size: 15px;
	background-image: url('theme_marketing_header.gif');
	margin: 0px;
	padding: 4px 0px 0px 8px;
	height: 20px;
	}
	
.heading_marketing_box	p{
	padding: 8px;
	}

.heading_marketing_box .product_image_cost	{
	padding: 8px;
	}


/* Rounded header and footer used around the bulk areas in 'Expert' and 'Hotshot' themes,
but also used in the lists that have 'Rounded Corners' in the name */

.rounded-heading {
	background-image: url('theme_curve2.gif');
	background-repeat: no-repeat;
	background-position: top right;
	}

.rounded-heading p.spacer {
	margin: 0;
	padding: 3px 0;
	background-image: url('theme_curve1.gif');
	background-repeat: no-repeat;
	margin-right: 10px;
	color: #ffffff;
	}

.rounded-footer {
	background-image: url('expert_rounded_bottom_right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	}

.rounded-footer p.spacer {
	margin: 0;
	padding: 3px 0;
	background-image: url('expert_rounded_bottom_left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-right: 10px;
	color: #ffffff;
	}

.indented-link a {
	display: block;
	background-color: #fff;
	width: 140px;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #005555;
	}

.indented-link a:hover {
	background-color: #cccccc;
	}

/* Style for the 'Graduated Background' for Top Level Section lists and Brochure Page lists */

.graduated-link a {
	display: block;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #cccccc;
	border-bottom: 0;
	border-right: 0;
	background-image: url('prime_link_background.gif');
	background-repeat: no-repeat;
	}

/* Style for the 'Shaded Background' for Top Level Section lists and Brochure Page lists */

.hotshot-link a {
	display: block;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #ffffff;
	}

.hotshot-link a:hover {
	background-image: url('hotshot-link-highlight.gif');
	background-repeat: no-repeat;
	}

.hotshot-box-main {
	background-image: url('hotshot-box-main.gif');
	background-position: bottom;
	width: 170px;
	}

.hotshot-box-content {
	background-image: url('hotshot-box-top.gif');
	background-repeat: no-repeat;
	padding: 10px;	
	}

/* Styles for 'Quick Search Bar With Curved Box' layout */

.formbox1 {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-image: url('theme-rounded-searchfield-left.gif');
	height: 19px;
	padding-left: 10px;
	background-repeat: no-repeat;
	float: left;
	}

.formbox2 {
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 19px;
	background-image: url('theme-rounded-searchfield-right.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	}

.inputfield {
	padding: 0px;
	margin: 1px 0;
	border: 0px;
	height: 16px;
	font-size: 12px;
	}
	

/***  Cookie box  ***/
#cooktab {
  	position: absolute;
   bottom:0px;
	left:0px;
	width:100%;
	height:auto;
	background:#76A59B;
	color:#FFFFFF!Important;
	font-family:arial;
	font-size:14px;
	text-align:
	center;z-index:1000;
}
#cooktab p {
	font-size:14px!Important;
	color:#FFFFFF!Important;
	}
#cooktab a {color:white;}
#inwardly {
	position:relative;
	height:auto;
	width:70%;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
}
span.byebye {cursor:pointer;color: #fff; font-weight:bold; font-size:16px; }
span:hover.byebye {color: #fff; text-decoration:underline; }/* start search results sort list */ 

.sort_by {
	background-color: #005555;
	width: 100%;
	height: 24px;
	color: #ffffff;
	text-align: right;
	}
.sort_by select {
	font-size: 12px;
	height: 20px;
	margin-right: 1px;
	margin-top: 1px;
	border: #005555 2px solid;
	border-top: #005555 2px solid;
	border-right: #005555 1px solid;
	border-bottom: #005555 1px solid;
	}
.sort_by-submit {
	background: transparent;
	height: 20px;
	color: #ffffff; 
	font-weight: bold;
	font-size: 12px;
	margin-right: 1px;
	margin-top: 1px;
	border: 0;
	}
.sort_by-submit:hover {
	cursor: pointer;
	text-decoration: underline;
	}

/* end search results sort list */

/* start auto suggestion list */
.sf_suggestion {
	position: absolute;
	line-height: 15px;
	z-index: 2147483637;
	}
.sf_suggestion ul {
	margin: 1px;
	padding: 0px;
	background: #ffffff; 
	border: 1px solid rgb(51, 51, 51);
	top: 0;
	left: 0;
}
.sf_suggestion li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
.sf_suggestion li a {
	display: block;
	text-indent: 5px;
	text-align: left;
	padding: 5px;
	text-decoration: none;
	}
.sf_suggestion li.selected a {
	background: #cccccc;
	color: #000000;
	font-weight: normal;
	}
.sf_suggestion li.notselected a{
	color: #000000;
	font-weight: normal;
	}
/* end auto suggestion list */
/* start filter loading dialog */
.loading-block	{
	display: table;
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin-left: 50%;
	z-index: 2147483638;
	}
.loading-gif {
	display: table-cell;
	vertical-align: middle;
	}
.loading-shadow {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: repeat;
	opacity:0.9;
	}
/* start filter loading dialog */

/* Some basic formatting for filter lists in upgraded themes */

.sidebar-filter-element {
	margin: 10px;
	}
.sidebar-filter-element h2 {
	display: block;
	font-size: 19px;
	}
.filter-by {
	float: right;
	}
.sidebar-filter-element .button-wrapper {
	float: right;
	margin-bottom: 10px;
	}
	
/* These layout selectors bring in styles for specific themes, that are ONLY used by that theme. */
/* If you are not using these themes, you can safely remove this code */

/* CSS Specific to 'Executive' */

/* PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------------ */

	/* page header fomatting elements ----------------------------------------------------- */
	.page_header	{
		background-color: #005555;
		margin: 0px 0px 0px 0px;
		}
		
	.page_header_content	{
		width: 762px;
		text-align: left;
		height: 63px;
		}
		
	.page_header_home_search_box	{
		padding: 1px;
		margin: 0px;
		background-image:url('theme_dotted_line_2.gif');
		background-color: #009999;
		}
	
	.page_header_logo_container	{
		float: left;
		}
	
	.page_header_menu_cart_login_spacing	{
		padding-left: 2px;
		}
	
	.page_header_terms_cart_login_container	{
		float: right;
		text-align: right;
		}
	
	.page_header_terms_container	{
		height: 38px;
		}
		
	.page_header_menu_cart	{
		padding: 3px 5px 4px 19px;
		background-image:url('theme_icon_cart.gif');
		background-color:#cccccc; 
		border-top: 1px solid #009999;
		border-bottom: 1px solid #009999;
		}
	
	.page_header_menu_cart_items	{
		padding: 3px 5px 4px 5px;
		background-color:#cccccc;	
		border-left: 1px solid #009999;
		border-top: 1px solid #009999;
		border-bottom: 1px solid #009999;
		}
	
	.page_header_menu_login	{
		padding: 3px 5px 4px 17px;
		background-image:url('theme_icon_login.gif');
		background-color:#cccccc; 
		border-top: 1px solid #009999;
		border-bottom: 1px solid #009999;
		}
	/* end page header fomatting elements ------------------------------------------------- */
	
	
	/* page menu fomatting elements ------------------------------------------------------- */
	.page_menu	{
		background-color: #009999;
		margin: 0px 0px 0px 0px;
		}
		
	.page_menu_content	{
		width: 762px;
		height: 21px;
		}
		
	.page_menu_items	{
		background-color: #009999;
		padding: 0px 0px 0px 1px;
		height: 21px;
		float: left;
		width: 65%;
		}
	
	.page_menu_items_search	{
		background-color: #009999;
		padding: 0px 0px 0px 1px;
		height: 21px;
		float: right;
		width: 30%;
		}
	/* end page menu fomatting elements ---------------------------------------------------- */


	/* page body fomatting elements -------------------------------------------------------- */
	.page_body	{
		padding: 10px 0px 0px 0px;
		}

	.page_body_content	{
		width: 762px;
		text-align: left;
		}
	
	.page_body_content_left_column	{
		float: left; 
		width: 170px;
		}
	
	.page_body_content_right_column	{
		float: right; 
		width: 552px;
		}
	/* end page body fomatting elements ----------------------------------------------------- */


	/* page footer fomatting elements ------------------------------------------------------- */

	.page_footer	{
		padding: 30px 0px 30px 0px;
		clear:both;
		}
	
	.page_footer_content	{
		width: 762px;
		text-align: left;
		}
		
	/* end of page footer fomatting elements ------------------------------------------------ */


/* END OF PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------- */




/* TEXT FORMATTING ELEMENTS AND LINK ELEMENTS -------------------------------------------- */


	/* menu text --------------------------------------------------------------------------- */

	.text_menu_cart	{
		padding: 0px;
		margin: 0px;
		line-height: normal;
		}
		
	.text_menu_cart_items	{
		padding: 0px;
		margin: 0px;
		line-height: normal;
		font-weight: 900;
		}	

	.text_word_spacing_8px	{
		word-spacing: 8px;
		}
	
	.text_terms_conditions	{
		color: #009999;
		font-size: 15px;
		border: 0;
		margin: 0;
		padding: 0;
		}

/* ------------------------ */

a.link_cart:visited	{	
	color : #005555;
	text-decoration : underline;
	}

a.link_cart:link  {
	color : #005555;
	text-decoration : underline;
	}
	
a.link_cart:active  {
	color : #005555;
	text-decoration : underline;
	}
	
a.link_cart:hover  {
	color : #005555;
	text-decoration : underline;
	}
	
/* ------------------------ */

a.link_terms_conditions:visited	{	
	color : #cccccc;
	text-decoration : underline;
	}

a.link_terms_conditions:link  {
	color : #cccccc;
	text-decoration : underline;
	}
	
a.link_terms_conditions:active  {
	color : #cccccc;
	text-decoration : underline;
	}
	
a.link_terms_conditions:hover  {
	color : #cccccc;
	text-decoration : underline;
	}
	
/* ------------------------ */			
 .attribute-list, .attribute-list ul {
	width: auto;
	padding: 0;
	list-style: none;
	}		
.page_body_content_left_column .sidebar-filter-element {
	margin: 0;
}
.page_body_content_left_column .sidebar-filter-element h2 {
	color: #005555;
	font-size: 19px;
	border-bottom: 1px solid #005555;
	padding: 0 0 5px 0;
	overflow: hidden;
}
.page_body_content_left_column .sidebar-filter-element h2 input {
	float: right;
	clear: none;
}
.page_body_content_left_column .sidebar-filter-element .filter-text {
	float: left;
	padding-top: 5px;
 	display: inline-block;
}
.page_body_content_left_column .filter-by input {
	float: right;
	display: inline-block;
	background: #009999;
	padding: 0 10px;
 	height: 26px;
}
.page_body_content_left_column .filter-submit {
	cursor:pointer;
	color: #ffffff;
	padding: 0 0 0 10px;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.page_body_content_left_column .sidebar-filter-element .button-wrapper, .page_body_content_left_column .sidebar-filter-element .button {
	background: #009999;
	float: right;
 	height: 25px;
 	margin-bottom: 0;
}
.page_body_content_left_column .text_heading_left_column {
	clear: right;
}

/* Elements Specific to the Technical Theme */

/* PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------------ */

.tech_page_background	{
	height: 100%;
	}

.tech_page_content	{
	width: 762px;
	text-align: left;
	height: 100%;
	bottom: 0px;
	background-color: #ffffff;
	border-right: 1px solid #005555;
	border-left: 1px solid #005555;
	padding: 0px 1px 0px 1px;
	}

	/* page header fomatting elements ----------------------------------------------------- */
	.tech_page_header_content	{
		width: 762px;
		text-align: left;
		height: 65px;
		border-bottom: 4px solid #005555;
      }
		
	.tech_page_header_logo_container	{
		float: left;
		padding: 0px 0px 0px 15px;
      }
		
	.tech_page_header_menu	{
		background-color: #005555;
		border-bottom: 1px solid #cccccc;
		height: 27px;
      }
	
	.tech_page_header_terms_cart_login_container	{
		float: right;
		text-align: right;
      }
	
	.tech_page_header_terms_container	{
		height: 38px;
      }
		
	.tech_page_header_menu_cart	{
		padding: 3px 3px 2px 3px;
		border-left: 1px solid #cccccc;
		height: 21px;
      }
	
	.tech_page_header_menu_cart_items	{
		padding: 3px 5px 4px 5px;
		border-left: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
      }
	
	.tech_page_header_menu_search	{
		padding: 3px 3px 2px 1px;
      }
	/* end page header fomatting elements ------------------------------------------------- */
	
	/* page body fomatting elements -------------------------------------------------------- */
	.tech_page_body_content	{
		width: 762px;
		text-align: left;
      }
	
	.tech_page_body_content_left_column	{
		float: left; 
		width: 126px;
      }
	
	.tech_page_body_content_right_column	{
		float: right;
		width: 574px;
		padding: 6px 36px 0px 0px;
      }
	/* end page body fomatting elements ----------------------------------------------------- */


/* END OF PAGE MAIN FORMATTING ELEMENTS ------------------------------------------------- */


	/* menu text --------------------------------------------------------------------------- */

	.tech_text_menu_cart	{
		padding: 2px 0px 2px 0px;
		font-size : 15px;
		margin: 0px;
		color : #ffffff;
		background-color: #005555;}
	
	.tech_text_menu_cart_items	{
		color : #ffffff;
		padding: 0px 5px 0px 3px;
		margin: 0px;
		line-height: normal;
		font-weight: 900;
		}	
	/* end menu text ----------------------------------------------------------------------- */

/* END OF TEXT FORMATTING ELEMENTS ----------------------------------------------------- */

/* LINK FORMATTING ELEMENTS ------------------------------------------------------------- */

/* View Cart and Checkout In Top Bar */

a.tech_link_menu_cart_left:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #009999; 
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
   }
	
a.tech_link_menu_cart_left:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #009999;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
   }
	
a.tech_link_menu_cart_left:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #cccccc;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
   }
	
a.tech_link_menu_cart_left:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #cccccc;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
   }
	
a.tech_link_menu_cart_right:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #009999; 
	border-left: 1px dotted #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
   }
	
a.tech_link_menu_cart_right:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #009999;
	border-left: 1px dotted #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
	
a.tech_link_menu_cart_right:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #cccccc;
	border-left: 1px dotted #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;}
	
a.tech_link_menu_cart_right:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #ffffff;
	text-decoration : none;
	background-color: #cccccc;
	border-left: 1px dotted #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;}
	
/* ------------------------ */

/* END OF LINK FORMATTING ELEMENTS ------------------------------------------------------ */

			
 .attribute-list, .attribute-list ul {
	width: auto;
	padding: 0;
	list-style: none;
	}		
.tech_page_body_content_left_column .sidebar-filter-element {
 	margin: 0;
	padding: 0 0 5px 0;
	overflow: hidden;
	border-right: 4px solid #005555;
}
.tech_page_body_content_left_column .sidebar-filter-element h2 {
	padding: 0 3px 0 5px;
	color: #ffffff;
	background: #005555;
	font-size: 15px;
}
.tech_page_body_content_left_column .sidebar-filter-element .button-wrapper, .tech_page_body_content_left_column  .sidebar-filter-element .button {
	background: #005555;
	font-size: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
.tech_page_body_content_left_column  .sidebar-filter-element .button {
	padding: 0 5px;
	height: 26px;
	border: 1px solid #005555;
}
.tech_page_body_content_left_column .sidebar-filter-element h2 input {
	float: right;
 	clear: none;
	margin-bottom: 0;
}
.tech_page_body_content_left_column .sidebar-filter-element .filter-text {
	display: inline;
	line-height: 28px;
}
.tech_page_body_content_left_column .filter-by input {
	display: inline-block;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background: #005555;
	border: 1px solid #005555;
	color: #ffffff;
	padding: 0 5px;
	height: 26px;
}
.tech_page_body_content_left_column .filter-submit {
	cursor: pointer;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.tech_page_body_content_left_column .filter-list {
	padding: 0 2px 0 3px;
}

/* Styles for Contemporary Theme */

#maincontent {
	margin: 0 auto;
	background-color: #ffffff;
	height: 100%;
	padding: 7px;
	width: 776px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 762px;
}

html>div#maincontent {
	width: 776px;
}

#contemporary_top_bar {
	width: auto;
	background-color: #005555;
	height: 64px;
	background-image:url('theme_topbar_background.gif');
	background-position:right;
	background-repeat:no-repeat;
}

#contemporary_second_bar {
	width: auto;
	background-image: url('theme_secondbar_background.gif');
	background-repeat: repeat-x;
	padding: 12px 5px 5px 5px;
}

#contemporary_parent_section_list {
	width: auto;
	padding: 5px 5px 0 5px;
}

.contemporary_body_content	{
	width: 762px;
	text-align: left;
}
	
.contemporary_left_column	{
	float: left; 
	width: 120px;
}
	
.contemporary_right_column	{
	float: right;
	width: 574px;
	padding: 0px 36px 0px 0px;
}

/* End of Styles for Contemporary Theme */			
 .attribute-list, .attribute-list ul {
	width: auto;
	padding: 0;
	list-style: none;
	}		
.contemporary_left_column .sidebar-filter-element {
 	margin: 0;
	padding: 0 0 10px 5px;
 }
.contemporary_left_column .sidebar-filter-element h2 {
 padding-bottom: 0;
 color: #000000;
 }
.contemporary_left_column .sidebar-filter-element .button-wrapper, .contemporary_left_column  .sidebar-filter-element .button {
 background: auto;
 margin: 0;
 padding: 0;
 }
.contemporary_left_column  .sidebar-filter-element .button {
	padding-left: 10px;
	padding-right: 10px;
	}
.contemporary_left_column .sidebar-filter-element h2 input {
 float: right;
 	clear: none;
 margin-bottom: 0;
 }
.contemporary_left_column .sidebar-filter-element .filter-text {
 display: inline;
 line-height: 28px;
 }
.contemporary_left_column .filter-by input {
 display: inline-block;
 background: url('button_background_right.gif') right no-repeat;
 padding: 0 10px;
 height: 26px;
 }
.contemporary_left_column .filter-submit {
 background: url('button_background_left.gif') left no-repeat;
 cursor:pointer;
 	color: #ffffff;
 border: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 font-weight: bold;
 }
.contemporary_left_column .filter-list {
	overflow: hidden;
}

/* Styles specific to Expert theme */

#expert-container {
	width: 960px;
}

#expert-quicksearch {
	position: absolute;
	top: 0;
	right: 100px;
	z-index: 100;
	width: 314px;
	height: 24px;
	background-image: url('expert_search_background.gif');
}

#expert-quicksearch input.actinic-button {
	padding: 0px 3px;
	margin: 0px;
	border: solid 1px #ffffff;
	color: #ffffff;
	background-color: #005555;
	font-size: 11px;
}


#expert-quicksearch form {
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

#expert-topbar {
	margin: 0;
	border-top: solid 10px #009999;
	background-image: url('theme_topbar_background.gif');
	background-repeat:repeat-x;
	background-position: bottom;
	height: 100px;
}

#expert-logo {
	width: 400px;
	height: 80px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 15px;
}

#expert-navbar {
	margin: 40px 20px 0 0;
	float: right;
}

#expert-parent-sections-bar {
	width: auto;
	height: 30px;
	padding: 5px 0px 0px 20px;
}

#expert-left-bar {
	margin: 0 15px 15px 15px;
	float: left;
	width: 170px;
}

#expert-right-bar {
	margin: 0;
	float: left;
	width: 141px;
}

#expert-bulk-area {
	margin: 0 15px 15px 0;
	padding: 0;
	float: left;
	width: 600px;
}

#expert-content {
	margin: 10px 0;
	padding: 0;
	border: 0;
}

/* End of styles for Expert theme */			
 .attribute-list, .attribute-list ul {
	width: auto;
	padding: 0;
	list-style: none;
	}		
#expert-left-bar .sidebar-filter-element {
	margin: 0;
	padding: 0;
}
#expert-left-bar .sidebar-filter-element h2 {
	margin: 0px 0px 0px 0px;
	padding: 5px 6px 5px 10px;
	font-weight: 900;
	border-bottom: 1px solid #000000;
}
#expert-left-bar .filter-list {
	padding-left: 10px;
}
#expert-left-bar .sidebar-filter-element .button-wrapper, expert-left-bar .sidebar-filter-element .button {
	background: auto;
	margin: 0;
	padding: 0;
}
#expert-left-bar  .sidebar-filter-element .button {
	padding-left: 10px;
	padding-right: 10px;
}
#expert-left-bar .sidebar-filter-element h2 input {
	float: right;
 	clear: none;
	margin-bottom: 0;
}
#expert-left-bar .sidebar-filter-element .filter-text {
	display: inline;
	line-height: 28px;
}
#expert-left-bar .filter-by input {
	display: inline-block;
	padding: 0 10px;
	height: 26px;
}
#expert-left-bar .filter-submit {
	background: #009999;
	cursor:pointer;
	color: #ffffff;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
#expert-left-bar .filter-list .button {
	height: 26px;
	background: none;
}
#expert-left-bar .filter-list .button-wrapper {
	height: 26px;
	background: #009999;
	margin-right: 5px;
}
#expert-left-bar .filter-list {
	overflow: hidden;
	padding-bottom: 10px;
}

/* Start of Styles for Hotshot Theme */

#hotshot-outer-border {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	border: solid 5px #cccccc;
	border-top: 0;
}

#hotshot-border {
	background-color: #fff;
	width: auto;
	margin: 0;
	padding: 0;
	border: solid 1px #005555;
	border-top: 0;
}

#hotshot-margin {
	margin: 0 15px 15px 15px;
}


#hotshot-topbar {
	margin: 0;
	border-top: solid 10px #005555;
	height: 20px;
	background-image:url('theme_topbar_background.gif');
	background-repeat:repeat-x;
	text-align: right;
}

#hotshot-topbar p {
	margin: 0 5px 0 0;
}

#hotshot-logobar {
	margin: 0;
	height: 80px;
	background-image:url('theme_secondbar_background.gif');
	border-bottom: solid 2px #009999;
}

#hotshot-logo {
	margin: 0 0 15px 15px;
	float: left;
	width: 700px;
	height: 75px;
	overflow: hidden;
}

#hotshot-quicksearch {
	float: right;
	margin-top: 20px;
	margin-right: 5px;
}

#hotshot-quicksearch form {
	margin: 0 20px 0 0;
	padding: 0;
}

#hotshot-navbar {
	margin: 0;
	height: 18px;
	background-image:url('hotshot-navbar-background.gif');
	background-position: right;
	background-repeat: no-repeat;
	clear: both;
	text-align: right;
	padding-top: 3px;
}

#hotshot-navbar p {
	margin: 0;
}

#hotshot-navbar p a {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px;
	margin: 0 2px;
	font-size: 13px;
}

#hotshot-navbar p a:hover {
	background-color: #009999;
}

#hotshot-left-bar {
	margin: 15px 15px 15px 0 ;
	float: left;
	width: 170px;
}

#hotshot-bulk-area {
	margin: 15px 13px 15px 0;
	float: left;
	width: 600px;
}

#hotshot-right-bar {
	margin: 15px 0 15px 0;
	float: left;
	width: 170px;
}



/* End of Styles for Hotshot Theme */			
 .attribute-list, .attribute-list ul {
	width: auto;
	padding: 0;
	list-style: none;
	}		
#hotshot-left-bar .sidebar-filter-element {
	background-image: url('hotshot-box-top.gif'), url('hotshot-box-main.gif');
	background-position: top, bottom;
	background-repeat: no-repeat;
	margin: 0 0 12px 0;
	padding: 10px 0;
}
#hotshot-left-bar .sidebar-filter-element h2 {
	margin: 0;
	padding: 5px 6px 5px 10px;
	font-weight: 900;
	border-bottom: 1px solid #ffffff;
}
#hotshot-left-bar .filter-list {
	padding-left: 10px;
}
#hotshot-left-bar .sidebar-filter-element .button-wrapper, .hotshot-left-bar .sidebar-filter-element .button {
	background: auto;
	margin: 0;
	padding: 0;
}
#hotshot-left-bar .sidebar-filter-element .button-wrapper {
	margin-right: 15px;
}
#hotshot-left-bar  .sidebar-filter-element .button {
	padding-left: 10px;
	padding-right: 10px;
}
#hotshot-left-bar .sidebar-filter-element h2 input {
	float: right;
 	clear: none;
	margin-bottom: 0;
}
#hotshot-left-bar .sidebar-filter-element .filter-text {
	display: inline;
	line-height: 28px;
}
#hotshot-left-bar .filter-by {
	margin-right: 10px;
}
#hotshot-left-bar .filter-by input {
	display: inline-block;
	padding: 0 10px;
	height: 26px;
}
#hotshot-left-bar .filter-submit {
	background: #009999;
	cursor:pointer;
	color: #ffffff;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
#hotshot-left-bar .filter-list .button {
	height: 26px;
	background: none;
}
#hotshot-left-bar .filter-list .button-wrapper {
	height: 26px;
	background: #009999;
	margin-right: 15px;
}
#hotshot-left-bar .filter-list {
	overflow: hidden;
	padding-bottom: 10px;
}

/* Start of Styles for Prime Theme */

#prime-container {
	width: 956px;
	margin: 0 auto 0 auto;
}

#prime-top-bar {
	width: 956px;
	height: 102px;
	background-image: url('theme_topbar_background.gif');
	clear: both;
}
#prime-logo-image {
	float: right;
	margin: 20px 20px 0 0;
	clear: both;
	text-align: right;
	width: 550px;
	height: 75px;
	overflow: hidden;
}
	
#prime-navbar {
	width: 956px;
	height: 26px;
	background-image: url('prime_nav_bar.gif');
	text-align: right;
	clear: both;
}

#prime-navbar p {
	padding-top: 5px;
	padding-bottom: 0;
}

#prime-navbar a {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px;
	margin: 0 2px;
	font-size: 13px;
}

#prime-navbar a:hover {
	color: #005555;
	background-color: #009999;
}

#prime-second-bar {
	width: 956px;
	height: 34px;
	background-image: url('theme_secondbar_background.gif');
}

#prime-second-bar form {
	padding: 6px 0 0 20px;
}

#prime-left-bar {
	margin: 0 15px 15px 0;
	float: left;
	width: 170px;
}

#prime-right-bar {
	margin: 0 0 0 0;
	float: left;
	width: 141px;
}

#prime-bulk-area {
	margin: 0 15px 15px 0;
	padding: 0;
	float: left;
	width: 615px;
}

/* End of Styles for Prime Theme */			
 .attribute-list, .attribute-list ul {
	width: auto;
	padding: 0;
	list-style: none;
	}		
#prime-left-bar .sidebar-filter-element {
	margin: 0;
}
#prime-left-bar .sidebar-filter-element h2 {
	font-size: 19px;
	color: #009999;
	border-bottom: 1px solid #cccccc;
	padding: 5px 0 5px 30px;
	overflow: hidden;
}
#prime-left-bar .sidebar-filter-element h2 input {
	float: right;
	clear: none;
}
#prime-left-bar .sidebar-filter-element .filter-text {
	float: left;
	padding-top: 5px;
 	display: inline-block;
}
#prime-left-bar .filter-by input {
	background: #009999;
	float: right;
	display: inline-block;
	padding: 0 10px;
 	height: 26px;
}
#prime-left-bar .filter-submit {
	cursor: pointer;
	color: #ffffff;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
 	height: 26px;
}
#prime-left-bar .sidebar-filter-element .button-wrapper, #prime-left-bar .sidebar-filter-element .button {
	float: right;
	background: #009999;
 	margin-bottom: 0;
 	height: 26px;
}
#prime-left-bar .text_heading_left_column {
	clear: right;
}
#prime-left-bar .filter-list {
	overflow: hidden;
	padding: 0 0 0 10px;
}

/* Start of styles for Reflective Theme */


/* main structural elements -------------------------------------------- */
#reflective_header {
	padding: 0px;
	width: 962px;
	height: 56px;
	text-align: right;
	margin: 0 auto 0 auto;
	background:url('theme_topbar_background.gif');
}

#reflective_main_content {
	padding: 0px;
	width: 956px;	
	text-align: left;
	border-right: 2px solid #cccccc;
	border-left:  2px solid #cccccc;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}

#reflective_logo_image {
	float: left;
	margin: 8px 0px 0px 8px;
	text-align: left;
	height: 45px;
	width: 325px;
	overflow: hidden;
}

#reflective_main_content_background	{
	background-color: #ffffff;
}
	
	
/* footer structural elements -------------------------------------------- */	
#reflective_footer	{
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
	width: 961px;
	background-image:url('theme_bottombar_background.gif');
	height:22px;
	margin:0 auto;
	text-align: left;
}
	
#reflective_footer	p{
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	padding: 4px 8px 2px 12px;
	color: #ffffff;	
}

#reflective_footer	a{
	color: #ffffff;
	text-decoration: underline;
}

/* end footer structural elements -------------------------------------------- */	
	

/* left col structural elements -------------------------------------------- */	
#reflective_main_content_background_left_menu	{
	float: left; 
	width: 138px;
	margin-bottom: 20px;
	background-color:#005555;
	background-image: none;
}
	
#reflective_main_content_background_left_menu H3{	
	background-color:#005555;
	color: #ffffff;
	font-weight: 400;
	width: 130px;
	font-size: 11px;
	background-image: url('reflective_sidebar_header.gif');
	margin: 0px;
	padding: 4px 0px 0px 8px;
	height: 20px;
}
	
.reflective_sidebar_marketing_box	{
	border-bottom: 1px solid #005555;
	margin: 0px 1px 0px 1px;
	background-color:#ffffff;
}
	
.reflective_sidebar_marketing_box	p{
	padding: 8px;
}
	
.reflective_sidebar_marketing_box .product_image_cost	{
	padding: 8px 0px 0px 8px;
	text-align: left;
	float: none;
}
	
#reflective_menu_left_footer	{
	background-image: url('reflective_sidebar_footer.gif');
	height: 25px;
	background-color:#005555;
}

/* end left col structural elements -------------------------------------------- */	


/* right col structural elements -------------------------------------------- */	

#reflective_main_content_background_right_col	{
	float: right;
	width: 745px;
	background-color: #ffffff;
	padding: 30px 35px 30px 35px;
}
	
/* end right col structural elements -------------------------------------------- */
	

/*top menu items -------------------------------------- */

#reflective_top_menu_padding	{
	padding: 29px 10px 0px 3px;
	margin: 0px;
}
	
#reflective_menu_top, #reflective_menu_top ul { /* all lists */
	width: 580px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1;
	font-size: 15px;
	float: right;
}

#reflective_menu_top   input.main_search_box	{
	line-height: 120%;
	width: 120px;
	height: 16px;
	margin: 3px 0px 3px 3px;
	padding: 0px 0px 0px 2px;
	font-size : 15px;
	background-color: #cccccc;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #000000;
	vertical-align: top;
}


#reflective_menu_top  input.button{
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	background-color: transparent;
	border: none;
	padding: 5px 6px 5px 24px;
	background-image:url('theme_icon_search.gif');
}

#reflective_menu_top  input.button:hover{
	border:none;
	background-color: transparent;
	cursor: pointer;
	background-image:url('theme_icon_search_highlight.gif');
}


#reflective_menu_top a { /* button formatting no icon */
	display: block;
	color: #ffffff;
	padding: 3px 7px 3px 7px;
	margin: 0;
	font-size: 11px;	
	text-decoration: none;
	background-image:url('reflective_button_bg.gif');
	border-right: 1px solid #000000;
	border-left: 1px solid #cccccc;
}

#reflective_menu_top li a:hover { /* button formatting no icon */
	background-image:url('reflective_button_bg_highlight.gif');
}

#reflective_menu_top a.reflective_cart { /* cart button formatting */
	background-image:url('theme_icon_cart.gif');
	padding-left: 24px;
}

#reflective_menu_top a.reflective_cart:hover { /* cart button formatting */
	background-image:url('theme_icon_cart_highlight.gif');
	padding-left: 24px;
}

#reflective_menu_top a.checkout { /* checkout button formatting */
	background-image:url('theme_icon_checkout.gif');
	padding-left: 24px;
}

#reflective_menu_top a.checkout:hover { /* checkout button formatting */
	background-image:url('theme_icon_checkout_highlight.gif');
	padding-left: 24px;
}

#reflective_menu_top li.items_value { /* shopping cart summary */
	float: left;
	padding: 3px 7px 3px 7px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
	color: #ffffff;
	background-image:url('reflective_button_bg.gif');
}

#reflective_menu_top a.login { /* login button formatting */
	background-image:url('theme_icon_login.gif');
	padding-left: 24px;
}

#reflective_menu_top a.login:hover { /* login button formatting */
	background-image:url('theme_icon_login_highlight.gif');
	padding-left: 24px;
}

#reflective_menu_top li { /* all list items */
	float: left;
	padding: 0px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
	border-top: 1px solid #cccccc;
}

#reflective_menu_top li.spacing { /* spacing for list items */
	border-top: none;
	width: 10px;
}

#reflective_menu_top li.search_box { /* search box formatting */
	background-image:url('reflective_button_bg.gif');
	height: 24px;
	border-left: 1px solid #cccccc;
}

#reflective_menu_top li.search_box_button { /* search box formatting */
	background-image:none;
	height: 24px;
	border-right: 1px solid #000000;
}

#reflective_menu_top li ul { /* second-level lists */
	font-size: 100%;
	width: 150px; 
	display: block;
	position: absolute;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #cccccc;
	list-style-image: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#reflective_menu_top li ul li { /* second-level lists */
	width: 150px; 
	display: block;
	background-color: #005555;
	border-bottom: 1px solid #000000;
	background-image:url('reflective_button_bg.gif');
}

#reflective_menu_top li ul li a { /* second-level lists */
	background-image:none;
	padding: 3px 6px 4px 6px;
	line-height: 150%;
	display: block;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #000000;
}

#reflective_menu_top li ul li a:hover { /* second-level lists */
	display: block;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #000000;
	padding: 3px 6px 4px 6px;
}

#reflective_menu_top li ul ul { /* third-and-above-level lists */
	margin: -24px 0px 0px 149px;
}

#reflective_menu_top li:hover ul ul, #reflective_menu_top li.sfhover ul ul {
	left: -999em;
}

#reflective_menu_top li:hover ul, #reflective_menu_top li li:hover ul, #reflective_menu_top li.sfhover ul, #reflective_menu_top li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* end top menu items -------------------------------------- */


/* left top menu items -------------------------------------- */

#reflective_menu_left_top, #reflective_menu_left_top ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	width: 136px;
}

#reflective_menu_left_top li { /* all list items */
	position: relative;
	float: left;
	line-height: 21px;
	margin: 0px 0px -1px 0px;
	width: 136px;
}

#reflective_menu_left_top a {
	color: #ffffff;
	background-color: #005555;	
	background-image:url('theme_arrow.gif');
	padding: 0px 6px 0px 14px;
	margin: 1px;
	font-size: 15px;
	text-decoration: none;
	display: block;
	width: 116px;
}

#reflective_menu_left_top li a:hover {
	color: #ffffff;
	padding: 0px;
	margin: 1px;
	padding: 0px 6px 0px 14px;
	font-size: 15px;	
	background-color:#009999;
	background-image:url('theme_arrow_highlight.gif');
	text-decoration: none;
}

#reflective_menu_left_top li ul { /* second-level lists */
	font-size: 100%;
	width: 210px; 
	display: block;
	position: absolute;
	margin: -21px 0px 0px 136px;
	padding: 0px;
	list-style-image: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#reflective_menu_left_top li ul li { /* second-level lists */
	width: 198px; 
	display: block;	
}

#reflective_menu_left_top li ul li a { /* second-level lists */
	background-image:none;
	margin: 0px;
	padding: 1px 6px 0px 6px;
	display: block;
	width: 186px;
	background-image:url('reflective_menu_bg.gif');
}

#reflective_menu_left_top li ul li a:hover { /* second-level lists */
	background-image:none;
	margin: 0px;
	padding: 1px 6px 0px 6px;
	display: block;	
	width: 186px;
	background-image:url('reflective_menu_bg.gif');
}

#reflective_menu_left_top li ul ul { /* third-and-above-level lists */
	margin: -21px 0px 0px 198px;
}

#reflective_menu_left_top li:hover ul ul, #reflective_menu_left_top li.sfhover ul ul {
	left: -999em;
}

#reflective_menu_left_top li:hover ul, #reflective_menu_left_top li li:hover ul, #reflective_menu_left_top li.sfhover ul, #reflective_menu_left_top li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.reflective_menu_left_top_other, .reflective_menu_left_top_other ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	float : left;
	width : 136px;
}

.reflective_menu_left_top_other li { /* all list items */
	position : relative;
	float : left;
	line-height : 21px;
	margin: 0px 0px -1px 0px;
	width : 136px;
}

.reflective_menu_left_top_other a {
	color: #ffffff;
	background-color: #cccccc;	
	background-image:url('reflective_menu_bg.gif');
	padding: 0px 6px 0px 14px;
	margin: 1px;
	font-size: 15px;
	text-decoration: none;
	display: block;
	width: 116px;
}

.reflective_menu_left_top_other li a:hover {
	color: #ffffff;
	padding: 0px;
	margin: 1px;
	padding: 0px 6px 0px 14px;
	font-size: 15px;	
	background-color:#009999;
	background-image:url('reflective_menu_bg_highlight.gif');
	text-decoration: none;
}

#reflective_menu_left_top_products, #reflective_menu_left_top_products ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	float : left;
	width : 136px;
}

#reflective_menu_left_top_products li { /* all list items */
	position : relative;
	float : left;
	line-height : 21px;
	margin: 0px 0px -1px 0px;
	width : 136px;
}

#reflective_menu_left_top_products a {
	color: #ffffff;
	background-color: #005555;	
	background-image:url('reflective_menu_bg.gif');
	padding: 0px 6px 0px 14px;
	margin: 1px;
	font-size: 15px;
	text-decoration: none;
	display: block;
	width: 116px;
}

#reflective_menu_left_top_products li a:hover {
	color: #ffffff;
	padding: 0px;
	margin: 1px;
	padding: 0px 6px 0px 14px;
	font-size: 15px;	
	background-color:#009999;
	background-image:url('reflective_menu_bg_highlight.gif');
	text-decoration: none;
}

/*sub menus begin */


#reflective_menu_left_top_products li ul { /* second-level lists */
	font-size: 100%;
	width: 210px; 
	display: block;
	position: absolute;
	margin: -21px 0px 0px 136px;
	padding: 0px;
	list-style-image: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#reflective_menu_left_top_products li ul li { /* second-level lists */
	width: 198px; 
	display: block;	
}

#reflective_menu_left_top_products li ul li a { /* second-level lists */
	background-image:none;
	margin: 0px;
	padding: 1px 6px 0px 6px;
	display: block;
	width: 186px;
	background-image:url('reflective_menu_bg.gif');
}

#reflective_menu_left_top_products li ul li a:hover { /* second-level lists */
	background-image:none;
	margin: 0px;
	padding: 1px 6px 0px 6px;
	display: block;	
	width: 186px;
	background-image:url('reflective_menu_bg.gif');
}

#reflective_menu_left_top_products li ul ul { /* third-and-above-level lists */
	margin: -21px 0px 0px 198px;
}

#reflective_menu_left_top_products li:hover ul ul, #reflective_menu_left_top_products li.sfhover ul ul {
	left: -999em;
}

#reflective_menu_left_top_products li:hover ul, #reflective_menu_left_top_products li li:hover ul, #reflective_menu_left_top li.sfhover ul, #reflective_menu_left_top li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*sub menus end */

/* end top menu items -------------------------------------- */

/* End of styles for Reflective Theme */			
 .attribute-list, .attribute-list ul {
	width: auto;
	padding: 0;
	list-style: none;
	}		
#reflective_main_content_background_left_menu .sidebar-filter-element {
 	margin: 0;
	padding: 0;
	background: #ffffff;
	border-right: 1px solid #005555;
	overflow: hidden;
}
#reflective_main_content_background_left_menu .sidebar-filter-element h2 {
	color: #ffffff;
	background-color: #005555;	
	background-image: url('reflective_sidebar_header.gif');
	padding: 0px 6px 0px 12px;
	margin: 0;
	font-size: 15px;
	text-decoration: none;
	display: block;
}
#reflective_main_content_background_left_menu .sidebar-filter-element .button-wrapper, #reflective_main_content_background_left_menu  .sidebar-filter-element .button {
	background-image: url('reflective_button_bg.gif');
	line-height: 24px;
}
#reflective_main_content_background_left_menu .sidebar-filter-element .button-wrapper {
	border-right: 1px solid #005555;
	border-bottom: 1px solid #005555;
	margin: 0 5px 10px 0;
	padding: 0;
}
#reflective_main_content_background_left_menu .sidebar-filter-element .button-wrapper a {
	font-weight: normal;
}
#reflective_main_content_background_left_menu .sidebar-filter-element .button-wrapper {
}
#reflective_main_content_background_left_menu  .sidebar-filter-element .button {
	padding-left: 10px;
	padding-right: 10px;
}
#reflective_main_content_background_left_menu .sidebar-filter-element h2 input {
	float: right;
 	clear: none;
	margin-bottom: 0;
}
#reflective_main_content_background_left_menu .sidebar-filter-element .filter-text {
	display: inline;
	line-height: 25px;
}
#reflective_main_content_background_left_menu .filter-by input {
	display: inline-block;
	background: none;
	padding: 0 10px;
	line-height: 25px;
}
#reflective_main_content_background_left_menu .filter-submit {
	background: url('button_background_left.gif') left no-repeat;
	cursor:pointer;
 	color: #ffffff;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
#reflective_main_content_background_left_menu .filter-list {
	overflow: hidden;
	padding: 0 0 0 5px;
}

/* Start of styles for Corporation Theme */

/* main structural elements -------------------------------------------- */
#corporate_main_container_menu {
	padding: 0px;
	width: 962px;
	text-align: left;
	margin:0 auto 0 auto;
	}

#corporate_main_container {
	padding: 0px;
	width: 956px;	
	text-align: left;
	border-right: 3px solid #000000;
	border-left: 3px solid #000000;
	margin:0 auto 0 auto;
	background-color: #ffffff;
	}

#corporate_logo_image {
	position: absolute;
	z-index: 10;
	width: 650px;
	height: 72px;
	overflow: hidden;
	}

#corporate_main_structure_menu	{
	margin: 0px 0px 0px 0px;
	height: 100px;
	clear: both;
	background-image:url('corporate_black_header.gif');
	}
	
#corporate_main_structure_menu_padding	{
	padding: 74px 0px 0px 3px;
	}
	
#corporate_main_structure_menu_background	{
	width: 956px;
	background-color: #005555;
	border-bottom: 2px solid #000000;
	height: 24px;
	}

#corporate_main_structure_page_content_container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 16px 0px;
	width: 956px;
	background-color: #ffffff;
	clear: both;
	background-image:url('theme_main_background.gif');
	}
	
#corporate_main_structure_page_content_container_spacing	{
	padding: 0px 20px 0px 20px;
	}
	
#corporate_banner	{
	border-bottom: 1px solid #000000;
	width: 956px;
	height: 92px; 
	}

#corporate_banner	p {
	float: right;
	color: #ffffff;
	font-weight: bold;
	margin-right: 10px;
	padding-top: 35px;
	font-size: 16px;
	}	
	
/* footer structural elements -------------------------------------------- */		
#corporate_main_structure_footer	{
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
	width: 962px;
	background-image:url('corporate_black_footer.gif');
	height: 27px;
	margin:0 auto 0 auto;
	text-align: right;
	}
	
#corporate_main_structure_footer	p{
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	padding: 7px 8px 2px 12px;
	color: #cccccc;	
	}

#corporate_main_structure_footer	a{
	color: #cccccc;
	text-decoration: none;
	}
	
/* end footer structural elements -------------------------------------------- */	
	
	/* left col home structural elements -------------------------------------------- */	
	
	/* two column pages -------------------------------------------- */	
	
	#corporate_main_structure_left_col_container {
		float: left; 
		width: 274px;
		}		
		
	#corporate_main_structure_left_col_container h1 {
		font-size: 15px;
		color: #ffffff;
		margin: 0px 0px 0px 0px;
		padding: 5px 6px 5px 10px;
		font-weight: 900;
		background-color:	#005555;
		border-bottom: 1px solid #000000;
		}		

	.corporate_products_box	{
		margin: 0px;	
		padding: 8px 8px 0px 8px;
		}
			
	.corporate_products_box	p{
		padding: 4px 8px 0px 8px;
		margin: 0px;
		}
			
	.corporate_products_box	.product_image_cost {
		padding: 4px 8px 0px 8px;
		}
	
	/* end left col home structural elements -------------------------------------------- */	
	
	/* right home col structural elements -------------------------------------------- */	
	
	#corporate_main_structure_page_right_col_container {
		margin: 0px 0px 0px 0px;
		width: 680px;
		float: right;
		border-left: 2px solid #000000;
		padding: 0px;
		}
		
	#corporate_main_structure_page_right_col_container_content	{
		padding: 20px 20px 20px 20px;
		}
		
		
		/* right col general pages structural elements -------------------------------------------- */		

		#corporate_breadcrumbs {
			background-color: #000000;
			height: 26px;
			background-image:url('theme_arrow.gif');
			background-position:left;
			background-repeat:no-repeat;
			}
		
		#corporate_breadcrumbs	p {
			color: #ffffff;
			padding: 5px 4px 0px 14px;
			margin: 0px;
			}
			
		#corporate_breadcrumbs	a {
			color: #ffffff;
			padding: 0px 0px 0px 0px;
			}
			
		/* end right col general pages structural elements -------------------------------------------- */	
			
	/* end right home col structural elements -------------------------------------------- */	
	
/*list style menu items search -------------------------------------- */

#corporate_menu_search, #corporate_menu_search ul { /* quick search */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1;
	font-size: 15px;
	float: right;
	background-color: #009999;
	}

#corporate_menu_search   input.main_search_box	{ /* quick search */
	line-height: 120%;
	width: 120px;
	height: 16px;
	margin: 3px 0px 0px 3px;
	padding: 0px 0px 0px 2px;
	font-size : 15px;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #000000;
	vertical-align: top;
	}


#corporate_menu_search  input.button{ /* quick search */
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 18px;
	font-size: 15px;
	background-color: #009999;
	border: none;
	height: 24px;
	background-image: url('theme_icon_search.gif');
	background-repeat: no-repeat;
	background-position: left;
	}

#corporate_menu_search  input.button:hover{ /* quick search */
	border:none;
	background-color: #005555;
	cursor: pointer;
	background-image:url('theme_icon_search.gif');
	}


#corporate_menu_search li { /* all list items */
	float: left;
	padding: 0px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
}

#corporate_menu_search li.spacing { /* spacing for list items */
	border-top: none;
	width: 10px;
}

#corporate_menu_search li.search_box { /* search box formatting */
	height: 24px;
	border-left: 1px solid #000000;
}

#corporate_menu_search li.search_box_button { /* search box formatting */
	background-image:none;
	height: 24px;
}


/*list style menu items cart & login -------------------------------------- */

#corporate_cart_login_menu, #corporate_cart_login_menu ul { /* top right functions */
	padding: 0px 0px 0px 0px;
	margin: 51px 0px 0px 0px;
	list-style: none;
	line-height: 1;
	font-size: 15px;
	float: right;
}

#corporate_cart_login_menu li { /* top right functions */
	float: left;
	padding: 0px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
	color: #ffffff;
}

#corporate_cart_login_menu li.items_value { /* shopping cart summary */
	float: left;
	padding: 1px 7px 1px 7px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
	color: #ffffff;
	background-color: #009999;
	border-right: 1px solid #000000;
}

#corporate_cart_login_menu a { /* top right functions */
	display: block;
	color: #ffffff;
	padding: 1px 7px 1px 7px;
	margin: 0;
	font-size: 11px;	
	text-decoration: none;
	background-image:none;
	background-color: #009999;
	border-right: 1px solid #000000;
}

#corporate_cart_login_menu li a:hover { /* top right functions */
	background-image:none;
	background-color: #005555;
}

#corporate_cart_login_menu a.cart { /* cart button formatting */
	background-image:url('theme_tab2_left.gif');
	padding-left: 8px;
	background-position:left;
	background-repeat:no-repeat;
}

#corporate_cart_login_menu a.cart:hover { /* cart button formatting */
	background-image:url('theme_tab1_left.gif');
}

#corporate_cart_login_menu a.login { /* login button formatting */
	background-image:url('theme_icon_login.gif');
	padding-left: 16px;
	background-position:left;
	background-repeat:no-repeat;
	border-right: 3px solid #000000;
}

#corporate_cart_login_menu a.login:hover { /* login button formatting */
	background-image:url('theme_icon_login.gif');
}

#corporate_cart_login_menu li ul { /* second-level lists */
	font-size: 100%;
	width: 150px; 
	display: block;
	position: absolute;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #000000;
	list-style-image: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#corporate_cart_login_menu li ul li { /* second-level lists */
	width: 150px; 
	display: block;
	background-image:none;
	background-color: #009999;
	border-bottom: 1px solid #000000;
}

#corporate_cart_login_menu li ul li a { /* second-level lists */
	background-image:none;
	padding: 3px 6px 4px 6px;
	line-height: 150%;
	display: block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#corporate_cart_login_menu li ul li a:hover { /* second-level lists */
	display: block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 3px 6px 4px 6px;
	background-image: none;
	background-color: #005555;
}

#corporate_cart_login_menu li ul ul { /* third-and-above-level lists */
	margin: -24px 0px 0px 149px;
}

#corporate_cart_login_menu li:hover ul ul, #corporate_cart_login_menu li.sfhover ul ul {
	left: -999em;
}

#corporate_cart_login_menu li:hover ul, #corporate_cart_login_menu li li:hover ul, #corporate_cart_login_menu li.sfhover ul, #corporate_cart_login_menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* End of styles for Corporation theme */			
 .attribute-list, .attribute-list ul {
	width: auto;
	padding: 0;
	list-style: none;
	}		
#corporate_main_structure_left_col_container .sidebar-filter-element {
	margin: 0;
	padding: 0;
}
#corporate_main_structure_left_col_container .sidebar-filter-element h2 {
	font-size: 15px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 5px 6px 5px 10px;
	font-weight: 900;
	background-color: #005555;
	border-bottom: 1px solid #000000;
}
#corporate_main_structure_left_col_container .filter-list {
	padding-left: 15px;
}
#corporate_main_structure_left_col_container .sidebar-filter-element .button-wrapper, corporate_main_structure_left_col_container .sidebar-filter-element .button {
	background: auto;
	margin: 0;
	padding: 0;
}
#corporate_main_structure_left_col_container  .sidebar-filter-element .button {
	padding-left: 10px;
	padding-right: 10px;
}
#corporate_main_structure_left_col_container .sidebar-filter-element h2 input {
	float: right;
 	clear: none;
	margin-bottom: 0;
}
#corporate_main_structure_left_col_container .sidebar-filter-element .filter-text {
	display: inline;
	line-height: 28px;
}
#corporate_main_structure_left_col_container .filter-by input {
	display: inline-block;
	padding: 0 10px;
	height: 26px;
}
#corporate_main_structure_left_col_container .filter-submit {
	background: #009999;
	cursor:pointer;
	color: #ffffff;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
#corporate_main_structure_left_col_container .filter-list .button {
	height: 26px;
	background: none;
}
#corporate_main_structure_left_col_container .filter-list .button-wrapper {
	height: 26px;
	background: #009999;
	margin-right: 5px;
}
#corporate_main_structure_left_col_container .filter-list {
	overflow: hidden;
	padding-bottom: 10px;
}

/* Start of styles for Premier theme */

/* main structural elements -------------------------------------------- */
#premier_main_container_menu {
	padding: 0px;
	width: 962px;
	text-align: left;
	margin: 0 auto 0 auto;
	}

#premier_main_container {
	padding: 0px;
	width: 954px;	
	text-align: left;
	border-right: 4px solid #005555;
	border-left: 4px solid #005555;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	background-image:url('theme_main_background.gif');
	}

#premier_logo_image {
	position: absolute;
	margin: 10px 0px 0px 10px;
	width: 944px;
	height: 58px;
	overflow: hidden;
	}

#premier_main_structure_menu	{
	margin: 0px 0px 0px 0px;
	clear: both;
	background-image:url('premier_header.gif');
	}
	
#premier_main_structure_menu_padding	{
	padding: 74px 4px 0px 4px;
	}
	
#premier_main_structure_menu_background	{
	background-color: #333333;
	padding: 0px;
	background-image: url('theme_main_background.gif');
	background-repeat: repeat-x;
	background-position:top;
	height: 25px;
	border-bottom: 3px solid #333333;
	}
	
#premier_main_structure_menu_background_shadow	{	
	border-bottom: 2px solid #d8d8d8;
	}

#premier_main_structure_page_content_container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 16px 0px;
	width: 954px;
	background-color: #ffffff;
	clear: both;
	background-image:url('premier_background.gif');
	}
	
#premier_main_structure_page_content_container_spacing	{
	padding: 0px 20px 0px 20px;
	}
	
	
/* footer structural elements -------------------------------------------- */		
#premier_main_structure_footer	{
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
	width: 962px;
	background-image:url('premier_footer.gif');
	height: 22px;
	margin: 0 auto 0 auto;
	text-align: left;
	}
	
#premier_main_structure_footer	p{
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	padding: 5px 8px 5px 12px;
	color: #d9d9d9;	
	}

#premier_main_structure_footer	a{
	color: #d9d9d9;
	text-decoration: none;
	}

/* end footer structural elements -------------------------------------------- */	
	
	
/* left col structural elements -------------------------------------------- */	
#premier_main_content_background_left_column	{
	float: left; 
	width: 160px;
	margin-bottom: 20px;
	background-image: none;
	margin: 30px 0px 0px 0px;
	}
	
#premier_main_content_background_left_column_content_shadow	{
	border-bottom: 2px solid #d8d8d8;
	border-right: 2px solid #d8d8d8;
	}
	
#premier_main_content_background_left_column H3{	
	background-color: #005555;
	color: #ffffff;
	font-weight: 400;
	font-size: 15px;
	margin: 0px;
	padding: 4px 0px 0px 8px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;	
	border-bottom: 1px solid #333333;
	height: 20px;
	}
	
.premier_marketing_box	{
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;	
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	}
	
.premier_marketing_box p.text_product_small_info_heading	{
	font-weight: 900;
	border-bottom: 1px solid #333333;
	color: #ffffff;
	font-size: 11px;
	margin: 0px;
	background-color: #009999;
	padding: 6px 6px 6px 8px;
	}

.premier_marketing_box	p{
	margin: 0;
	padding: 8px;
	}

.premier_marketing_box	.product_image_cost{
	padding: 8px;
	}
	
.premier_marketing_box	p.text_product_small_info{
	padding: 8px;
	clear: both;
	}
	
/* end left col structural elements -------------------------------------------- */	


/* right col structural elements -------------------------------------------- */	
#premier_main_content_background_right_col	{
	float: right;
	width: 723px;
	background-color: #ffffff;
	padding: 30px 35px 30px 35px;
	}
	
	
/* end right col structural elements -------------------------------------------- */
	
	
/* image elements -------------------------------------------- */
.premier_image_homepage_product_overview	{
	float: right;
	margin: 0px 0px 15px 20px;
	}
/* end image elements -------------------------------------------- */

	
/*list style menu items -------------------------------------- */
#premier_top_menu, #premier_top_menu ul { /* main menu lists */
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1;
	font-size: 15px;
	}

#premier_top_menu a {
	display: block;
	color: #ffffff;
	padding: 3px 6px 3px 6px;
	margin: 0px;
	font-size: 11px;	
	text-decoration: none;
	background-color: #009999;
	border-right: 1px solid #333333;		
	}

#premier_top_menu li a:hover {
	display: block;
	color: #ffffff;
	padding: 3px 6px 3px 6px;
	margin: 0;
	font-size: 15px;	
	text-decoration: none;
	background-color: #005555;
	}

#premier_top_menu li { /* all list items */
	float: left;
	padding: 0px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
	border-top: 1px solid #333333;	
	}

#premier_top_menu li ul { /* second-level lists */
	font-size: 100%;
	width: 150px; 
	display: block;
	position: absolute;
	margin: 0px 0px 0px -1px;
	border-bottom: 1px solid #333333;
	list-style-image: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#premier_top_menu li ul li { /* second-level lists */
	width: 150px; 
	display: block;
	background-color: #009999;
	border-bottom: none;
	}

#premier_top_menu li ul li a { /* second-level lists */
	background-image:none;
	padding: 3px 6px 4px 6px;
	line-height: 150%;
	display: block;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	}

#premier_top_menu li ul li a:hover { /* second-level lists */
	display: block;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 3px 6px 4px 6px;
	}

#premier_top_menu li ul ul { /* third-and-above-level lists */
	margin: -24px 0px 0px 149px;
	}

#premier_top_menu li:hover ul ul, #premier_top_menu li.sfhover ul ul {
	left: -999em;
	}

#premier_top_menu li:hover ul, #premier_top_menu li li:hover ul, #premier_top_menu li.sfhover ul, #premier_top_menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

/*list style menu items top right -------------------------------------- */

	
#premier_menu_top_right, #premier_menu_top_right ul { /* all lists */
	width: 510px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1px;
	font-size: 15px;		
	float: right;
	}

#premier_menu_top_right   input.main_search_box	{  /* search box formatting */
	line-height: 120%;
	width: 120px;
	height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 5px;
	font-size : 12px;
	background-color: #cccccc;
	border: none;
	color: #000000;
	vertical-align: top;
	}

#premier_menu_top_right  input.button{  /* search box formatting */
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	height: 24px;
	background-color: #005555;
	border: none;
	padding: 4px 6px 4px 6px;
	}

#premier_menu_top_right  input.button:hover{  /* search box formatting */
	border:none;
	background-color: transparent;
	cursor: pointer;
	background-color: #009999;
	}


#premier_menu_top_right a { /* button formatting no icon */
	display: block;
	color: #ffffff;
	padding: 3px 6px 3px 6px;
	margin: 0;
	font-size: 15px;	
	text-decoration: none;
	background-color: #005555;
	border-right: 1px solid #333333;		
	}

#premier_menu_top_right li a:hover { /* button formatting no icon */
	display: block;
	color: #ffffff;
	padding: 3px 6px 3px 6px;
	margin: 0;
	font-size: 15px;	
	text-decoration: none;
	background-color: #009999;
	}

#premier_menu_top_right li.items_value { /* all list items */
	float: left;
	padding: 3px 7px 3px 7px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
	color: #ffffff;
	background-color: #005555;
	border-right: 1px solid #333333;	
	}

#premier_menu_top_right a.login { /* login button formatting */
	background-image: url('theme_icon_login.gif');
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 20px;
	border-left: 1px solid #333333;	
	border-right: none;
	}

#premier_menu_top_right a.login:hover { /* login button formatting */
	background-image:url('theme_icon_login.gif');
	padding-left: 20px;
	border-right: none;
	}

#premier_menu_top_right li { /* all list items */
	float: left;
	padding: 0px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
	border-top: 1px solid #333333;
	}

#premier_menu_top_right li.spacing { /* spacing for list items */
	border-top: none;
	width: 5px;
	}

#premier_menu_top_right li.search_box { /* search box formatting */
	border-left: 1px solid #333333;	
	border-right: 1px solid #333333;
	background-color: #005555;
	height: 24px;
	}

#premier_menu_top_right li.search_box_button { /* search box formatting */
	background-image:none;
	height: 24px;
	border-right: 1px solid #333333;
	}

#premier_menu_top_right li.view_cart { /* search box formatting */
	border-left: 1px solid #333333;	
	}
	
#premier_menu_top_right li ul { /* second-level lists */
	font-size: 100%;
	width: 150px; 
	display: block;
	position: absolute;
	margin: 0px 0px 0px -1px;
	border-bottom: 1px solid #333333;
	list-style-image: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#premier_menu_top_right li ul li { /* second-level lists */
	width: 150px; 
	display: block;
	background-image:none;
	background-color: #005555;
	border-bottom: none;
	}

#premier_menu_top_right li ul li a { /* second-level lists */
	background-image:none;
	padding: 3px 6px 4px 6px;
	line-height: 150%;
	display: block;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	}

#premier_menu_top_right li ul li a:hover { /* second-level lists */
	display: block;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 3px 6px 4px 6px;
	background-image: none;
	}

#premier_menu_top_right li ul ul { /* third-and-above-level lists */
	margin: -24px 0px 0px 149px;
	}

#premier_menu_top_right li:hover ul ul, #premier_menu_top_right li.sfhover ul ul {
	left: -999em;
	}

#premier_menu_top_right li:hover ul, #premier_menu_top_right li li:hover ul, #premier_menu_top_right li.sfhover ul, #premier_menu_top_right li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}


/* End of styles for Premier theme */			
 .attribute-list, .attribute-list ul {
	width: auto;
	padding: 0;
	list-style: none;
	}		
#premier_main_content_background_left_column .sidebar-filter-element {
 	margin: 0 2px 0 0;
	border-right: 1px solid #005555;
}
#premier_main_content_background_left_column .sidebar-filter-element h2 {
	padding-bottom: 0;
	padding-left: 10px;
	background: #005555;
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
}
#premier_main_content_background_left_column .filter-list {
	padding: 0 0 10px 5px;
	padding-right: 5px;
	overflow: hidden;
}
#premier_main_content_background_left_column .sidebar-filter-element .button-wrapper, #premier_main_content_background_left_column .sidebar-filter-element .button {
	background: #005555;
	line-height: 23px;
	margin: 0;
	padding: 0;
}
#premier_main_content_background_left_column  .sidebar-filter-element .button {
	padding-left: 10px;
	padding-right: 10px;
}
#premier_main_content_background_left_column .sidebar-filter-element h2 input {
	float: right;
 	clear: none;
	margin-bottom: 0;
}
#premier_main_content_background_left_column .sidebar-filter-element .filter-text {
	display: inline;
	line-height: 28px;
}
#premier_main_content_background_left_column .filter-by input {
	display: inline-block;
	padding: 0 10px;
	margin-right: 5px;
	line-height: 28px;
	background: none;
}
#premier_main_content_background_left_column .filter-submit {
	cursor:pointer;
 	color: #ffffff;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

/* Start of styles for Silver theme */

/* container -------------------------- */

#silver-shadow-left {
	width: 967px;
	padding: 0;
	background: url('silver-theme-shadow-left.png') left repeat-y;
	margin: 0 auto;
}

#silver-shadow-right {
	background: url('silver-theme-shadow-right.png') right repeat-y;
	margin-left: 4px;
	padding: 0;
	width: 963px;
}

#silver-container {
	background: #fff;
	padding: 0;
	margin-right: 4px;
	width: 959px;
	padding-bottom: 6px;
}

#silver-page-bottom-rounded {
	width: 967px;
	margin: 0 auto;
	padding: 0;
	background: url('silver-theme-rounded-footer.png') no-repeat;
}

/* header area ---------------------------- */

#silver-header img {
	margin: 10px;
	float: left;
	display: inline;
}

#silver-login-terms {
	width: 101px;
	height: 24px;
	background: url('silver-theme-login-box.jpg');
	float: right;
	margin-right: 10px;
	display: inline;
}

#silver-login-terms p {
	text-align: center;
	padding-top: 4px;
	margin: 0;
}

#silver-login-terms p a {
	color: #000000;
}

#silver-login-terms p a:hover {
	text-decoration: none;
	color: #000066;
}

#silver-cart-checkout {
	float: right;
	text-align: right;
	clear: right;
	margin-top: 30px;
	margin-right: 10px;
	display: inline;
	text-transform: uppercase;
}

#silver-cart-checkout p {
	padding-bottom: 2em;
}

#silver-cart-checkout p a {
	color: #000000;
}

#silver-cart-checkout p a:hover {
	color: #000066;
}


.silver-cart-link {
	padding-left: 20px;
	background: url('theme_icon_cart.gif') no-repeat left;
}

#silver-nav-bar {
	clear: both;
	margin: 0 10px;
	height: 29px;
	background: url('silver-theme-nav-bar-bg.jpg');
}

#silver-nav-bar-left {
	background: url('silver-theme-nav-bar-left.jpg') no-repeat;
}

#silver-nav-bar-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 5px;
	height: 29px;
}

#silver-nav-bar-left ul li {
	display: inline;
}

#silver-nav-bar-left ul li a {
	display: block;
	float: left;
	line-height: 29px;
	padding: 0 10px;
	border-right: solid 1px #999;
	color: #000000;
}

#silver-nav-bar-left ul li a:hover {
	text-decoration: none;
	color: #000066;
}

#silver-quick-search-container {
	float: right;
	width: 256px;
	height: 29px;
	background: url('silver-theme-search-bg.jpg');
}

#silver-quick-search {
	background: url('silver-theme-search-end-left.jpg') no-repeat;
	height: 29px;
}

#silver-quick-search-field {
	background: url('silver-theme-search-end-right.jpg') right no-repeat;
	height: 25px;
	padding-top: 4px;
}

input.silver-search-field {
	margin: 2px 0 0 3px;
	border: 0;
	float: left;
	width: 200px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

input.silver-search-button {
	float: right;
	margin: 2px 3px 0 0;
}

/* sidebar ---------------------------- */

#silver-sidebar-left {
	float: left;
	margin: 10px;
	display: inline;
	width: 210px;
}

.silver-sidebar-list {
	background: url('silver-theme-sidebar-curve-bg.gif');
}

.silver-sidebar-list-bottom {
	background: url('silver-theme-sidebar-curve-bottom.gif') no-repeat bottom;
}

.silver-sidebar-list-top {
	background: url('silver-theme-sidebar-curve-top.gif') no-repeat top;
	padding-bottom: 6px;
}

.silver-sidebar-list-top h1 {
	padding: 11px;
	font-size: 14px;
	color: #005555;
}

/* section/brochure lists -------------------------- */

#silver-section-list ul, #silver-brochure-list ul {
	padding: 0;
	margin: 0 1px;
	list-style: none;
	background: url('silver-theme-section-list-gradient.jpg') repeat-x;
	border-top: dotted 1px #858585;
}

#silver-section-list ul li, #silver-brochure-list ul li {
	padding: 0;
	margin: 0;
}

#silver-section-list ul li a, #silver-brochure-list ul li a {
	display: block;
	border-bottom: dotted 1px #858585;
	padding: 5px 11px;
	margin: 0;
	color: #000000;
}

#silver-section-list ul li a:hover, #silver-brochure-list ul li a:hover {
	text-decoration: none;
	color: #000066;
}

.silver-sidebar-list-separator {
	clear: both;
	background-image: none;
	background-color: #fff;
}

/* marketing lists ---------------------------- */

#silver-new-products-list h1, #silver-best-sellers-list h1 {
	border-bottom: dotted 1px #858585;
}

.silver-sidebar-product {
	border-bottom: dotted 1px #858585;
	margin: 0 1px;
	background: #f4f4f4;
	height: 125px;
	overflow: hidden;
}

p.silver-sidebar-product-name {
	font-weight: bold;
	padding: 5px 11px;
	border-bottom: solid 1px #afafaf;
	background: #fff;
	margin: 0;
}

p.silver-sidebar-product-name a {
	color: #009999;
}

p.silver-sidebar-product-name a:hover {
	color: #000066;
}

.silver-sidebar-product-image {
	width: 95px;
	height: 100px;
	float: left;
	background: #fff;
	border-right: solid 1px #afafaf;
	text-align: center;
}

.silver-sidebar-product-image img {
	margin-top: 5px;
}

.silver-sidebar-product-description {
	margin: 5px 4px 0 0;
	padding: 0 0 0 100px;
	font-size: 12px;
}

.silver-sidebar-product-more {
	font-size: 12px;
	margin: 5px 0;
	padding: 0 0 0 100px;
}

.silver-sidebar-product-price {
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 100px;
}

/* bulk area -------------------------- */

#silver-bulk {
	float: right;
	width: 718px;
	margin: 10px 10px 10px 0;
	background: url('silver-theme-bulk-bg.gif');
	display: inline;
}

#silver-bulk-bottom {
	background: url('silver-theme-bulk-bottom.gif') no-repeat bottom;
}

#silver-bulk-top {
	background: url('silver-theme-bulk-top.gif') no-repeat top;
	padding: 10px;
}

/* footer ---------------------------- */

#silver-footer {
	margin: 0 10px;
	background: url('silver-theme-footer-bg.jpg');
	clear: both;
}

#silver-footer-left {
	background: url('silver-theme-footer-left.jpg') no-repeat;
}

#silver-footer-right {
	background: url('silver-theme-footer-right.jpg') no-repeat right;
	height: 88px;
}

.silver-address-box {
	float: left;
	display: inline;
	width: 180px;
	margin: 10px 20px;
	height: 68px;
	font-size: 11px;
	color: #666;
}

.silver-copyright-info {
	float: right;
	display: inline;
	margin: 10px 20px;
	height: 68px;
	font-size: 11px;
	color: #666;	
}

/* End of styles for Silver theme */			
 .attribute-list, .attribute-list ul {
	width: auto;
	padding: 0;
	list-style: none;
	}		
#silver-sidebar-left .sidebar-filter-element {
	margin: 0 0 15px 0;
	background: #ffffff;
	border: 1px solid #999;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
}

#silver-sidebar-left .sidebar-filter-element h2 {
	font-size: 14px;
	color: #005555;
	font-weight: bold;
	padding: 10px;
	background: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0;
	overflow: hidden;
	border-bottom: dotted 1px #999;
}
#silver-sidebar-left .filter-list {
	font-size: 12px;
	color: black;
	line-height: 10px;
	padding: 0px 5px 15px 5px;
}
#silver-sidebar-left .filter-list h4 {
	clear: left;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0;
}
#silver-sidebar-left .filter-list ul {
	padding: 0pt;
	list-style: none outside none;
	text-align: left;
	margin: 0pt;
}
#silver-sidebar-left .filter-list li {
	padding: 0pt 3pt 5px;
	list-style: none outside none;
	margin: 0pt;
	border-bottom: none;
}
#silver-sidebar-left .filter-list li{ 
	color: #005555;
	}
#silver-sidebar-left .filter-link{
	background: #cccccc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	border-width: 0;  
	color: transparent;
	width: 0;
}
#silver-sidebar-left .filter-link-label{
   text-decoration: underline;
}
#silver-sidebar-left .filter-link-label:hover{
   cursor:pointer;
}
#silver-sidebar-left .filter-submit{
	background: transparent;
	color: #005555;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 3px;
	border-width: 0;
}
#silver-sidebar-left .filter-submit:hover{
	cursor: pointer;
	text-decoration: underline;	
}
#silver-sidebar-left .sidebar-filter-element .button-wrapper {
	margin-left: 80px;
	margin-right: 3px;
}
#silver-sidebar-left .sidebar-filter-element .button {
	line-height: 26px;
}
#silver-sidebar-left .filter-text{
	float: left;
}
#silver-sidebar-left .filter-by{
	float: right;
	margin-right: 3px;
}

/* Start of styles for Bobcat theme */

/* general layout --------------------*/

#bobcat-container {
	width: 940px;
	margin: 10px auto;
}

#bobcat-header-area {
	background: url('bobcat-header-bg.gif');
}

#bobcat-logo-area {
	background: url('bobcat-header-top.gif') no-repeat;
	padding: 5px;
}

#bobcat-navigation-bar {
	height: 30px;
	background: url('bobcat-header-bottom.gif') no-repeat;
}

#bobcat-navigation-bar ul {
	margin: 0 5px;
	padding: 0;
	list-style: none;
}

#bobcat-navigation-bar ul li {
	display: inline;
}

li.bobcat-search-field {
	display: block;
	float: left;
	padding: 0;
	height: 30px;
}

li.bobcat-search-field input {
	border: solid 1px #000000;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 1px;
	background: #ffffff;
	color: #000000;
	margin-top: 5px;
}

li.bobcat-search-button {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	height: 30px;
}

#bobcat-navigation-bar ul li a {
	color: #ffffff;
	display: block;
	float: left;
	line-height: 30px;
	padding: 0 10px;
	border-left: solid 1px #ffffff;
	text-decoration: none;
	text-transform: lowercase;
}

#bobcat-navigation-bar ul li a:hover {
	background: #009999;
}

#bobcat-navigation-bar ul li.bobcat-home-link a {
	border: 0;
}

#bobcat-navigation-bar ul li.bobcat-view-cart {
	float: right;
}

#bobcat-navigation-bar ul li.bobcat-view-cart a {
	background: url('theme_icon_cart.gif') no-repeat left;
	padding-left: 30px;
	border: 0;
}

#bobcat-navigation-bar ul li.bobcat-view-cart a:hover {
	background: #009999 url('theme_icon_cart.gif') no-repeat left;
}

#bobcat-navigation-bar ul li.bobcat-checkout {
	float: right;
}



#bobcat-bulk-top {
	height: 10px;
	margin-top: 10px;
}

#bobcat-bulk {
	background: url('bobcat-bulk-bg.gif');
	padding: 0 10px;
}

#bobcat-sidebar-left {
	float: left;
	width: 130px;
	margin-right: 30px;
}

#bobcat-sidebar-right {
	float: right;
	width: 130px;
}

#bobcat-content {
	float: left;
	width: 600px;
}

#bobcat-bulk-bottom {
	height: 10px;
	margin-bottom: 10px;
}

#bobcat-footer {
	height: 100px;
	background: #ffffff;
}

.bobcat-address-box {
	float: left;
	display: inline;
	width: 180px;
	margin: 0 20px;
	height: 80px;
	padding: 10px 0;
	font-size: 11px;
	color: #000000;
}

.bobcat-copyright-info {
	float: right;
	display: inline;
	margin: 0 20px;
	height: 80px;
	width: 200px;
	text-align: right;
	padding: 10px 0;
	font-size: 11px;
	color: #000000;	
}

/* overriding default styles */

.bobcat-sidebar .text_heading_left_column {
	color: #eeeeee;
}

.bobcat-sidebar .dotted_line_blue {
	background-color: #eeeeee;
}
	
.bobcat-sidebar ul {
	color : #ffffff;
}

.bobcat-sidebar a {
	color : #eeeeee;
}

.bobcat-sidebar .solid_line_blue {
	background-color: #eeeeee;
}

.bobcat-sidebar a.product_section:visited {
	color : #ffffff;
}
	
.bobcat-sidebar a.product_section:link {
	color : #ffffff;
}
	
.bobcat-sidebar a.product_section:active {
	color : #ffffff;
}
	
.bobcat-sidebar a.product_section:hover {
	color : #ffffff;
}

.bobcat-sidebar .product_image_cost {
	float: none;
	margin: 0;
}


.bobcat-sidebar .text_product_small_info_heading {
	color : #eeeeee;
	text-align: center;
}

.bobcat-sidebar .text_product_small_info_price {
	color : #ffffff;
	clear: both;
	padding: 5px 0;
	text-align: center;
}

.bobcat-sidebar .text_product_small_info {
	display: none;
	
}




/* End of styles for Bobcat theme */			
 .attribute-list, .attribute-list ul {
	width: auto;
	padding: 0;
	list-style: none;
	}		
.bobcat-sidebar .sidebar-filter-element {
 margin: 0;
 color: #eeeeee;
 }
.bobcat-sidebar .sidebar-filter-element h2 {
 color: #eeeeee;
 border-bottom: 1px solid #eeeeee;
 padding-bottom: 0;
 }
.bobcat-sidebar .sidebar-filter-element .button-wrapper, .bobcat-sidebar .sidebar-filter-element .button {
 	background: auto;
 	height: 25px;
 	margin-bottom: 0;
 }
.bobcat-sidebar .sidebar-filter-element h2 input {
 float: right;
 clear: none;
 }
.bobcat-sidebar .sidebar-filter-element .filter-text {
 	display: inline;
 line-height: 28px;
 }
.text_heading_left_column {
 clear: both;
 }
.bobcat-sidebar .filter-by input {
 display: inline-block;
 background: url('button_background_right.gif') right no-repeat;
 padding: 0 10px;
 	height: 26px;
 }
.bobcat-sidebar .filter-submit {
 background: url('button_background_left.gif') left no-repeat;
 cursor:pointer;
 color: #ffffff;
 padding: 0 0 0 10px;
 margin: 0;
 border: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 font-weight: bold;
 }

/* Start of styles for Minimal theme */

/* general layout --------------------*/

#minimal-container {
	width: 940px;
	margin: 10px auto;
}

#minimal-header-area {

}

#minimal-logo-area {

}

#minimal-navigation-bar {
	height: 30px;
}

#minimal-navigation-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#minimal-navigation-bar ul li {
	display: inline;
}

li.minimal-search-field {
	display: block;
	float: left;
	padding: 0;
	height: 30px;
}

li.minimal-search-field input {
	border: solid 1px #000000;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 1px;
	background: #ffffff;
	color: #000000;
	margin-top: 5px;
}

li.minimal-search-button {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	height: 30px;
}

#minimal-navigation-bar ul li a {
	display: block;
	color: #005555;
	float: left;
	line-height: 30px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#minimal-navigation-bar ul li a:hover {
	color: #009999;
}


#minimal-navigation-bar ul li.minimal-view-cart {
	float: right;
}

#minimal-navigation-bar ul li.minimal-view-cart a {
	background: url('theme_icon_cart.gif') no-repeat left;
	padding-left: 20px;
	border: 0;
}

#minimal-navigation-bar ul li.minimal-view-cart a:hover {

}

#minimal-navigation-bar ul li.minimal-checkout {
	float: right;
}

#minimal-navigation-bar ul li.minimal-checkout a {
	padding: 0;
}

#minimal-bulk-top {
	height: 10px;
	margin-top: 10px;
	border-top: solid 1px #005555;
}

#minimal-bulk {
}

#minimal-sidebar-left {
	float: left;
	width: 140px;
	margin-right: 30px;
}

#minimal-sidebar-right {
	float: right;
	width: 140px;
}

#minimal-content {
	float: left;
	width: 600px;
}

#minimal-bulk-bottom {
	height: 10px;
	margin-bottom: 10px;
}

#minimal-footer {
	height: 100px;
	border-top: solid 1px #005555;
}

.minimal-address-box {
	float: left;
	display: inline;
	width: 180px;
	margin: 0 20px;
	height: 80px;
	padding: 10px 0;
	font-size: 11px;
	color: #000000;
}

.minimal-copyright-info {
	float: right;
	display: inline;
	margin: 0 20px;
	height: 80px;
	width: 200px;
	text-align: right;
	padding: 10px 0;
	font-size: 11px;
	color: #000000;	
}


.minimal-sidebar .product_image_cost {
	float: none;
	margin: 0;
}


.minimal-sidebar .text_product_small_info_heading {
	text-align: center;
}

.minimal-sidebar .text_product_small_info_price {
	clear: both;
	padding: 5px 0;
	text-align: center;
}

.minimal-sidebar .text_product_small_info {
	display: none;
	
}




/* End of styles for Minimal theme */			
 .attribute-list, .attribute-list ul {
	width: auto;
	padding: 0;
	list-style: none;
	}		
.minimal-sidebar .sidebar-filter-element {
	margin: 0;
}
.minimal-sidebar .filter-list {
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #005555;
}
.minimal-sidebar .sidebar-filter-element h2 {
	color: #005555;
	border-bottom: 1px solid #005555;
	padding-bottom: 0;
}
.minimal-sidebar .sidebar-filter-element .button-wrapper, .minimal-sidebar .sidebar-filter-element .button {
 	height: 25px;
 	margin-bottom: 0;
}
.minimal-sidebar .sidebar-filter-element .button-wrapper {
	background: #009999;
}
.minimal-sidebar .sidebar-filter-element .button {
	background: none;
}
.minimal-sidebar .sidebar-filter-element h2 input {
	float: right;
	clear: none;
}
.minimal-sidebar .sidebar-filter-element .filter-text {
 	display: inline;
	line-height: 28px;
}
.text_heading_left_column {
	clear: both;
}
.minimal-sidebar .filter-by input {
	display: inline-block;
	padding: 0 10px;
 	height: 26px;
}
.minimal-sidebar .filter-submit {
	background: #009999;
	cursor:pointer;
	color: #ffffff;
	padding: 0 0 0 10px;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.sidebar .sidebar-filter-element {
 	margin: 0;
	padding: 0;
	overflow: hidden;
}
.sidebar .smart-sidebar-filter .sidebar-filter-element {
	border: 1px solid #009999;
	margin-bottom: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.sidebar .sidebar-filter-element h2 {
	padding: 5px;
	color: #000000;
	font-size: 15px;
}
.sidebar .sidebar-filter-element .button-wrapper, .sidebar .sidebox  .sidebar-filter-element .button {
	margin: 0;
	padding: 0;
}
.sidebar .sidebar-filter-element .button-wrapper {
	border-right: 1px solid #888888;
	float: right;
	margin-bottom: 10px;
}
.sidebar .sidebar-filter-element .button {
	background: #005555;
 	color: #ffffff;
	padding: 0 10px;
	height: 20px;
	font-weight: normal;
}
.sidebar .sidebar-filter-element h2 input {
	float: right;
 	clear: none;
	margin-bottom: 0;
}
.sidebar .sidebar-filter-element .filter-text {
	display: inline;
	line-height: 20px;
}
.sidebar .filter-by {
	float: right;
	}
.sidebar .filter-by input {
	display: inline-block;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #005555;
	padding: 0 10px;
	border-left: 1px solid #888888;
	height: 20px;
}
.sidebar .filter-submit {
	cursor: pointer;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
}
.sidebar .filter-list {
	padding: 0 5px;
}

/* start clear button */
.clear-button {
	float: right;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 6px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
}
.clear-button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
}
.clear-button:active {
	position: relative;
	top: 1px;
}
/* end clear button */

.filter-submit{
	background: transparent;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 3px;
	border-width: 0;
	padding: 4px;	
}
.filter-submit:hover{
	cursor: pointer;
	text-decoration: underline;	
}

.attribute-list, .attribute-list ul {
	width: auto;
	padding: 0;
	list-style: none;
	}
	
#map-canvas { width:100%; height: 400px; }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
		.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
		}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1008020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 1008030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 1008060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1008040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 1008040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1008040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1008010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1008050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1008050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 1008050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}


#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1008050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/* Social Media */

.follow-buttons, .share-buttons {
	vertical-align: top;
	padding: 0;
	height: 28px;
	}
.follow-buttons {
	float: right;
	clear: right;
	}
.follow-buttons, .social-badges {
	margin: 10px;
	}
.social-badges {
	clear: left;
	}
.social-badges img {
	padding: 0 3px;
	border: none;
	}
.twitter-follow-button, .twitter-share-button, .fb-like, .fb-send, a.pin-follow {
	float: left;
	vertical-align: top;
	margin: 0 4px 0 0;
	}
.fb-share {
	float: left;
	vertical-align: top;
	margin: 0 0 0 -10px;
	padding: 0;
	}
.fb-follow {
	float: left;
	vertical-align: top;
	margin: 0 10px 0 0;
	width: 56px;
	
	text-align: left;
	}
.g-follow, .g-ytsubscribe {
	float: left;
	margin: 0 4px 0 0;
	}
a.pin-button img {
	border: 0;
	}
.embedded-map {
	margin: 20px 0;
	}
.embedded-map iframe {
 border: 1px #005555 solid;
	}
fieldset.quantity-box, fieldset.product-prompt {
	border: 0;
	}
.quantityButton {
	display:none;
}
.mobileHeader {
	display:none;
}


/* Social Media */

.follow-buttons, .share-buttons {
	vertical-align: top;
	padding: 0;
	height: 28px;
	}
.follow-buttons {
	float: right;
	clear: right;
	}
.follow-buttons, .social-badges {
	margin: 10px;
	}
.social-badges {
	clear: left;
	}
.social-badges img {
	padding: 0 3px;
	border: none;
	}
.twitter-follow-button, .twitter-share-button, .fb-like, .fb-send, a.pin-follow {
	float: left;
	vertical-align: top;
	margin: 0 4px 0 0;
	}
.fb-share {
	float: left;
	vertical-align: top;
	margin: 0 0 0 -10px;
	padding: 0;
	}
.fb-follow {
	float: left;
	vertical-align: top;
	margin: 0 10px 0 0;
	width: 56px;
	
	text-align: left;
	}
.g-follow, .g-ytsubscribe {
	float: left;
	margin: 0 4px 0 0;
	}
a.pin-button img {
	border: 0;
	}
.embedded-map {
	margin: 20px 0;
	}
.embedded-map iframe {
 border: 1px #005555 solid;
	}
fieldset.quantity-box, fieldset.product-prompt {
	border: 0;
	}
	

.product_list p {margin-bottom:0!Important;}
.section-link-details h3 {
	margin-top:0!Important;
	margin-bottom:0!Important;
}
#terms-body strong {color:#005555;font-size:110%;}

.sbbss {color:white!Important; border:2px solid white; border-radius:5px;}
.sbbss h4 {color:white;}
.sbbss a {color:white;}

@media screen and (min-width: 1200px) { 
.nowyouseeit {display:none;}
.nowyoudont {display:block;}
}

@media screen and (max-width: 1199px) {
.nowyouseeit {display:block;}
.nowyoudont {display:none;}
}