@import url("../css/global.css");

html {
	background: #fff url(../gfx/bg_home.gif) repeat-x 0 0;
}

body {
	background: url(../gfx/lower_container.gif) no-repeat 0 358px;
}

#header {
	height: 358px;
	background: url(../gfx/header_home.jpg) no-repeat 0 100%;
}
#contentarea {
	background: url(../gfx/happylady.jpg) no-repeat 40px 33px;
	padding: 33px 45px;
}

#secondary {
	position: absolute;
	top: 98px;
	right: 46px;
	width: 450px;
}
#n_aircon a {
	display: block;
	background: url(../gfx/btn_aircon.jpg) no-repeat 0 0;
	height:130px;
	width: 450px;
	text-indent: -9999px;
}
#n_aircon a:hover {
	background-position: -450px 0;
}
#n_refrig a {
	display: block;
	background: url(../gfx/btn_refrig.jpg) no-repeat 0 0;
	height:130px;
	width: 450px;
	text-indent: -9999px;
}
#n_refrig a:hover {
	background-position: -450px 0;
}

#n_advantage a {
	display: block;
	background: url(../gfx/btn_advantage.jpg) no-repeat 0 0;
	height:130px;
	width: 450px;
	text-indent: -9999px;
}
#n_advantage a:hover {
	background-position: -450px 0;
}

/* Typography
--------------------------------------------------------------------------------------------------- */
#primary h2.main {
	display: block;
	height: 37px;
	line-height: 37px;
	text-indent: -9999px;
	width: 482px;
	margin: 0 0 25px 0;
}
body#home #primary h2.main {
	background: url(../gfx/hd.gif) no-repeat 0 0;
}
