* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #9dd8ff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font: 101% arial,sans-serif;
	font-size: 13px;
	color: #585858;
	background: #fff url(../images/bg_gradient.jpg) repeat-x;
}

input {font-family: verdana, arial, sans-serif;}
textarea {font-size: 12px;}

h1, h2, h3 {
	color: #333333;
	color: #6a6a6a;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
	letter-spacing: -0.07em;
}

html>body h1 {letter-spacing: -0.03em;}

*:first-child+html h1 {letter-spacing: -0.07em;} 

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(../images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;

}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;

}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 770px;
	height: 40px;
	margin: 0 auto;
	margin-top: 20px;
	border-right: 0px solid #EDEBD5;
	border-top: 0px solid #006AB4;
	border-bottom: 8px solid #006ab4;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 154px;
	height: 26px;
	padding: 13px 0 1px 0;
	border-left: 0px solid #EDEBD5;
	/*text-transform: lowercase;*/
	text-decoration: none;
	text-align: center;
	line-height: 1.2em;
	font-size: 110%;
	color: #929292;
	font-family: verdana, arial, sans-serif;
	background-color: #fff;
}

#menu a:hover {
	background-color: #8DC2E9;
	color: #fff;
	background-color: #006AB4;
}

#menu .active a, #menu .active a:hover, #menu .active a:visited {
	color: #FFFFFF;
	background-color: #8DC2E9;
	background-color: #006AB4;
}

/*

#menu .home a {
background-image: url(../images/nav_sprite.jpg);
background-position: -20px -166px;
cursor: pointer;
}

#menu li.home a:hover, #menu li.home a.hover {
background-image: url(../images/nav_sprite.jpg);
background-position: -20px -246px;
cursor: pointer;
}

#menu .product a {
background-image: url(../images/nav_sprite.jpg);
background-position: -20px -6px;
cursor: pointer;
}

#menu li.product a:hover, #menu li.product a.hover {
background-image: url(../images/nav_sprite.jpg);
background-position: -20px -86px;
cursor: pointer;
}

*/

#nav1 .nav1,
#nav2 .nav2,
#nav3 .nav3,
#nav4 .nav4,
#nav5 .nav5,
#nav6 .nav6 {
background-color: #006AB4;
color: white;
}


/* Header */

#header {
	width: 770px;
	height: 220px;
	margin: 0 auto;
position: relative;
}

#header h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	background: url(../images/img02.jpg) no-repeat;
	text-align: center;
	font-size: 36px;
}

#header h2 {	
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(../images/img03.jpg) no-repeat;
	padding: 84px 20px 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}


/* Language Switch */

.lang-zh-tw {
	width: 41px;
	height: 18px;
	background: url("../images/chinese.gif") no-repeat 0px 0px;
	top: 10px;
	position: absolute;
	right: 10px; 
	margin: 0;
	padding: 0;
}

a.lang-zh-tw:link {
	background: url("../images/chinese.gif") no-repeat 0px 0px;
	width: 41px;
	height: 18px;	
} 

a.lang-zh-tw:visited {
	background: url("../images/chinese.gif") no-repeat 0px 0px;
	width: 41px;
	height: 18px;
} 

a.lang-zh-tw:hover {
	background: url("../images/chinese.gif") no-repeat -41px 0px;
	width: 41px;
	height: 18px;
} 

.lang-en {
	width: 58px;
	height: 18px;
	background: url("../images/english.gif") no-repeat 0px 0px;
	top: 10px;
	position: absolute;
	right: 10px;
	margin: 0;
	padding: 0;
}

a.lang-en:link {
	background: url("../images/english.gif") no-repeat 0px 0px;
	width: 58px;
	height: 18px;
} 

a.lang-en:visited {
	background: url("../images/english.gif") no-repeat 0px 0px;
	width: 58px;
	height: 18px;
} 

a.lang-en:hover {
	background: url("../images/english.gif") no-repeat -58px 0px;
	width: 58px;
	height: 18px;
} 

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 0px 0;
	border: 0px solid red;
	background-color: #fff;
}

/* Content */

#content {
	float: left;
	width: 740px;
	padding-top: 0px;
	padding: 20px;
}

#contentmain {
	float: left;
	width: 770px;
	padding-top: 0px;
}

#contentmain p {line-height: 17px;}

#contentmain .post {border: 0px solid blue;}


/*#content img {border: 3px solid #efefef;}*/

.post {
	margin-bottom: 0px;
	padding: 0 0px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 5px;
	background: #efefef;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

#sidebar2 {
	float: right;
	width: 200px;
	padding: 5px;
}

.bluebox {
	/*background: url(../images/img05.gif) repeat-y;*/
	background: url(../images/noyu_tea1.jpg) no-repeat;
}

.bluebox2 {
	background: url(../images/tea_farmers.jpg) no-repeat;
}

.bluebox h2 {
	background: url(../images/img06.gif) repeat-y;
}

.noyutea1 {
	background: url(../images/lychee_oolong-m.jpg) no-repeat;
}

.hksidebar3 {
	background: url(../images/surfer.jpg) no-repeat;
}

.noyutea4 {
	background: url(../images/honey_lemon_chamomile-m.jpg) no-repeat;
}

.news_table {border: 0px solid red; text-align: center; padding-bottom: 20px;}
.news_table td {padding: 10px 10px;}
.news_table img {border: 3px solid #efefef;}

/* Footer */

#footer {
	clear: both;
	height: 40px;
	padding: 25px 0;
	
}

#footer p {
	margin: 0;
	text-align: center;
	padding-top: 10px;
	font-size: 11px;
}

#footer a {
	color: #666666;
}

.thickthumbs img {
padding: 3px; 
border: 2px solid #fff;
margin: 5px; 
}
