@charset "UTF-8";
/* Author:Lu Shih Chieh
Email: hihappycats@gmail.com
Xintec inc.
*/

/* for diferent location of header*/
/*#headerIndexClass {

	
}*/

/*.CHheaderIndexClass {
	margin:12px auto 0 auto;
	width:770px;
	height: auto;
	
}
*/

/* overall header style*/
#logo {
	width:100px;
	padding:0 0 0 0;
	float:left;
}

#languageBar {
	width:330px;
	padding:45px 0 0 0;
	float:right;
	text-align:right;
	
	margin:0 0 0 0;
	
}

#companyName {
	width: 170px;
	padding:45px 0 0 0;
	float:left;
	
}
/* ul,li must display:inline */

#headerIndex {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
	background-color: #FFF;
	margin:0 auto 0 auto;

	width:770px;
	clear:both;
}

/* ul,li must display:inline */
#headerIndex ul, #headerIndex li {
	display:inline;
}

#headerIndex a, #headerIndex a:link, #headerIndex a:visited, #headerIndex a:active {
	text-decoration: none;
	color: #999;
	/* The distance of each language items */
	padding: 0 2px 0 0;
}

#headerIndex a:hover {
	color: #F00;
}

.adjustHeader{
	padding:10px 0 4px 0;
}

.adjustS{
	padding:10px 0 2px 0;
}

.adjustH{
	padding:12px 0 2px 0;
}
