﻿@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#Container {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image:url(images/index_bottom_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#Container_1 {
	width: 980px;
	height: 100%;	
	margin: 0;
	padding: 0;
}
#IndexDivTopBg {
	width: 100%;
	height: 100px;
	background-image:url(images/index_top_bg.png);
	background-repeat:repeat-x;
	background-position:top;
}
#IndexDivTop {
	text-align:center;
	width: 100%;
	height: auto;
}
#IndexDivLeft {
	float:left;
	width: 310px;
	height: 615px;
	background-image:url(images/list_bg.png);
	background-repeat:repeat-y;
	background-position:left;
}
#IndexDivRight {
	float:right;
	width: 670px;
	height: auto;
}
#IndexDivBottom {
	clear:both;
	width: 100%;
	height: 50;
	text-align: center;
	color: #666666;
	font-size: 9pt;
	font-family: Arial;
}
#IndexDivBottom_1 {
	clear:both;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #000;
	font-size: 9pt;
	font-family: Arial;
	background-image:url(images/bbg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
.prodLeft {
	float:left;
	text-align:right;
	width: 250px;
	height: 180px;
}
.prodRight {
	float:right;
	text-align:left;	
	width: 420px;
	height: 180px;
	font-size: 10pt;
	font-family: Arial;
	line-height: 1.5em;
}
.prodRight-2 {
	float:right;
	text-align:left;	
	width: 420px;
	height: 200px;
	font-size: 10pt;
	font-family: Arial;
	line-height: 1.5em;
}
.aboutText {
	text-align:left;	
	width: 670px;
	font-size: 10pt;
	font-family: Arial;
	line-height: 1.5em;
}
.aboutText_left {
	width:420px;
	float:left;
}
.aboutText_right {
	text-align:center;
	width:250px;
	float:left;
}
.aboutText_right img{
	margin:0 0 10px 20px;
	border:1px #666 solid;
}
.aboutText_box1 {
	width:420px;
	padding-left:40px;
}
.aboutText_box1_title {
	color:#00F;
	width:420px;
	padding:1em 0 0 40px;
}
.aboutText_box2 {
	width:420px;
	color:#666;
	padding-left:50px;
}
.aboutText_box3 {
	width:420px;
	color:#666;
}
.aboutText_box3_L {	
	padding-left:50px;
	width:360px;
	float:left;
}
.aboutText_box3_R {
	width:60px;
	float:left;
}
#mailHref {
	text-decoration: none;
	color: #666666;
}
#mailHref-2 {
	text-decoration: none;
	color: #000;
}
.moreHref {
	text-decoration: none;
	color: #CA953A;	
	font-size: 10pt;
}
.ku_text {text-indent:-2em; padding: 0 0 0 13em; color:#666;}
.ku_text2 {padding: 0 0 3em 11em; color:#666;}

.clearDiv {clear:both;}

