/*Global Styles Styles*/

html,body {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
	padding : 0px;
	margin : 0px;
	background-color: #BBB;
	color : #000;
	height:100%; /* needed for container min-height */
}

a {
	color : #369;
}

img {
	border : 0;
}

hr{ 
	diplay: none;
}

h1 {
	font-weight : bold;
	font-size : 28px;
	line-height : 28px;
	margin-top : 0px;
	margin-bottom : 18px;
}

h2 {
	font-weight : bold;
	font-size : 18px;
	color : #336699;
	margin-top : 10px;
	margin-bottom : 8px;
}

h3 {
	font-weight : bold;
	font-size : 14px;
	margin-top : 10px;
	margin-bottom : 4px;
}

h4 {
	font-weight : bold;
	font-size : 12px;
	margin-top : 0px;
	margin-bottom : 4px;
}

#page {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
    background-color: #DDD;
    background-image:url("img/bkg.png") ;
    width:760px;
    margin-left:auto;
    margin-right:auto;
}

/*Header Styles*/

#header{ 
 text-align:left;
 margin-left:14px;
 margin-right:14px;
 color: #369; 
 background-color:#FFF;
}

#header h1{
 margin:0;
 padding:10px 20px;
 font-weight: bold;
 font-size : 16px; 
 height: 64px;
 line-height: 64px;
 vertical-align: middle;
}

.zh{  
   background: url(img/cn.png) no-repeat;
   background-position: 0px 2px;
}
  
.en{  
  background: url(img/gb.png) no-repeat;
  background-position: 0px 2px;
}

p#language {
	position:absolute; /* needed for top positioning*/
	top: 4px;
	right:20px;    
	text-align : left;	
	width: 4em;
	margin: 10px 0 10px 0px;
	padding-left: 20px;
}

#navigation {
	color: #DDD;
	font-weight: bold;
	font-size: 11px; 
	width: 100%px;
	border-top: 1px solid #147;
	border-bottom: 1px solid #147;
	line-height:24px;
	letter-spacing: 1px;
	
	margin:0;
	padding: 0 0 0 64px;

	height: 24px;
	list-style: none;
	background-color: #336699;
	background-image:url("img/btn_bkg.png");

}

#navigation a {	
	color: #DDD;
	text-decoration: none;
}

#navigation  a.selected{	
	color: #8AD;	
}

#navigation li {
	float: left;
	position: relative;
	border-left: 1px solid #147;
	border-right: 1px solid #147;
	height: 24px;
	width:100px;
	margin-right: -1px;
	text-align: center;
	background-image:url("img/btn_bkg.png");
}

#navigation li ul {
	display: none;
	margin:0;
	padding:0;
	position: absolute;
	top: 25px;
	left: -1px;	
}

/*
#navigation li>ul {
	top: auto;
	left: auto;
}*/

#navigation li li {
	display: block;	
	background-color: #336699;	
	border-top: 1px solid #147;
	border-bottom: 1px solid #147;
	margin-top: -1px;
	z-index: 99;
}

#navigation li:hover ul, #navigation li.over ul {
	display: block;
}

#navigation li:hover a, #navigation li.over a{
	display: block;
    width: 100%;
}

#navigation a:hover{
	background-color: #69C;
	color: #fff;
	background-image:url("img/btn_hvr.png");*/
}

#section{
	margin: 0;
	position: relative;
	top: -25px;
	float: right;
	text-align: right;
	color: #8BE;
	padding-right:16px;
}

#header hr{
	display:block;
	height: 32px;
	background: url(img/naviback.png) no-repeat;
	background-color: #DDD;
	border: 0;
	margin: 0;
	padding: 0;
}

/* Content styles*/

#content {
	margin-left:14px;
	margin-right:14px;
	padding-left:66px;
	padding-right:66px;
	padding-top:24px;
	text-align: justify; 
	padding-bottom: 60px; /* bottom padding for footer */
	background-color: #FFF;
	overflow : auto;
}

#content p {
 text-align: justify;
 margin-bottom:16px;
}

/* footer */

#footer{
	position:absolute;
	bottom:0; /* stick to bottom */
	font-size : 10px;
	width : 732px;
	margin-left: 14px;
	margin-right: 14px;
	padding-bottom: 8px;
	padding-top: 8px;  
	text-align : center;
	border-top : 1px solid #CCC;
	background-color:#FFF;
}

#footer p{
 margin:0;
}

#homelink, #toplink{   
 position:absolute;
 bottom:16px; /* stick to bottom */
 width : 64px;
}

#homelink{
	left:0;
}

#toplink{
	right:0;
	background: url(../img/top_pf.gif) no-repeat;
	background-position: 25% 50%;  
}

#footer hr{
	display: none;
}

/*end footer*/

.contactbox{
	clear:left;
	padding:0;
	margin:0 2px 0 0;
	width: 290px;
	float: left;
}

.contactbox h2, 
.contactbox h4{
	width: 290px;
	margin-top:0;
}

.contactbox h4{
	line-height: 20px;
	}

.contactbox p, 
.contactbox address{
	width: 280px;
	margin-top:0;
}

#fire{
	float: left;
	margin-right:4px;
}

.map{ 
	border: 1px solid #69C;
	margin:0px 0px 0px 2px;
}

#prod{
	margin-left:14px;
	margin-right:14px;
	margin-top: 0px;
	padding-left:66px;
	padding-right:66px;
	padding-top:0px;
	text-align: justify; 
	padding-bottom: 60px; /* bottom padding for footer */
	background-color: #FFF;
}

#prod table{
z-index :10;
}

.prod{
	background-color: #e2e6ea;
	border-color: #999999;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	padding: 6px;
	text-align: center;
}

#img_right{
	margin-left: 16px;
	margin-right: 0px;
	border: 1px solid #69C;
}

#img_left{
	margin-left: 1px;
	border: 1px solid #69C;
}

#tab_news{
	width: 100%;
}

#tab_news tr{
	line-height : 20px;
}