/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}

body {
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	color: #202416;
	background: url(/images/bg.gif) repeat-x top #465c1e;
	}

a:link, a:visited {
	color: #1162a4;
	text-decoration: underline;
	}

a:hover, a:active {
	text-decoration: none;
	}
	
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
 
img {
	border:0;
}

p {
	margin: 0;
	padding: 0;
	line-height: 16px;
	}

 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em arial, helvetica, sans-serif;
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 18px 0;
padding:0;
}
 
  table tr td {
  padding:2px;
  }
 
 
/***** Global Classes *****/
 
.clear {
	clear: both;
	font-size: 1px;
	}
	
.clear-left {
	clear: left;
	font-size: 1px;
	}

.clear-right {
	clear: right;
	font-size: 1px;
	}

.no {
	margin: 0 !important;
	padding: 0 !important;
	}

.no-right {
	margin-right: 0 !important;
	}

a span, h1 span, h2 span {
	display: none;
	}

.bottom {
	margin-bottom: 20px !important;
	}

.blue {
	color: #1162a4;
	}
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.img-left      { float:left; margin:0 10px 4px 0; }
.img-right     { float:right; margin:0 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


/***** Main Layout Containers *****/

#master {
	width: 859px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	}

#header {
	width: 859px;
	height: 225px;
	margin: 0;
	background: url(/images/header-bg.gif) no-repeat;
	position: relative;
	}

#body-content {
	float: left;
	width: 809px;
	background: url(/images/body-bg.gif) repeat-y;
	margin: 0;
	padding: 5px 25px 10px 25px;
	text-align: left;
	}

#body-content p {
	margin: 0 0 10px 0;
	padding: 0;
	}


/***** Main Elements *****/

a#logo {
	float: left;
	display: block;
	background: url(/images/logo.gif) no-repeat;
	width: 179px;
	height: 180px;
	position: absolute;
	top: 17px;
	left: 47px;
	}


#flash-header {
	width: 630px;
	height: 225px;
	float: right;
	}

ul.blue-flame {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	}

ul.blue-flame li {
	margin: 0 0 2px 0;
	padding: 5px 0 0 25px;
	background: url(/images/blue-flame.gif) no-repeat 0px;
	min-height: 18px;
	}

*html ul.blue-flame li {
	height: 18px;
	}
	
ul.red-flame2 {
	margin: 0 0 0 19px;
	padding: 0;
	list-style: none;
	}

ul.red-flame2 li {
	/*margin: 0 0 2px 0;*/
	padding: 2px 0 2px 16px;
	background: url(/images/red-flame2.gif) no-repeat 0px;
	min-height: 18px;
	border-bottom:1px solid #d3bf84;
	width:210px;
	z-index:800;
	}

ul.red-flame {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul.red-flame li {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	background: url(/images/red-flame.gif) no-repeat top left;
	}

ul.red-flame-fl {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul.red-flame-fl li {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	float: left;
	display: inline;
	width: 170px;
	background: url(/images/red-flame.gif) no-repeat top left;
	}

ul.red-flame-spaced {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul.red-flame-spaced li {
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	background: url(/images/red-flame.gif) no-repeat top left;
	}

a.blog-button {
	display: block;
	width: 136px;
	height: 39px;
	background: url(/images/blog-button.gif) no-repeat 0% 0%;
	}

a.blog-button:hover {
	background-position: 100% 100%;
	}

a.submit-button {
	display: block;
	width: 136px;
	height: 39px;
	background: url(/images/submit-button.gif) no-repeat 0% 0%;
	}

a.submit-button:hover {
	background-position: 100% 100%;
	}

div.paper-feature {
	width: 799px;
	margin: 20px auto;
	padding: 0;
	}

div.paper-feature div.top {
	width: 799px;
	height: 48px;
	background: url(/images/paper-top.gif) no-repeat;
	text-align: center;
	padding: 9px 0 0 0;
	}

div.paper-feature div.top h2 {
	height: 26px;
	margin: 0 auto;
	}

/***** Paper Feature h2s *****/
h2#background-info {
	background: url(/images/titles/product/background.gif) no-repeat center;
	width: 185px;
	}

h2#building {
	background: url(/images/titles/campfire/building.gif) no-repeat center;
	width: 185px;
	}

h2#notes {
	background: url(/images/titles/contest/notes.gif) no-repeat center;
	width: 185px;
	}

h2#form {
	background: url(/images/titles/contact/form.gif) no-repeat center;
	width: 185px;
	}

