@charset "utf-8";
/* CSS Document */

body { 
	margin: 0;
	padding: 0;
	background: #eee;
	font-size: 0.75em;
	font-family: "Lucida sans unicode", "Lucida sans grade", "Sans serif";
	}
a, img, input, textarea { border: none; outline: none; }

.wrapper {
	width: 860px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	}
.clear { clear: both; }

/*HEADER*/
#header { background: #313242 url(../img/headerbg.jpg) center bottom no-repeat; }
#header .wrapper {  width: 900px; padding: 0; }
#header h1 {
	margin: 30px 0 30px 20px;
	padding: 0;
	}
#header h1 a {
	background: transparent url(../img/logo.png) 0 0 no-repeat;
	width: 334px;
	height: 60px;
	overflow: hidden;
	text-indent: -999px;
	display: block;
	}
#lang {
	float: right;
	width: 140px;
	text-align: right;
	margin: 50px 20px 0 0;
	_margin-right: 10px;
	}
#lang a {
	font-size: 13px;
	color: #FFF;
	background: transparent url(../img/deco1.gif) left center no-repeat;
	padding: 0 0 0 10px;
	margin: 0 0 0 20px;
	text-decoration: none;
	_font-size: 12px;
	}
	#lang a:hover { text-decoration: underline; }
#banner { 
	margin: -1px 0 0 0;
	position: relative;
	height: 174px;
	overflow: hidden;
	}
#banner p {
	position: absolute;
	right: 20px;
	bottom: 0;
	z-index: 9;
	color: #FFF;
	margin: 0;
	padding: 20px;
	background: transparent url(../img/bannerbg.png) 0 0 repeat;
	}
#banner p strong {
	display: block;
	margin: 0 0 8px 0;
	font-size: 20px;
	}
#banner p span { font-size: 11px; }
	

/*MENU*/
#menu {
	background: transparent url(../img/menu.png) 0 0 no-repeat;
	margin: 0;
	padding: 0 0 1px 0;
	list-style: none;
	width: 900px;
	height: 40px;
	overflow: hidden;
	position: relative;
	z-index: 999;
	}
#menu li {
	margin: 0;
	padding: 0;
	width: 108px;
	height: 40px;
	float: left;
	}
#menu li a {
	background: transparent url(../img/menu.png) 0 0 no-repeat;
	width: 108px;
	height: 40px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	_margin-top: 1px;
	}
	#menu a#about { background-position: 0 0; }
	#menu a#mission { background-position: -108px 0; }
	#menu a#technic { background-position: -216px 0; }
	#menu a#product { background-position: -324px 0; }
	#menu a#contact { background-position: -432px 0; }
	
	#menu a#about:hover, .about #menu a#about  { background-position: 0 -41px; }
	#menu a#mission:hover, .mission #menu a#mission:active, .mission #menu a#mission  { background-position: -108px -41px; }
	#menu a#technic:hover, .technic #menu a#technic:active, .technic #menu a#technic  { background-position: -216px -41px; }
	#menu a#product:hover, .product #menu a#product:active, .product #menu a#product  { background-position: -324px -41px; }
	#menu a#contact:hover, .contact #menu a#contact:active, .contact #menu a#contact  { background-position: -432px -41px; }
	
	#menu a#about:active { background-position: 0 -82px; }
	#menu a#mission:active { background-position: -108px -82px; }
	#menu a#technic:active { background-position: -216px -82px; }
	#menu a#product:active { background-position: -324px -82px; }
	#menu a#contact:active { background-position: -432px -82px; }

	
	


/*BODY*/
#body { background: #FFF url(../img/bodybg.jpg) center top no-repeat; position: relative; z-index: 9999; }
.product #body .wrapper { overflow : visible; }
/*Breadcrumb*/
#breadcrumb {
	list-style: none;
	padding: 16px 0;
	margin: 0;
	overflow: hidden;
	color: #838383;
	}
#breadcrumb li {
	margin: 0;
	padding: 0 10px 0 12px;
	background: transparent url(../img/deco5.gif) left center no-repeat;
	float: left;
	}
#breadcrumb li.home {
	padding-left: 0;
	background: none;
	}
#breadcrumb li a {
	color: #777DB3;
	text-decoration: none;
	}
	#breadcrumb li a:hover {
	text-decoration: underline;
	}

	
