/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong
{
  font-weight: bold;
}

/****************************** Body styles ******************************/

body
{
  background: #000000;
  font-family: Arial, Helvetica, clean, serif;
}

blockquote
{
  padding: 0px 20px;
}

.skiplink
{
  display: none;
}

.clear
{
  clear: both;
  height: 0px;
}

#wrapper
{
  background: #000000 url(../images/bg-gradient.jpg) no-repeat top center;
  width: 1020px;
  margin: 0 auto;
}

/****************************** Masthead ******************************/

#masthead
{
  float: left;
  display: inline;
  width: 1000px;
  padding: 0 10px;
  border-top: 8px solid #eded01;
  margin: 0 auto 40px;
}

#site-logo
{
  float: left;
  display: inline;
  margin-left: 30px;
  width: 81px;
  height: 81px;
  background: url(../images/site-logo.png) no-repeat top left;
}

#site-logo span
{
  float: left;
  text-indent: -9999px;
}

#primary-nav
{
  float: right;
  display: inline;
  width: 550px;
}

#primary-nav li
{
  float: left;
  display: inline;
}

#primary-nav li a
{
  display: inline-block;
  font-size: 1.125em;
  font-weight: bold;
  color: #ffffff;
  padding: 24px 0 24px 38px;
  text-decoration: none;
}

#primary-nav li a:hover
{
  color: #aaaaaa;
}

#primary-nav li.social-media a
{
  margin: 0 0 0 8px;
  width: 16px;
  height: 16px;
  padding: 24px 0 24px;
}

#primary-nav li.social-media a span
{
  float: left;
  display: inline;
  text-indent: -9999px;
}

#primary-nav li.facebook a
{
  background: url(../images/facebook-icon.png) no-repeat center center;
}

#primary-nav li.twitter a
{
  background: url(../images/twitter-icon.png) no-repeat center center;
}

#masthead-inner #phone-number
{
  float: left;
  display: inline;
  color: #eded01;
  padding: 24px 0 24px 24px;
}

#secondary-nav
{
  clear: right;
  float: right;
  display: inline;
  width: auto;
  margin-right: 20px;
}

#secondary-nav li
{
  float: left;
  display: inline;
}

#secondary-nav li a
{
  display: inline-block;
  font-size: 0.75em;
  font-weight: bold;
  color: #ffffff;
  padding: 12px 0 12px 20px;
  text-decoration: none;
}

#secondary-nav li a:hover
{
  color: #aaaaaa;
}

/****************************** Main body area ******************************/

#body
{
  margin: 0 auto;
  width: 940px;
  padding: 0 10px;
}

#body h1
{
  width: 940px;
  font-size: 3.125em;
  font-weight: bold;
  line-height: 1.125em;
  color: #ffffff;
  margin-bottom: 40px;
}

.one-col
{
  float: left;
  display: inline;
  width: 620px;
  margin-bottom: 20px;
}

.one-col.wide {
    clear: both;
    width: 940px;
}

.one-col.wide p {
    clear: left;
    float: left;
    width: 620px;
}

.one-col.wide img {
    float: right;
    margin-left: 20px;
}

.one-col h2
{
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  background: transparent url(../images/separator.gif) bottom left repeat-x;
}

.one-col h3
{
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.75em;
}

.one-col p
{
  font-size: 0.75em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  color: #ffffff;
}

.one-col a
{
  color: #ffffff;
  font-weight: bold;
}

.one-col a:hover
{
  color: #aaa;
}

.one-col dl
{
  float: left;
  display: inline;
  width: 340px;
  margin-bottom: 20px;
}

.one-col dt
{
  clear: left;
  float: left;
  display: inline;
  width: 108px;
  font-weight: bold;
  font-size: 0.75em;
  line-height: 1.5em;
  color: #ffffff;
  margin-bottom: 20px;
}

.one-col dd
{
  float: left;
  display: inline;
  width: 232px;
  font-size: 0.75em;
  line-height: 1.5em;
  color: #ffffff;
  margin-bottom: 20px;
}

.one-col li
{
  color: #ffffff;
  list-style-type: disc;
  list-style-position: inside;
  font-size: 0.75em;
  line-height: 1.0em;
  margin-bottom: 1.5em;
}

.one-col img.page-masthead
{
  border: 1px solid #333;
  margin-bottom: 1.5em;
}

.two-col
{
  float: left;
  display: inline;
  width: 940px;
}

.two-col .left-col
{
  background: #ffffff;
  float: left;
  display: inline;
  width: 520px;
  padding: 20px;
}

.two-col .left-col h2
{
  font-size: 1.5em;
  font-weight: bold;
  color: #656565;
  margin-bottom: 0.75em;
}

.two-col p
{
  font-size: 0.75em;
  line-height: 1.5em;
  color: #161719;
  margin-bottom: 1.5em;
}

.two-col .right-col
{
  float: left;
  display: inline;
  width: 340px;
  padding: 20px;
  background: #212121;
}

.two-col .right-col h2
{
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  background: transparent url(../images/separator.gif) bottom left repeat-x;
}

.two-col .right-col p
{
  color: #ffffff;
}

.right-col dl
{
  float: left;
  display: inline;
  width: 340px;
  margin-bottom: 20px;
}

