body {
    	padding: 0;
    	margin: 0;
    	font-family: verdana, arial, sans-serif;
    	color: #585858;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	margin-bottom: 30px;
}

html { font-size: 100.01%; /* For IE */ }

body { font-size: 0.75em; }

h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea, table {
	font-size: 100%;
}

h1 {
       	font-size: 2.1em;
    	margin-bottom: 6px;
    	line-height: 1.2em;
	font-weight: normal;
	color: black;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
}
	
h3 a:visited, h3 a {text-decoration: underline;}


h4 {
	font-size: 13px;
	font-weight: bolder;
	padding: 0px 0px;
}
	
	
h5 {
	font-size: 1em;
    	padding: 2px 2px 2px 0;
    	width: auto;
    	color: #00856C;
    	font-weight: bold;
    	margin-left: 225px;
    	font-family: arial, sans-serif;
}	

a {
    	background-color: transparent;
	color: darkblue;
    	text-decoration: none;
}

a:visited {
    	background-color: transparent;
	color: #00736d; 
	color: darkblue;   	
    	text-decoration: none;
}

a:hover {
    	color: #ff8133;
    	text-decoration: underline;
}

hr {
	color: #efefef; 
	height: 2px; 
	background-color: #efefef; 
	border: 0;
}

form {border: 0; padding: 0; margin: 0;}

input {
	font-family: verdana, Arial, sans-serif; 
	font-size: 11px; 
	color: #565656; 
	background-color: #F9F8F4;
}

.header {
	height: 238px;
	background-color: #fff;	
	border: 0px solid red;
	background: url("../images/header_logo5.jpg") no-repeat 20px 0px;
	background-color: #fff;
}

.headerinset {
	position: absolute; 
	border: 0px solid red; 
	right: 10px; 
	top: -30px; 
	height: 205px; 
	width: 441px;
}

.sidebar {
	position: absolute;
	border: 0px solid red;
	left: -4px;
	bottom: -4px;
	height: 359px;
	width: 24px;
	background: url("../images/sidebar.jpg") no-repeat 0px 0px;
}

.top {
	position: absolute;
	border: 0px solid red;
	right: 10px;
}

html>body .top {right: -50px;}

*:first-child+html .top {right: 10px;} 

.top img {border: 0;}

.lang-zh-tw {
	width: 41px;
	height: 18px;
	background: url("../images/chinese.gif") no-repeat 0px 0px;
	top: -26px;
	position: absolute;
}

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: -26px;
	position: absolute;
}

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;
} 

.slogan {
	position: absolute; 
	border: 0px solid red; 
	right: 30px; 
	top: 70px;
}

.headersubmenu {
	position: absolute; 
	border: 0px solid red; 
	right: 20px; 
	top: 0px;
}

.headersubmenu a, .headersubmenu a:visited {color: #fff;}
.headersubmenu a:hover {text-decoration: underline;}

.headersubmenubg {
	position: absolute; 
	border: 0px solid red; 
	right: -4px; 
	top: -4px;
	width: 360px;
	height: 29px;
	background: url("../images/headersubmenu_bg.jpg") no-repeat 0px 0px;
}

.headersubmenubg-zh-tw {
	position: absolute; 
	border: 0px solid red; 
	right: -4px; 
	top: -4px;
	width: 272px;
	height: 29px;
	background: url("../images/headersubmenu_bg-zh-tw.jpg") no-repeat 0px 0px;
}

.hdrnav1 {
	position: relative;
	top: 180px;
	border: 0px solid red;
	width: 820px;
	border-bottom: 0;
	margin-left: 60px;
	height: 40px;
}

#miniflex {
	width: 810px;
	float: left;
	font-size: small; /* could be specified at a higher level */
	margin: 0;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #333;
	border-bottom: 1px solid #ccc;
}

#miniflex li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
}
	
#miniflex a:link, #miniflex a:visited {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #999;
	color: #273F74;
padding-bottom: 6px;
}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 4px solid #273F74;
	padding-bottom: 2px;
	color: #333;
}

/* Extra bit.... */

#miniflex a.active:link, #miniflex a.active:visited {
	border-bottom: 4px solid orange;
	padding-bottom: 2px;
	color: #0274DB;
}

.container {
	position: relative; 
	margin-top: 40px; 
	width: 80%; 
	width: 950px;
	margin-left: auto; 
	margin-right: auto; 
	background-color: #fff; 	
	border: 4px solid #efefef;
	padding-bottom: 20px;
	background: url("../images/sidebar.gif");
	background-repeat: no-repeat;
	background-position: bottom left
}