/*CONTENT*/
#content {
	overflow: hidden;
	color: #838383;
	line-height: 1.8em;
	font-size: 13px;
	_width: 616px;
	_float: right;
	_margin-right: 20px;
	}
#content h1.heading {
	background: transparent url(../img/contentheading_sprite.gif) 0 0 no-repeat;
	width: 130px;
	height: 31px;
	margin: 0 0 30px 0;
	overflow: hidden;
	text-indent: -999px;
	}
	.about #content h1.heading { background-position: 0 0; }
	.mission #content h1.heading { background-position: 0 -32px; }
	.technic #content h1.heading { background-position: 0 -64px; }
	.product #content h1.heading { background-position: 0 -96px; }
	.contact #content h1.heading { background-position: 0 -128px; }
#content h3 { color: #313241; line-height: 1em; *font-size: 14px; }
#content a.gotop {
	font-size: 13px;
	font-weight: bold;
	color: #777DB3;
	text-decoration: none;
	text-align: right;
	background: transparent url(../img/deco3.gif) left center no-repeat;
	padding: 0 0 0 16px;
	margin: 20px 4px;
	display: block;
	float: right;
	width: 30px;
	clear: both;
	}
	#content a.gotop:hover { text-decoration: underline; }
#content p { letter-spacing: 1px; }
	
/*SIDEBAR*/
#sidebar { 
	width: 264px;
	float: left;
	margin: 0 0 0 -20px;
	padding-bottom: 40px;
	_margin-left: -10px;
	*clear: both;
	}
#sidebar h4 {
	background: #e7e7e7 url(../img/sidebar.jpg) 0 0 no-repeat;
	margin: 0 0 0 20px;
	width: 220px;
	height: 40px;
	overflow: hidden;
	text-indent: -999px;
	}
ul#prodcate, ul#prodcate li { margin: 0; padding: 0; list-style: none; font-size: 13px; _font-size: 12px; }
ul#prodcate {
	margin: 0 0 0 20px;
	padding: 1px 1px 80px 1px;
	width: 218px;
	background: #e7e7e7 url(../img/sidebar.jpg) right bottom no-repeat;
	}
ul#prodcate li {
	background: #FFF;
	padding: 0 14px;
	position: relative;
	}
ul#prodcate li.hover { background: #59619F; margin: 0 -1px; }
ul#prodcate li.hover a { color: #FFF; border-top-color: #59619F; }
ul#prodcate li a {
	display: block;
	padding: 10px 22px 10px 0;
	color: #666;
	text-decoration: none;
	border-top: solid 1px #DDD;
	background: transparent url(../img/deco1.gif) 180px center no-repeat;
	_display: inline;
	_zoom: 1;
	_width: 168px;
	}
	ul#prodcate li:first-child a { border: none; }
ul#prodcate li ul {
	background: #59619F;
	display: none;
	width: 210px;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 9;
	left: 220px;
	top: 0;
	_left: 206px;
	}
ul#prodcate li ul li {
	background: none;
	padding: 0;
	margin: 0;
	}
ul#prodcate li ul li a {
	border: none;
	color: #FFF;
	padding-left: 18px;
	background: none;
	_zoom: 1;
	*display: block;
	*width: 170px;
	}
	ul#prodcate li ul li a:hover {
		text-decoration: underline;
		border-left: solid 4px #FF8C1A;
		padding-left: 14px;
		background: #8E93C0;
		}

/*ABOUT*/
.about #content { line-height: 2em; }
#en.about #content p { margin-bottom: 3em; }
.about #content img { margin: 20px 0; }
.about #sidebar { 
	background: transparent url(../img/aboutside.jpg) 0 30px no-repeat;
	height: 300px;
	}
/*MIND INDENTITY*/
.mission #sidebar {
	background: transparent url(../img/identityside.jpg) 0 10px no-repeat;
	height: 300px;
	}
/*TECHNOLOGY*/
.technic #sidebar {
	background: transparent url(../img/technicside.jpg) 0 0 no-repeat;
	height: 370px;
	}
.technic #content p { margin-bottom: 3em; }


/*PRODUCT*/
#prodhead {
	overflow: hidden;
	border-bottom: solid 1px #EEE;
	margin-top: -15px;
	*zoom: 1;
	}
#prodhead h2 {
	color: #2A51A4;
	font-size: 2.2em;
	line-height: 70px;
	margin: 0;
	float: left;
	}
#prodhead p {
	line-height: 70px;
	margin: 0;
	float: right;
	}
