html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	margin: 0;
	color: #000;
	font: 12px/ 20px Arial, Helvetica, sans-serif;
	background: #fff;
	min-width: 1000px;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
	color: #006db0
}

a:hover {
	text-decoration: underline;
}

#bg-box {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.w1 {
	width: 100%;
	overflow: hidden;
	position: relative;
	min-height: 100%;
	z-index: 2;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	z-index: 20;
	width: 926px;
	padding: 0 38px 30px;
	overflow: hidden;
}

#header {
	height: 1%;
	overflow: hidden;
	padding: 35px 45px 18px;
}

.logo {
	margin: 0;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/images/design/logo.png) no-repeat;
	height: 46px;
	width: 289px;
	cursor: pointer;
}

.logo a {
	display: block;
	height: 100%;
	position: relative;
}

#main {
	position: relative;
	width: 926px;
	margin-bottom: 43px;
}

#main:after {
	content: '';
	display: block;
	clear: both;
}

.main-t {
	background: url(/images/design/bg-main-t.png) no-repeat;
	height: 226px;
	overflow: hidden;
}

.main-c {
	background: url(/images/design/bg-main-c.png) repeat-y;
	height: 1%;
	padding: 0 10px 0 13px;
}

.main-c:after {
	content: '';
	display: block;
	clear: both;
}

.main-b {
	background: url(/images/design/bg-main-b.png) no-repeat;
	height: 226px;
	overflow: hidden;
}

.main-area {
	float: left;
	width: 100%;
	position: relative;
	margin: -203px 0 -247px;
	z-index: 2;
	background: url(/images/design/decoration01.png) no-repeat;
	min-height: 480px;
}

#nav {
	background: url(/images/design/bg-nav.png) no-repeat;
	height: 50px;
	width: 900px;
	margin: 0 0 23px;
	padding: 0;
	list-style: none;
	font: bold 14px/ 50px Arial, Helvetica, sans-serif;
}

#nav li {
	float: left;
	background: url(/images/design/separator01.gif) repeat-y 100% 0;
}

#nav a {
	float: left;
	background: url(/images/design/bg-nav-item.gif) no-repeat 0 -9999px;
	color: #fff;
	padding: 0 20px;
	height: 50px;
	position: relative;
}

#nav a:hover,#nav .active a {
	text-decoration: none;
	background-position: 0 -50px;
}

#nav a:hover .arrow,#nav .active a .arrow {
	visibility: visible;
}

#nav a.first:hover,#nav .active.first a {
	background-position: 0 0;
}

#nav .arrow {
	position: absolute;
	background: url(/images/design/arrow01.gif) no-repeat;
	height: 6px;
	width: 11px;
	left: 50%;
	top: 50px;
	margin: 0 0 0 -6px;
	visibility: hidden
}

#nav li.last {
	background: none;
}

.decoration {
	background: url(/images/design/decoration01.png) no-repeat;
	height: 406px;
	width: 776px;
	position: absolute;
	left: 50px;
	bottom: 23px;
}

#content {
	width: 100%;
}

#content:after {
	content: '';
	display: block;
	clear: both;
}

.box01 {
	float: right;
	width: 560px;
	margin: 0 -52px 0 0;
	position: relative;
}

.box01 .t {
	background: url(/images/design/bg-box01-t.png) no-repeat;
	height: 189px;
	overflow: hidden;
}

.box01 .b {
	background: url(/images/design/bg-box01-b.png) no-repeat;
	height: 189px;
	overflow: hidden;
}

.box01 .c {
	background: url(/images/design/bg-box01-c.png) repeat-y;
	height: 1%;
	padding: 0 28px;
}

.box01 .c:after {
	content: '';
	display: block;
	clear: both;
}

.box01 .area {
	float: left;
	width: 100%;
	position: relative;
	margin: -154px 0 -151px;
}

.box01 .heading {
	width: 100%;
	overflow: hidden;
	padding-bottom: 8px;
}

.box01 .heading h3 {
	font: bold 13px/ 18px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 0 1px;
}

.graph {
	border: 1px solid #545454;
	width: 501px;
}

.graph img {
	vertical-align: top;
}

.text-block {
	float: left;
	width: 320px;
	padding: 44px 0 0 50px;
}

.text-block h2 {
	font: bold 29px/ 32px Arial, Helvetica, sans-serif;
	margin: 0 0 17px 3px;
	color: #006db0;
	letter-spacing: 1px;
}

.items-list {
	margin: 0;
	padding: 0 0 28px;
	list-style: none;
	font: bold 18px/ 33px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

.items-list li {
	background: url(/images/design/bg-item.png) no-repeat;
	padding: 0 0 13px 43px;
	height: 1%;
	vertical-align: top;
}

.items-list a {
	color: #006db0;
}

.button-holder {
	width: 100%;
	overflow: hidden;
}

.button01 {
	background: url(/images/design/button01.png) no-repeat;
	height: 55px;
	width: 239px;
	text-align: center;
	font: bold 19px/ 56px Arial, Helvetica, sans-serif;
	color: #545454;
	float: left;
	padding: 3px 0 0;
}

.text-section {
	height: 1%;
	padding: 35px 40px 95px 56px;
}

.text-section:after {
	content: '';
	display: block;
	clear: both;
}

.text-section h2 {
	margin: 0 0 18px -2px;
	color: #4b4a4d;
	font: bold 24px/ 28px Arial, Helvetica, sans-serif;
}

.text-section h2 .mark {
	display: block;
	color: #006db0;
}

.text-section p {
	margin: 0 0 20px;
}

#footer {
	background: url(/images/design/bg-footer.png) repeat-y;
	width: 804px;
	overflow: hidden;
	margin: 0 0 0 14px;
}

#footer.inner {
	background: none;
	padding-top: 5px;
}

#footer ul {
	margin: 0;
	padding: 0 0 0 24px;
	list-style: none;
	font: 10px/ 20px Verdana, Arial, Helvetica, sans-serif;
	height: 1%;
	overflow: hidden;
	position: relative;
}

#footer ul li {
	float: left;
	padding-right: 23px;
}

#footer ul a {
	color: #4b4a4d;
}

.items-startlist li {
	background: url(/images/design/check.gif) no-repeat
		scroll 0 0 transparent;
	padding: 2px 0 2px 40px;
	margin: 0px;
	vertical-align: top;
	margin-left: 00px;
}

.items-startlist {
	font: bold 13px/ 22px Arial, Helvetica, sans-serif;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: bold;
	letter-spacing: 0.04em;
	list-style: none outside none;
}

.button02 {
	background: url(/images/design/button02.png)
		no-repeat scroll 0 0 transparent;
	color: #545454;
	float: left;
	font: bold 19px/ 56px Arial, Helvetica, sans-serif;
	height: 55px;
	padding: 3px 0 0;
	text-align: center;
	width: 239px;
}