/*Comman Use*/
html {
	height: 100%;
}
body {
	background: #ddd url('layout-bg.jpg') no-repeat fixed;
	background-size: cover;
	height: 100%;
	margin: 0;
	color: #232323;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial,Microsoft JhengHei,sans-serif;
}

#container {
	margin: 0 auto;
	width: 950px;
	height: 800px;
	margin-bottom: 10px;
	/*background: #fff;*/
}

#header {
	position: relative;
	height: 100px;
	/*margin-bottom: 5px;*/
	background: #fff;
	/*border-radius: 0 0 11px 11px;*/
	-moz-box-shadow: 0 0 8px #999;
	-webkit-box-shadow: 0 0 8px #999;
	box-shadow: 0 0 8px #999;
	overflow: hidden;
}

#header a:link, #header a:visited, #header a:active, #header a:hover {
	border: 0px;
	text-decoration: none;
	color: #232323; 
}


#header_title {
	position: absolute;
	bottom: 10px;
	left: 20px;
}

#header_title>img {
	border: 0px;
}

#search-box {
	position: absolute;
	right: 20px; 
	bottom: 10px;
    margin: 0;
}

#search {
}

#search input[type="text"] {
    background: url("../images/search-white.png") no-repeat 10px 6px #fcfcfc;
    border: 1px solid #d1d1d1;
    font: bold 11px Arial,Helvetica,Sans-serif;
    color: #909090;
    width: 150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.20s ease-in-out;
  	-moz-transition: all 0.20s ease-in-out;
  	-ms-transition: all 0.20s ease-in-out;
  	-o-transition: all 0.20s ease-in-out;
}

#search input[type="text"]:focus {
    color: #090909;
    outline: none;
    border-color: #909090;
}

#sitemain {
	position: relative;
	min-height: 100%;
	margin-bottom: 100px;
}

#footer {
	position: relative;
	background: #363636;
	height: 80px;
	border-radius: 11px 11px 0 0;
	-moz-border-radius: 11px 11px 0 0;
	-webkit-border-radius: 11px 11px 0 0;
	clear:both;
}

#footer_banner {
	position: absolute;
	right: 20px;
	bottom: 10px;
	color: #fff;
	font-size: 9pt;
}

.footer_text {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
}


a:link, a:visited, a:active {
	text-decoration: none; 
	color: #232323;
}

a:hover {
	text-decoration: underline; 
}


/*Comman Use END*/	


/*圖片展示(暫不用)*/
#box_banner {
}

/*標題*/
#box_title {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 12px;
	color: #333;
	font-size: 14pt;
	text-align: center;
	border-bottom: 1px dotted #dcdcdc;
}

/*幫助Button*/
#etop_help {
	position: absolute;
	float: right;
	background:transparent url('../images/help.png') center top no-repeat;
	right: 20px;
	top: 18px;
	display:inline-block;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

#etop_help:hover {
	background-image: url('../images/help_hover.png');
}

/*主要內容*/
#sitecontent {
	float: left;
	background: #fff;
	position: relative;
	min-height: 100%;
	width: 910px;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-box-shadow: 0 0 8px #999;
	-webkit-box-shadow: 0 0 8px #999;
	box-shadow: 0 0 8px #999;
}