<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #787878;
}
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a {
	color: #787878;
	text-decoration: underline;
	font-size: 13px;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 30px;
	color: #DFD708;
	font-weight: normal;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 30px;
	color: #4B4B4B;
	font-weight: normal;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #4B4B4B;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 26px;
}
h4 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	font-style: italic;
}
h5 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
}
h6 {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
}
td {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	padding: 5px;
}

.comman-all {
	float: left;
	width: 100%;
}

a img {
	border:0px;
}
#main {
	float: left;
	width: 100%;
}
#main-wrap {
	width: 982px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrap {
	float: left;
	width: 100%;
}
#header {
	float: left;
	width: 100%;
	height: 126px;
	padding-top: 12px;
}
.logo {
	float: left;
	width: 170px;
}
.header_right {
	float: right;
	width: 280px;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	padding-top: 10px;
}
.header_right img {
	padding-left: 20px;
}
#menu-main {
	float: left;
	width: 100%;
}
.menu-rpt {
	background-image: url(../images/menu-rpt.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 959px;
	height: 44px;
	padding-left: 5px;
}
.banner-main {
	float: left;
	width: 100%;
	margin-top: 12px;
}
.slider-main {
	float: left;
	height: 244px;
	width: 710px;
}
.application-main {
	float: right;
	height: 226px;
	width: 231px;
	background-image: url(../images/application-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 9px;
}
#middle {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.middle-left {
	float: left;
	width: 711px;
}
.middle-right {
	float: right;
	width: 249px;
}
.hit_counter {
	width: 40%;
	margin-top: 25px;
	float: right;
}
.hit_counter a {
	padding: 10px;
	float: left;
}
.promotion-main {
	float: left;
	width: 249px;
	margin-top: 10px;
}
.promotion-rpt {
	background-image: url(../images/promotion-rpt.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
	width: 218px;
	background-color: #EEEEEE;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DCDCDC;
	border-left-color: #DCDCDC;
}
.promotion-content {
	float: left;
	width: 218px;
}
.promotion-content ul {
	float: left;
	width: 100%;
}
.promotion-content ul li {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}
.promotion-content ul li img {
	float: left;
	padding-right: 10px;
}
.link-video-text {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #787878;
	text-decoration: none;
	line-height: 14px;
	font-weight: bold;
}
.link-video-text:hover {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#footer {
	float: left;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F1EFEF;
	margin-top: 8px;
	font-size: 12px;
	color: #4F4F4F;
	text-align: center;
	margin-bottom: 8px;
}
.link-footer {
	font-size: 12px;
	color: #4F4F4F;
	text-decoration: none;
	line-height: 30px;
}
.link-footer:hover {
	font-size: 12px;
	color: B7B7B7;
	text-decoration: none;
}
/* ######### Drop Down DIVs CSS START ######### */

.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
	font-size: 13px;
	color: #4F4F4F;
	text-decoration: none;
}

.ddsubmenustyle ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px none;
}

.ddsubmenustyle li a{
	display: block;
	width: 170px; /*width of menu (not including side paddings)*/
	color: #4F4F4F;
	background-color: #FEF99D;
	text-decoration: none;
	border-bottom: 1px solid black;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #FAF484;
color: #000000;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Drop Down DIVs CSS END ######### */

/* ######### Matt Black Strip Main Menu Bar CSS START ######### */

.mattblackmenu ul{
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	float: left;
}
.mattblackmenu li{
	display: inline;
	margin: 0;
}
.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none; /*right divider between tabs*/
	color: #4F4F4F;
	font-size: 13px;
	height: 29px;
	padding-top: 15px;
	padding-right: 18px;
	padding-left: 18px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}
