#accessibility, #top, .banner {
	position: absolute;
	top: -10000px;
}

body {
	font-family: sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: navy;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: navy;
	text-align: center;
}

a {
	text-decoration: none;
	color: navy;
	border-bottom: dotted 1px #4B5363; }

#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#banner {
	background-image: url(../images/banner.jpg);
	height: 200px;
}

#banner_text {
	color: #fff;
	width: 200px;
	margin: 0px 0px 0px 550px;
	padding: 50px 0 0 0;
}

#content {
	margin: 0;
	padding: 5px 10px 5px 150px;
	line-height: 1.4;
	text-align: justify;
}

#content_furnace {
	margin: 5px 0 0 130px;
	background-image: url(../images/furnace_main-pic.jpg);
	background-repeat: no-repeat;
	height: 320px;
}

#content_humidifier {
	margin: 5px 0 0 130px;
	background-image: url(../images/humidifier_main-pic.jpg);
	background-repeat: no-repeat;
	height: 320px;
}

#content_air_cleaner {
	margin: 5px 0 0 130px;
	background-image: url(../images/air_cleaner_main-pic.jpg);
	background-repeat: no-repeat;
	height: 320px;
}

#content_air_conditioner {
	margin: 5px 0 0 130px;
	background-image: url(../images/air_conditioner_main-pic.jpg);
	background-repeat: no-repeat;
	height: 320px;
}

#main_text {
	padding: 20px 75px 10px 250px;
	line-height: 2;
}

#sidebar-a {
	float: left;
	width: 135px;
	padding: 5px 0 0 10px;
}

#sidebar-a a {
	font-weight: normal;
	border: none;
	margin: 0px;
}

ul.nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.nav li {
	margin: 5px;
}

ul.nav li a {
	text-decoration: none;
	color: red;
}

ul.nav li a:hover {
	padding: 5px 5px 5px 10px;
}

#sidebar-b {
	float: right;
	width: 0;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 70px;
}

#footer a {
	margin-bottom: 5px;
}

#footer_text {
	color: #fff;
	text-align: center;
	padding: 17px 0 0 0;
}

p.warning {
	font-weight: bold;
	color: red;
}

span.warning {
	font-weight: bold;
	color: red;
}