/************************************************************************************
RESET
*************************************************************************************/
* {
-webkit-text-size-adjust:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0 0 0 0 ;
    padding: 0 0 0 0 ;
}

img, fieldset {
    border: 0;
	outline:none;
}


/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
    background:  #FFFFFF ;
	font-family: "Arial, Helvetica, sans-serif" ,"微軟正黑體";
    color: #666;
}
a {
    color: #026acb;
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
	cursor: pointer;
}
p { 
    margin: 0 0 0 0;
    padding: 0;
}

/* list */
ul, ol {
    margin: 0 0 0 0;
    padding: 0;
	list-style:none;
	line-height: normal;/*避免listing會走位*/
}
li {
    margin: 0 0 0 0;
    padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    margin: 0 0 0 0 ;
    color: #CCCCCC;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}

/************************************************************************************
header
*************************************************************************************/


#header{
	width:950px;
	height:165px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:relative;
}


#company_name{
	width:260px;
	height:160px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:relative;
	float:left;
	background-image:url(../images/Golden_Hill_logo.jpg);
}

#language{
	width:68px;
	height:24px;
	position:absolute;
	left: 9px;
	top: 140px;
	font-size:12px;
	color:#23958D;
}

#language a{
	font-size:12px;
	font-weight:bold;
	color:#23958D;
}

#language a:hover{
	color:#333;
}




/************************************************************************************
nav
*************************************************************************************/


#nav{
	width:650px;
	height:165px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:relative;
	float:right;
	font-family:Open Sans;
	}

.nav_button a{
	margin:0 0 0 0;
	padding:70px 25px 76px 25px;
	display:block;
	float:right;
	color: #999;
	font-size:19px;
	line-height:19px;
	position:relative;
	text-decoration:none;
	font-family:Open Sans;

}


.nav_button a:hover{
	margin:0 0 0 0;
	padding:70px 25px;
	border-bottom:solid #23958d 6px;
	display:block;
	float:right;
	background-image:url(../images/head_tri.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#E4E4E4;
	color: #23958d;
	font-size:19px;
	line-height:19px;
	position:relative;
	text-decoration:none;
	font-family:Open Sans;

}



.nav_button_selected{
	margin:0 0 0 0;
	padding:70px 25px;
	display:block;
	float:right;
	border-bottom: solid 6px   #FFF;
	background:#f68428;
	color: #FFF;
	font-size:19px;
	position:relative;
	text-decoration:none;
		font-family:Open Sans;

}
