html,body {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,img,small,strike,sub,sup,tt,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
	width: 100%;
	margin: 0 0 18px;
	border: solid #ddd;
	border-width: 0 1px 1px 0;
	border-collapse: separate;
	border-radius: 5px;
}

body {
	background: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 10.5pt;
	line-height: 22px;
	color: #333;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
}

/**************
Anchors
**************/
a { color:#c00; text-decoration:none; outline:0; line-height:inherit }
a:hover { text-decoration:underline }

a.muted { color:#777 }
.muted { color:#777 }
a.muted:hover { color:#555 }

h1 a,h2 a,h3 a { font-weight:700 }

h4 a,h5 a { line-height:inherit; font-weight:700; font-size:110% }

p a { line-height:inherit }

.more-link a {
	display: inline;
	background: #edd;
	color: #c00 !important;
	float: left;
	padding: 4px 15px;
	text-decoration: none;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 10.5pt;
	-webkit-text-stroke: 1px rgba(255,255,255,.01);
	border-radius: 1.5em;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.more-link a:hover {
	color: white !important;
	background: #c00;
}

/**************
Buttons
**************/
.btn-arrow {
	color: #c00;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	-webkit-text-stroke: 1px rgba(255,255,255,.01);
	height: 28px;
	width: 175px;
	border: none;
	background: url(./asset/btn_arrow.gif) no-repeat 50% 50%;
	cursor: pointer;
}

/**************
h1, h2, h3...
**************/
h1,h2,h3,h4,h5,h6 {	color: #333; font-weight: 700 }
h1,h2,h3,h4 { font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif; -webkit-text-stroke: 1px rgba(255,255,255,.01) }
h5,h6 { font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif }

h1 { font-size: 45px; line-height: 1; margin: 0 0 9px }
h2 { font-size: 30px; line-height: 1.2; margin: 9px 0 }
h3 { font-size: 24px; line-height: 1; margin: 3px 0 9px }
h4 { font-size: 18px; line-height: 1.2; margin: 0 }
h5 { font-size: 14px; line-height: 20px }
h6 { font-size: 13px; line-height: 20px }

/**************
Text
**************/
p {
	line-height: 24px;
	margin: 15px 0;
}

li p { margin: 5px 0 15px }

small {
	font-size: 80%;
	line-height: 1.5;
	color: #555;
	font-weight: 400;
}

hr {
	border: solid #ddd;
	clear: both;
	height: 0;
	border-width: 1px 0 0;
	margin: 17px 0 18px;
}

code,pre {
	font: 12px/18px "Consolas", "Courier New", "Courier", monospace;
	color: #e33100;
}

address {
	color: #333;
	line-height: 18px;
	margin: 0 0 18px;
}

abbr,acronym {
	text-transform: uppercase;
	font-size: 90%;
	color: #222;
	border-bottom: 1px solid #ddd;
	cursor: help;
}

/**************
Lists
**************/
ul,ol { margin:15px 0 }
ul { list-style:none outside }
ol,ul.square,ul.circle,ul.disc { margin-left:24px }
ol { list-style:decimal; margin-left:30px }
ul.square { list-style:square outside }
ul.circle { list-style:circle outside }
ul.disc { list-style:disc outside }
ul ul,ol ol { margin-left:30px; margin-top:4px; margin-bottom:5px }
li { line-height:18px }

ul.book-list { margin:0; padding:0; list-style:none }
ul.book-list li { height:180px; padding:0 0 18px; line-height:1 }
ul.book-list li img { float:left; margin-top:7px; width:100px; height:140px }
ul.book-list li p { margin:0 0 0 130px; width:150px; color:#777; font-size:12px; font-weight:normal }
ul.book-list li p span { display:block; line-height:inherit }
ul.book-list li a { text-decoration:none }

/**************
Main Nav
**************/
ul.tabs {
	position: absolute;
	bottom: 4px;
	right: 0;
	margin: 0;
}

ul.tabs li {
	display: block;
	float: left;
	line-height: 1;
}

ul.tabs li a {
	display: block;
	font-weight: 700;
	width: 80px;
	border: 1px solid #eee;
	border-radius: 3px 3px 0 0;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	margin: 9px 0 0 3px;
	padding: 15px 5px 11px 12px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-text-stroke: 1px rgba(255,255,255,.01);
}

ul.tabs li a:hover, ul.tabs li.current a {
	background-color: #c00;
	border-color: #c00;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,.3);
}

ul.tabs li.current a {
	-webkit-box-shadow: 2px 3px 3px rgba(0,0,0,.3) inset;
	-moz-box-shadow: 2px 3px 3px rgba(0,0,0,.3) inset;
	-ms-box-shadow: 2px 3px 3px rgba(0,0,0,.3) inset;
	-o-box-shadow: 2px 3px 3px rgba(0,0,0,.3) inset;
	box-shadow: 2px 3px 3px rgba(0,0,0,.3) inset;
}

ul.tabs li span {
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
}

/**************
Sub Nav
**************/
div.sub-nav ul {
	float: left;
	width: 100%;
	border-top: 2px solid #ddd;
	padding-bottom: 30px;
	margin-top: -33px;
}

div.sub-nav li {
	float: left;
	font-size: 18px;
	font-weight: bold;
	border-top: 5px solid transparent;
	padding: 5px 18px 5px 2px;
	margin-right: 5px;
}

div.sub-nav li a {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #777;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	-webkit-text-stroke: 1px rgba(255,255,255,.01);
}
div.sub-nav li a:hover { color: #c00 }
div.sub-nav li.current { border-top: 5px solid #c00 }
div.sub-nav li.current a { color: #333 }

/**************
Labels
**************/
label {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	cursor: pointer;
}

/**************
Buttons
**************/
button,input.button {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}

/**************
Page Framwork
**************/
#wrapper {
	padding: 0 0 68px;
	background: url(./asset/bg_header.png) repeat-x;
	clear: both;
}

#container, .container {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#header {
	position: relative;
	height: 100px;
	margin: 0 auto 30px;
}

#lang {
	display: block;
	position: absolute;
	top: 3px;
	right: 0;
	color: #999;
	font-size: 12px;
}

#info-bar {
	width: 938px;
	margin: -33px auto 30px;
	z-index: 999;
	background-color: #FCF0B6;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEF5C5', endColorstr='#F9EBA7');
	background-image: -o-linear-gradient(top, #FEF5C5 0%, #F9EBA7 100%);
	background-image: -ms-linear-gradient(top, #FEF5C5 0%, #F9EBA7 100%);
	background-image: -moz-linear-gradient(top, #FEF5C5 0%, #F9EBA7 100%);
	background-image: -webkit-linear-gradient(top, #FEF5C5 0%, #F9EBA7 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FEF5C5),color-stop(1,#F9ECA7));
	background-image: linear-gradient(top, #FEF5C5 0%, #F9EBA7 100%);
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #7A7A7A;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	text-align: center;
	font-size: 10.5pt;
	line-height: 30px;
}

#content {}

.tip-box {
	position: relative;
	padding: 20px;
	margin-bottom: 30px;
	border: 5px solid #ccc;
	border-radius: 1em;
}

.tip-box h3 {
	position: absolute;
	top: -13px;
	left: 10px;
	padding: 0 6px 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 4px;
	color: #aaa;
	background: #fff;
}

#site-info {
	padding: 27px 0 18px;
	clear: both;
	position: relative;
	font-size: 10.5pt;
	color: #666;
}

#site-info a {
	font-weight: inherit;
	color: #666;
}

#site-info div.column-row {
	position: relative;
}

#site-info h4 {
	font-weight: 700;
	border: 0;
	margin: 0;
}

#site-info h5 {
	margin: 0;
	padding: 2px 9px 0;
}

#site-info h6 {
	font-weight: 700;
	color: #555;
	margin: 0;
}

#footer {
	width: 940px;
	clear: both;
	border-top: 1px solid #ccc;
	margin: 9px 0 0;
	padding: 18px 0 9px;
	font-size: 12px;
}

#copyright {
	margin: 0;
}

#footer ul {
	float: right;
	height: 27px;
	margin: 1px -12px 0 0;
	font-size: inherit;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	float: left;
	width: auto;
	margin: 0;
	padding: 2px 12px 2px;
	border-right: 1px solid #ccc;
}

#footer ul li.icp a {
	border: none;
}

/* Float */
.f_left { float: left }
.f_right { float: right }
.clear { clear: both }

#site-logo {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 210px;
	height: 55px;
	background: url(./asset/logo.png) top left no-repeat;
	text-indent: -999em;
}

