* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
/*  color: #333;*/
  background: #DDD;
  text-align: center;
}

body, p, li, td {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #06456d;
}

#page-body {
  margin: 0 auto;
  padding: 0;
  border-left: 1px solid #A0B9CD;
  border-right: 1px solid #A0B9CD;
  width: 780px;
  background: #fff;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#page-header {
  background: url(../image/bg_header.gif);
  background-repeat: repeat-x;
  width: 780px;
  height: 53px;
  padding: 0;
  margin: 0 auto;
}

#header-logo {
	padding-left: 20px;
}

#page-menubar {
  background: url(../image/bg_menubar.gif);
  background-repeat: repeat-x;
  width: 780px;
  height: 30px;
  padding: 0;
  margin: 0 auto;
}

#page-topad {
  padding: 0;
  margin: 0 auto;
/*  width: 778px;
  height: 174px;
  overflow:hidden;
  background: url(../image/top_home.jpg);*/
}

#page-container{
  border-top: 1px solid #A0B9CD;
  width: 780px;
  padding: 0;
  margin: 0;
  /*padding: 0 2em 40px 2em;*/
}

#page-container_apptest{
  border-top: 1px solid #A0B9CD;
  width: 780px;
  height: 1000px;
  padding: 10px;
  margin: 0;
  /*padding: 0 2em 40px 2em;*/
}

#page-container:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#page-leftbar {
  padding: 0;
  margin: 0;
  width: 230px;
  float: left;
}

#page-rightmain {
  padding: 0 10px;
  margin: 0;
  width: 530px;
  float: right;
}

#page-rightmain_product {
  padding: 0 10px;
  margin: 0;
  width: 530px;
  height: 650px;
  float: right;
}

#page-leftmain {
  padding: 0 10px;
  margin: 0;
  width: 510px;
  float: left;
}

#page-leftmain_main {
  padding: 0 10px;
  margin: 0;
  width: 510px;
  height: 600px;
  float: left;
}

#page-rightbar {
  padding: 10px;
  margin: 0;
  width: 226px;
  float: right;
}


#page-footer-container{
  clear: both;
  width: 780px;
  background: #CCC;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 36px;
}

#page-footer {
  padding: 0;
  margin: 0;
  background: url(../image/bg_footer.gif);
  background-repeat: repeat-x;
  line-height: 36px;
  text-align:center;
}


a.menubar:link	  { font-weight: bold; text-decoration: none; color: #1D4E5B; padding: 0 10px;}
a.menubar:visited { font-weight: bold; text-decoration: none; color: #1D4E5B; padding: 0 10px;}
a.menubar:hover   { font-weight: bold; text-decoration: none; color: #693; padding: 0 10px;}

a:link		{text-decoration: none; color: #06456d; }
a:visited	{text-decoration: none; color: #06456d; }
a:hover		{text-decoration: underline; color: #06456d;}

.menuitem_hover { background-color: #000; }


table.toolsmenu{
	background-color:#cadfe7;
}
td.toolsmenu{
	padding:3px;
	border:1px solid #aaccd9;
	color: #000;
	background-color:#cadfe7;
}
a.toolsmenu_link:link 	{font-weight: bold; color:#1D4E5B; text-decoration: none;}
a.toolsmenu_link:visited{font-weight: bold; color:#1D4E5B; text-decoration: none;}
a.toolsmenu_link:hover	{font-weight: bold; color:#fff; text-decoration: none;}


.title {
/*	font-family: "youyuan", Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
/*	font-weight: bold;*/
	font-size: 13px;
	color: #FF950C;
	border-bottom: 1px solid #ff950c;
	border-left: 12px solid #ff950c;
	padding: 3px 0 0px 16px;
	margin: 3px 0 20px 0;
}

.title_contact {
/*	font-family: "youyuan", Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
/*	font-weight: bold;*/
	font-size: 13px;
	color: #FF950C;
}

.indent {
  text-indent: 24px;
  line-height: 18px;
}

.indent_about {
  text-indent: 24px;
  line-height: 28px;
}

.img_box {
	border: 1px solid #A0B9CD;
}

.indent_product {
  text-indent: 24px;
  line-height: 20px;
}

.title_product {
/*	font-family: "heiti", Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	font-size: 16px;
	color: #FF950C;
}

.important {font-size:16px; 
font-weight: bold; 
color:#f00}

.rightalgin{
text-align: right; margin-right: 40px;
}