.containergiftbox {
	position: relative; 
	margin-top: 40px; 
	width: 80%; 
	width: 950px;
	margin-left: auto; 
	margin-right: auto; 
	background-color: #fff; 	
	border: 4px solid #efefef;
	padding-bottom: 20px;
/*
	background: url("../images/sidebar.gif");
	background-repeat: no-repeat;
	background-position: bottom left
*/
}




.flashcontent {
	border: 0px solid red;
}

.bottom {
	position: relative;
	bottom: -20px; 
	border: 1px solid red; 
	width: 500px; 
	height: 24px;
	background-image: url('../images/bg5.jpg');
}

/* navigation area */

.nav0 {
    	float: left;
    	width: 220px;
    	border: 0px solid blue;
	margin-left: 20px;
}

html>body .nav0 {margin-left: 40px;}

.nav {
    	margin-left: -10px;
}

.nav ul li {
    	margin: 0;
    	padding: 0;
    	line-height: 1.6em;
    	width: 200px;
}

.nav ul {
    	margin: 0;
    	padding: 0 0 0 1em;
}

.nav ul li {
    	font-weight: bolder;
    	list-style: none;
    	padding-top: 1px;
	padding-bottom: 1px;
}

.nav ul li li {
     	font-weight: bolder;
    	list-style: none;
	border-bottom: 1px solid #efefef;
}

.nav ul li a {
	font-weight: normal;
	height: 1em;
}

.nav ul li a:hover {
	font-weight: normal;
	text-decoration: none;
}

.nav ul li li li {border: 0px solid red; width: 190px;}

.nav ul li a.selected, .nav ul li a:hover.selected {font-weight: bold;}

.nav h2 {
    	font-size: 1.2em;
    	font-weight: bolder;
    	padding-left: 10px;
    	letter-spacing: -0.5px
    	line-height: 2.5em;
    	border: 0px solid red;
    	margin-top: 15px;
    	margin-bottom: 10px;
}

#b01 .b01,
#b02 .b02,
#b03 .b03,
#b04 .b04,
#b05 .b05,
#b06 .b06,
#b07 .b07,
#b08 .b08,
#b09 .b09,
#b10 .b10,
#b11 .b11,
#b12 .b12,
#b13 .b13,
#b14 .b14,
#b15 .b15

{
	font-weight: bold;
}	

.rcol {
	margin: 4px;
	padding: 10px 10px 10px 10px;
	float: right;
	top: 156px;
	right: 0;
	width: 260px;
	border-left: 0px solid #efefef;
}

.rcol a img {
	border: 0;
}

.rcol2 {
	float: right; 
	margin: 0 0 10px 20px; 
	display: block; 
	padding: 0;
}

.rlinks {
	margin-bottom: 30px;
	}

.rlinks img {
	border: 0;
	}

.rcolphoto {
	border: 1px solid black; 
	margin-bottom: 10px;
}

.rcolmenu {
	position: absolute; 
	border: 0px solid red; 
	right: 30px; 
	top: 228px; 
	width: 240px; 
	font-size: 11px; 
	text-align: center;
}

.rcolmenu a, .rcolmenu a:visited {text-decoration: underline;}

.body {
	margin: 10px;
	position: relative;
	top: 0;
	margin-left: 210px;
	margin-right: 280px;
	padding: 10px 10px 10px 10px;
	border-left: 1px solid #efefef;
	line-height: 1.5em;
}

.bodymain {
	position: relative;
	top: 0;
	margin-left: 40px;
	margin-right: 320px;
	padding: 10px 30px;
	line-height: 1.7em;
	border: 0px solid red;
}

.bodysub {
	position: relative;
	top: 0;
	margin-left: 270px;
	margin-right: 60px;
	padding: 0px 0px 10px 10px;
	line-height: 1.5em;
	border: 0px solid red;
	border-left: 1px solid #efefef;
}