h2#testimonials {
	background: url(/images/titles/testimonials/form.gif) no-repeat center;
	width: 250px;
	}

div.paper-feature div.body {
	width: 759px;
	float: left;
	background-color: #f4e5ba;
	padding: 10px 20px;
	}

div.paper-feature div.bot {
	width: 799px;
	height: 103px;
	clear: both;
	background: url(/images/paper-bot.gif) no-repeat;
	}
	

/* h1 titles */

h1.title {
	height: 29px;
	margin: 0 0 5px 0;
	padding: 0;
	}

h1#title-light {
	width: 266px;
	background: url(/images/titles/home/light.gif) no-repeat;
	}

h1#title-threesome {
	width: 266px;
	background: url(/images/titles/home/threesome.gif) no-repeat;
	}

h1#title-saying {
	width: 272px;
	background: url(/images/titles/home/saying.gif) no-repeat;
	}

h1#title-ordering {
	width: 246px;
	background: url(/images/titles/home/ordering.gif) no-repeat;
	}

h1#title-life {
	width: 261px;
	background: url(/images/titles/product/life.gif) no-repeat;
	}

h1#title-prodmerch {
	width: 261px;
	background: url(/images/titles/product/merch.gif) no-repeat;
	}

h1#title-build {
	width: 230px;
	background: url(/images/titles/campfire/build.gif) no-repeat;
	}

h1#title-links {
	width: 163px;
	background: url(/images/titles/campfire/links.gif) no-repeat;
	}

h1#title-contest {
	width: 550px;
	background: url(/images/titles/contest/contest.gif) no-repeat;
	}

h1#title-testimonials {
	width: 550px;
	background: url(/images/titles/testimonials/testimonials.gif) no-repeat;
	}

h1#title-contact {
	width: 326px;
	background: url(/images/titles/contact/contact.gif) no-repeat;
	}

h1#title-purchase {
	width: 400px;
	background: url(/images/titles/contact/purchase.gif) no-repeat;
	}

h1#title-legal {
	width: 324px;
	background: url(/images/titles/legal/legal.gif) no-repeat;
	}
	
h1#title-notice {
	width: 324px;
	background: url(/images/titles/legal/notice.gif) no-repeat;
	}

h1#title-privacy {
	width: 324px;
	background: url(/images/titles/legal/privacy.gif) no-repeat;
	}

h1#title-terms {
	width: 324px;
	background: url(/images/titles/legal/terms.gif) no-repeat;
	}

h1#title-copyright {
	width: 360px;
	background: url(/images/titles/legal/copyright.gif) no-repeat;
	}

h1#title-linking {
	width: 360px;
	background: url(/images/titles/legal/linking.gif) no-repeat;
	}

h1#title-liability {
	width: 360px;
	background: url(/images/titles/legal/liability.gif) no-repeat;
	}

h1#title-trademarks {
	width: 360px;
	background: url(/images/titles/legal/trademarks.gif) no-repeat;
	}

h1#title-copy {
	width: 360px;
	background: url(/images/titles/legal/copy.gif) no-repeat;
	}

h1#title-contacts {
	width: 360px;
	background: url(/images/titles/legal/contacts.gif) no-repeat;
	}


h1.side-title {
	width: 252px;
	height: 38px;
	margin: 0 0 5px 0;
	padding: 0;
	}

h1#stitle-merchinfo {
	background: url(/images/titles/home/merch-info.gif) no-repeat;
	margin:0px 0px 0px 15px;
	}

h1#stitle-merchloc {
	background: url(/images/titles/home/merch-loc.gif) no-repeat;
	}


/***** Main Nav *****/

ul#nav {
	width: 824px;
	height: 39px;
	background: url(/images/nav/bg.gif) no-repeat;
	margin: 0;
	padding: 20px 0 0 35px;
	}

ul#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	}

ul#nav li a {
	height: 14px;
	display: block;
	margin: 0 25px;
	}

ul#nav li a#home {
	width: 35px;
	background: url(/images/nav/home.gif) no-repeat 0% 0%;
	}	

ul#nav li a#product {
	width: 80px;
	background: url(/images/nav/product.gif) no-repeat 0% 0%;
	}	

ul#nav li a#campfire {
	width: 87px;
	background: url(/images/nav/campfire.gif) no-repeat 0% 0%;
	}	

ul#nav li a#contest {
	width: 150px;
	background: url(/images/nav/contest.gif) no-repeat 0% 0%;
	}	

