body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
}

body {
	background-color: #eaf5c1;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
}

#main {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 1024px;
	background-image: url(/images/sideline.png);
	background-repeat: no-repeat;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 738px;
	height: 800px;
	text-align: left;
}

#header {
	width: 738px;
	height: 122px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 30px;
}

#searchbox {
	text-align: right;
	line-height: 122px;
	padding-right: 20px;
	color: #d1e69d;
	font-size: 16px;
	font-weight: bold;
}

#menubg {
	width: 738px;
	height: 97px;
	background-image: url(/images/menu_bg.png);
	background-repeat: no-repeat;
}

#menubg ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menubg li {
	line-height: 54px;
	float: left;
}

#menubg .active {
	background-color: #dbe9af;
}

#menubg .active_left {
	border-right: 1px solid #c1d496;
}

#menubg .active_normal {
	border-right: 1px solid #c1d496;
	border-left: 1px solid #c1d496;
}

#menubg a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 54px;
	color: #81a65a;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#menubg a:hover {
	text-decoration: underline;
}

#menubg h1 {
	line-height: 42px;
	clear: both;
	margin: 0;
	padding: 0;
	color: #eaf5c1;
	font-size: 18px;
	font-family: Verdana;
	padding-left: 40px;
	font-weight: bold;
	float: left;
}

#langmenu {
	line-height: 42px;
	float: right;
	padding-right: 25px;
}

#langmenu a {
	display: inline;
	padding: 0;
}

#menubg .submenu {
	display: none;
	position: absolute;
	width: 200px;
	background-color: #e0ecb5
}

#menubg .submenu div {
	line-height: 100%;
	border-left: 1px solid #c1d496;
	border-right: 1px solid #c1d496;
}

#menubg .submenu a {
	font-size: 14px;
	line-height: 300%;
	border-bottom: 1px solid #c1d496;
}

#menubg .submenu a:hover {
	background-color: #dbe9af;
	text-decoration: none;
	border-bottom: 1px solid #c1d496;
}

#main-container {
	padding-top: 28px;
	width: 738px;
	height: 566px;
	background-image: url(/images/home_bg.jpg);
	background-repeat: no-repeat;
}

#page-container {
	padding-top: 28px;
	width: 738px;
	height: 566px;
	background-image: url(/images/content_bg.png);
	background-repeat: no-repeat;
}

#page-container {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #3a4b2d;
}

#page-container a {
	text-decoration: underline;
	font-weight: bold;
	color: #3a4b2d;
}

#page-container a:hover {
	color: #3a4b2d;
}

#content-container {
	margin-left: auto;
	margin-right: auto;
	width: 682px;
	height: 487px;
	overflow: auto;
}

#content {
	padding-left: 15px;
	padding-right: 15px;
}

#main-container {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #3a4b2d;
}

#main-container a {
	text-decoration: underline;
	font-weight: bold;
	color: #3a4b2d;
}

#main-container a:hover {
	color: #3a4b2d;
}

#footer {
	text-align: center;
	line-height: 51px;
	font-size: 14px;
}

form {
	margin: 0;
	padding: 0;
}

#page-container .productbox {
	text-align: center;
	line-height: 80px;
	background-color: #eaf5c1;
	margin: 10px;
	width: 300px;
	height: 80px;
	border: 1px solid #adadad;
	float: left;
}

#page-container .productbox a {
	text-decoration: none;
	font-size: 14px;
}

#page-container .productbox a:hover {
	color: #7faa59;
}

#page-container .productbox .productpic {
	float: left;
	/*border: 1px solid #adadad;*/
	width: 70px;
	height: 60px;
	margin-top: 10px;
	margin-left: 10px;
	background-position: center center;
}

#page-container .productbox .textbox {
	float: right;
	width: 210px;
}