@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	margin:0 auto;
	width:960px;
	font-family:sans-serif,PMingLiU;
	font-size:12px;
	background-image:url(../images/office-furniture-bg.gif);
	background-repeat:repeat;
}

.container {
	width:960px;
}

.header {
	width:960px;
	background-image:url(../images/head-bg.jpg);
}
.header .menu {
	height:25px;
	width:960px;
	text-align:center;
	background-color:#D18B00;
}
.header .menu ul {
	height:25px;
	width:405px;
	float:right;
	list-style:none;
	background-color:#D18B00;
}
.header li {
	float:left;
	width:80px;
	padding-top:4px;
	border-left:1px solid #000;
}
.header li a {
	color:#eee;
	height:25px;
	font-size:16px;
	text-decoration:none;
}
.header li a:hover {
	color:#930;
}
.banner {
	width:960px;
	height:120px;
	display:block;
	text-indent:-9999em;
	background-image:url(../images/office-furniture-banner.jpg);
}

.content {
	clear:both;
	width:960px;
	float:left;
	background-color:#fc6;
}
.leftcolumn {
	width:200px;
	float:left;
	padding-left:10px;
}

.leftcolumn .mtop {
	height:30px;
	width:180px;
	margin-top:20px;
	background-image:url(../images/mtop.jpg);
}
.leftcolumn .pmenu {
	height:30px;
	width:180px;
	background-image:url(../images/pmenu.jpg);
}
.leftcolumn .menub {
	width:180px;
	height:10px;
	background-image:url(../images/menub.jpg);
}	
.leftcolumn ul {
	width:180px;
	list-style:none;
}
.leftcolumn li {
	width:180px;
	height:25px;
	text-indent:15px;;
	vertical-align:middle;
	background-image:url(../images/submenu-bg.jpg);
}
.leftcolumn li a {
	width:180px;
	height:25px;
	color:#333;
	display:block;
	font-size:16px;
	padding-top:3px;
	text-decoration:none;
}
.leftcolumn li a:hover {
	color:#930;
	width:180px;
	background-image:url(../images/submenu-menu-over.jpg);
}	

.rightcolumn {
	width:750px;
	float:left;
}

/* adjust by harvey height:300px*/
.rightcolumn .pagecontent {
	width:600px;
	height:580px;
	margin:0 auto;
	background-image: url(../images/note_mid.gif);
}
.boxcontent {
	width:500px;
	margin:0 auto;
	text-align:center;
	font-size:16px;
	line-height: 25px;
}

.pagecontent .title {
	color:#f00;
}
.rightcolumn .notetop {
	width:600px;
	height:89px;
	margin:0 auto;
	background-image:url(../images/note_top.gif);
}
.rightcolumn .notebottom {
	width:600px;
	height:74px;
	margin:0 auto;
	background-image:url(../images/note_bottom.gif);
}	

.enquiry {
	clear:both;
	width:960px;
	height:60px;
	background-color:#fe9;
	background-image:url(../images/office-tel.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.hrline {
	width:450px;
	margin:0 auto;
	border-top:1px solid #000;
}
.title {
	font-weight:bold;
}
.subtitle {
	color:#f00;
	margin-top:15px;
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
}
.hotline {
	color:#f00;
	margin-top:10px;
	font-weight:bold;
	margin-bottom:15px;
}

.productlist h3 {
	color:#930;
	line-height:50px;
}
.productlist ul {
	list-style:none;
	width:750px;
}
.productlist li {
	width:350px;
	height:64px;
	float:left;
	display:block;
	padding:5px;
	font-size:16px;
}
.productlist li a {
	color:#930;
	text-decoration:none;
}
.productlist .bigpics {
	width:350px;
	height:200px;
	float:left;
	display:block;
	padding:5px;
	font-size:16px;
}
.intro {
	margin-top:30px;
	width:750px;
}

.intro p {
	font-size:14px;
	padding:5px;
	width:740px;
}
.intro span {
	color:#c30;
	font-weight:bold;
}
.intro p.center {
	color:#c30;
	font-weight:bold;
	text-align:center;
}
.intro p.product {
	color:#036;
}

.footer {
	width:960px;
	height:25px;
	text-align:center;
	padding-top:15px;
	background-color:#fc6;
}

