body, div, p, h1, h2, h3, h4, h5, a, ul, li, img {
	font-family:Helvetica, sans-serif;
	line-height: 1.8;
	color: #4c4136;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

h1 a {
	font-size: 16px;
	font-weight: bold;
}

h1 a:hover {
	font-size: 16px;
	font-weight: bold;
}


h1 {
	font-size: 82px;
	font-weight: bold;
	padding-top: 19px;
}


h2 {
	font-size: 25px;
	font-weight: bold;
	margin: 44px 0 34px 0;
	line-height: 1.4;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 4px 0;
}

h4 {
	font-weight: bold;
	font-size: 18px;
	padding-top: 4px;
}

h5 {
	font-weight: 100;
	font-size: 12px;
	padding-top: 72px;
}

p {
	font-size: 14px;
	font-weight: 600;
	line-height: 2.0;
	width: 960px;
}


#main {
	width: 100%;
	position: relative;
}


#header {
	padding:0; 
	position: relative;
	width: 100%;
	height: 76px;
	text-align: center;
	border-bottom: solid 1px #efeff0;
	position: absolute;
	top:0;
	left: 0;
	background-color: white;
	z-index: 21474836;
}

#header_inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#fbbtn {
	width: 41px;
	height: 41px;
	position: absolute;
	background-image: url(img/fb.gif);
	background-repeat: repeat;
	top: 18px;
	left: 864px;
}

#mailbtn {
	width: 41px;
	height: 41px;
	position: absolute;
	background-image: url(img/mail.gif);
	background-repeat: repeat;
	top: 18px;
	left: 909px;
}

#logo {
	width: 86px;
	height: 76px;
	position: absolute;
	top: 0;
	left: 0;
}

#logo_l {
	width: 120px;
	height: 100px;
	margin: 0 auto;
}

#headermenu {
	width: 424px;
	height: 76px;
	position: absolute;
	left: 50%;
	margin-left: -212px;
	text-align: center;
}

#headermenu h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 24px 0 0 24px;
	float: left;
}

#contactbtn {
	width: 100px;
	height: 76px;
	position: absolute;
	left: 100%;
	margin-left: -100px;
	text-align: right;
}

#contactbtn h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 24px 0 0 0;
	background-image: url(img/mail.gif);
	background-repeat: no-repeat;
	background-position: right 30px;
	padding-right: 23px;
}


#main_inner {
	width: 100%;
	padding-top: 127px;
	position: relative;
	background-color: white;
	text-align: center;
}

#main_box {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#boxs {
	padding: 0;
	width: 960px;
}

.box {
	margin-bottom: 60px;
}

#menus {
	width: 760px;
	margin: 0 auto;
}

#Products {
	font-size: 34px;
	margin: 14px 0 53px 0;
}

.menu {
	width: 360px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	margin-bottom: 61px;
}

.menu p {
	font-size: 12px;
	width: 360px;
}


#pagetop {
	width: 84px;
	height: 20px;
	float: right;
}


#footer {
	width: 100%;
	height: 100px;
	border-top: solid 1px #efeff0;
	margin-top: 10px;
}



.clears {
	clear: both;
}