body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	background: #38130A url(../images/bg_page.jpg) repeat-x top;;
	padding: 0px;
	margin: 0;
	text-align: center;
}
h1 {
	color: #990000;
	font-size: 2.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2 {
	color: #990000;
	font-size: 2.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
		}
		
h3 {
	color: #990000;
	font-size: 1.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform:uppercase;
	margin: 0px;
	padding: 0px;
		}
label {
	display: block;
	padding: 2px;
}
.required {
	font-weight: bold;
	color: #FF0000;
}
.accent {font-family:Georgia, "Times New Roman", Times, serif; color:#660000; font-size: 1.2em;}
.larger {font-size: 1.4em;}

#container {
	font-size: 1.0em;
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	color: #592C28;
}


#header {
background: #000000;
padding: 15px 5px 5px 5px;
}


#montage {
	background:#000000 url(../images/mastheads/fireplaces-stoves.jpg) no-repeat center;
	height: 150px;
	position:relative;
}

.catTools #montage {background:#000000 url(../images/mastheads/tools-accessories.jpg) no-repeat center;}
.catSaunas #montage {background:#000000 url(../images/mastheads/saunas.jpg) no-repeat center;}
.catFireplaces #montage {background:#000000 url(../images/mastheads/fireplaces-stoves.jpg) no-repeat center;}
.catGas #montage {background:#000000 url(../images/mastheads/gas.jpg) no-repeat center;}
.catWood #montage {background:#000000 url(../images/mastheads/wood.jpg) no-repeat center;}
.catElectric #montage {background:#000000 url(../images/mastheads/electric-ethanol.jpg) no-repeat center;}
.catAbout #montage {background:#000000 url(../images/mastheads/about.jpg) no-repeat center;}
.catOutdoor #montage {background:#000000 url(../images/mastheads/outdoor.jpg) no-repeat center;}
.catGrills #montage {background:#000000 url(../images/mastheads/grills-smokers.jpg) no-repeat center;}


#homePage #montage {
	background: url(../images/bg_homemontage.jpg) no-repeat center #000000;
	height: 358px;
}

#navigation {
	background: url(../images/bg_nav.jpg) repeat-x top #5E0000;
	white-space:nowrap;
	height: 34px;
}
	#navigation ul {
	margin: 0px;
	padding: 0;
	overflow:hidden;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	}
	#navigation li {
		float: left;
		margin: 0;
		padding: 0;
	}
	#navigation td {
		text-align: center;
	}
	#navigation a {
		padding: 6px 13px 6px 12px;
		display: block;
		text-decoration: none;
		color: #F7F0E1;
		border-left: 1px solid #E0C68D;
	}
	
	#navigation .first {margin: 0;}
	#navigation .first a {border: none; padding: 6px 13px;}
	
		#navigation a:hover {
			background: url(../images/bg_nav-hover.jpg) repeat-x top #9E0000;
			color: #FFFFFF;
		}
		#navigation a.current {
			background-color: #000000;
		}
		
	/* SUCKERFISH DROPDOWNS */
		#navigation ul li ul { /* second-level lists */
		position: absolute;
		border: 1px solid #CEB681;
		border-top: none;
		background: #660000;
		width: 8em;
		overflow: visible;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		}
			
		#navigation ul li ul li {
		display: block;
		border-top: 1px solid #CEB681;
		width: 100%;
		height: 1%;}
		
		#navigation ul li ul a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		border: none;
		padding: 4px 5px;
		height: 1%;
		}
		
		#navigation ul li ul ul { /* third-and-above-level lists */
		margin: -23px 0 0 8em;
		}
		
		#navigation ul li ul li ul { /* third-level lists */
		background: #CEB681;
		border: 1px solid #660000;
		border-top: none;
		}
		#navigation ul li ul li ul li {
		border-top: 1px solid #660000;
		}
		
		#navigation ul ul ul a {color: #660000}
		
		#navigation ul li:hover ul ul, 
		#navigation ul li:hover ul ul ul, 
		#navigation ul li.sfhover ul ul, 
		#navigation ul li.sfhover ul ul ul {
		left: -999em;
		}
		
		#navigation ul li:hover ul, 
		#navigation ul li li:hover ul, 
		#navigation ul li li li:hover ul, 
		#navigation ul li.sfhover ul, 
		#navigation ul li li.sfhover ul, 
		#navigation ul li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		}

	
	/* END SUCKERFISH */

#content {
	background-color: #F7F0E1;
	clear: both;
	padding: 5px 15px 10px;
}
	#content p {
		line-height: 1.5em;
	}
	#content a {
		color: #5B5439;
	}
	#content a:hover {
		color: #000000;
		text-decoration: none;
	}
	
	.stove_mfg {
		clear: both;
	}
	.stove_mfg_logo {
		float: left;
		width: 25%;
	}
	.stove_mfg_info {

	}
	
#breadcrumbs {
	color: #616161;
	font-size: 0.9em;
}
	#breadcrumbs ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	#breadcrumbs li {
		display: inline;
		list-style-type: none;
		padding-left: 15px;
		background: url(../images/raquo.gif) no-repeat 5px center;
	}
		#breadcrumbs li.base {
			background: none;
			padding-left: 0px;
		}
	#breadcrumbs .current {
		font-weight: bold;
		color: #000000;
	}
	#breadcrumbs a {
		color: #616161;
	}
		#breadcrumbs a:hover {
			color: #000000;
		}

#image {
	display: block;
	float: right;
	padding: 5px;
	text-align: center;
	margin-left: 15px;
}
#image img {}

#best_selling { }

	#best_selling h3 {
		color: #990000;
		font-size: 1.6em;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		text-transform:uppercase;
		margin: 0px;
		padding: 0px;
	}
	#best_selling table {
		margin-top: 5px;
		background: #F0EFD2;
	}
		#best_selling th {
			padding: 5px;
			background: #989279;
			font-style: italic;
			text-align: left;
		}
		#best_selling td {
			padding: 5px;
		}

#contact_form {
	padding: 5px;
	margin-bottom: 5px;
	background: #F0EFD2;
	border: 1px solid #989279;
}
	#contact_form input {
	}
	#contact_form textarea {
		width: auto;
	}

		
#footer {
	background:url(../images/bg_footer.jpg) top repeat-x #000000;
	color: #FFFFFF;
	text-align: center;
	padding: 15px;
	clear: both;
	border: 1px solid #F7F0E1;
}

#slide_container {position: absolute;
top: 90px;
right: 38px;
width: 495px;}

#control {position:absolute; top: 59px; right: -29px; height: 50px; z-index:9; background:url(../images/slides/slide-control.gif) no-repeat center; width: 555px;}

#news-flash {padding: 15px; background-color:#FFFFFF; border: 1px solid #EDDCBA; overflow:hidden; clear: both;}

#summer-sale {float:right; padding: 15px 0 30px 20px;}
#summer-sale h2 {text-align: center;}
#summer-sale div { padding: 7px; float:left; border: 1px solid #663333; text-align:center; font-weight: bold; margin: 5px;}
#summer-sale img {border: 1px solid #663333; margin: 0 0 15px 0;}
