* {
	font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #32241C;
}

a, a:hover, a:focus {
	text-decoration: none;
}

h1 {
	text-align: center;
	margin: 50px 0px 50px 0px;
	color: #9E7A2E;
	font-size: 45px;
}

h4 {
	font-size: 30px;
}

.container {
	clear: both;
}

.indent {
	text-indent: 2em;
}

.ul {
	margin: 0px;
	padding: 0px;
}

.ul li {
	list-style: none;
	float: left;
	margin: 0px;
}

.clear {
	clear: both;
}
/* home */
.header {
	margin-top: 25px;
}

.main {
	margin-top: 25px;
}

.logo {
	float: left;
	background: url(../images/logo.png) no-repeat 0px 0px;
	width: 360px;
	height: 80px;
}

.menu {
	float: right;
}

.menu ul li {
	float: left;
	list-style: none;
	margin: 20px 10px 10px 10px;
}

.menu-item {
	color: #544034;	
	text-decoration: none;
}

.menu-item:link {
	color: #544034;	
	text-decoration: none;
}

.menu-item:visited {
	color: #544034;
	text-decoration: none;
}

.menu-item:active {
	color: #EEB82A;
	text-decoration: none;
}

.menu-item:hover {
	color: #EEB82A;
	text-decoration: none;
}

.margin {
	margin-top: 10px;
}

/* slicer */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
/* banner-grids */
#sliderHome {
	width: 100%;
}

.banner-grid {
	margin: 0;
	padding: 15px;
}

.banner-grid h2 {
	color: #FFFFFF;
}

.banner-grid.one {
	background: #EFB927;
}

.banner-grid.two {
	background: #9E7A2E;
}

.banner-grid.three {
	background: #544034;
}

.icon {
	float: left;
	margin-top: 20px;
}

.icon-text {
	text-align: left;
	margin-bottom: 13px;
}

.icon-text p {
	color: #FFFFFF;
}

i.s1, i.s2, i.s3 {
	width: 30px;
	height: 30px;
	display: inline-block;
}

i.s1 {
	background: url('../images/icons.png') no-repeat -30px 0px;
}

i.s2 {
	background: url('../images/icons.png') no-repeat -60px 0px;
}

i.s3 {
	background: url('../images/icons.png') no-repeat -90px 0px;
}

/* prod */
.prod {
	padding-top: 60px;
	padding-bottom: 60px;
}

.prod-border {
	border-right: 1px solid #9E7A2E;
	border-left: 1px solid #9E7A2E;
	border-bottom: 1px solid #9E7A2E;
}

/* about */
.iso {
	/*float: left;*/
	background: url(../images/iso.png) no-repeat 0px 0px;
	width: 60px;
	height: 60px;
}

.about-img {
	margin: auto;
	background: url(../images/about.png) no-repeat 0px 0px;
	width: 245px;
	height: 275px;
}

.slogan {
	margin-bottom: 30px;
	color: #EFB927;
	font-size: 32px;
}
/* partner */
#partner {
	text-align: center;
}

.logos img {
	margin: 25px;
}
/* contact */
.corp-title {
	color: #544034;
	font-weight: bold;
}

.corp-eng-title {
	color: #EEB82A;
	font-size: 20px;
	font-family: Tahoma;
	padding: 0px 0px 0px 3px;
	margin: 0px 0px 35px 0px;
}

.barcode {
	text-align: center;
}

.barcode img {
	width: 160px;
	height: 160px;
	margin: 30px 0px 20px 0px;
}
/* footer */
.footer {
	border-top: 1px solid #EEB82A;
	padding: 15px 0px 25px 0px;
	margin-top: 30px;
	text-align: center;
}

.footer p {
	font-size: 16px;
	margin: 0px 20px 0px 20px;
	float: left;
}

/* toTop */
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 40px;
  height: 22px;
  border: none;
  text-indent: 100%;
  background: url(../images/move-top.png) no-repeat 0px 0px;
}

/* prod */
.prod-water {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
}

.prod-water li {
	float: left;
	padding: 5px 20px 5px 20px;
	margin: 5px;
	background-color: #EFB927;
	border-radius: 8px;
}

.center {
	text-align: center;
}

/* prod item */
.item {
		margin-top: 30px;
}

.item p {	
		border-top: 1px solid #EEB82A;
		border-top-style: dashed;
		font-size: 30px;
		padding: 15px 0px;
}

.item div img {	
		padding: 10px 20px;
}

.plist h3 {
		display: block;
		clear: both;
		float: left;
		padding: 15px 15px 5px 5px;
		font-size: 32px;
		color: #9E7A2E;
}

.item pre {
	overflow: hidden;
	float: left;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	border: 0px;
	background-color: white;
	width: 350px;
}

.cer {
	width: 220px;
	height: 300px;
}

.proj {
	width: 320px;
	height: 220px;
}

.le {
	float: left;
	font-size: 18px;
}

.prodimg {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 370px;
	/*border: solid 1px grey;*/
}

.prodimg img {
	width: 300px;
}