/* main css for default font, color and layout */
*{
  margin: 0px;
  padding: 0px;
}
body{
  margin: 0px;
  padding: 0px;
  border: none;
  background: #e5efe3;
}
div{
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
	font: normal 14px/30px arial;
}
img{
  border: none;
  padding: 0px;
  margin: 0px;
}
br.an, div.an{
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 1px;
	height: 1px;
	border: none;
	font: normal 1px/1px Arial;
  color: #fff;
}

div.amain{
  background: #fff url(image/bg-bottom.png) no-repeat left bottom;
  width: 1000px;
  float: none;
  clear: both;
  margin: 0px auto 20px auto;;
}
div.ahd{
  background: #fff ;
  height: 106px;
  width: 1000px;
}
div.ahdimg{
  height: 106px;
  width: 100%;
  background: transparent;
}
div.ahdimg img{
  display: block;
  border: none;
  float: left;
}


div.anav{
  margin: 0px auto;
  padding: 0px;
  display: block;
  border: none;
  float: none;
  clear: both;
  font: normal 16px/25px arial;
  height: 25px;
  color: #dddddd;
  text-align: center;
  word-spacing: 5px;
  background: transparent url(image/mainnav_bg.jpg) repeat-x scroll left center;
}
div.anav a{
  font: normal 16px/18px arial;
  color: #555;
  text-decoration: none;  
}
div.aservice{
  float: right;
  height: 80px;
  margin: 0px;
  padding: 0px 10px 0px 20px;
}

div.ahdimg h3.addr{
  margin: 55px 0px 0px 0px;
  float: right;
  font: normal 14px/16px arial;
  color: #EE8844;
  text-align: left;
}
div.aservice h2{
  text-align: right;
  font: normal 15px/18px arial;
  color: #787878;
  margin: 0px;
  padding: 0px;
  display: block;
}
div.aservice h2 b{
  display: block;
  float: left;
  width: 95px;
  text-align: right;
  padding: 0px 8px 0px 0px;
  margin: 0px;
  color: #ee6600;
}
div.aservice h2.aenglink a{
  display: block;
  text-align: right;
  text-decoration: none;
  color: #454545;
  font: normal 15px/25px arial;
  padding-left: 30px;
}

div.aleft,
div.acenter,
div.aright{
  margin: 10px 0px 0px 10px;
  padding: 0px;
  float: left;
}
div.aleft{
  width: 400px;
}
div.acenter{
  width: 305px;
}
div.aright{
  width: 250px;
}


h3.atitle{
  margin: 3px;
  float: none;
  clear: both;
  background: #fadc44;
  font: bold 14px/25px arial;
  color: #fff;
  text-align: center;
  
}


div.afoot{
  background: transparent url(image/back_strip.png) repeat-x 0px 0px;
  height: 100px;
}
div.afoot h2{
  margin: 3px auto;
  font: normal 14px/30px arial;
  color: #676767;
  display: block;
  clear: both;
  text-align: center;
}
div.afoot a.adesigner{
  display: block;
  font: normal 12px/20px arial;
  color: #676767;
  margin: 0px auto 10px auto;
  text-align: center;
}

div.acnbx{
  border: 1px solid #dceadb;
  margin: 0px 0px 10px 0px;
  padding: 0px;  
}
div.acnbx a.amore{
  display: block;
  margin: 3px;
  float: none;
  clear: both;
  font: normal 14px/20px arial;
  color: #ff5500;
  background: #cbdfc9;
  text-align: center;
  height: 20px;
}
