@charset "utf-8";

/*Header*/

h2{ 
	color:#333;
	margin: 0; 
	font-weight: normal;
	font-family:FZJianZhi-M23T; 
	letter-spacing: 0px;
	font-size: 21px;
}

h3{
	color:#333;
	font-family:FZJianZhi-M23T;
	font-size:1.3em;
	font-weight:normal;
	margin: 20px 0px 0px;
	padding-bottom:5px;
}

.procedure{ 
	color: #333;
	margin: 0; 
	font-weight: normal;
	font-family:FZJianZhi-M23T; 
	letter-spacing: 0px;
	font-size: 1.2em;}
/*body*/

body {
	/*background: #666666;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333 ;
}
.body #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fcfbf9;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: #D0B104 solid;
	border-left: #D0B104 solid;
	border-right:#D0B104 solid;
	border-bottom:#D0B104 solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.body #header {
	/*background:url(../../bam_.jpg);*/
	
	background:url(img/wood.jpg);
	
	background-position:center;
	padding: 1px 20px 7px 30px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size:10px;
	text-align: right;
}

#tablenav{
	background:url(img/nav1.jpg);
	width:950px;

	}

.logo{
	font-size:10px;
	}


.submenu a{
	text-align:right;
	font-size:1.2em;
	word-spacing:20px;
	color:#fff;
	text-decoration:none;
	}

.submenu a:hover{
	color:#CCC;
	word-spacing:20px;}

#MenuBar1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;}



	
	
.body #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.body #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	background:url(img/bird_bamboo.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

/*-------------------------------
*	main page boxes font						*
-------------------------------*/
#box{
	font-size:11px;
	font-family:"arial";
	color:#333;}


/*-------------------------------
*	Footer					s	*
-------------------------------*/

#footer { 
	padding: 2px 30px;
	background-image:url(img/nav3.jpg);
	background-color:#ebd663; 
	height: 1%; 
	font-size: 0.76em;
	color: #333;
	margin-top: 0px;
	text-align:left;
	}
	
#footer a:hover{
	color:#804000;}
	
#footer:after {
	content: ".";
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
	}



/*-------------------------------
*	Links						*
-------------------------------*/
a{
	text-decoration:none;
	color:inherit;
	border:0;}

.box a{
	text-decoration:none;
	color:inherit;
	border:0;}
	
a:hover{
	color:#000;
	}
	
.footlink{
	word-spacing:20px;}
	

/*-------------------------------
*	Others  					*
-------------------------------*/
#welcome{
	text-align:justify;
	font-family:"Adobe Caslon Pro";
	margin: 5px 5px;
	line-height:20px;
	}
#subtitle{
	font-family:FZJianZhi-M23T;
}
/*table*/
#flashtable{
	border-bottom: 1px #999 solid;
}


/*-------------------------------
*	Philosophy page  			*
-------------------------------*/
#descquote{
	font-size:17px;
	font-family:"Adobe Caslon Pro";
	font-weight:normal;
	line-height:160%;
	text-align:justify;
	padding-top:20px;
	padding-bottom:5px;
	padding-right:30px;
	}

#desc{
	font-family:Tahoma, "Times New Roman", "Trebuchet MS";
	font-size:13px;
	line-height:18px;
	text-align:justify;
	}
	
#quote{
	font-size:26px;
	font-weight:bold;
	text-align:left;
	font-family:"Adobe Caslon Pro";
	}

/*-------------------------------
*	theory page      			*
-------------------------------*/

#title{
	font-family:FZJianZhi-M23T;
	font-size:16px;
	color:#333;}
	
/*-------------------------------
*	services page      			*
-------------------------------*/
#servicename{
	font-size:11px;
	font-family:Arial;
	color:#804000;
	font-weight:bold;
	}
#productname{
	font-size:15px;
	font-family:FZJianZhi-M23T;
	color:#A3601D;
	}

#desctitle{
	font:Tahoma, "Times New Roman", "Trebuchet MS";
	font-size:20px;
	color:#D3A916;
	font-weight:bolder;}

/*-----------------------------*/


.hidden {
	display : none;
}


.faq a{
	text-decoration:none;
	}
.faq a:hover{
	text-decoration:underline;
	font-weight:bold;
}
