/* CSS Document */

html,body
{
margin:0px;
background-color:#63922c;
}
.header
{
background-image:url(header.png);
width:1000px;
height:121px;
margin:0 auto;
}
.header_inner
{
background-image:url(header.png);
width:1000px;
height:121px;
margin:0 auto;
top:0px;
position:fixed;
z-index:5;
}
.bodyc
{
width:1000px;
margin:0 auto;
background-image:url(b_bg.png);
}
.bodyc_inner
{
width:1000px;
margin:0 auto;
background-image:url(b_bg.png);
margin-top:121px;
}
.bottom
{
background-image:url(footer.png);
width:1000px;
height:99px;
margin:0 auto;
}
.bottominner
{
background-image:url(footer.png);
width:1000px;
height:99px;
margin:0 auto;
bottom:0px;
position:fixed;
}
.btm-border
{
width:1000px;
margin:0 auto;
}

.slide
{
width:900px;
height:484px;
margin:0 auto;
}
.slide_fl
{
	width:900px;
	height:484px;
	position:absolute;
	z-index:1;
}
.abt_fr
{
background-image:url(abtfrnt.png);
width:568px;
height:96px;
}


.prd_fr
{
background-image: url(prodct_frnt.png);
width:190px;
height:88px;
}
.normalfont
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #666666;
line-height:18px;
}
.normalfoot
{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color: #999999;
font-weight:bold;
}
.subhead
{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color: #996600;
font-weight:bold;
}
.normalBlack
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
line-height:17px;
}
.normalHead
{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:20px;
color: #C81B20;
font-weight: 800;
}
.normalHeadBlack
{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:20px;
color: #666666;
font-weight: 800;
}
.normalfontNEwstyle
{
font-family: Trebuchet MS, Helvetica, sans-serif;
	line-height:1.7em;
	background-color: #fff;
	color:#000000;
	padding-bottom:20px;
	font-size:12px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #999999;
}