@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
* {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: small;
}
body {
	background-color: #FFF;
	height: 100%;
	margin: 0;
}
h1, h2 {
	font-weight: bold;
	border-bottom: 1px solid #EF7F00;
	font-size: large;
	margin-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size: medium;
	padding-bottom: 3px;
	text-decoration: underline;
	border-bottom: 0;
}
img {
	border: 0;
}
#container {
	border-style: solid;
	border-width: 0 0.25em 1px 0.25em;
	border-color: #EF7F00;
	width: 950px;
	margin: 0 auto;
}
#head img {
	float: left;
}
#nav {
	clear: both;
	height: 24px;
	background: url(../images/menu-bg.jpg) repeat-x;
	padding: 5px 3px 3px 3px;
}
#nav a:link, #nav a:visited, #nav a:active {
	height: 26px;
	background: url(../images/menu-item-arrow.jpg) no-repeat left;
	padding: 2px 0 0 10px;
	margin: 0 15px 0 5px;
}
#nav .menu-sep {
	display: none;
}
#left {
	width: 190px;
	float: left;
}
#right {
	width: 190px;
	float: right;
	border-left: 1px solid #CCC;
}
#main-body {
	margin: 0 200px;
	width: 550px;
}
#footer-blurb {
	background: url(../images/footer-bg.jpg) repeat-x;
	text-align: center;
	margin-top: 30px;
	font-size: 90%;
	padding-top: 5px;
	border-top: 1px solid #EF7F00;
}
#footer-blurb a {
	font-size: 100%;
}
#footer-blurb .menu-sep {
	display: inline;
	margin: 0 10px 0 10px;
}
.panel-head {
	width: 180px;
	height: 24px;
	background: url(../images/side-title-bg.jpg) no-repeat;
	font-weight: bold;
	padding: 4px 0 0 10px;
	margin-top: 5px;
}
.panel-body {
	padding: 5px;
}
.side-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.side-list li {
	background: url(../images/side-item-bg.jpg) no-repeat;
	width: 170px;
	height: 22px;
	padding: 2px 0 0 20px;
}
.side-label {
	float: left;
	width: 60px;
	font-weight: bold;
}
a,
a.nouline:hover {
	text-decoration: none;
	color: #009AFF;
}
a:hover {
	text-decoration: underline;
}
.stove-item {
	background: url(../images/stove-bg.jpg) no-repeat;
	float: left;
	width: 175px;
	margin: 0 10px 15px 0;
	padding: 10px 0 10px 0;
	text-align: center;
}
.stove-item a {
	font-weight: bold;
}
.last-stove {
	margin-right: 0;
}
.stove-body {
	height: 205px;
}
.stove-link a,
.stove-contact a {
	display: inline-block;
	color: #FFF;
	background-color: #EF7F00;
	font-weight: bold;
	padding: 2px 8px 3px 8px;
	margin-top: 10px;
}
.row {
	width: 100%;
	height: 2em;
}
.row-label {
	float: left;
	width: 10em;
	font-weight: bold;
}
.row-item {
	float: left;
}
.data_form input,
.data_form textarea {
	font-size: small;
}
.data_form input {
	width: 15em;
}
.data_form textarea {
	width: 30em;
	height: 8em;
}
.intro-block {
	min-height: 175px;
}
.admin th {
	background-color: #EF7F00;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}
.admin input.textfield {
	width: 300px;
}
.admin input.short {
	width: 75px;
}
.admin tr, .admin td {
	vertical-align: top;
}
#main-stove-img {
	float: right;
	margin-left: 10px;
}
#breadcrumb {
	margin: 8px 0 18px 0;
	border-bottom: 1px solid #B2B2B2;
	padding-bottom: 4px;
	text-align: right;
}
#breadcrumb a {
	margin: 0 5px 0 5px;
}
li p {
	margin: 0 0 10px 0;
}
.disclaimer {
	margin-top: 20px;
	font-size: 85%;
	font-style: italic;
}