* {
	margin:0;
	padding:0;
	
}


body {
	font-family:"微軟正黑體";
	font-size:13px;	
	color:#242424;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }
/* close commented backslash hack */

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
outline: none;
}

a {
text-decoration:none;

}

a { color: #444340; }

.header { background: url(../images/f_bg.png) repeat; zbackground: #EEBF02; height: 61px; padding: 0; border-bottom: 1px solid #3c3c3c; ztext-align:center; padding-left:10px; padding-top:5px; }
.logo{ cursor:pointer; float:left;}
.logo h1, .logo h2{ color:#242424; font-weight:bold; font-size:26px;}
.logo h2{ font-size:15px; }
.nav{ float:right; zwidth:200px; margin-right:10px; }
.nav .active{ border-radius:4px; cursor:pointer;text-align:right; line-height:62px; }
.nav ul li p{background:url(../images/arrow_bottom.png) no-repeat right center; padding-right:15px; display:block; font-size:17px}
.nav ul{ position:relative;}
.nav ul ul{ background: #fff; color:#fff; display:none; width:100px; right:-10px;  text-align:right; padding:5px 10px; opacity:0.8}
.nav ul ul li{ line-height:20px; font-size:16px;}
.nav ul ul li a{ display:block; padding:8px 0; }
.nav ul li:hover > ul{display:block;}


#MainContent { background: #ffffff; padding-bottom: 30px; margin-top:65px; z-index:1000 }

#Footer { padding: 10px; border-top: none; } 

#SocialLinks { padding: 10px 0 0 0; }
#SocialLinks:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
#SocialLinks a { display: block; float: left; padding-right: 15px; }

div.gallery-row:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
div.gallery-item { float: left; width: 33.33333333%; }
div.gallery-item a { display: block; margin: 5px; border: 1px solid #3c3c3c; }
div.gallery-item img { display: block; width: 100%; height: auto; }

.fixed_footer{
	height:61px;
	width:100%;
	position:fixed;
	bottom:0px;
	background: url(../images/f_bg.png) repeat;
	left:0;
}

.fixed_footer button{
	width:95px;
	float:left;
	margin:13px 0 0 10px;
	cursor:pointer;
	padding:10px 20px;
	font-family:"微軟正黑體";
	background:#545454;
	color:#fff;
	border:none;
}

.fixed_footer_text{
	margin-top:10px;
	margin-right:10px;
	text-align:right;
	width:60%;
	float:right;
}