@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background:#e5e5e5 url(../images/bg.png) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1a1a1a;
}

.cufon-loading { 
	visibility: hidden !important;
}

#container {
	width:980px;
	margin:0 auto;
}

#header {
	height:110px;
}

#banner {
	background:url(../images/banner_bg.png) no-repeat;
	height:360px;
	position:relative;
}

#banner #heading {
	position:absolute;
	left:280px;
	width:700px;
	top:25px;
}

#banner #chart {
	position:absolute;
	top:0;
	left:0;
}

#banner h1 {
	margin:0;
	color:#fff;
	font-size:36px;
	font-weight:normal;
}

#banner h1 b {
	font-size:46px;
	font-weight:normal;
}

#banner h2 {
	margin:0;
	color:#ffec95;
	font-size:20px;
	font-weight:normal;
	margin-top:10px;
}

#banner h2 i {
	display:block;
	background:url(../images/target.png) no-repeat;
	height:30px;
	padding-left:38px;
	padding-top:6px;
	font-size:17px;
	color:#fff;
}

#banner .box {
	position:absolute;
	padding:10px 20px;
	width:940px;
	background:#fff;
	-moz-border-radius:10px;
	border-radius:10px;
	bottom:20px;
}

#banner .box a#enquiry_button {
	display:block;
	width:220px;
	height:46px;
	background:url(../images/enquiry_button.png) no-repeat;
	text-align:center;
	color:#fff;
	font-size:26px;
	text-transform:uppercase;
	text-decoration:none;
	float:right;
	margin-left:20px;
	margin-top:10px;
	padding-top:24px;
}

#banner .box a:hover {
	text-decoration:underline;
}

#main_content {
	padding-top:20px;
}

h3 {
	margin:0;
	font-size:20px;
	font-weight:normal;
	color:#cc0000;
	border-bottom:solid 2px #d2d2d2;
	padding-bottom:6px;
	padding-top:6px;
}

h3.objective {
	padding-left:58px;
	background:url(../images/objective.png) no-repeat 0 0;
}

h3.trust {
	padding-left:58px;
	background:url(../images/trust.png) no-repeat 0 0;
}

h3.universal {
	padding-left:58px;
	background:url(../images/universal.png) no-repeat 0 0;
}

#boxes {
	background:#ededed;
	height:280px;
	padding:20px;
	border:solid 1px #ccc;
	-moz-border-radius:10px;
	border-radius:10px;
}

#boxes .box {
	width:257px;
	height:258px;
	padding:10px 20px;
	background:#fff;
	border:solid 1px #d7e1ec;
	-moz-border-radius:10px;
	border-radius:10px;
	float:left;
}

.box_split {
	width:20px;
	height:20px;
	float:left;
}

#content {
	background:#ededed;
	padding:20px;
	border:solid 1px #ccc;
	-moz-border-radius:10px;
	border-radius:10px;
	margin-top:20px;
	float:left;
	width:938px;
}

#content .box {
	padding:10px 20px;
	width:896px;
	background:#fff;
	border:solid 1px #d7e1ec;
	-moz-border-radius:10px;
	border-radius:10px;
	float:left;
}

#footer {
	clear:both;
	padding-top:20px;
	text-align:right;
	color:#666;
	padding-bottom:20px;
}