@charset "utf-8";
/* CSS Document */

@import url("reset.css");

html,body{
	position:relative;
	-webkit-text-size-adjust: none;
	min-width:980px;
	height:100%;
	background-color:#30a99c;
	/*background-image: url(../images/bg_main.jpg);*/
	color:#ffffff;
	font: 100%/1.125em Arial, Helvetica, sans-serif;
	}

#main {
	font-size:.75em;
	min-height:100%;
	/*height:auto!important;*/
	/*height:100%;*/
	*display: table; /* For IE7 Hack */
	*height: 100%; /* For IE7 Hack */
	}
	
#header{
	z-index:2000;
	position:relative;
	height:39px;
	width:100%;
	background-image: url(../images/bg_header.png);
	background-position:left top;
	background-repeat:repeat;}

#header .logo{
	z-index:11;
	position:absolute;
	width:172px;
	height:192px;
	top:0px;
	left:0px;}

#header .logo a{
	display:block;
	width:172px;
	height:192px;
	text-indent:-9999px;
	background-image:url(../images/logo_page.png);
	background-position:left top;
	background-repeat:no-repeat;
	outline:none;}
	
.logo_ci{
	position:absolute;
	width:172px;
	height:192px;
	top:0px;
	left:0px;}
	
.logo_ci img{
	display:block;
	width:172px;
	height:192px;
	padding:0 0 0 0;}

.main_nav{
	height:30px;
	padding-left:170px;
	padding-top:9px;
	border-bottom:2px solid #7ecef4;
	}
	
.top_links_home{
	position:absolute;
	width:79px;
	height:30px;
	top:9px;
	right:100px;
	border-right:1px solid #a0d9d5;}

.top_links_home a{
	display:block;
	width:79px;
	height:30px;
	text-indent:-9999px;
	background-image:url(../images/top_links_home.png);
	background-position:left top;
	background-repeat:no-repeat;}

.top_links_home a:hover{
	background-position:left bottom;}

.container {
	position:relative;
	z-index:300;
	background-image: url(../images/primary_content_tail.png);}

.extra-indent {
	padding:0 0 0 0;
}

/* Content

---------------------------------------- */


body.home .primary_content_wrap {
	background:none;
	padding:0;}
	
/* Footer

---------------------------------------- */

#footer {
	float:right;
	width:100%;
	height:36px;
	background-image: url(../images/bg_header.png);
	background-position:left top;
	background-repeat:repeat;
	z-index:9999;
	margin-top:-36px;
	position: relative;
	clear:both;}
	
#footer .copyright{
	position:absolute;
	z-index:1002;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:left;
	line-height:20px;
	top:7px;
	right:10px;
	padding-left:10px;
	border-top:0px solid #a05f99;}
	
#footer .group{
	float:right;
	margin-right:10px;}

#footer .group a{
	display:block;
	z-index:9999;
	position:absolute;
	width:125px;
	height:25px;
	text-indent:-9999px;
	background-image:url(../images/group_icon.png);
	background-position:left top;
	background-repeat:no-repeat;
	right:10px;
	top:3px;}

#footer .group a:hover{
	background-position:left bottom;}
	
#footer a{
	color:#fff;
	text-decoration:none;
	outline:none;
	}
	
#footer a:hover{
	color:#667b89;}
	
#footer .design{
	float:left;
	width:150px;
	padding-right:18px;}

/* 選圖小圓點Misc

---------------------------------------- */

.button {
	display:inline-block;
	color:white;
	text-transform:none;
	font-size:12px;
	text-decoration:underline;}

.button:hover {
	color:#267703;
	text-decoration:none;
	}

.right-indent {
	padding-right:20px;}		

.no-results .searching {
	width:450px;}

.line-ver {
	background:url(images/line-ver.png) repeat-y right top;}
/* Always remember to compress your live stylesheet and keep an uncompressed backup */

	
