@charset "utf-8";
/* PURE Heat Wood Pellet Fuel CSS Document */


/* Table of contents:

	Body
	Text Treatments
	Containers
		Main Container
		Main Key Visual
		Left Side HTML
		Flash Area
		Static Content Area
		Static Nav
		
	Static Content Boxes
		Benefits
		Premium
		Product
		Where 2 buy
		News
		
	Static/Flash Choice
	Flash Gallery Button
	This Site Requires...
	
End Table of Contents	*/
			

body {
background-position:center;
background-repeat:repeat-y;
background-color:#e5e4b2;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
	}
	
/* Text Treatments */	

.dropcap {
  float: left;
  font: normal 60pt/0.8em Georgia, Verdana, Arial, Helvetica, sans-serif;
  color: #f2421d;
  margin-right: 3px;
}

h1 {
	font-size:18px;
	font-weight:bolder;
	}

h2 {
	font-size:16px;
	font-weight:bolder;
	}

h3 {
	font-size:14px;
	font-weight:bolder;
	margin:3px;
	}


/* Containers */


/* Main Container */
#mainCT {
width: 900px;
height:580;
margin-left:auto;
margin-right:auto;
	}
	
	
/* Main Key Visual Banner */
#header {
    background:#000;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:84px;
	margin-top:50px;
    }
	
#KeyVisual {
	position:absolute;
	float:left;
	/* Margin: Top/Right/Bottom/Left */
	margin:5px 0px 0px 55px;
	z-index:100;
	}
	
#header p {
	position:relative;
	float:right;
	right:120px;
	top:50px;
	color:#d5d110;
	}
#header a {
	color:#d5d110;
	text-decoration:underline;
	}
#header a:hover {
	color:#d5d110;
	text-decoration:none;
	}
	
	
/* Left Side HTML */	
#LeftSide {
    background:#e5e4b2;
	background-image:url(../images/left_bg.jpg);
	background-repeat:no-repeat;
	height:496px;
	width:250px;
	margin:0px 0px 0px 0px;
	float:left;
	}
	
#LeftSideImageFloat {
	margin-top:310px;
	position:absolute;
	z-index:100;
	}
	
	
#LeftSideText {
	z-index:-1;
	width:180px;
	text-align:left;
	/* Margin: Top/Right/Bottom/Left */
	margin:10px 10px 10px 60px;
	}
#LeftSideText a {
	text-decoration:underline;
	}
	
#LeftSideText a:hover {
	text-decoration:none;
	}	
	

/* Flash Content Area */
#flash {
	background-color:#e5e4b2;
	background-image:url(../images/right.jpg);
	background-repeat:no-repeat;
	float:left;
	width:650px;
	height:496px;
	/* Margin: Top/Right/Bottom/Left */
	margin:0px 0px 0px 0px;
    }
	
	
/* Static Content Area */
#staticFrame {
	float:left;
	width:580px;
	height:425px;
}

#staticContent_01 {
	position:static;
	left:0px;
	top:0px;
	z-index:-1;
	background-image:url(../images/slideshow_img_01.jpg);
	background-repeat:no-repeat;
	width:580;
	height:426;
	margin:0px;
	padding-bottom:450px;
	}
	
#staticContent_02 {
	position:static;
	left:0px;
	top:0px;
	z-index:-1;
	background-image:url(../images/slideshow_img_02.jpg);
	background-repeat:no-repeat;
	width:580;
	height:426;
	margin:0px;
	padding-bottom:450px;
	}
	
#staticContent_03 {
	position:static;
	left:0px;
	top:0px;
	z-index:-1;
	background-image:url(../images/slideshow_img_03.jpg);
	background-repeat:no-repeat;
	width:580;
	height:426;
	margin:0px;
	padding-bottom:450px;
	}
	
/* Static Nav Area */
#navbar {
	width:580;
	font-size:12px;
	margin:0px;
	height:25px;
	text-align:center;
}

#navbar td a {
	display:block;
	height:25px;
	color:#fff;
	background-image:url(../images/nav_inactive.jpg);
	background-repeat:repeat-x;
	padding-left:23px;
	padding-right:22px;
	padding-top:4px;
	text-align:center;
	text-decoration:underline;
	}
	
