h3 { margin-bottom: 4px; }
h4 {
	padding-bottom: 9px;
	margin-bottom: 7px;
	border-bottom: 1px solid #35C2EC;
}

#homepage {
	position: relative;
	width: 800px;
	margin-top: 7px;
	height: 600px;
}

#mainfeature {
	position: absolute;
	height: 297px;
	left: 0px;
	top: 0px;
	width: 590px;
}

#mainfeature .flasharea {
	float: left;
	height: 296px;
	width: 296px;
}

#mainfeature .introarea {
	background: url(../images/homepage/bg-main-feature.jpg) no-repeat top left;
	position: absolute;
	right: 0;
	top: 0;
	height: 297px;
	width: 295px;
}

#mainfeature .introarea h2 {
	color: #FFF;
	font-size: 2.3em;
	font-weight: normal;
	margin: 20px 0 0 20px;
}
#mainfeature .introarea h2 span { color: #034C86; }
#mainfeature .introarea p {
	color: #014985;
	font-size: 1.1em;
	margin: 5px 0 0 20px;
}
#mainfeature .introarea p a {
	color: #014985;
}
#mainfeature .introarea p a:hover {
	color: #366E9D;
}
#mainfeature .introarea ul {
	color: #014985;
	font-size: 1.1em;
	margin: 20px 0 28px 20px;
}
#mainfeature .introarea ul li {
	background: url(../images/bullet-round.gif) no-repeat left;
	padding: 0 0 0 20px;
}

#subfeature1, #subfeature2, #subfeature3 {
	position: absolute;
	left: 600px;
	width: 185px; height: 68px;
	color: #FFF;
	padding: 9px 0 0 15px;
}

#subfeature1 {
	background: url(../images/homepage/bg-homepage-top.jpg) no-repeat left top;
	top: 0px;
}

#subfeature2 {
	background: url(../images/homepage/bg-homepage-middle.jpg) no-repeat left top;
	top: 86px;
}

#subfeature3 {
	background: url(../images/homepage/bg-homepage-bottom.jpg) no-repeat left top;
	top: 172px;
}

#ourtechnology, #oursolutions, #ourpartners {
	position: absolute;
	top: 257px;
	width: 188px; height: 258px;
	border-color: #35C2EC;
	border-top: 3px solid #35C2EC;
	background: url(../images/bg-horz-page.png) repeat-x left bottom;
	padding-top: 6px;
	line-height: 1.2;
}

#oursolutions { left: 200px; }
#ourpartners { left: 401px; }

#subfeature1 h3, #subfeature2 h3, #subfeature3 h3 {
	font-size: 1.3em;
	margin-bottom: 0em;
}

#subfeature1 h3 a, #subfeature2 h3 a, #subfeature3 h3 a {
	color: #FFF;
	text-decoration: none;
}

#subfeature1 h3 a:hover, #subfeature2 h3 a:hover, #subfeature3 h3 a:hover { text-decoration: underline; }

.more {
	position: absolute;
	bottom: 27px;
	right: 0px;
}

#ourcompany {
	position: absolute;
	width: 199px; height: 257px;
	top: 258px; left: 599px;
	border-top: 3px solid #35C2EC;
	padding-top: 6px;
	background: url(../images/bg-horz-page.png) repeat-x left bottom;
	line-height: 1.2;
}

#ourcompany ul { margin-top: 4px; }
#ourcompany ul li {
	background: url(../images/bullet-arrow.png) no-repeat 0 0;
	margin-bottom: 1em;
	padding-left: 21px;
}

#footer {
	position: absolute;
	top: 520px;
	font-size: 0.9em;
	color: #6E6E6E;
	background-image: none;
	padding-top: 0;
}

#footer .left {
	float: left;
	margin-right: 14px;
}

#footer .right {
	float: right;
	margin-top: 3.2em;
}

#footer .copyright { margin-top: 0.5em; }
#ourtechnology .header, #oursolutions .header, #ourpartners .header { margin-bottom: 0.7em; }

