@charset "utf-8";
/* CSS Document */

@import url("reset.css");

html,

body{
	min-width:980px;
	height:100%;
	position:relative;
	/*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%;
	}
	
#header{
	z-index:2000;
	position:relative;
	height:107px;
	background-image: url(../images/bg_main_nav.png);
	background-position:left top;
	background-repeat:no-repeat;}
	
#header h1{
	display:none;}

#header .logo{
	z-index:11;
	position:absolute;
	width:155px;
	height:102px;
	top:5px;
	left:15px;}

#header .logo a{
	display:block;
	width:155px;
	height:102px;
	text-indent:-9999px;
	background-image:url(../images/logo_page.png);
	background-position:left top;
	background-repeat:no-repeat;
	outline:none;}
	
.main_nav{
	z-index:9999;
	height:33px;
	padding-left:185px;
	padding-top:55px;
	}

.container {
	position:relative;
	z-index:300;
	background-image: url(../images/primary_content_tail.png);}

.extra-indent {
	padding:0 0 0 0;
}

/* Footer

---------------------------------------- */

#footer {
	float:left;
	width:500px;
	height:60px;
	z-index:9999;
	margin-top:-61px;
	position: relative;}
	
#footer .copyright{
	position:absolute;
	z-index:1002;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:20px;
	top:0px;
	left:20px;}
	
#footer a{
	color:#fff;
	text-decoration:none;
	outline:none;
	}
	
#footer a:hover{
	color:#ff6900;}

/* 選圖小圓點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 */	

	
