@charset "UTF-8";
body, html{
	font-family: Arial, Helvetica, sans-serif;
	background: #9f0000;
	margin:0;
	padding:0;
	height:100%;
	font-size:12px;
}

#container{
	margin:0 auto;
	padding:0;
	width:924px;
	height:auto;
	height:100% !important;
	min-height:100%;
	
}

#top{
	width:100%;
	
}

#top_lt{
	width:675px;
	height:119px;
	background: url(../images/home1_03.jpg);
	float:left;
}

#top_rt{
	width:249px;
	height:119px;
	background:url(../images/home1_04.jpg);
	float:left;
}

#nav_home{
	width:655px;
	height:65px;
	background:url(../images/home1_06.jpg);
	clear:left;
	padding:0 0 0 20px;
}

#nav_home ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav_home li{
	float: left;
	margin: 12px 0 0 0;	
	height: 2em;
	line-height: 2em;
}


#home_side_top{
	height:65px;
	background:url(../images/home1_07.jpg);
}



#footer{
	 clear:both; 	
	 height:25px;
	 padding: 10px 20px 0 20px;
	 text-align:right;
	 font-size:11px;
	 color:#FFFFFF;	
	 background:url(../images/footer_bg_16.gif);
}


#footer a:visited, #footer a:link{
	text-decoration:underline;
	color:#FFFFFF;
}


#product_side_top{
	height:65px;
	background: url(../images/product_06.jpg);
}
#product_side_top1{
	height:65px;
	background: url(../images/product1_06.jpg);
}

#nav_product{
	
	
	width:727px;
	height:65px;
	background:url(../images/product_07.jpg);
	float:left;
	
	
}

#nav_product ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav_product li{
	float: left;
	margin: 12px 0 0 0;	
	height: 2em;
	line-height: 2em;
}

#content{
	background: url(../images/bg_white.gif);
	padding:0 11px 0 13px;
	clear:both;
	
	
}

.link, .link a, .link a:visited {
	font-size: 10px;
	text-decoration:none; 
	color:#444444;	
}

.link a:hover, .link a#active{
	color:#ff3c00;
	text-decoration: underline; 	
}
.product_title {
	font-size: 14px;
	color: #000000;
}
.product_code {
	font-size: 11px;
	color: #000000;
}
.product_title_en {
	color: #FF6600;
	font-weight: bold;
	font-size: 16px;
}








/* misc 
-------------------------------------------------------------- */


#screenshot {
	margin: 0;	
	position: absolute;	
	display: none;
	z-index: 200;
}

label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}



