body {
	background: #FFF url('../img/plain-bg-top.png') center top no-repeat;
	margin: 0;
}

a, a:visited, a:hover, a:active {
	color: #666;
	outline: none !important;
}

div.box {
	background: none;
	padding: 1em;
}

li.no-bullet {
	list-style-type: none;
}

input.text, textarea, select {
	background: #FFF url('../img/input-bg.png') 0 -1px repeat-x;
	border-width: 1px;
	border-style: solid;
	border-top-color: #888;
	border-right-color: #BBB;
	border-bottom-color: #BBB;
	border-left-color: #888;
	color: #666;
	font-family: sans-serif;
	font-size: 100%;
	padding: 3px;
}
select {
	padding: 1px;
}
input.text:focus, textarea:focus, select:focus {
	background-position: 0 0;
	border-top-color: #666;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #666;
}
input.button {
	background: #FAFAFA url('../img/button-bg.png') left top repeat-x;
	border-width: 1px;
	border-style: solid;
	border-top-color: #BBB;
	border-right-color: #888;
	border-bottom-color: #888;
	border-left-color: #BBB;
	font-family: sans-serif;
	font-size: 100%;
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
form p {
	margin-bottom: 0.75em;
}
	form p label {
		display: block;
		float: left;
		width: 6em;
		text-align: right;
		padding-right: 0.5em;
	}
	form p.submit {
		padding-left: 6.5em;
	}
	form.row p label {
		float: none;
		width: auto;
		text-align:left;
	}
	form.row p.submit {
		padding-left: 0;
		text-align: center;
	}
	form fieldset {
		border: 1px solid #CCC;
		padding: 1.1em;
		margin-bottom: 2em;
	}
		form fieldset legend {
			color: #7493a8;
			font-weight: bold;
			padding: 0 0.5em;
			text-transform: uppercase;
		}
		form fieldset legend strong {
			color: #386495;
		}
	form p span.info {
		color: #666;
		font-size: 90%;
	}

dd {
	margin-bottom: 1em;
}

div.message {
	background-position: 1em 1em;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 1em;
	padding: 1em 1em 1em 50px;
	-moz-border-radius: 7px;
}
	div.message h3, div.message p {
		margin: 0;
	}
	div.message h3 {
		text-transform: none !important;
	}
div.message.success {
	background-color: #FFFFAA;
	background-image: url('../img/tick.png');
	border-color: #d5d500;
}
	div.message.success h3 {
		color: #5A5 !important;
	}
div.message.failed {
	background-color: #ffcccc;
	background-image: url('../img/cross.png');
	border-color: #ff8a8a;
}
	div.message.failed h3 {
		color: #A55 !important;
	}

.tight {
	margin-bottom: 0.1em;
}

#body {
	padding-bottom: 2em;
}

#logo, #nav {
	height: 95px;
}
#logo {
	background-image: url('../img/he-ori-logo.png');
	background-position: 15px 15px;
	background-repeat: no-repeat;
	padding-top: 18px;
}
#nav-links {
	list-style: none;
	margin: 40px 0 0 0;
	padding: 0;
}
	#nav-links li {
		float: left;
		margin: 0;
	}
		#nav-links li a {
			color: #000;
			display: block;
			height: 18px;
			padding: 9px 16px 9px 16px;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
			opacity: 0.5;
		}
		#nav-links li a:hover {
			opacity: 1;
		}
		#nav-links li.here a {
			background: #f8eb2c;
			font-weight: bold;
			opacity: 1;
			-webkit-border-top-left-radius: 7px;
			-webkit-border-top-right-radius: 7px;
			-moz-border-radius: 7px 7px 0 0;
		}

#banner {
	border-top: 4px solid #f8eb2c;
}
#banner div.wrap {
	background-color: #f0f0f0;
	background-image: url('../img/loading.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 160px;
	position: relative;
}
	#banner div.wrap div.image {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		display: none;
		height: 160px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	#banner div.wrap h1.tagline {
		bottom: 10px;
		color: #FFF;
		display: none;
		left: 10px;
		letter-spacing: -1px;
		margin: 0;
		padding: 0;
		position: absolute;
	}
	#banner div.wrap h1.bot {
		color: #000;
		left: 11px;
		bottom: 9px;
	}

