body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

a, a:visited {
	color: blue;
}

#main {
	width: 770px;
	clear: both;
	margin: 0 auto;
}

#nav {
	background-color: #C2272D;
	height: 19px;
	line-height: 19px;
	padding: 13px;
	text-align: center;
}

#nav a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding: 0 15px;
}

#nav a:hover {
	color: white;
}

#header {
	padding-top: 10px;
	padding-bottom: 10px;
}

#header .intimg {
	margin-left: 10px;
}

#header .logo {
	float: left;
}

#header .g1 {
	background-color: #333333;
	margin-left: 10px;
	float: left;
	height: 80px;
	width: 104px;
}

#header .g2 {
	background-color: #666666;
	margin-left: 10px;
	float: left;
	height: 80px;
	width: 104px;
}

#header .g3 {
	background-color: #999999;
	margin-left: 10px;
	float: left;
	height: 80px;
	width: 104px;
}

#header .g4 {
	background-color: #CCCCCC;
	margin-left: 10px;
	float: left;
	height: 80px;
	width: 104px;
}

.hp_message {
	background-color: #999999;
	height: 19px;
	line-height: 19px;
	padding: 13px 13px 13px 13px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.whitemargins {
	padding-top: 10px;
	padding-bottom: 10px;
}

.hp_info1 {
	float: left;
	background-color: black;
	padding: 13px;
	color: white;
	width: 286px;
	margin-right: 10px;
	height: 215px;
}

.hp_info1 a {
	color: yellow;
	text-decoration: none;
	}

.hp_info2 {
	float: left;
	background-color: #C2272D;
	padding: 13px;
	color: white;
	width: 422px;
	height: 215px;
}

.clear {
	clear: both;
	font-size: 1px;
}

.footer {
	text-align: center;
	padding: 10px;
	font-size: 11px;
}

.headline {
	font-size: 24px;
	font-weight: bold;
}

.stove {
	border: 1px solid #CCC;
	padding: 10px;
	clear: both;
	margin-top: 10px;
	height: 125px;
}

.stove img {
	float: left;
	margin-right: 10px;
}

.data {

}
	
.data td {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}
	
.data th {
	background-color: #C2272D;
	color: white;
}

.dataeven {
	background-color: #EEE;
}

.smallprint {
	font-size: 11px;
}

.nodecor {
	text-decoration: none;
}

form .field {
	width: 50%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	
}

form label {
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
}

.right {
	float: right;
}

.cu_info {
	background-color: black;
	padding: 13px;
	color: white;
	width: 286px;
	height: 215px;
}

#map {
	width: 100%;
	height: 500px;
	border: 1px solid black;
	}
	
.calculator_input {
	width: 75px;
}

.paddingbottom {
	padding-bottom: 10px;
}

.paddingtop {
	padding-top: 10px;
}

.border0 {
	border: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}