@charset "utf-8";
/*** Common ***/
html,body,form{
  scrollbar-base-color: #373737;
  scrollbar-track-color: #000000;
  scrollbar-darkshadow-color: #000000;
  scrollbar-shadow-color: #121212;
  scrollbar-3dlight-color: #747474;
  scrollbar-highlight-color: #B6B6B6;
  scrollbar-arrow-color: #CECECE;
  scrollbar-face-color: #121212;
}

body{
	margin: 0px;
	padding: 0px;
	background: media/bg.gif;

	

}


/*** Font Style ***/
body, td, p, ul, ol {
	font-family: Arial, Helvetica, Verdana, san-serif, SimHei, 黑體, 黑体, ;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
	
}
.bodyHeaderWhite {
	font-family: Arial, Helvetica, Verdana, san-serif, SimHei, 黑體, 黑体, ;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
	font-weight: bold;
	
}
.bodyHeader {
	font-family: Arial, Helvetica, Verdana, san-serif, SimHei, 黑體, 黑体, ;
	font-size: 12px;
	font-weight: bold;
	color: #FFA800;
}
.bodyHeader2 {
	font-family: Arial, Helvetica, Verdana, san-serif, SimHei, 黑體, 黑体, ;
	font-size: 14px;
	font-weight: bold;
	color: #FFA800;
}
.bodySmall {
	font-family: Arial, Helvetica, Verdana, san-serif, SimHei, 黑體, 黑体, ;
	font-size: 10px;
	color: #707070;
	line-height: 13px;
}

.bodyHeaderRed {
	font-family: Arial, Helvetica, Verdana, san-serif, SimHei, 黑體, 黑体, ;
	font-size: 12px;
	font-weight: bold;
	color: #C00000;
}

.body2 {
	font-family: Arial, Helvetica, Verdana, san-serif, SimHei, 黑體, 黑体, ;
	font-size: 12px;
	font-weight: none;
	color: #FFFFFF;
	text-align:justify;
	line-height: 17px;
}
.inputText {
	font-family: Arial, Helvetica, Verdana, san-serif, SimHei, 黑體, 黑体, ;
	font-size: 12px;
	font-weight: none;
	color: #000000;
}
.productHeader {
	font-family: Arial, Helvetica, Verdana, san-serif, SimHei, 黑體, 黑体, ;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.bodyWelcome {
	font-family: Arial, Helvetica, Verdana, san-serif, SimHei, 黑體, 黑体, ;
	font-size: 12px;
	font-weight: none;
	line-height: 17px;
	color: #000000;
}
.footer {
	font-family: SimHei, 黑體, 黑体, Arial, Helvetica, Verdana, san-serif,;
	font-size: 11px;
	color: #797675;
}
.copyright {
	font-family: Arial, Helvetica, Verdana, san-serif, ;
	font-size: 11px;
	color: #737373;
}
.form2 {	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

/*** Link Color ***/
a:link, a:visited {
	color: #FFFFFF;	
	text-decoration: underline;
}
a:hover, a:active {	
	color: #FFA800;	
	text-decoration: underline;


}

a.navi:link, a.navi:visited {
	text-align:right;
	font:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;	
	text-decoration: none;
	
}
a.navi:hover, a.navi:active {	
	text-align:right;
	font:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF002B;	
	text-decoration: none;
}	
a.title:link, a:visited {
	color: #FFA800;	
	text-decoration: underline;
	font-weight:bold;
}
a.title:hover, a:active {	
	color: #FFFFFF;	
	text-decoration: underline;
	font-weight:bold;


}



a.linkFooter:link, a.linkFooter:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none; 
}
a.linkFooter:hover, a.linkFooter:active {
	color: #C00008;
	font-weight: bold;
	text-decoration: underline; 
}

a.linkNews:link, a.linkNews:visited {
	color: #C00008;
	font-weight: bold;
	text-decoration: underline; 
}

a.linkNews:hover, a.linkNews:active {
	color: #000000;
	font-weight: bold;
	text-decoration: underline; 
}
a.linkIndex:link, a.linkIndex:visited {
	color: #9B9B9B;
	font-weight: bold;
	text-decoration: none; 
}
a.linkIndex:hover, a.linkIndex:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline; 
}	

