@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) top left repeat-x #131313;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
}

body p {
	margin:0 0 15px 0;
	padding:0;
}

body img {
	border:none;
}

body a {
	color:#666;
	text-decoration:none;
}

body a:hover {
	color:#666;
	text-decoration:underline;
}

body strong {
	color:#0072bc;
}

body h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:13px;
}

#container {
	width:1014px;
	margin:0 auto;
	position:relative;
	z-index:3;
}

#header {
	background:url(../images/headerbg.png);
	height:100px;
	width:1000px;
	float:left;
	position:absolute;
	z-index:1;
	left:7px;
	margin:50px 0 0 0;
}

.system a {
	background:url(../images/system1.gif);
	height:32px;
	width:133px;
	text-indent:-9999px;
	display:block;
	float:right;
	margin:10px 15px 0 0;
}


.logo {
	background:url(../images/logo.png);
	height:55px;
	width:145px;
	display:block;
	text-indent:-9999px;
	margin:10px 0 0 15px;
	float:left;
}

.menu {
	width:805px;
	float:right;
	margin:0 0px 0 0;
}

.menu ul {
	width:805px;
	margin:22px 0 0 0;
	padding:0;
	float:right;
}

.menu li {
	margin:0 1px 0 0;
	padding:0;
	list-style:none;
	float:left;
}

.home a {
	background:url(../images/home.png);
	height:33px;
	width:53px;
	text-indent:-9999px;
	display:block;
}

.home a:hover, .homeselected {
	background:url(../images/homeover.png);
	height:33px;
	width:53px;
	text-indent:-9999px;
	display:block;
}

.profile a {
	background:url(../images/profile.png);
	height:32px;
	width:60px;
	text-indent:-9999px;
	display:block;
}

.profile a:hover, .profileselected {
	background:url(../images/profileover.png);
	height:32px;
	width:60px;
	text-indent:-9999px;
	display:block;
}

.products a {
	background:url(../images/products.png);
	height:32px;
	width:78px;
	text-indent:-9999px;
	display:block;
}

.products a:hover, .productsselected {
	background:url(../images/productsover.png);
	height:32px;
	width:78px;
	text-indent:-9999px;
	display:block;
}

.machine a {
	background:url(../images/machine.png);
	height:32px;
	width:150px;
	text-indent:-9999px;
	display:block;
}

.machine a:hover, .machineselected {
	background:url(../images/machineover.png);
	height:32px;
	width:150px;
	text-indent:-9999px;
	display:block;
}

.rule a {
	background:url(../images/rule.png);
	height:32px;
	width:110px;
	text-indent:-9999px;
	display:block;
}

.rule a:hover, .ruleselected {
	background:url(../images/ruleover.png);
	height:32px;
	width:110px;
	text-indent:-9999px;
	display:block;
}

.equipment a {
	background:url(../images/equipment.png);
	height:32px;
	width:88px;
	text-indent:-9999px;
	display:block;
}

.equipment a:hover, .equipmentselected {
	background:url(../images/equipmentover.png);
	height:32px;
	width:88px;
	text-indent:-9999px;
	display:block;
}

.certificate a {
	background:url(../images/certificate.png);
	height:32px;
	width:110px;
	text-indent:-9999px;
	display:block;
}

.certificate a:hover, .certificateselected {
	background:url(../images/certificateover.png);
	height:32px;
	width:110px;
	text-indent:-9999px;
	display:block;
}

.news a {
	background:url(../images/news.png);
	height:32px;
	width:56px;
	text-indent:-9999px;
	display:block;
}

.news a:hover, .newsselected {
	background:url(../images/newsover.png);
	height:32px;
	width:56px;
	text-indent:-9999px;
	display:block;
}

.contactus a {
	background:url(../images/contactus.png);
	height:32px;
	width:77px;
	text-indent:-9999px;
	display:block;
}

.contactus a:hover, .contactusselected {
	background:url(../images/contactusover.png);
	height:32px;
	width:77px;
	text-indent:-9999px;
	display:block;
}

