/*------ css content list ------*/
/*Global CSS*/
/*English*/
/*Japanese*/
/*Chinese*/
/*------------------------------*/



/*START ------Global CSS-------*/
body {
	background: url(../library/images/header-bg.gif) repeat-x 0 0;
	padding: 0;
	margin: 0;
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size: 80%;
}

h1 {
	font-size: 140%;
	line-height: 1.5em;
	margin-top:0;
}

h2 {
	color:#0D73D0 !important;
	font-size:120% !important;
	line-height:1.5em;
}

h3 {
	color:#0D73D0 !important;
	font-size:105% !important;
	line-height:1.6em;
}

p {
	line-height: 1.5em;
}

a img {
	border: none;
}

hr {
	border-bottom:1px dotted;
	border-left:0 none;
	border-top:0 none;
	clear:both;
	color:#76abdf;
	height:1px;
}

#wrapper {
	margin: 0 auto;
	width: 1024px;
}

#menu {
	margin:0;
	padding:0;
	position:absolute;
	top: 0;
	left: 321px;
}

#menu li {
	display:inline;
}

#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 125%;
	padding: 29px 20px 7px 20px;
	background: none;
	display: block;
	float: left;
	margin-right: 10px;
}

#menu li a:hover {
	background: url(../library/images/menu-bg.jpg) repeat-x 0 0;
}

#about-us #menu li.about a {
	background: url(../library/images/menu-bg.jpg) repeat-x 0 0  !important;
}

#products #menu li.products a {
	background: url(../library/images/menu-bg.jpg) repeat-x 0 0  !important;
}

#quality #menu li.quality a {
	background: url(../library/images/menu-bg.jpg) repeat-x 0 0  !important;
}

#contact-us #menu li.contact a {
	background: url(../library/images/menu-bg.jpg) repeat-x 0 0  !important;
}

#header {
	position: relative;
	background :url(../library/images/logo-glow-bg.jpg) no-repeat 0 5px;
	width: 1024px;
	height: 125px;
}

#header .logo {
	position: absolute;
	top: 50px;
	left: 81px;
}

#header .roof {
	position: absolute;
	top : 78px;
	left: 441px;
	background: url(../library/images/roof.jpg) no-repeat 0 0;
	width: 227px;
	height: 47px;
}

#header .language-box {
	padding-top: 8px;
	position: absolute;
	font-size:80%;
	top: 5px;
	right: 47px;
	color: #FFFFFF;
	background: url(../library/images/language-bg.gif) no-repeat;
	width: 160px;
	height: 22px;
	text-align: center;
	font-weight:bold;
}

.language-box a:link, .language-box a:visited {
	color: #FFFFFF;
}

#content {
	padding: 0 47px 0 47px;
}

#nav2 {
	margin-top: 17px;
	border-top: 5px solid #ddeaf0;
	float: left;
	width: 253px;
}

#nav2 ul {
	list-style:none;
	padding:0;
	margin:0;
}

#nav2 li {
	color: #5f7f8e;
	font-weight: bold;
	font-size: 110%;
	background: url(../library/images/nav2-bg.jpg) repeat-x left bottom;
}

#nav2 li a:visited, #nav2 li a:link {
	padding: 13px;
	display: block;
	color: #5f7f8e;
	text-decoration: none;
}

* html #nav2 li a {
	width: 227px;
}

#nav2 li a:hover {
	color: #f55e07;
	text-decoration: underline;
}

#info {
	background: url(../library/images/info-bg.jpg) repeat-x 0 0;
	border-top: 5px solid #abbacd;
	margin-top: 17px;
	float: right;
	width: 635px;
	padding: 25px 19px 50px 19px;
	min-height: 300px;
}

#info .side-image {
	float: right;
	margin-left: 22px;
	margin-bottom: 0.5em;
}
#banner {
	background: url(../library/images/about-us.jpg) no-repeat 0 0;
	margin: 0 auto;
	width: 928px;
	height: 229px;
}

#contact-us #banner {
	background: url(../library/images/contact-us.jpg) no-repeat 0 0;
}

#quality #banner {
	background: url(../library/images/qc.jpg) no-repeat 0 0;
}

#about-us.english #banner {
	background: url(../library/images/about-us-eng.jpg) no-repeat 0 0;
}

#contact-us.english #banner {
	background: url(../library/images/contact-us-eng.jpg) no-repeat 0 0;
}

#quality.english #banner {
	background: url(../library/images/qc-eng.jpg) no-repeat 0 0;
}

#about-us.japanese #banner {
	background: url(../library/images/about-us-jp.jpg) no-repeat 0 0;
}

#contact-us.japanese #banner {
	background: url(../library/images/contact-us-jp.jpg) no-repeat 0 0;
}

#quality.japanese #banner {
	background: url(../library/images/qc-jp.jpg) no-repeat 0 0;
}

#quality.chinese #banner {
	background: url(../library/images/qc-cn.jpg) no-repeat 0 0;
}

#footer {
	height: 59px;
	text-align: center;
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 10px;
}

.backtotop {
	clear:both;
	float:right;
	font-size:85%;
	height:1px;
	margin-top:-20px;
	padding-bottom:1.8em;
	padding-top:1em;
}

.backtotop a:link, .backtotop a:visited {
	color:	#000066;
}

/*                */
/* content styles */
/*                */
.quote {
font-style:italic;
color:#333333;
font-size:0.9em;
margin-left:20px;
margin-right:20px;
}

/*milestone_tbl table styles */
.milestone_tbl{
border:1px solid #dadada;
border-collapse:collapse;
background-color:#fff;
width:100%;
margin-bottom: 20px;
}
.milestone_tbl th{
text-align:left;
background-color:#369;
padding:10px 10px;
border-bottom:1px solid #dadada;
border-right:1px solid #dadada;
color:#fff;
}
.milestone_tbl td{
padding:5px 10px;
text-align:left;
vertical-align:top;
border:1px solid #dadada;
}
.milestone_tbl tr.contrast{
background-color:#f0f5f8;
}
col.year{
width:12%;
}
col.note{
width:78%;
}
/* End patent table styles */


/*Affiliated companies */
.fr {
height:140px;
width:194px;
float:right;
padding-left:10px;
}
/*
#slideshow {
    position:relative;
    height:140px;
	width:194px;
	border:5px solid #fff;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}


#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
*/


.pics {  
    height:  140px;  
    width:   194px;  
	border:5px solid #fff;
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    width:  194px; 
    height: 140px; 
    top:  0; 
    left: 0 
} 


/* End affiliated companies */

img.borderS{
border:1px solid #FBEBCE;
margin:3px;
}

/*END ------Global CSS-------*/


/*START --------English-----------*/
.english #menu li a:link, .english #menu li a:visited {
	font-size: 100%;
	padding: 29px 15px 7px 15px;
	margin-right: 7px;
}



/*END --------English-----------*/

/*START --------Japanese-----------*/
.japanese #menu li a:link, .japanese #menu li a:visited {
	padding: 29px 15px 7px 15px;
	margin-right: 15px;
}



/*END --------Japanese-----------*/

