@charset "utf-8";
/* CSS Document */

header { padding-top:10px; z-index:10001px; margin-bottom:20px; height:130px; color:#fff; -webkit-box-shadow: 0px 5px 10px 8px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 5px 10px 8px rgba(0, 0, 0, 0.2); box-shadow: 0px 5px 10px 8px rgba(0, 0, 0, 0.2); /*behavior:url(PIE.htc);*/ z-index:4005; width:100%; position:fixed;top:0;}

@media (min-width: 481px) and (max-width: 768px){
	
	
}

#header-short { height:auto; display:none; position:fixed; top:0; z-index:4002}

/* header background */
header.green { background-color:#65cc01 }
header.orange { background-color:#ff9933 }
header.blue { background-color:#23a4d0 }
header.brown { background-color:#806337 }

/* header more section background */
header.green .more_section_opt {background-color:#1e3d00;}
header.blue .more_section_opt {background-color:#07212a;}
header.orange .more_section_opt { background-color:#331f0a; }
header.brown .more_section_opt { background-color:#261e10; }




/* header more section mouse over*/

header.green .more_section_opt a:hover{color:#65cc01}
header.blue .more_section_opt a:hover{color:#23a4d0;}
header.orange .more_section_opt a:hover{ color:#ff9933;}
header.brown .more_section_opt a:hover{color:#806337;}

/* header left */
.weather span { padding-right:6px; vertical-align:middle; display:inline-block; }
.weather span.icon { width:20px; height:20px; padding-bottom:5px; }
.weather ul{margin:0;}
.weather ul li{list-style:none; float:left; padding:0 5px 0 0;}
.weather ul li.last{ padding:0;}

/* header center*/
.logo { padding-top:10px; }
header img { *float:left;}
header #keywordSearchForm { display:inline-block; position:relative; top:-15px; *float:left;*padding-top:35px;*top:0;}

/* header right */
.header_right div { padding-bottom:4px; }
/*-- 1st row --*/
.member span { padding-left:8px; }
/*-- 2nd row --*/
.lang { padding-right:8px; opacity:0.7; }
.lang a {  color:#fff;  border:none; padding-left:10px; padding-right:10px; border-right: 1px solid #fff;  }
.lang .last {  border-right: none;  }
.lang a:hover { text-decoration:none; }
.lang_opt { display:none; background-color:#fff; padding:10px; text-align:center; position:absolute; right:58px; width:65px; top:40px; z-index:9999; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius:3px; }
.lang_opt a { color:#000; display:block; padding:5px 0; }
/* header .lang_opt a { color:#000;} */
#text_size a {
    cursor: pointer;
    float: left;
    height: 17px;
    margin-left: 2px;
    text-align: center;
    width: 17px;
	background-color: transparent;
	background-image: url(../images/text_size.png);
	background-repeat: no-repeat;
}
#font_larger { background-position: -34px -17px }
#font_larger.selected, #font_larger:hover { background-position: -34px 0px }
#font_normal { background-position: -17px -17px }
#font_normal.selected, #font_normal:hover { background-position: -17px 0px }
#font_smaller  { background-position: 0px -17px }
#font_smaller.selected, #font_smaller:hover { background-position: 0px 0px }

@media (max-width: 1000px){

header {position:relative;}

section.container_25{ margin-top:0px !important;}

/*All inside page*/
	
.container_23 {margin-top:0px !important;}
	
.setting_opt { position:relative !important; top:0px !important;}
	
.more_section_opt { position:relative !important; top:0px !important;}

}