a.linkLanguage:link, a.linkLanguage:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline; 
}
a.linkLanguage:hover, a.linkLanguage:active {
	color: #FF000B;
	font-weight: bold;
	text-decoration: underline; 
}
/*** Background ***/
.bgHomeGradientBL {
	background-image: url(../images/bg_home_gradient_botlft.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bgHomeGradientBR {
	background-image: url(../images/bg_home_gradient_botrgt.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bgMain {
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
}
.bgGradient {
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: no-repeat;
}
.bgGradientTL {
	background-image: url(../images/bg_gradient_toplft.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.bgGradientBL {
	background-image: url(../images/bg_gradient_botlft.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.bgGradientTR {
	background-image: url(../images/bg_gradient_toprgt.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.bgGradientBR {
	background-image: url(../images/bg_gradient_botrgt.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.bgFadeTL {
	background-image: url(../images/bg_fade_toplft.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.bgFadeBL {
	background-image: url(../images/bg_fade_botlft.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.bgFadeTR {
	background-image: url(../images/bg_fade_toprgt.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.bgFadeBR {
	background-image: url(../images/bg_fade_botrgt.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/*** Section Link Format ***/
a.linkSection:link, a.linkSection:visited {
	color: #987e05;
	text-decoration: none; 
}
a.linkSection:hover, a.linkSection:active {
	color: #ffffff;
	text-decoration: none; 
}
a.linkSubSection:link, a.linkSubSection:visited {
	color: #b46d1a;
	text-decoration: none; 
}
a.linkSubSection:hover, a.linkSubSection:active {
	color: #ffffff;
	text-decoration: none; 
}
.cellSectionHead {
	padding: 0px 1px 2px 1px;
	font-family: SimHei, 黑體, 黑体, Arial, Helvetica, Verdana, san-serif,;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	}
.cellSectionLine {
	background-color: #CCCCCC;
	}
.cellSection, .cellSectionHilite {
	padding: 6px 1px 2px 1px;
	font-family: SimHei, 黑體, 黑体, Arial, Helvetica, Verdana, san-serif,;
	font-size: 14px;
	font-weight: bold;
	}
.cellSection {
	color: #7c7c7c;
	}
.cellSectionHilite {
	color: #f1d000;
	}
.cellSubSection, .cellSubSectionHilite {
	padding: 4px 1px 4px 12px;
	font-family: SimHei, 黑體, 黑体, Arial, Helvetica, Verdana, san-serif,;
	font-size: 14px;
	font-weight: bold;
	}
.cellSubSection {
	color: #b46d1a;
	}
.cellSubSectionHilite {
	color: #b46d1a;
	background-image: url(../images/subsec_arrow.gif);
	background-repeat:no-repeat;
	background-position: left;
	}
.cellGalleryPict {
	background-color: #6F6800;
	padding: 7px 6px 6px 7px;
	}

/*** Content Template ***/
.boxContMain {
	padding-left: 3px;
	width: 573px;
	height: 120px;
	}
.boxContFull {
	width: 722px;
	height: 360px;
	border: 1px solid #d1a528;
	background-color: #000000;
	padding: 20px;
	}
.boxContHalf {
	width: 531px;
	height: 360px;
	border: 1px solid #d1a528;
	background-color: #000000;
	padding: 1px;
	}
.txtTitle {
	font-family: SimHei, 黑體, 黑体, Arial, Helvetica, Verdana, san_serif,;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	}
.txtTitleSml {
	font-size: 14px;
	color: #FFFFFF;
	}
.boxContHalf-bold {
	width: 531px;
	height: 360px;
	border: 1px solid #d1a528;
	background-color: #000000;
	padding: 20px;
	
}

/*** Table Template ***/
.tableBorder {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	}
.tableHead, .tableContent {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px 5px 2px 5px;
	}
.tableHead {
	background-color: #76512c;
	color: #FFFFFF;
	}
.tableContent {
	background-color: #574d47;
	color: #DEDEDE;
	}
.tableContentPress {
	background-color: #574d47;
	color: #DEDEDE;
	padding: 2px 5px 2px 5px;
	}
.tableContentPressBullet {
	background-image:  url("../images/press_arrow.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2px 5px 2px 15px;
	}

/*** Space n Gap ***/
.padTitle {
	padding-top: 82px;
	}
.spaceTitle {
	height: 118px;
	}
.padFlash {
	padding-top: 12px;
	padding-bottom: 20px;
	}
.padFlash2 {
	padding-top: 12px;
	padding-bottom: 35px;
	}
.gapContFull, .gapContHalf {
	height: 12px;
	}
.gapFooter {
	height: 30px;
	}
.padFooter {
	padding-bottom: 30px;
	}
.spaceFooter {
	height: 60px;
	}
	
/*** Sitemap Style ***/
.levelOne {
	font-size: 18px;
	line-height: 1.5;
	}
.levelTwo {
	font-size: 16px;
	line-height: 1.5;
	padding-left: 20px;
	}
.levelThree {
	font-size: 14px;
	font-style: italic;
	padding-left: 20px;
	}
a.levelOne:link, a.levelOne:visited {
	color: #f3c800;
	text-decoration: none; 
}
a.levelOne:hover, a.levelOne:active {
	color: #b46d1a;
	text-decoration: none; 
}
a.levelTwo:link, a.levelTwo:visited {
	color: #cd9f00;
	text-decoration: none; 
}
a.levelTwo:hover, a.levelTwo:active {
	color: #b46d1a;
	text-decoration: none; 
}
a.levelThree:link, a.levelThree:visited {
	color: #987e05;
	text-decoration: none; 
}
a.levelThree:hover, a.levelThree:active {
	color: #b46d1a;
	text-decoration: none; 
}