/* Page-header */
div.page-header {
	width: 100%;
	min-height: 200px;
	_height: 200px;
	_overflow: visible;
	position: relative;
	margin: 0 0 31px;
	padding: 36px 0 27px;
	border-bottom: 2px solid #eee;
	clear: both;
}

div.page-header h1 {
	display: block;
	font-size: 68px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: -1px;
	color: #222;
}

div.page-header h2 {
	font-size: 22px;
	line-height: 1.3;
	color: #555;
	font-weight: normal;
	letter-spacing: 0;
	margin: 9px 0 0;
}

div.page-header h2 a {
	font-weight: inherit;
	line-height: inherit;
}

div.page-header h2 a.button {
	display: inline-block;
	position: relative;
	top: -5px;
}

div.page-header h1 small,div.page-header h2 small {
	font-size: 75%;
	font-weight: 400;
}

/* Grid */
.column-row, .row {
	margin: 0 0 18px -20px;
	width: 960px;
}

.column-row:after, .row:after, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.column, .columns {
	float: left;
	display: inline;
	margin: 0 0 0 20px;
}

.one { width: 40px }
.two { width: 100px }
.three { width: 160px }
.five { width: 280px }
.six { width: 340px }
.seven { width: 400px }
.eight { width: 460px }
.ten { width: 580px }
.thirteen { width: 760px }
.fourteen { width: 820px }
.fifteen { width: 880px }
.sixteen { width: 940px }

.one-half { width: 450px; padding-right: 10px }
.one-third { width: 300px }
.two-thirds { width: 620px }
.offset-by-one-half { margin-left: 50px }
.offset-by-one { margin-left: 80px }
.offset-by-two { margin-left: 140px }
.offset-by-three { margin-left: 200px }
.offset-by-four { margin-left: 260px }
.offset-by-five { margin-left: 320px }
.offset-by-six { margin-left: 380px }
.offset-by-seven { margin-left: 440px }
.offset-by-eight { margin-left: 500px }
.offset-by-nine { margin-left: 560px }
.offset-by-ten { margin-left: 620px }
.offset-by-eleven { margin-left: 680px }
.offset-by-twelve { margin-left: 740px }
.offset-by-thirteen { margin-left: 800px }
.offset-by-fourteen { margin-left: 880px }

.column ul li {
	margin: 12px 0;
	line-height: 15px;
}