#navbar td a:hover {
	display:block;
	height:25px;
	background-image:url(../images/nav_active.jpg);
	background-repeat:repeat-x;
	padding-top:4px;
	text-align:center;
	text-decoration:none;
	}
	
#activePage {
	color:#fff;
	display:block;
	height:25px;
	background-image:url(../images/nav_active.jpg);
	background-repeat:repeat-x;
	padding-left:23px;
	padding-right:22px;
	padding-top:4px;
	text-align:center;
	z-index:10;
	}

/* Static Content Boxes */

/* Benefits */
#content_box_benefits {
	float:left;
	width:300px;
	text-align:left;
	margin-left:50px;
	margin-top:25px;
	background:#FFFFFF;
	border:double;
	border-color:#999;
	padding:10px;
	z-index:200;
	}
	
#content_box_benefits h2{
	color:#F2421D;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-align:center;
		}
	
/* Premium */
#content_box_premium {
	float:left;
	width:500px;
	text-align:left;
	margin-left:30px;
	margin-top:150px;
	background:#FFFFFF;
	border:double;
	border-color:#999;
	padding:10px;
	z-index:200;
	}
	
#content_box_premium h2{
	color:#F2421D;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-align:left;
	padding-top:15px;
		}

#content_box_premium .scroll {
	width:500px;
	height:200px;
	padding-left:5px;
	padding-right:5px;
	overflow:auto;
	}
	
/* Product */
#content_box_product {
	float:left;
	width:500px;
	text-align:left;
	margin-left:30px;
	margin-top:150px;
	background:#FFFFFF;
	border:double;
	border-color:#999;
	padding:10px;
	z-index:200;
	}
	
#content_box_product h2{
	color:#F2421D;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-align:left;
	padding-top:15px;
		}

#content_box_product .scroll {
	width:500px;
	height:200px;
	padding-left:5px;
	padding-right:5px;
	overflow:auto;
	}

/* Where 2 buy */
#content_box_where2buy {
	float:left;
	width:375px;
	text-align:left;
	margin-left:0px;
	margin-top:50px;
	background:#FFFFFF;
	border:double;
	border-color:#999;
	padding:10px;
	z-index:200;
	}
	
#content_box_where2buy h2{
	color:#F2421D;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-align:center;
		}

/* News */
#content_box_news {
	float:left;
	width:300px;
	text-align:left;
	margin-left:10px;
	margin-top:200px;
	background:#FFFFFF;
	border:double;
	border-color:#999;
	padding:10px;
	z-index:200;
	}
	
#content_box_news h2{
	color:#F2421D;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-align:left;
	padding-top:15px;
		}

#content_box_news .scroll {
	width:300px;
	height:150px;
	padding-left:5px;
	padding-right:5px;
	overflow:auto;
	}

/* Static/Flash choice */
#connectionChoice {
	background:#fff;
	padding:5px;
	float:left;
	text-align:center;
	width:300px;
	height:15px;
	margin-top:0px;
	z-index:300;
	}
	
/* Flash Gallery Button */
#flashGallery_btn {
	width:54px;
	height:54px;
	margin-left:185px;
	margin-top:355px;
	position:absolute;
	z-index:50;
	}

/*
#flashGalley_button {
	display:block;
	background-image:url(../images/flashGalleryThumb_stacked.jpg);
	background-repeat:no-repeat;
	width:75px;
	height:100px;
	margin-left:165px;
	margin-top:325px;
	position:absolute;
	z-index:50;
	}
	
#flashGalley_button:hover {
	background-position: 0 -100px;
	}

#flashGalley_button span {
	display:none;
	}

/* Flash Gallery Active Image */
#flashGallery_active {
	display:block;
	background-image:url(../images/flashGalleryThumb_stacked.jpg);
	background-position: 0 -1000px;
	background-repeat:no-repeat;
	width:75px;
	height:100px;
	margin-left:165px;
	margin-top:325px;
	position:absolute;
	z-index:50;
	}
	
#flashGalley_button:hover {
	background-position: 0 0px;
	}
	
#flashGallery_active {
	display:none;
	}



/* This Site Requires... */
#thisSiteRequires {
	font-size:10px;
	float:left;
	width:160px;
	text-align:center;
	margin-left:0px;
	margin-top:auto;
	border:none;
	border-color:#999;
	padding:5px;
	z-index:200;
	}

