/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 14px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #fff;
	color: #666556;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.icon {
	vertical-align: middle;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #666556;
}
a:hover {
	color: #f6821f;
}
a:active {
	color: #666556;
}

a.orangelink:link, a.orangelink:visited {
	color: #f6821f;
}
a.orangelink:hover {
	color: #666556;
}
a.orangelink:active {
	color: #666556;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 2em "Times New Roman", Times, serif;
}
h2 {
	font: normal normal 1.714em Arial, Helvetica, sans-serif;
	color: #00529b;
	margin: 35px 0 25px 0;
}
h3 {
	font: normal normal 1.286em Arial, Helvetica, sans-serif;
	color: #00529b;
	margin: 35px 0 25px 0;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}

p {
	line-height: 24px;
	margin-bottom: 1em;
}

.large {
	font-size: 1.714em;
}
.medium {
	font-size: 1.286em;
}
.small {
	font-size: 0.786em;
	line-height: 16px;
}


.blue {
	color: #00529b;
}
.teal {
	color: #4ec8eb;
}
.orange {
	color: #f6821f;
}
.white {
	color: #fff;
}
.grey {
	color: #b2b1b1;
}
.red {
	color: #b22222;
}

/* =4 Misc.
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#dropmenudiv
{
	border: 1px solid white;
	border-bottom-width: 0;
	font: normal 11px Verdana;
	line-height: 18px;
	position: absolute;
	z-index: 999;
}
#dropmenudiv a
{
	border-bottom: 1px solid white;
	color: #fff;
	display: block;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 3px;
	width: 100%;
}
#dropmenudiv a:hover
{
	background-color: #f58220;
}

#navlist {
	margin: 0px;
	padding: 10px 0px 0px 5px;
}
#navlist ul, #navlist li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0px 12px 2px 10px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	position: relative;
}
#navlist a.end:link, #navlist a.end:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0px 12px 2px 30px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	position: relative;
}
#navlist a:link.current, #navlist a:visited.current, #navlist a:hover {
	border-bottom: 3px solid #f58220;
	padding-bottom: 2px;
	background: transparent;
	color: #fff;
	position: relative;
}
#navlist a:hover { color: #fff; }
#navlist a.end:hover { color: #00529b; }



#navlist_int {
	margin: 0px;
	padding: 10px 19px 0px 0px;
}
#navlist_int ul, #navlist_int li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#navlist_int a:link, #navlist_int a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0px 12px 2px 10px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
}
#navlist_int a.end:link, #navlist_int a.end:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0px 12px 2px 20px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
}
#navlist_int a:link.current, #navlist_int a:visited.current, #navlist_int a:hover {
	border-bottom: 3px solid #f58220;
	padding-bottom: 2px;
	background: transparent;
	color: #fff;
}
#navlist_int a:hover { color: #fff; }
#navlist_int a.end:hover { color: #00529b; }
#navlist_int a.end.current { color: #00529b; }


#products
{
	display: none;
}
#sidenav
{
	background: url(../img/bkg_sidebar.jpg) no-repeat;
	list-style-type: none;
	padding: 20px 0px 100px 0px;
	text-align: left;
	width: 162px;
}
#sidenav li
{
	margin-bottom: 10px;
}
#sidenav li a
{
	color: #fff;
	display: block;
	font: normal normal normal 12px/17px Arial, Helvetica, sans-serif;
	padding-left: 12px;
	text-align: left;
	text-decoration: none;
}
#sidenav li a.current
{
	background: transparent url(../img/bkg_sidenav.png) no-repeat 0 0;
	color: #fff;
}
#sidenav li a:hover
{
	background: transparent url(../img/bkg_sidenav.png) no-repeat 0 0;
	color: #fff;
}
#sidenav li ul
{
	list-style-type: none;
	margin-top: 5px;
	text-align: left;
}
#sidenav li ul li
{
	margin-bottom: 5px;
}
#sidenav li ul li a
{
	color: #fff;
	display: block;
	font: normal normal normal 12px/16px Arial, Helvetica, sans-serif;
	padding-left: 19px;
	text-align: left;
	text-decoration: none;
}
#sidenav li ul li a.current
{
	background-image: none;
	color: #fff;
	text-decoration: underline;
}
#sidenav li ul li a:hover
{
	background-image: none;
	color: #fff;
	text-decoration: underline;
}
#sidenav li ul li ul
{
	list-style-type: none;
	margin-top: 5px;
	text-align: left;
}
#sidenav li ul li ul li
{
	margin-bottom: 5px;
	margin-left: 25px;
}
#sidenav li ul li ul li a
{
	background: transparent url(../img/dot_subnav.gif) no-repeat 0 center;
	color: #c5f1fd;
	display: block;
	font: normal normal normal 12px/16px Arial, Helvetica, sans-serif;
	padding-left: 9px;
	text-align: left;
	text-decoration: none;
}
#sidenav li ul li ul li a.current
{
	background: transparent url(../img/dot_subnav.gif) no-repeat 0 center;
	color: #c5f1fd;
	text-decoration: underline;
}
#sidenav li ul li ul li a:hover
{
	background: transparent url(../img/dot_subnav.gif) no-repeat 0 center;
	color: #c5f1fd;
	text-decoration: underline;
}
.bullets
{
	line-height: 24px;
	list-style: none;
	margin: 5px 0px 1em 10px;
}
.bullets li
{
	background-image: url(../img/dot_bullet.gif);
	background-position: 0 .8em;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.buttons
{
	margin: 0 auto;
	width: 213px;
}
.buttons img
{
	padding-bottom: 5px;
}
.call
{
	font: normal normal normal 1.286em/24px Arial, Helvetica, sans-serif;
	padding: 0px 16px 0px 0px;
	text-align: right;
}
.container
{
	margin: 0 auto;
	position: relative;
	width: 941px;
}


#chat
{
	width: 138px;
	height: 50px;
	position: absolute;
	top: 75px;
	right: 20px;
	z-index: 999;
}

.content
{
	display: inline;
	float: left;
	width: 779px;
}
.content_pad
{
	display: inline;
	float: left;
	padding: 0 40px 20px 35px;
	width: 685px;
}
.cooling
{
	background: url(../img/btn_cooling.jpg) no-repeat 0 0;
	display: block;
	float: left;
	height: 165px;
	width: 223px;
}
.cooling span
{
	display: none;
}
.cooling:hover
{
	background-position: 0 -165px;
}
.copy
{
	display: inline;
	float: left;
	padding: 0 20px 20px 35px;
	width: 588px;
}
.copy_product
{
	display: inline;
	float: left;
	padding: 0 0 0 0;
	width: 643px;
}
.dehumid
{
	background: url(../img/btn_dehumid.jpg) no-repeat 0 0;
	display: block;
	float: left;
	height: 165px;
	width: 223px;
}
.dehumid span
{
	display: none;
}
.dehumid:hover
{
	background-position: 0 -165px;
}
.footer
{
	background: url(../img/bkg_footer.gif) no-repeat;
	font: normal normal bold 1.214em/27px Arial, Helvetica, sans-serif;
	height: 27px;
	padding: 5px 21px 0px 0px;
	text-align: right;
}
.form td
{
	font-size: 12px;
}
.gallery_noscroll
{
	left: 0;
	margin: 0 32px 0 32px;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: 0;
	z-index: 1;
}
.gallery_noscroll li
{
	float: left;
	list-style: none;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.heating
{
	background: url(../img/btn_heating.jpg) no-repeat 0 0;
	display: block;
	float: left;
	height: 165px;
	width: 223px;
}
.heating span
{
	display: none;
}
.heating:hover
{
	background-position: 0 -165px;
}
.hp_content
{
	display: inline;
	float: left;
	width: 700px;
	padding-right: 40px;
}
.hp_cooler
{
	height: 367px;
	position: absolute;
	right: 0px;
	top: 202px;
	width: 263px;
	z-index: 900;
}
.logo
{
	display: inline;
	float: left;
	height: 135px;
	width: 293px;
}
.logo_type
{
	display: inline;
	float: left;
	font: normal normal normal 1.571em/28px Arial, Helvetica, sans-serif;
	height: 100px;
	padding: 35px 0px 0px 25px;
	width: 623px;
}
.main
{
	border-top: 1px solid #da741c;
	margin: 2px 0 0 0;
	width: 941px;
}
.main_image
{
	height: 216px;
}
.map
{
	display: inline;
	float: left;
	text-align: center;
	width: 201px;
}
.nav_bar
{
	background: url(../img/nav_bar.gif) no-repeat;
	height: 31px;
}
.nowrap
{
	white-space: nowrap;
}
.photos
{
	display: inline;
	float: left;
	width: 136px;
}
.photos img
{
	padding-bottom: 3px;
}
.product_left
{
	display: inline;
	float: left;
	padding: 23px 0px 0px 10px;
	width: 271px;
}
.product_right
{
	display: inline;
	float: left;
	padding: 23px 0px 0px 10px;
	width: 334px;
}
.rule
{
	border-top: 1px solid #00529b;
	height: 1px;
	padding: 10px;
}
.services
{
	height: 165px;
	margin-bottom: 10px;
	width: 669px;
}
.sidebar
{
	display: inline;
	float: left;
	width: 162px;
}
.specs td
{
	border-bottom: 1px solid #a9e7f7;
	font-size: 0.857em;
}
.stars td
{
	border-bottom: 1px solid #b7b6b6;
}
.used
{
	background: url(../img/btn_used.gif) no-repeat 0 0;
	display: block;
	height: 34px;
	margin-bottom: 20px;
	width: 183px;
}
.used span
{
	display: none;
}
.used:hover
{
	background-position: 0 -34px;
}


.new
{
	background: url(../img/btn_new.gif) no-repeat 0 0;
	display: block;
	height: 44px;
	width: 183px;
}
.new span
{
	display: none;
}
.new:hover
{
	background-position: 0 -44px;
}

.wide_pad
{
	padding: 0 0 0 35px;
}


.videos
{
	padding: 0 0 20px 20px;
	float: right;
}

.birthday
{
	position: absolute;
	width: 125px;
	height: 108px;
	bottom: 35px;
	left: 0px;
}


