@charset "utf-8";
html, body{
	height:100%;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


a{
	color:#2b8339;
}


input{
	font-family:Arial, Helvetica, sans-serif;
}

#mainWrapper{
	width:980px;
	margin:0 auto;
	background:#fff;

}


#logo{
	padding:10px 0 20px 0;
	position:relative;
}

#indexPage #menu1, #indexPage #menu2, #indexPage #menu3, #indexPage #menu4{
	display:none;
}


#menu{
	height:24px;
	background:url(../images/menu.png) no-repeat;
	position:relative;
}

#menu1{
	width:90px;
	margin-left:40px;
}
#menu2{
	width:291px;
}

#menu3{
	width:157px;
}
#menu4{
	width:300px;
}

#subMenuSet{
	/*position:absolute;
	top:23px;
	left:150px;
	*/
}

#lngEn{
	float:right;
	height:24px;
	width:25px;
	background:url(../images/icon_eng.png) no-repeat 0 5px;
}
#lngCn{
	float:right;
	height:24px;
	width:25px;
	background:url(../images/icon_cn.png) no-repeat 0 5px;
	margin:0 25px 0 15px;
	opacity:0.5;
}

.lng{
	display:block;
	width:100%;
	height:100%;
}

#sub1{
	
}
#sub2{
	background-position:0px -31px;
}
#sub3{
	background-position:0px -62px;
}
#sub4{
	background-position:0px -93px;
}
#sub5{
	background-position:0px -124px;
}

#mainContent{
	padding:30px 0 0px 0;
	background:url(../images/bg_content.gif) repeat-x;
}

#mainContent:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#conLeft{
	width:650px;
	text-align:justify;
	line-height:120%;
	padding:0 20px 0 40px;
}

#conRight{
	width:250px;
	padding:0 0 0 20px;
}

#pricelistTable{
	font-size:12px;
	border-color:#C0C0C0;
	border-collapse:collapse;
}

#pricelistTable td, #pricelistTable th{
	border-color:#C0C0C0;
	padding:8px 2px !important;
}

#footer{
	width:980px;
	height:50px;
	text-align:right;
	margin: 20px auto 0 auto;
	border-top: 4px solid #0066cc;
	padding:20px 0 0 0;
	color:#3a66cc;
}

#contactus{
	float:left;
	width:300px;
	text-align:left;
}

#contactus a{
	color:#3a66cc;
	text-decoration:none;
}

#contactus a:hover{
	color:#3a66cc;
	text-decoration:underline;
}

#copyright{
	float:right;
		width:400px;
}
.menuTab{
	height:24px;
	float:left;
	position:relative;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
}



.menuBg{
	position:absolute;

}
.menuCornerL{
	width:10px;
	height:24px;
	background:url(../images/menu_corner.png) no-repeat;
	float:left;
}
.menuCornerR{
	width:10px;
	height:24px;
	background:url(../images/menu_corner.png) -10px 0 no-repeat;
	float:left;
}
.menuCenter{
	height:23px;
	float:left;
	background:#fff;
	color:#fff;
	font-weight:bold;
	margin-top:2px;
	padding-right:10px;
	white-space:nowrap;
}
.menuText{
	position:absolute;
	z-index:10;
	top:5px;
	left:15px;
	font-weight:bold;
	color:#8EC320;
}

.subMenu{
	height:23px;
	width:195px;
	background:url(../images/submenubg.png) no-repeat;
	padding:8px 0 0 15px;
	text-align:left;
	cursor:pointer;
	font-size:12px;
}
.subMenu2{
	height:42px;
}

.subMenu div{
	color:#006E37;
}


.indexpage{
	text-align:center;
}
.indexpage img{
	margin:20px 4px 10px 4px;
}

#pricelistPage{
	margin:-20px 0 0 0;
	padding-left:40px;
}

.floatDiv{
	float:left;
}

.headerImg{
	margin:0 0 20px 0;
}

.backTop{
	text-align:right;
	margin-top:35px;
}
.backTop a{
	color:#666666;
	text-decoration:none;
}


#part1, #part2, #part3, #part4, #part5, #part6{
	display:none;
}


#contentSection{
	padding-left:40px;
}

.part3Header, .part5Header, .part6Header{
	font-size:16px;
	font-weight:bold;
	/*color:#006E37;*/
	color:#0068bc;
}

.partContent{
	margin:10px 0 20px 0;
}

.partContent img{
	padding-left:10px;
}

.printerinfo{
	width:135px;
	margin:0 48px 15px 0;
	border:1px solid #fff;
	float:left;
	cursor:pointer;
}

.printer_title{
	background-color:#19902e;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:2px;
}

.printer_title2{
	font-size:12px;
}

.printer_photo{
	text-align:center;
}

.printer_detail{
	padding:4px;
	text-align:center;
}

.priceHeader1{
	font-size:16px;
	background:#19902e;
	color:#fff;
	font-weight:bold;
	padding:8px !important;
}
.priceHeader2{
	background:#2f7bbf;
	color:#fff;
}
.priceHeader3{
	background:#d2e663;
	color:#333;
}
.loginInput{
	width:100px;
}
h2{
	color:#FF0000;
}
#logout{
	position:absolute;
	top:10px;
	left:930px;
}
#logout a{
	text-decoration:none;
	color:#666;
}
#logoutDiv{
	text-align:center;
	font-weight:bold;
	margin:50px;
}