#prodbody {
	padding: 10px 0;
	clear: both;
	}
#prodbody p {
	margin: 20px 0;
	}
#prodbody ol {
	margin: 20px 0;
	padding: 0 0 0 20px;
	}
#prodbody table {
	border-collapse: collapse;
	width: 556px;
	margin: 10px 0;
	}
#prodbody table th {
	background: #777DB3 url(../img/deco4.gif) 190px 2px no-repeat;
	border-bottom: solid 1px #FFF;
	color: #FFF;
	text-align: left;
	font-weight: normal;
	width: 174px;
	padding: 6px 10px 6px 16px;
	}
#prodbody table td {
	border-left: solid 4px #FFF;
	border-bottom: solid 1px #FFF;
	padding-left: 16px;
	background: #E6E7F0;
	color: #313241;
	}
#prodbody p.pstxt {
	font-size: 11px;
	line-height: 17px;
	background: transparent url(../img/deco2.png) 2px 7px no-repeat;
	padding-left: 14px;
	}
#prodbody ol a {
	color: #777DB3;
	background: transparent url(../img/fileicon.gif) 0 1px no-repeat;
	padding-left: 20px;
	text-decoration: none;
	}
#prodbody ol a:hover { text-decoration: underline; }
	
/*CONTACT*/
.contact #sidebar {
	background: transparent url(../img/contactside.jpg) 0 20px no-repeat;
	height: 300px;
	}

#contactform {
	margin: 0;
	padding: 0;
	}
#contactform ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#contactform ul li {
	overflow: hidden;
	margin-bottom: 14px;
	_zoom: 1;
	}
#contactform ul li.last {
	padding-left: 120px;
	}
#contactform label {
	width: 120px;
	height: 22px;
	line-height: 22px;
	display: block;
	float: left;
	}
#contactform input {
	float: left;
	vertical-align: middle;
	height: 20px;
	margin:0;
	padding: 2px;
	width: 250px;
	border: solid 1px #ccc;
	border-left: solid 1px #999;
	border-top: solid 1px #999;
	outline: none;
	}
#contactform input.hover, #contactform textarea.hover {
	background: #E9EAF5;
	border: solid 1px #A8AAB7;
	}
#contactform textarea { 
	float: left;
	vertical-align: top;
	margin: 0;
	padding: 4px;
	width: 400px;
	border: solid 1px #ccc;
	border-left: solid 1px #999;
	border-top: solid 1px #999;
	}
#contactform input.btn {
	color: #FFF;
	font-weight: bold;
	width: 80px;
	height: 30px;
	margin-right: 10px;
	border: none;
	background: transparent url(../img/btn.jpg) 0 0 no-repeat;
	cursor: pointer;
	outline: none;
	}
	#contactform input.btn.focus { background-position: 0 center; }
	#contactform input.btn.click { background-position: 0 bottom; font-size: 11px; }


/*FOOTER*/
#footer {
	color: #666;
	padding: 10px 0 20px 0;
	}
#footer p {
	line-height: 1.5em;
	}
#copyright {
	color: #999;
	font-size: 11px;
	margin-bottom: 0;
	}
.about #copyright { margin-bottom: 6px; }
a#oz {
	background: transparent url(../img/oz.gif) 0 0 no-repeat;
	width: 112px;
	height: 14px;
	overflow: hidden;
	text-indent: -999px;
	display: block;
	position: absolute;
	right: 20px;
	bottom: 0;
	}
.about a#oz { bottom: 24px; }
strong#num {
	background: #444;
	color: #fff;
	font-family: Tahoma, "sans serif";
	font-size: 11px;
	line-height: 18px;
	padding: 0 4px;
	font-weight: normal;
	}
strong#num span {
	padding-right: 4px;
	letter-spacing: 1px;
	font-weight: bold;
	}
	
/*English Ver.*/
#en #menu li  a, #en #menu { background-image: url(../img/menu_en.png); }
#en #header h1 a { background-position: 0 -61px; width: 460px; }
#en #content h1.heading { background-image: url(../img/contentheading_sprite_en.gif); width: 184px;	}
#en #sidebar h4 { background-position: 0 -41px; }
#en #content p { letter-spacing: 0; }
#en #prodhead p { position: absolute; right: 20px; top: 28px; }
#en #prodhead h2 { letter-spacing: -1px; }
#en #content #prodbody p { text-align: justify; }
