﻿/*清除文檔類型申明中的默認屬性*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
	margin: 0;
	padding: 0;	
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin-left: 0px;
}


address, caption, cite, code, dfn, em, strong, th, var{	font-style: normal;	font-weight: normal;}
ol, ul{	list-style: none;}
caption, th{	text-align: left;}
h1, h2, h3, h4, h5, h6{	font-size: 100%;}
q:before, q:after{	content: '';}

/*重新定義*/
h1{	font-size: 14px;}
h2{	font-size: 14px;	font-weight: normal;}
h3{	font-size: 12px;}
h4{	font-size: 12px;	font-weight: normal;}
strong{	font-weight: bold;}
a{text-decoration: none;}
a:hover{text-decoration: underline;}


/*開始Hotron網站頁頭與頁腳的定義*/
body
{
	font-family: "新細明體" , Tahoma, Arial, sans-serif; /* "新細明體",arial,helvetica,clean,sans-serif; */
	margin: 0;
	padding: 0;
	background-color: #fff; /*background: #ececec;*/
	text-align: center;
	line-height:100%;
}

.clear
{
	clear: both;
}

.blank
{
	clear: both;
	height: 15px;
}

.blank1
{
	clear: both;
	height: 20px;
}

#container /*主內容塊， 控制總寬度*/
{
	width: 758px;
	margin: 0 auto;
	text-align: left;
}

#header
{
	height: 100px;
}

/*標題欄*/
#header #title
{
	height: 65px;
}

#header #logo /*控制公司圖標顯示*/
{
	width: 414px;
	height: 65px;
}

#header #chooseLanguage
{
  float :right;
  width:200px;
  height: 65px;
  padding-top:15px;
}

#header .LanguageButton
{
	background-color:#7ba6b2;
	color:White;	
	font-size:12px;
}


/*菜單欄*/
#header #globalNav
{
	height: 35px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	padding-top:10px;
	margin:0;
}
#header #globalNav ul
{
	margin:0;
	padding:0;
	list-style:none;	
}
#header #globalNav ul li
{
	display: inline;
	margin: 10px 0 10px 0; /*決定菜單內容文字與上邊及下邊的距離*/
	padding-left: 10px;
	padding-right:2px;
	border-right: solid 1px White;
}

#header #globalNav li a, #globalNav li a:visited
{
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
}

#header #globalNav li a:hover
{
	color: #FFE86C;
	text-decoration: underline;
	padding-top: 6px;
	background: url(../images/news_nav_3.gif) no-repeat center top;
}


/*頁  腳                                 */
#footer /*頁腳*/
{
	font-size: 11px;
	color: #adadae; /*background-color: #35525d ;*/
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 27px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}

#footer a
{
	color: #adadae;
	text-decoration: none;
}

#footer a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}


