@charset "BIG5";

/* 整體結構
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
  width: auto;
  text-align: -moz-center;
  background: url(../images/background.gif) repeat;
}

#center{
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
  margin-top: 50px;
  width: 950px;
  background-color: #000;
  text-align: left;
}

#logo {
	margin-left:10px;
	padding: 10px;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {*/

	#photodiv {
	  background-repeat: no-repeat;
	  /*background-attachment: fixed \9;*/
	  margin-top: 37px; /*Commented at 2010/03/21 22:22 */
	  /*background-position: top right;*/
	  /*background-color: #242223 \9;*/
	  
	}
/*}*/

/* 主要內容
---------------------------------------------------- */
#hr {
	border: 0; 
	height: 1px; 
	border-bottom: 1px solid #FFF;
}

#content {
  margin: 14px 0 0 0;
  width: 950px;			/* ■要避開IE6的bug。若是沒有的話，下方會有空隙 */
  height: 600px;
  padding-bottom: 50px;
}

/*
#contact_us {
	width: 712px;
}
*/
#contact_us {
	font-family: georgia;
	font-size: medium;
	color: #FFF;
	width: 712px;
	margin-left: 10px;
}

#itembutton {
	text-align: left;
	float: left;
	margin-left: 10px;
	margin-top: 35px;
	width: 180px;
}

#itempicture{
	margin-top: 35px;
	margin-left: 100px;
}

#itemcontent{
	margin-top: 10px;
	margin-left: 20px;
	/*padding-right: 20px;*/
	width: 692px;
}

#itemdesc{
	padding-bottom: 20px;
	padding-right: 20px;
	width: 692px;
	color: #FFF;
	font-size: medium;
	font-family: georgia;
}

#itemcontent img{
	padding-right: 20px;
	padding-bottom: 20px;

}

#itemheading{
	color: #FFF;
	font-size: large;
	font-family: georgia;
	padding-bottom: 20px;
	font-weight: bold;
}

#itemlist{
	width: 712px;
	color: #FFF;
	font-size: medium;
	font-family: georgia;
	padding-bottom: 20px;
}

#listpicture{
	width: 100px;
	height: 100px;
	float: left;
}

#listname{
	float: left;
	/*padding-left: 130px;*/
	width: 500px;
	font-family: georgia;
	color: #FFF;
	font-size: medium;
}

/*changed at 2010/03/08 21:18*/
#cont{
	width:850px;
	background:#000;
	text-align:left;
	}

img{border: none};

#contentheading {
	font-size: large;
	font-weight: bold;
	color: #FFF;
}

#content div {
  float: left;
  width: 712px;
  font-family: georgia;
}

#content a, #content img {		/* ■消除圖片周圍的留白 */
	padding: 0;
  display: block;
}
#content a {
  width: 732px;
  height: 71px;
}
#new {
  /*background: url(../images/h2back1.jpg) 0 22px no-repeat;
  border:1px solid #FFF;*/
  width: 712px;
  color: #929090;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}
#feature01 {
  /*background: url(../images/h2back2.jpg) 0 22px no-repeat;*/
  width: 900px;
  /*border-left:1px solid #FFF;*/
  padding-left: 10px;
  padding-right: 10px;
  /*color: #929090;*/
  color:#FFF;
  padding-bottom: 20px;
}
#feature02 {
  /*background: url(../images/h2back3.jpg) 0 22px no-repeat;*/
  width: 712px;
  /*border-left:1px solid #FFF;*/
  padding-left: 10px;
  color: #929090;
  padding-bottom: 20px;
}
#content p {
  /*margin: 0 0 20px;*/
  width: 236px;
  font-size: x-small;
  line-height: 1.4;
  
}

#tabs {
	float:left;
	width:100%;
	/*background:#000;
	font-size:93%;*/
	line-height:normal;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	font-size: medium;
	padding:5px 15px 4px 6px;
	font-family: georgia;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	font-family: georgia;
	font-size: medium;
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}

/* 頁尾
---------------------------------------------------- */
#footer {
  clear: both;
  margin: 0;
  position: relative;
  font-size: medium;
  font-family: georgia;
  width: 950px;
  background-color: #5E5B5C;
}