ul#nav li a#testimonials {
	width: 80px;
	background: url(/images/nav/testimonials.gif) no-repeat 0% 0%;
	}	

ul#nav li a#order {
	width: 72px;
	background: url(/images/nav/order.gif) no-repeat 0% 0%;
	}	

ul#nav li a#contact {
	width: 113px;
	background: url(/images/nav/contact.gif) no-repeat 0% 0%;
	}	

ul#nav li a#home:hover, ul#nav li a#product:hover, ul#nav li a#campfire:hover, ul#nav li a#contest:hover, ul#nav li a#testimonials:hover, ul#nav li a#order:hover, ul#nav li a#contact:hover {
	background-position: 100% 100%;
	}


/***** Homepage Styles *****/

#flash-intro {
	width: 809px;
	height: 201px;
	background: url(/images/flash-filler.gif) no-repeat;
	margin: 0 0 10px 0;
	}

#home-left {
	width: 500px;
	float: left;
	margin: 0 23px 0 0;
	}

#home-right {
	float: right;
	width: 286px;
	
	}

#home-right .merch-bg1 {background:url(/images/merch-bg.gif) repeat-y; margin-left:15px;}
#home-right .merch-bg2 {background:url(/images/merch-bt2.gif) no-repeat bottom left; height:330px;}

#home-right .merch-bt {
	background:url(/images/merch-bt.gif) no-repeat; 
	height:39px; 
	margin-top:-10px; 
	z-index:-1000;
}

a#contest-banner {
	display: block;
	margin: 15px auto 0 auto;
	width: 258px;
	height: 125px;
	background: url(/images/contest-banner.gif) no-repeat 0% 0%;
	}

a#contest-banner:hover {
	background-position: 100% 100%;
	}

a#buynow-banner {
	display: block;
	margin: 15px auto 0 auto;
	width: 258px;
	height: 125px;
	background: url(/images/buynow-banner.gif) no-repeat 0% 0%;
	}

a#buynow-banner:hover {
	background-position: 100% 100%;
	}

a#three-pack {
	width: 135px;
	height: 105px;
	display: block;
	background: url(/images/icons/3pack.gif) no-repeat 0% 0%;
	float: right; 
	margin: 0 0 4px 10px;
	}

a#three-pack.left { float: left !important; margin: 0 10px 4px 0; }

a#three-pack:hover { background-position: 100% 100%; }

/***** Product Info Styles *****/

#product-uses {
	width: 809px;
	height: 156px;
	background: url(/images/pics/product-uses.jpg) no-repeat center;
	margin: 5px 0 20px 0;
	}

#product-uses span {
	display: none;
	}

#prodpaper-bot {
	width: 799px;
	height: 289px;
	clear: both;
	background: url(/images/pics/productinfo-bot.jpg) no-repeat;
	}

/*#product-video {
	float: right;
	margin: 0 0 0 10px;
	width: 292px;
	height: 239px;
	border: 1px solid #bdad7c;
	padding: 3px 0;
	background-color: #fff;
	}*/
	
/*#product-video {
	float: right;
	margin: 0 0 0 10px;
	width: 358px;
	height: 221px;
	border: 1px solid #bdad7c;
	padding: 3px 0 3px 3px;
	background-color: #fff;
	}	*/

#product-video {
	float: right;
	margin: 0 0 0 10px;
	width: 419px;
	height: 259px;
	border: 1px solid #bdad7c;
	padding: 3px 0 3px 3px;
	background-color: #fff;
	}


#merch-info {
	width: 809px;
	clear: both;
	margin: 20px 0;
	}

#merch-info div.left {
	float: left;
	width: 385px;
	}

#merch-info div.right {
	float: right;
	width: 385px;
	}

a#contact-banner {
	display: block;
	margin: 30px 0 0 20px;
	width: 258px;
	height: 125px;
	background: url(/images/contact-banner.gif) no-repeat 0% 0%;
	}

a#contact-banner-wide {
	display: block;
	margin: 10px 0 0 0;
	width: 350px;
	height: 91px;
	background: url(/images/contact-banner-wide.gif) no-repeat 0% 0%;
	}

a#contact-banner:hover, a#contact-banner-wide:hover  {
	background-position: 100% 100%;
	}


/***** Building a Campfire Styles *****/

#campfire-video {
	float: left;
	width: 400px;
	margin-right: 10px;
	}

#campfire-links {
	float: right;
	text-align: left;
	width: 399px;
	}