#content {
	background: #FFF url('../img/banner-shadow-bg.png') top left repeat-x;
	border-top: 1px solid #CCC;
	padding-top: 16px;
}
	#content div.box h2, #content div.box h3 {
		color: #386495;
		font-family: arial, helvetica, sans-serif;
		font-size: 125%;
		font-weight: bold;
		text-transform: uppercase;
	}
	#content div.box h2 {
		font-size: 150%;
	}
	#content div.box h2.secondary,
	#content div.box h3.secondary {
		color: #7493a8;
	}
	#content p {
		text-align: justify;
	}
	#content p.description {
		height: 72px;
		text-align: left;
	}
	#content p.learn-more {
		background: #F4F3C4;
		font-size: 95%;
		margin-bottom: 0;
		padding: 3px;
		text-align: left;
	}
		#content p.learn-more a {
			color: #000;
			text-decoration: none;
		}

#footer {
	font-size: 90%;
	opacity: 0.9;
}
	#footer div.container {
		border-top: 1px solid #DDD;
	}
	#footer div.box, #footer p {
		margin-bottom: 0;
	}
	#footer div.last p {
		text-align: right;
	}

/*** PAGE-SPECIFIC STYLES ***/
/*** don't forget to always prefix with page #id ***/

#home #faq-list li.no-bullet {
	padding-top: 3px;
}
	#home #faq-list li.no-bullet a {
		text-decoration: none;
	}

#home #contact-form {
	font-size: 90%;
}
	#home #contact-form input.text,
	#home #contact-form textarea {
		color: #666;
		width: 14em;
	}

#home #content div.image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 55px;
	margin-bottom: 3px;
}
#home #content div.image a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -90210px;
}
	#welcome  div.image { background-image: url('../img/handshake-366x55.jpg'); }
	#personal div.image { background-image: url('../img/family-246x55.jpg'); }
	#business div.image { background-image: url('../img/business-246x55.jpg'); }

#home #content div.box h3 {
	margin-bottom: 4px;
}

#about #content div.images div.image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	float: left;
	height: 198px;
	margin-top: 56px;
	text-indent: -90210px;
}
#about #content div.images div.one {
	background-image: url('../img/laptop-149x198.jpg');
	width: 149px;
}
#about #content div.images div.two {
	background-image: url('../img/business2-264x198.jpg');
	width: 264px;
	margin-left: 5px;
}

#services #content li {
	margin-bottom: 0.5em;
}

#services #loan-features {
	background: #ffff88;
	float: left;
	list-style: none;
	margin: 0;
	padding: 15px 10px;
	-moz-border-radius: 9px;
}
	#services #loan-features li {
		background-position: top center;
		background-repeat: no-repeat;
		float: left;
		font-size: 90%;
		line-height: 100%;
		width: 64px;
		margin: 0 3px 0 0;
		padding: 40px 0 0 0;
		text-align: center !important;
	}
	#services #loan-features li.last {
		margin-right: 0;
	}
	#loan-low-interest { background-image: url('../img/chart_curve.png'); }
	#loan-hour-approval { background-image: url('../img/clock_.png'); }
	#loan-flexible-install { background-image: url('../img/money.png'); }
	#loan-no-collateral { background-image: url('../img/script.png'); }
	#loan-high-comm { background-image: url('../img/chart_line_add.png'); }
	#loan-outcall { background-image: url('../img/phone_sound.png'); }
	#loan-insurance { background-image: url('../img/umbrella.png'); }
	#services #content li {
		text-align: justify;
	}

#form input.text,
#form textarea {
	width: 26em;
}
#form form textarea {
	height: 10em;
}
#form #app-notes li {
	font-size: 95%;
	margin-bottom: 0.25em;
}
#form #app-notes li.last {
	margin-bottom: 0;
}

#contact form input.text,
#contact form textarea {
	width: 16em;
}
#contact form textarea {
	height: 10em;
}
#malaysia-states {
	background: #FFFFAA;
	height: 260px;
	width: 200px;
	margin: 0 23px;
}
	#malaysia-states ul {
		background: transparent url('../img/malaysia-states.png') 50% 50% no-repeat;
		height: 100%;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		width: 100%;
	}
		#malaysia-states ul li {
			background-color: #FFF;
			border: 1px solid #CCC;
			color: #386495;
			display: none;
			font-size: 90%;
			font-weight: bold;
			padding: 2px;
			position: absolute;
			width: auto;
		}
		#malaysia-states #my-sgr {
			display: block;
			left: 70px;
			top: 155px;
		}
		#malaysia-states #my-jhr {
			display: block;
			left: 132px;
			top: 201px;
		}
		#malaysia-states #my-nsn {
			display: block;
			left: 100px;
			top: 178px;
		}
		#malaysia-states #my-kdh {
			display: block;
			left: 35px;
			top: 68px;
		}
		#malaysia-states #my-prk {
			display: block;
			left: 45px;
			top: 100px;
		}
		#malaysia-states #my-png {
			display: block;
			left: 10px;
			top: 45px;
		}