.right-col dt
{
  float: left;
  display: inline;
  width: 108px;
  font-weight: bold;
  font-size: 0.75em;
  line-height: 1.5em;
  color: #ffffff;
}

.right-col dd
{
  float: left;
  display: inline;
  width: 232px;
  font-size: 0.75em;
  line-height: 1.5em;
  color: #ffffff;
}

/****************************** Column item listing ******************************/

.item-listing
{
  margin-bottom: 60px;
}

.item-listing li
{
  padding: 18px 0;
  border-top: 1px solid #d8d8d8;
}

.item-listing li.last
{
  border-bottom: 1px solid #d8d8d8;
}

.item-listing img
{
  float: left;
  display: inline;
  width: 140px;
  margin-right: 10px;
}

.item-listing .details
{
  float: left;
  display: inline;
  width: 370px;
}

.item-listing a
{
  background: transparent url(../images/order-lh-bg.png) no-repeat top left;
  float: right;
  display: inline;
  height: 28px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.625em;
  font-weight: bold;
  text-shadow: -1px 1px 1px #668d00;
  text-decoration: none;
  padding-left: 12px;
}

.item-listing a span
{
  float: left;
  display: inline;
  background: transparent url(../images/order-rh-cap.png) no-repeat top right;
  height: 28px;
  padding-right: 12px;
  cursor: pointer;
}

.item-listing .title
{
  display: block;
  font-weight: bold;
  font-size: 1.5em;
  color: #656565;
}

.item-listing .price
{
  display: block;
  font-weight: bold;
  font-size: 1.25em;
  color: #b4b4b4;
  margin-bottom: 26px;
}

.item-listing p
{
  font-size: 0.75em;
  line-height: 1.25em;
  margin-bottom: 0;
  color: #656565;
}

/****************************** Footer ******************************/

#footer
{
  float: left;
  width: 940px;
  padding: 30px 40px;
  margin: 0 auto 60px;
  background: transparent url(../images/footer-bg.png) repeat-x top center;
}

#footer .col
{
  float: left;
  display: inline;
  width: 450px;
  height: 150px;
  margin-right: 20px;
  padding-bottom: 20px;
  background: transparent url(../images/separator.gif) bottom left repeat-x;
}

#footer .nobg
{
  background: none;
}

#footer .doublecol
{
  width: 460px;
}

#footer div.last
{
  margin-right: 0;
}

#footer h3
{
  font-size: 1.25em;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 12px;
  margin-bottom: 12px;
  background: transparent url(../images/separator.gif) bottom left repeat-x;
}

#footer p
{
  color: #ffffff;
  font-size: 0.75em;
  line-height: 1.5em;
  margin-bottom: 20px;
}

#footer p.last
{
  margin-bottom: 0px;
}

#footer ul
{
  float: left;
  display: inline;
  margin-top: 3px;
}

#footer li
{
  list-style-position: outside;
  color: #ffffff;
  font-size: 0.75em;
  padding: 0 0 16px 0;
  margin-bottom: 12px;
  background: transparent url(../images/separator.gif) bottom left repeat-x;
}

#footer li.last
{
  background: none;
}

#footer a
{
  color: #fbff25;
}

#footer a:hover
{
  color: #d9dd03;
}

/****************************** Newsletter sign up (footer) ******************************/

#newsletter-signup
{
  margin: 12px 0;
}

#newsletter-signup .single-line-form
{
  height: 24px;
  background: #232323;
  border: 1px solid #343434;
  padding: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#newsletter-signup .single-line-form input.text
{
  float: left;
  display: inline;
  height: 24px;
  width: 122px;
  line-height: 24px;
  padding: 0px;
  border: none;
  background: transparent;
  color: #ffffff;
}

#newsletter-signup .single-line-form input.submit
{
  float: right;
  display: inline;
  height: 24px;
  width: 70px;
  margin: 0 0 0 10px;
  line-height: 24px;
  padding: 0px;
  background: #e9e9e9;
  color: #4a4a4a;
  font-family: Arial, Helvetica, clean, serif;
  font-size: 0.75em;
  text-align: center;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/****************************** Slider ******************************/

ul.slider {
  float: left;
  display: inline;
  position: relative;
  width: 940px;
  height: 313px;
  margin-bottom: 40px;
  border: none;
}

ul.slider li
{
  position: absolute;
  height: 313px;
}

div.anythingSlider
{
  float: left;
  display: inline;
  padding: 0px;
  margin-bottom: 40px;
  border: 1px solid #333;
}

div.anythingSlider ul li {
  position: relative;
}

div.anythingSlider .anythingControls
{
  display: none;
}

div.anythingSlider .arrow
{
  display: none;
}

div.anythingSlider.activeSlider .anythingWindow
{
  border: none;
}

/****************************** News list ******************************/

ul.news li
{
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  background: transparent url(../images/separator.gif) bottom left repeat-x;
  list-style-type: none;
}

ul.news h2
{
  background: none;
  margin-bottom: 0;
  width: 620px;
}

ul.news h2 a
{
  text-decoration: none;
}

ul.news .date
{
  color: #aaa;
  display: block;
  margin-bottom: 0.75em;
}

ul.news img
{
  float: left;
  display: inline;
  margin-right: 20px;
}

ul.news .content
{
  float: left;
  display: inline;
  width: auto;
}
