@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/gnd_body.png);
	background-repeat: repeat-x;
	background-color: #F3F3F4;
}
#Header {
	width: 736px;
	margin-right: auto;
	margin-left: auto;
}
#site-wrapper {
	width: 736px;
	margin-right: auto;
	margin-left: auto;
}
#HeatingCooling {
	width: 736px;
	position: absolute;
	text-align: center;
	margin-top: 223px;
	display: inline;
}
#NavigationBox {
	width: 736px;
	background-image: url(../images/gnd_navstrip.png);
	height: 55px;
	text-align: center;
}
.NavText {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-right: 35px;
	padding-left: 35px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #CCCCCC;
	line-height: 34px;
	margin-top: 10px;
	margin-bottom: auto;
	float: left;
	height: 34px;
}
.NavText a, .NavText a:active, .NavText a:visited {
	color: #333333;
	text-decoration: none;
}
.NavText a:hover {
	color: #FF6600;
	text-decoration: none;
}
#main-area {
	float: left;
	width: 470px;
	margin-left: 13px;
	padding: 3px;
	margin-top: 14px;
	display: inline;
}
.LeadText {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EC7A22;
	padding-bottom: 5px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	clear: both;
}
.bodytext a, .bodytext a:active, .bodytext a:visited {
	color: #000000;
	text-decoration: underline;
}
.bodytext a:hover {
	color: #FF6600;
}
.columnheader {
	background-image: url(../images/gnd_header.png);
	background-repeat: no-repeat;
	height: 43px;
	padding: 1px;
	line-height: 43px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	display: block;
}
#box1 {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	display: inline-block;
}
#labor, #product {
	float: left;
	margin-right: 5px;
}
#RightColumn {
	width: 225px;
	float: left;
	padding: 5px;
	display: inline;
}
#footer {
	background-image: url(../images/gnd_footer.png);
	background-repeat: repeat-x;
	clear: both;
	height: 102px;
	padding-top: 20px;
	background-color: #FFFFFF;
}
#footertext {
	clear: both;
	width: 736px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#main-area-interior {
	float: left;
	width: 700px;
	margin-left: 13px;
	padding: 3px;
	margin-top: 14px;
	display: inline;
}
#splitcolumn {
	width: 325px;
	float: left;
	margin-right: 20px;
}
#splitcolumn-form {
	width: 335px;
	float: left;
	padding: 10px;
}
#submitO {
	width: 100%;
	background-color: #E67522;
	font-weight: bold;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#submitB {
	width: 100%;
	background-color: #377BAF;
	font-weight: bold;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cname, #cphone, #cemail, #cunittype, #cunitbrand, #ccomment {
	width: 100%;
	border: 1px solid #4080B4;
}
#name, #phone, #email, #unittype, #unitbrand, #comment {
	width: 100%;
	border: 1px solid #C5591E;
}

