html, body {
	height: 100%;
	}
	
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #ffb511;
	background-color: #000;
	margin: 0px;
	background-image: url(../images/assets/wood_background_3.jpg);
	background-repeat: repeat;
}

a {
  text-decoration: none;
  color: #ffb511;
}

form {
margin:0;
padding:0;
}


.logo {
	/* BG size = width: 270, height:126 - for Ref */
    background: url(../images/assets/logo_03.png) no-repeat left top;
	height: 126px;
	width: 275px;
	position: relative;
    top: 0;
	left: -65px;
	z-index: 2;
    display: block;
    float: left;
}

#container {
	position: relative;
	min-height: 100%;
	}

.main {
	width: 985px;
	/* Temporary BG Color for visualization
	background-color: #CF0; */
	/* end temp bgcolor */
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 35px;
}

.top_section {
	width: 645px;
	height: 100px;
	border: 0; /*1px solid #f00; */ /* uncomment for testing */
	position: relative;
    margin-left: 340px;
	top: 20px;
	text-align: right;
/*  display: block; */
/*  left: 348px; */
/*	padding: 5px;*/
    text-shadow: #000cff 0 0 3px;
}

.nav_bg {
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 10px;
	height: 43px;
    z-index: 999;
}
#nav_bg_center {
	background: url(../images/assets/nav_bg_center.png) repeat-x center;
	height: 43px;
	width: 965px;
	margin-left: 10px;
}
#nav_bg_left {
	background: url(../images/assets/nav_bg_left.png) no-repeat;
	float: left;
	width: 10px;
	height: 43px;
	z-index: 2;
}
#nav_bg_right {
	background: url(../images/assets/nav_bg_right.png) no-repeat;
	float: right;
	width: 10px;
	height: 43px;
	z-index: 5;
}

#primary_wrap {
	background: url(../images/assets/primary_bg.png) repeat-x;
	width: 985px;
	height: 342px;
	position: relative;
	margin: auto;
	padding-bottom: 10px;
}
.primary_content {
	background: url(../images/assets/primary_content_01.jpg) no-repeat center center;
	width: 975px;
	height: 332px;
	position: relative;
	margin: auto;
	padding-top: 10px;
	vertical-align: middle;
    overflow: hidden; /* change to "scroll" and make scrollbars */
}
.pc_text {
/*  border: thin #f00 solid; */ /* Remove Comment Bars for testing */
  position: absolute;
  width: 625px;
  right: 0;
  top: 75px;
  text-shadow: #333 -0.1em 0 0.2em;
  font-weight: bold;
}
.pc_text a:hover {
  color: #ff9d11;
}
.pc_text h1 {
  font-size: 3em;
  font-weight: lighter;
  color: #fff;
  padding: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
}
.pc_text h6 {
  position: relative;
  color: #fff;
  width: 945px;
  height: 303px;
  right: 345px;
  top: -90px;
  padding: 10px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#55000000', EndColorStr='#55000000');
}

h6 strong {
  color: #ffb511;
}


.pc_text img {
  padding-top: 10px;
  padding-right: 10px;
}


#secondary_wrap {
	background: url(../images/assets/secondary_bg.png) repeat-x;
	float: left;
	height: 175px;
	width: 480px;
	padding: 5px;
}
.secondary_content {
    background-color: rgba(0, 100, 255, 0.4);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#550044FF', EndColorStr='#550044FF');
    /*	background-color: #526d90; */
	padding: 5px;
	height: 155px;
	width: 470px;
    color: #fff;
    text-align: center;
}
.secondary_content_dashes {
	border: thin dashed #709ed8;
    height: 154px;
    padding: 0 5px;
    overflow: hidden; /* change to "scroll" and make scrollbars */
	}
.secondary_content_dashes h1 {
  font-size: 2.3em;
  font-weight: lighter;
  color: #0095d5;
  padding: 0;
  margin: 25px 0 0 0;
  font-family: Helvetica, Arial, sans-serif;
}

#tertiary_wrap {
	background: url(../images/assets/tertiary_bg.png) repeat-x;
	float: right;
	height: 175px;
	width: 480px;
	padding: 5px;
}
.tertiary_content {
    background-color: rgba(85, 65, 15, 0.65);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#cc55410f', EndColorStr='#5555410f');
/*	background-color: #271900; */
	padding: 5px;
	height: 155px;
	width: 470px;
    color: #fff;
    text-align: center;
}
.tertiary_content_dashes {
	border: thin dashed #7e6c50;
	height: 154px;
    padding: 0 5px;
    overflow: hidden; /* change to "scroll" and make scrollbars */
	}
.tertiary_content_dashes h1 {
  font-size: 2.3em;
  font-weight: lighter;
  color: #ffb511;
  padding: 0;
  margin: 25px 0 0 0;
  font-family: Helvetica, Arial, sans-serif;
}

