﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer,section, header, hgroup, 
menu, nav, output, ruby, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}




/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

input, button, textarea, select, optgroup, option {
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
}

body 
{
	margin:0;
	padding:0;
	font-family: "微軟正黑體", "Microsoft JhengHei", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;	
	color:#ooo;
}

#content{
		width:1000px;
	height:0px;
	margin-left:auto;
	margin-right:auto;

}

/* ============================= main layout ====================== */
a {  font-size: 12px; color: #334750}
a:visited  {  color: #334750; text-decoration: none}
a:link {  color: #334750; text-decoration: none}
a:hover {  color: red; text-decoration: none}

p{
	line-height:22px;
	padding-bottom:15px;
	word-spacing:0.1em;
}
#register_form{
	height:100%;
}

.col{
	width:1000px;
	margin:0 auto;
	display:block;
}
/* ============================= header ====================== */
header{
	height:98px;
	width:100%;
	background:url(images/header_bg.gif);
}
.headerWrap{
	background:url(images/logo.gif);
	height:98px;
	position:relative;
}
.userInfo{
	height:98px;
	position:absolute;
	top:5px;
	right:0;
	text-align:right;
} 
.userInfo span{
    line-height:18px;
	font-weight: bolder;
	margin-right:5px;
}

.logout button{
	position:absolute;
	bottom:5px;
	right:0;
}

/* ============================= nav ====================== */
nav{
background: url(images/nav_bg.gif);
height:43px;
width:100%;
}
.nevgationWrap{
width:1000px; 
text-align:right;

}
/* remove the list style */
#nav {
	margin:0; 
	padding:0; 
	list-style:none;
}	
#nav span{
	color:#fff;
	display:block;
	line-height:16px;
}
#nav .en{
	font-size:12px;
	color:#dcb502;
}
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#nav li {
	display:inline-block;
	position:relative;
	z-index:500; 
	padding: 0;
    color:#fff;
}

#nav > li {
	border-right: 1px solid #466386;
	box-shadow: 1px 0 0 #283446;
}
#nav > li:first-child{
	border-left: 1px solid #466386;
}
/* this is the parent menu */
#nav a {
	display:block; 
	height: 39px;
	padding:4px 25px 0 25px; 
	font-weight:700;  
	font-size:14px;
	text-decoration:none; 
	color:#fff; 
	text-shadow: 1px 1px 0 #000;
	text-align:left;
	color:#333;
}

#nav  li:hover > a .en {
	color: #56c401;
	cursor: pointer;
}
#nav li:hover > ul {
	display: block;
	cursor: pointer;
}

/* submenu, it's hidden by default */
#nav ul {
	position:absolute; 
	left:-3px; 
	display:none; 
	padding:0; 
	padding:5px 10px 5px 10px;
	list-style:none;
	border-right: 1px solid #00383a;
	border-bottom: 1px solid #00383a;
	border-left: 1px solid #00383a;
	background: #045088;
	background: -moz-linear-gradient(top, #045088, #04355a);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#045088), to(#04355a));
	background: -webkit-linear-gradient(top, #045088, #04355a);
	background: -o-linear-gradient(top, #045088, #04355a);
	background: linear-gradient(to bottom, #045088, #04355a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#045088', endColorstr='#04355a', GradientType=0);
}

#nav ul li {
	float:left; 
	border-bottom: 1px solid #3f96c8;
}
#nav ul li:last-child {
	border-bottom: none;
}
/* display block will make the link fill the whole area of LI */
#nav ul a {
	display:block;  
	color:#fff;
	height:15px;
	padding: 8px 10px; 
	width:156px;
}

#nav ul a:hover {
	text-decoration:none;
	width:156px;
	color: #56c401;	
	background: #044f87;
	background: -moz-linear-gradient(top, #044f87, #182947);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#044f87), to(#182947));
	background: -webkit-linear-gradient(top, #044f87, #182947);
	background: -o-linear-gradient(top, #044f87, #182947);
	background: linear-gradient(to bottom, #044f87, #182947);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#044f87', endColorstr='#182947', GradientType=0);
}

/* ============================= register ====================== */
section{
	height:615px;
	background:#fff url(images/main_pic.jpg) no-repeat;
	position:relative;
}
/* .space{
	height:75px;
} */
#registerWrap{
	position:absolute;
	top:430px;
	left:370px;
}

#registerWrap label {
	display: block;
	margin: 2 0 8px;
	overflow: hidden;
	padding: 0;
	line-height: 30px;
	font-weight:600;
	font-size:14px;
}
#registerWrap span {
	clear: both;
	float: left;
	width: 85px;
	height: 24px;
	margin: 0;
	text-align: left;
	text-transform: capitalize;
	font-weight:800;
	font-size:14px;	
}
/*
#registerWrap .logintxt
{
    background-color:White;border-color:#6D929B;border-width:1px;border-style:Solid;font-size:14px;height:24px;width:150px;
    
}*/
 
#registerWrap input  {
	background: #fff;
	border: 1px solid #6D929B;
	float: left;
	font-size: 15px;
	height: 24px;
	line-height: 30px;
	margin: 0;
	padding: 0px 5px 0px 0px;
	width: 160px;
}
#registerWrap input.ver{
	width:70px;
	margin-right:5px;
}

button {
	background-color:#d0d6d8;
	padding:5px 10px;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	cursor: pointer;
	border: solid 1px #363636;
	background-image: linear-gradient(bottom, rgb(40,40,40) 0%, rgb(115,115,115) 100%);
	background-image: -o-linear-gradient(bottom, rgb(40,40,40) 0%, rgb(115,115,115) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(40,40,40) 0%, rgb(115,115,115) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(40,40,40) 0%, rgb(115,115,115) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(40,40,40) 0%, rgb(115,115,115) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(40,40,40)),
	color-stop(1, rgb(115,115,115))
	);
	-webkit-box-shadow: inset 0px 1px 0px #cecece, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #cecece, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #cecece, 0px 1px 0px #fff;

}

/* button::before {
	background-color:#ccd0d5;
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	padding:8px;
	left:-8px;
	top:-8px;
	z-index:-1;
	-webkit-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-o-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
}

button:active {
	padding:5px 10px;
	top:1px;
	background-image: linear-gradient(bottom, rgb(115,115,115) 0%, rgb(40,40,40) 100%);
	background-image: -o-linear-gradient(bottom, rgb(115,115,115) 0%, rgb(40,40,40) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(115,115,115) 0%, rgb(40,40,40) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(115,115,115) 0%, rgb(40,40,40) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(115,115,115) 0%, rgb(40,40,40) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(115,115,115)),
	color-stop(1, rgb(40,40,40))
	);
} */

/* ============================= footer ====================== */
footer{
	width:100%;
	height: 85px;
	background: url(images/footer_bg.gif);

	float:left;
	text-align:center;
	margin:0 auto;
	color: #464646;
	font-size: 12px;
	line-height: 18px;
}
footer a:link{
	color: #a40035;
	TEXT-DECORATION: underline;
}
