@charset "utf-8";
/* CSS Document */

#body {
	height: 100%;
	width: 100%;
	background-color: #0043A8;
}
#UpperBody {
	height: 50%;
	text-align: center;
	vertical-align: bottom;
	background: url(../img_index/img_index_bg.png) repeat-x bottom;
}
#UpperBG {
	height: 100%;
	width: 100%;
	background: url(../img_index/img_index.png) no-repeat center bottom;
}
#BottomBody {
	height: 50%;
	background-color: #FFF;
	vertical-align: top;
}
#main {
	width: 720px;
	margin: 0 auto;
}
#main #right{
	float: right;
	width: 160px;
	height: 100%;
	vertical-align: bottom;
}

#web_body {
	background: url(../imgs/web.png) no-repeat 0 0;
	width: 580px;
	height: 280px;
	padding: 27px;
	color: #111;
}
*html #web_body{
	behavior: expression(IEPNGFIX.fix(this));
}
#web_body h2{
	margin: 1em 0 .25em 0;
}
#web_body p{
	margin: 0.25em 0.5em;
}

#support_body {
	background: url(../imgs/support.png) no-repeat 0 0;
	width: 580px;
	height: 280px;
	padding: 27px;
	color: #111;
}
*html #support_body{
	behavior: expression(IEPNGFIX.fix(this));
}
#support_body h2{
	margin: 1em 0 .25em 0;
}
#support_body p{
	margin: 0.25em 0.5em;
}
#support_body #price{
	margin: 1em 0 0 300px;
}

#other_body {
	background: url(../imgs/other.png) no-repeat 0 0;
	width: 400px;
	height: 280px;
	padding: 27px;
	padding-left: 207px;
	color: #111;
}
*html #other_body{
	behavior: expression(IEPNGFIX.fix(this));
}
#other_body h2{
	margin: 1em 0 .25em 0;
}
#other_body p{
	margin: 0.25em 0.5em;
}

#about_us{
	margin: 0 auto;
}
#about_us td,
#about_us th{
	padding: 0.25em 0.5em;
	vertical-align: top;
	border-bottom: 1px solid #5D6472;
}
#about_us th{
	font-weight: normal;
	text-align: right;
}
#about_us ol,
#about_us ul{
	margin: 0;
	padding: 0;
}
#about_us li{
	margin: 0 0 0 2em;
	padding: 0;
}
#about_us .border-none th,
#about_us .border-none td{
	border-bottom: none;
}