.bodysub p img {border: 4px solid #efefef; margin: 10px;}

.bodysub .rcol2 img {border: 4px solid #efefef; margin: 10px;}

.links img {border: 0;}

.news a img {border: 0px solid #d0d0d0;}

.news a, .news a:visited {text-decoration: underline;}

/*
.bodysub p {border: 0px solid red;}
*/

.p320 {
	width: 320px;
}

/*
.body0 {
	margin: 10px;
	position: relative;
	top: 0;
	margin-left: 210px;
	margin-right: 280px;
	padding: 10px 10px 10px 10px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	line-height: 1.5em;
}
*/

.lcol {
	width: 195px;
	position: relative;
	border: 1px solid #efefef;
	top: 10px;
	left: 4px;
	float: left;	
}

.rbox1 {
	font-weight: normal;
	font-size: 11px;
	width: 247px;
	padding: 5px;
	margin-bottom: 15px;
}

.rboxhdr1 {
	font-size: 11px;
	font-weight: bolder;
	padding: 3px;
	margin-bottom: 0px;
	margin-top: 20px;
	top: 0;
	text-align: center;
	border: 1px solid #c2c2c2;
	background-image: url(../images/event_bg.jpg);
	background-repeat: repeat-x;
	color: #585858;
}

.rboxhdr2 {
	font-size: 12px;
	font-weight: bolder;
	padding: 3px;
	margin-bottom: 8px;
	background-color: #fff;
	top: 0;
	text-align: center;
	border: 1px solid #c2c2c2;
	background-image: url(images/gradient2.jpg);
	background-repeat: repeat-x;
}

.rboxhdr3 {
	font-size: 12px;
	font-weight: bolder;
	padding: 3px;
	margin-bottom: 8px;
	background-color: #fff;
	top: 0;
	text-align: center;
	border: 1px solid #c2c2c2;
	background-image: url(images/gradient3.jpg);
	background-repeat: repeat-x;
}

.spacer {height: 40px;}

.clear {
	clear: both;
}

.fpphoto {
	float: left;
	border: 1px solid black; 
	margin: 5px 15px 5px 5px;
}

.lphoto {
	float: left;
	border: 2px solid #efefef;
	margin: 5px 15px 5px 5px;
}

.rphoto {
	float: right;
	border: 2px solid #efefef;
	margin: 5px 5px 5px 15px;
}


.b1 {border: 1px solid red;}

.e1 {
	text-decoration: none; 
	color: #585858; 
	cursor: pointer; 
	border: 1px solid #efefef; 
	background-color: #fff;
	padding: 2px 5px 2px 2px;
	margin: 5px;
	font-size: 12px;
	color: #2800A6;
	background-color: #f1f1f1;
	background: url("../images/a-right.jpg");
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 13px;
}

.e2 {
	text-decoration: none; 
	color: #585858; 
	cursor: pointer; 
	border: 0px solid red; 
	background-color: #f1f1f1;
	padding: 2px 5px 2px 2px;
	margin: 5px;
	font-size: 12px;
	background: url("../images/a-down.jpg");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 13px;
}

.a1, .b1 {cursor: pointer;}

.tog {
	margin: 5px 60px 10px 30px;
}

.tog img {
	border: 4px solid #efefef;
	margin-right: 10px;
}

.brands table {
	border: 1px solid #efefef;
	border-collapse: collapse;
	margin-bottom: 60px;
}

.brands td {
	text-align: center;
	vertical-align: bottom;
	border: 1px solid #efefef;
	width: 200px;
	padding: 10px;
}

.brands a img, .brands a:visited img {border: 1px solid #fff;}

.brands a:hover img {border: 1px solid #ff8133;}


.proprietary {
	height: 80px; 
	padding: 30px 20px 40px 110px; 
	margin: 40px; 10px; 
	position: relative;
}

.proprietary img {
	position: absolute; 
	left: 10px; top: -10px; 
	padding: 0 20px 0 0;
}

.mainsubmenu {
	position: absolute; 
	right: 64px; 
	top: 220px; 
	font-size: 11px;
}

.tbox_news {
	float: right; 
	padding: 0px 0px 10px 12px;
}

#form2 dt { float: left; text-align: right; padding: 0 20px; width: 80px; } 
#form2 dd { margin-left: 120px; }


.rcol3 {
	float: right; 
	width: 254px; 
	margin: 10px 0 10px 20px; 
	display: inline;
}

.rcol3 img {
	border: 3px solid #efefef;
}


.footer {
    	text-align: center;
    	padding: 0.6em;
    	font-size: xx-small;
    	font-family: verdana, arial, sans-serif;
    	clear: both;
    	position: relative;
	margin-top: 20px;
	border: 0px solid red;
}

.ftitle {
	font-weight: bold; 
	font-size: 11px; 
	font-family: arial, helvetica, sans-serif;
}

.copyright {
	margin: 5px auto; 
	padding-top: 3px;
	border-top: 1px solid #d8d8d8;
	width: 260px;
}

html>body .footer {font-size: x-small;}

.flogo {
	position: relative; 
	top: 0; 
	margin-bottom: 4px;
}	

/* =================================== */


/* Refer to http://www.w3.org/Style/threepart-f.css */
/* The child selectors are a hack to hide these rules from WinIE6 */
body>form.defform {
    width: auto;
}

