/*  =reset.css */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, button,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
em {
	font-style: normal;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Body  */
body {
	background-color: #ffe6b0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.3;
}

/* Links */
a:link, a:visited {
	color: #3d6281;
	text-decoration: none;
}
a:hover {
	color: #f3b800;
}

/* Blocktext */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Verdana,"Times New Roman", Times, serif;
	font-weight: bold;
}
h2 {
	margin: 10px 0 0 0;
	font-size: 20px;
	font-variant: small-caps;
	color: #3d6281;
}
#sitewide h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #c60;
	font-size: 22px;
	letter-spacing: 1px;
}
h3 {
	margin: 60px 0 10px 0;
	font-size: 16px;
	color: #3d6281;
	border-bottom: 1px solid #c60;
}
h3.top {
	margin: 20px 0 10px 0;
}
h4 {
	margin: 0 0 10px 0;
	color: #c60;
	font-size: 110%;
	border-bottom: 1px solid #f1e8d1;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:  #3d6281;
	margin: 0 0 5px 0;
}
h5.top {
	margin: 20px 0 0 0;
}
h6 {
	font-size: 15px;
	color: #CC6600;
}
.nolink {
	color: #3d6281;
}
u {
	text-decoration: underline;
}
/* Layout */
#wrapper {
	width:  1000px;
	margin:  10px auto 0 auto;
	background: #fdf8f2 url(images/subnav_bg.gif) repeat-y left top;
}
#main_nav {
	float: left;
	height: 30px;
	width: 1000px;
	clear: both;
}
#sub_nav {
	float: left;
	width: 160px;
}
#content {
	float: right;
	width: 820px;
}
#home #content {
	background: #fdf8f2 url(images/colsub_bg.gif) repeat-y right top;
}
#sitewide #content {
	float: right;
	width: 690px;
	margin: 20px 120px 30px 10px;
	line-height: 1.5;
}
#colmain {
	float: left;
	width: 420px;
}
#colsub {
	float: right;
	width: 320px;
	line-height: 1.3;
}
#footer { 
	clear: both; 
} 

/* Branding */
#header {
	background: url(images/header-bg.gif) no-repeat left top;
	height: 100px;
	width: 1000px;
}
#header h1 {
	text-indent: -9999px;
}
#header h2 {
	padding: 30px 130px 0 665px;
	margin: 0;
	font-size: 1em;
	font-variant: normal;
	line-height: 1.1em;
}
#header h2 a {
	color: #fff;
}
#header h2 a:hover {
	color: #f3b800;
} 
#header img {
	margin: 3px 0 0 10px;
}
#header img.pondscapes_img {
	margin: 3px 0 0 545px;
}

/*  Navigation */
#main_nav {
	background: url(images/welcome.gif) no-repeat left top;
}
#main_nav ul {
	margin:  10px 0 100% 440px;
}
#main_nav li {
	display: inline;
	padding: 0 10px 0 10px;
	border-right: 1px solid #3d6281;
	font-size: 95%;
}
#main_nav li.last {
	border-right: none;
}
#main_nav a {
	text-decoration: none;
}
#sub_nav ul {
	list-style-type: none;
	margin: 15px 0 0 0;
}
#sub_nav li {
	margin: 5px 6px 8px 7px;
	min-height: 7px;
}
#sub_nav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#sub_nav a:hover {
	color: #f3b800;
	text-decoration: none;
}

/* Content */
#colmain {
	margin: 20px 0;
}
#colmain ul {
	background-color: #f1e8d1;
	padding: 3px;
	margin: 5px 0 0 0;
}
#colmain li {
	color: #3d6281;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
}
#colmain li.save {
	color: #CC6600;
}
#stove_list {
	float: left;
	clear: both;
	font-size: 11px;
}
#stove_list h3 {
	margin: 30px 0 10px 0;
}
.stove_info {
	width: 420px;
	float: left;
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #F1E8D1;
}
#sitewide .stove_info {
	width: 630px;
	font-size: 11px;
}
.stove_info_col1 {
	width: 145px;
	float: left;
}
.stove_info_col2 {
	width: 265px;
	float: right;
}
#sitewide .stove_info_col2 {
	width: 460px;
}
#colsub {
	padding: 10px;
	color: #3d6281;
}
#colsub ul {
	list-style-type: disc;
	margin: 5px 0 10px 20px;
}
#colsub p {
	font-size: 12px;
	line-height: 1.5;
}
#colsub li {
	font-size: 12px;
}
#colsub a {
	text-decoration: underline;
}
#fuelChart{
	background: url(images/fuel-chart2.gif) no-repeat left bottom; 
	height: 370px;
	padding: 0 15px 0 3px;
	margin: 75px 0 0 0;
}
#fuelChart p {
	margin: 0 0 15px 0;
	font-size: 1.1em;
}
#main {
	margin: 0 0 0 40px;
}
.fuel_list {
	margin: 0 0 0 30px;
	width: 600px;
}
.fuel_list ul, .stove_info ul, .info #main ul {
	list-style-type: disc;
	margin: 10px 0 10px 40px;
}
#home .stove_info ul {
	list-style-type: none;
}
.promo {
	font-weight: bold;
	color: #c60;
}
.stoves .promo {
	margin: 10px 0 0 0;
}
.info p {
	margin: 0 0 20px 0;
}
.info #main {
	margin: 30px 0 0 40px;
}
/* Footer */
#footer {
	background-color: #CF9C48;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
#footer ul {
	margin-top: 5px;
}

/* Classes */
.save {
	color: #3d6281;
	font-weight: bold;
	font-size: 1.1em;
}
.imgleft {
	float: left;
	margin: 0 10px 0 0;
}
.imgright {
	float: right;
	margin: 0 0 5px 10px;
}
.marginbottom3em {
	margin-bottom: 3em;
}
.margintop2em {
	margin-top: 2em;
}
.paddingtop2em {
	padding-top: 2em;
}
.paddingtop3em {
	padding-top: 3em;
}