.mattblackmenu li a:visited{
	background-image: url(../images/menu-rpt-hvr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.mattblackmenu li a:hover{
	background-image: url(../images/menu-rpt-hvr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 18px;
	padding-left: 18px;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.mattblackmenu a.selected{
	background-image: url(../images/menu-rpt-hvr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.menu_curent {
	background-image: url(../images/menu-rpt-hvr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 15px;
	padding-right: 18px;
	padding-left: 18px;
	float: left;
	height: 29px;
	color: #000000;
}

/* ######### Matt Black Strip Main Menu Bar CSS END ######### */

/* ######### SLIDER START ######### */

#container {
	position:relative;
	height:244px;
	float: left;
	width: 711px;
	background-image: url(../images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#slideleft {
}
#slideright {
}
#slider {
	float:left;
	position:relative;
	overflow:auto;
	width:711px;
	height:244px;
}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {
	float:left;
	width:711px;
	height:238px;
	padding-top: 6px;
}
#slider li img {
	float:left;
	padding-left: 20px;
}
.slider-content {
	float: right;
	width: 440px;
	position: relative;
	margin-top: 75px;
}
.slider-border {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DFD708;
}

/* ######### SLIDER END ######### */
/* ######### lightbox start ######### */

#thumb {
	width: 100%;
	float: left;
	}
#thumb ul {
	list-style: none;
	float: left;
}
#thumb ul li {
	display: inline;
	float: left;
	width: 25%;
}
#thumb ul li span {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #000000;
}
#thumb ul img {
	border: 3px solid #999999;
	margin-top: 17px;
	margin-right: 17px;
	margin-bottom: 17px;
	}
#thumb ul a:hover img {
	border: 3px solid #333333;
	}
#thumb ul a:hover { }

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box &gt; #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* ######### lightbox END ######### */

.contact-left {
	float: left;
	width: 50%;
}
.contact-box {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.contact-box ul li {
	float: left;
	width: 100%;
	padding-bottom: 3px;
}
.contact-box .contact-name {
	float: left;
	width: 38%;
}
.contact-box .contact-number {
	float: left;
	width: 50%;
}
.contact-right {
	float: right;
	width: 45%;
}
.inquiry-main {
	float: left;
	width: 100%;
}
.inquiry {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.inquiry ul li {
	float: left;
	width: 100%;
	margin-bottom: 8px;
}
.inquiry ul li .name {
	float: left;
	width: 30%;
	font-size: 14px;
	padding-top: 5px;
}
.inquiry ul li .field {
	float: right;
	width: 65%;
}
.text-field {
	float: left;
	width: 300px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-size: 14px;
	color: #787878;
}
.font14-red {
	font-size: 14px;
	color: #FF0033;
}
.product {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.link-pro-list {
	font-size: 26px;
	color: #666666;
	text-decoration: none;
	line-height: 30px;
}
.link-pro-list:hover {
	font-size: 26px;
	color: #A6A13B;
	text-decoration: none;
}
.font12 {
	font-size: 12px;
	color: #787878;
	font-weight: normal;
}
.certificate {
	float: left;
	width: 100%;
}
.cnc-cutting-left {
	float: left;
	width: 50%;
}
.cnc-cutting-right {
	float: right;
	width: 45%;
}
.sitemap {
	float: left;
	width: 100%;
}
.sitemap-left {
	float: left;
	width: 30%;
}
.sitemap-right {
	float: left;
	width: 30%;
}
.sitemap ul li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.sitemap ul li ul {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.sitemap ul li ul li {
	float: left;
	width: 100%;
	padding-left: 20px;
}
.sitemap-arrow {
	padding-right: 10px;
	float: right;
}
.link-sitemap {
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}.link-sitemap:hover {
	font-size: 13px;
	text-decoration: none;
	color: #666666;
}
.power-press-client-list {
	float: left;
	width: 100%;
}
.power-press-client-list ul {
	float: left;
	width: 100%;
}
.power-press-client-list ul li {
	float: left;
	width: auto;
	padding-top: 20px;
	padding-right: 40px;
}
.link-clink-list {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.link-clink-list:hover {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.application-slider {
	text-align: center;
	float: left;
	width: 100px;
	margin-top: 20px;
}
.video {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.bold {
	font-weight: bold;
}
</pre></body></html>