#campfire-links ul {
	font-size: 11px;
	}

#campfire-links p {
	margin: 0 0 5px 0;
	}

#campfire-links div.left {
	float: left;
	width: 199px;
	margin-right: 10px;
	}

#campfire-links div.right {
	float: right;
	width: 190px;
	}


/***** Testimonials Styles *****/

div.test-listing {
	clear: left;
	}

div.test-listing div.start {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px; 
	background: url(/images/quote-start.gif) no-repeat top;
	}
	
div.test-listing div.end {
	width: 30px;
	height: 30px;
	float: left;
	background: url(/images/quote-end.gif) no-repeat top;
	}

div.test-listing div.body {
	float: left;
	width: 500px;
	}


/***** Contact Form Styles *****/

#dvContact {
	margin: 0px 50px;
	}

#dvSent {
	margin: 0 0 0 100px;
	height: 155px;
	}

#dvContact div.left, #dvContact div.right {
	float: left;
	width: 320px;
	}

#dvContact table tr td.label {
	text-align: right;
	width: 150px;
	font-weight: bold;
	padding-right: 10px;
	font-family:'Century Gothic';
	font-size:13px;
	}

#dvContact input {
	width: 175px;
	height: 18px;
	border: 1px solid #c6a467;
	}

#dvContact textarea {
	width: 175px;
	height: 75px;
	border: 1px solid #c6a467;
	}
	

#green-box {
	background:url(/images/contact-green2.gif) no-repeat;
	width:305px;
	height:138px;
	margin:30px 0px 0px 50px;
	text-align:center;
	font-family:'Century Gothic';
	font-size:13px;
}

#green-box p {
	padding:0px 15px 0px 15px;
	color:#FFF;
	font-weight:bold;
	position:relative;
	top:-35px;}	

#green-box .logo {
	width:46px;
	height:60px;
	background:url(../images/logo-sm.gif) no-repeat;
	position:relative;
	top:-30px;
	left:-15px;
	}

/***** Blog Styles by Chad *****/

#westside
	{
	float: left;
	width: 516px;
	padding: 10px;
	}

#eastside
	{
	float: right;
	width: 200px;
	padding: 10px;
	}

.post h3.post-header
	{
	padding: 0 0 3px 0;
	margin: 0;
	font-size: 15pt;
	font-weight: bold;
	}

.post h3.post-header a
	{
	text-decoration: none;
	color: #000;
	}

.post h3.post-header a:hover
	{
	text-decoration: underline;
	}

.post small.post-header
	{
	font-size: 7pt;
	color: #1162A4;
	}

.post .post-meat
	{
	border-top: 1px solid #e3d2b2; border-bottom: 1px solid #e3d2b2;
	padding: 12px 0;
	margin: 12px 0 30px 0;
	}	

.post .post-meat p
	{
	padding: 6px 0;
	}

#eastside h3
	{
	color: #fff;
	font-weight: bold;
	padding: 8px 0 0 0; margin: 0;
	background: #895901 url(/images/blog/cat-head-bg.jpg) 0 0 no-repeat;
	text-align: center;
	width: 220px;
	height: 41px;
	float: left;
	}

#eastside .cat-list
	{
	background: #f4e5b9 url(/images/blog/cat-list-bg.jpg) bottom left no-repeat;
	width: 200px;
	padding: 0 10px 40px 10px;
	float: left;
	}
#eastside .cat-list h4
	{
	font-weight: bold;
	padding: 12px 0 4px 0; margin: 0;
	border-bottom: 1px solid #895901;
	}
#eastside .cat-list ul
	{
	list-style: none;
	margin: 0; padding: 0;
	}

#eastside .cat-list ul li
	{
	padding: 0 0 0 15px;
	margin: 8px 0;
	background: transparent url(/images/blog/cat-list-li-bg.gif) 0 4px no-repeat;
	}

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

#footer {
	width: 859px;
	height: 120px;
	padding: 10px 0 0 0;
	clear: both;
	background: url(/images/footer-bg.gif) no-repeat top #465c1e;
	text-align: center;
	color: #fff;
	font-size: 11px;
	}

#footer ul {
	margin: 5px 0 15px 0;
	padding: 0;
	list-style: none;
	}

#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
	}

#footer ul li a {
	color: #fff;
	padding: 0 10px;
	}

#footer p#seo {
	color: #719435;
	}

#seo a { text-decoration:none; color:#719435;}	

.century { font-family:"Century Gothic";}