#indexflash {
	width:1014px;
	float:left;
	position:absolute;
	z-index:2;
	top:124px;
}

#indexflash img {
	width:960px;
	margin:0 0 0 26px;
}

#centerbar {
	width:960px;
	float:left;
	position:absolute;
	z-index:2;
	top:495px;
	left:27px;
}

.productsbar {
	background:url(../images/productsbarbg2.png);
	height:160px;
	width:621px;
	float:left;
	padding:12px 23px;
}

.quality {
	background:url(../images/qualityimagebg.png);
	height:145px;
	width:235px;
	float:right;
	padding:20px 20px 20px 30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}

#footer {
	background:url(../images/footerbg.png) no-repeat;
	height:100px;
	width:1000px;
	position:absolute;
	z-index:1;
	top:640px;
	left:7px;
	font-size:11px;
	padding:0 0 38px 0;
}

.footerleft {
	width:400px;
	float:left;
	padding:50px 0 0 50px;
}

.footerright {
	width:auto;
	float:right;
	padding:50px 30px 0 0;
}

.innerfooterleft {
	width:400px;
	float:left;
	padding:35px 0 0 50px;
}

.innerfooterright {
	width:200px;
	float:right;
	padding:35px 30px 0 0;
}

#content {
	width:960px;
	background-color:#fff;
	float:left;
	position:absolute;
	z-index:2;
	top:124px;
	height:516px;
	left:27px;
}

.contentimg {
	width:595px;
	float:left;
}

.contentdesc {
	width:305px;
	float:left;
	padding:30px;
	line-height:18px;
}

.contentdesc1 {
	width:420px;
	float:left;
	padding:30px;
	line-height:18px;
}

.contentdesc2 {
	width:420px;
	float:left;
	padding:30px;
	line-height:18px;
}

.slogan {
	background:url(../images/slogan.png);
	height:37px;
	width:303px;
	display:block;
	text-indent:-9999px;
	margin:10px 0 25px 0;
}

.form {
	width:180px;
	background-color:#cfcfcf;
	border:2px #999 dotted;
	*border:2px #999 dotted;
	font-size:11px;
	margin:5px 0;
	padding:3px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}

.button {
	width:70px;
	background-color:#cfcfcf;
	border:2px #999 dotted;
	*border:2px #999 dotted;
	font-size:11px;
	margin:10px 5px;
	padding:3px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	float:right;
}

.button:hover {
	background-color:#bfbdbd;
}

.submenu {
	width:365px;
	float:right;
}

.submenu ul {
	margin:0;
	padding:0;
	float:left;
	font-size:15px;
	text-align:center;
	width:365px;
}

.submenu li {
	width:365px;
	height:51px;
	margin:0 0 0 0;
	padding:0;
	float:left;
	list-style:none;
	border-bottom:1px #ccc solid;
	background:url(../images/submenubg.jpg);
}

.submenu li:hover {
	background:url(../images/submenubgover.jpg);
}

.submenu li.selected {
	background:url(../images/submenubgover.jpg);
	color:#fff;
}

.submenu a {
	color:#666;
	text-decoration:none;
	cursor:pointer;
	width:365px;
	height:20px;
	display:block;
	padding: 15px 0;
}

.submenu a:hover {
	color:#fff;
	text-decoration:none;
}

#backmenu {
	position:absolute;
	top:550px;
	right:40px;
	z-index:3;
}

#backmenu a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.newsbox {
	width:900px;
	padding:30px;
}

.newssmallbox {
	width:280px;
	float:left;
	border:1px #ccc solid;
	background-color:#0072bc;
	margin:0 18px 18px 0;
}

.newsleft {
	width:120px;
	float:left;
	background:#fff;
	padding:10px;
}

.newsright {
	width:100px;
	float:left;
	padding:15px;
	color:#fff;
}

.newsright strong {
	color:#fff;
}

.newsright a {
	color:#fff;
	text-decoration:underline;
}

.newsright a:hover {
	color:#fff;
	text-decoration:none;
}


	