#footer {
	background:url(../images/assets/footer_bg.png);
	background-repeat: repeat-x;
	height: 36px;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 0.7em;
}

#footer_wrap {
	width: 985px;
	height: 30px;
	position: relative;
	bottom: -5px;
	margin: auto;
}
#footer_wrap a {
    color: #ffb511;
}
#footer_wrap a:hover {
    text-decoration: underline;
}


.footer_nav {
	text-align: left;
	position: absolute;
	bottom: 8px;
	right: 0;
}
.footer_nav a {
  margin: 0 3px;
}


.copyright {
	text-align:left;
	position: absolute;
	bottom: 8px;
	left: 0;
}

/* Phone Number Style */
.phone {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  line-height: 37px;
  margin: 1px;
  position: absolute;
  right: 525px;
  /* background: url(../images/assets/fade.png) repeat-x; */
}


/* Add to Cart Button Style */
.viewcart {
	width: 63px;
	height: 37px;
	text-indent: -9999px;
	background: url(/media/cart_button.png) no-repeat;
    margin: 1px;
    border: none;
    position: absolute;
    right: 460px;
}


/* Search Section */
fieldset.search {
    padding: 0px;
	width: 200px;
    border: none;
    right: 250px;
    position: absolute;
}
.search input,
.search button {
	border: none;
	float: left;
}
.search input.box {
	color: #000;
    font-size: 0.7em;
	width: 133px;
	padding: 5px 0;
    border: thin solid #fff;
    background-color: rgba(200, 200, 200, 0.75);
    filter:alpha(opacity=75);
	margin: 7px 0 5px 0;
}
.search button.btn {
	width: 56px;
	height: 37px;
	text-indent: -9999px;
	background: url(/media/search_button.png) no-repeat top right;
    margin: 1px;
}
/* End Search Section */

/* Constant Contact Signup Box */
.cc_signup {
  position: absolute;
  width: 250px;
  top: 40px;
  right: 0px;
  height: 74px;
  text-align: left;
  color: #fff;
  font-size: 1em;
}

fieldset.joinus {
	padding: 0;
    border: none;
    right: 0;
    position: absolute;
}
.joinus input,
.joinus button {
	border: none;
	float: left;
}
.joinus input.box {
	color: #000;
    font-size: 0.7em;
	width: 185px;
	padding: 5px 0;
    border: thin solid #fff;
    background-color: rgba(200, 200, 200, 0.75);
    filter:alpha(opacity=75);
	margin: 7px 0 5px 0;
}
.joinus button.join {
	width: 56px;
	height: 37px;
	text-indent: -9999px;
	background: url(/media/join_button.png) no-repeat top right;
    margin: 1px;
}


/* Begin Product Section */
#Text1_wrap {
  background: url(../images/assets/primary_bg.png) repeat-x;
  width: 975px;
  position: relative;
  padding: 5px;
  margin-bottom: 10px;
}
.Text1_content {
	background: #fff;
	width: 955px;
	position: relative;
	z-index: 3;
    color: #000;
    padding: 10px;
	vertical-align: middle;
    overflow: hidden; /* change to "scroll" and make scrollbars */
}


#product_wrap {
	background: url(../images/assets/primary_bg.png) repeat-x;
	width: 975px;
	height: 342px;
	position: relative;
	margin: auto;
	padding: 5px;
}
.product_bg {
  background: #eae29b;
  width: 975px;
  height: 332px;
  position: relative;
  z-index: 3;
  vertical-align: middle;
}

.desc_section {
/*  border: 1px #f00 solid; */ /* Uncomment for testing */
  width: 315px;
  position: absolute;
  left: 0;
  margin: 10px 15px;
  max-height: 310px;
  overflow: auto;
}
.title {
  color: #0079c7;
  font-weight: bold;
  margin-bottom: 15px;
}
.desc {
  color: #503b26; /* style color */
  font-size: 0.8em;
}


.image_section {
/*  border: 1px #f00 solid; */ /* Uncomment for testing */
  position: absolute;
  left: 340px;
  width: 300px;
  margin: auto;
  padding: 2px 0 0 0;
}

.subprod_section {
/*  border: 1px #f00 solid; */ /* Uncomment for testing */
  right: 0;
  position: absolute;
  width: 325px;
  font-size: 0.7em;
  color: #503b26; /* matching prod desc. */
  padding: 10px 2px 0 2px;
}
.subprod_section hr {
  color: #503b26;
  background-color: #503b26;
  width: 98%;
  padding: 0;
  margin: 0;
  height: 2px;
  border: none;
}


.price {
  color: #0079c7;
  text-shadow: #fff 0 0 3px;
}

#pagelinks {
  margin-bottom: 10px;
}

