html
{
	overflow-x:hidden;
}
h2
{
	font-style:normal;
	font-size:12px;
}
a {
	text-decoration: none;
	color: #c58e7a;
}

a:hover {
	color: #c58e7a;
	text-decoration:underline;
}

body
{
	font-size:12px;
	color:#c58e7a;
	margin: 0;
	padding: 0;
	background-color:#000000;
	/*background-image: url(../images/bg.gif);*/
}
ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;	
}
ul li
{
	list-style-type:none;
	padding:0px;
	margin:0px;	
}
#root
{
	width:950px;
	margin:0 auto;
}
#title 
{
	background-image:url(../images/bg-title-logo-border1.gif);
	width:950px;
	overflow:hidden;
	height:316px;
	font-family: "宋体";
	font-size: 12px;
}
* +html #title
{
	height:316px;
}
#logo
{
	width:950px;
	height:84px;
}
/*-------logo-----*/
#logo_left
{
	height:60px;
	width:150px;
	position:relative;
	top:80px;
	left:260px;
	z-index:10000;
}
*html #logo_left
{
	height:60px;
	width:150px;
	position:relative;
	top:80px;
	left:260px;
	z-index:10000;
}
*+html #logo_left
{
	height:60px;
	width:150px;
	position:relative;
	top:80px;
	left:260px;
	z-index:10000;
}
#logo_left img
{
	height:60px;
	width:150px;
}
#logo_left_logo
{
	position:relative;
	background-image:url(../images/bg-title-logo.gif);
	height:59px;
	width:109px;
	top:40px;
	left:85px;
	
}
#logo_right
{
	width:950px;
	height:249px;
	float:left;
	background-image: url(../images/bg-title-logo-border2.gif);
	position:relative;
	top:-33px;
	/*border:1px solid red;*/
}
#logo_right #functionBar
{
   position:relative;
   top:-20px;
   left:20px;
   width:500px;
   float:left;
}
#logo_right #functionBar a
{
	color:#c58e7a;
	font-family:宋体;
}
#logo_right #functionBar ul
{
	width:487px;
	height:14px;
	line-height:14px;
	white-space:nowrap;
	overflow:hidden;
	border-right-color: #fff;
}
#logo_right #functionBar li
{
   height:14px;
   border-left:1px solid #ccb6a2;
   padding-left:9px;
   padding-right:9px;
   float:left;
}
/**	導航條	**/
#nav
{
	height:51px;
	width:950px;
	background:url(../images/bg-nav.gif) center top no-repeat;
	text-align:center;	
	clear:both;
	line-height:58px;
	position:relative;
	top:-46px;
}
*html #nav
{
	height:51px;
	width:950px;
	background:url(../images/bg-nav.gif) center top no-repeat;
	text-align:center;	
	clear:both;
	line-height:58px;
	position:relative;
	top:-46px;
}
*+html #nav
{
	height:51px;
	width:950px;
	background:url(../images/bg-nav.gif) center top no-repeat;
	text-align:center;	
	clear:both;
	line-height:58px;
	position:relative;
	top:180px;
}
#nav TABLE{ position:relative; left:68px;}
*html #nav TABLE{ position:relative; left:0px;}
*+html #nav TABLE{ position:relative; left:0px;}
#nav a
{
	color:#510400;
	font-family:宋体;
	word-spacing: 20em;
}
#nav ul
{
	width:600px;
	margin:0px auto;
}
#nav li
{
	color:#510400;
	font-weight:bold;
	padding-left:30px;
	float:left;	
}
#nav table
{
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	width:700px;
}
#nav td
{
	border:none;
	padding:0px;
	margin:0px;
	color:#510400;
	font-weight:bold;
	/*background:url(../images/jian.gif) right no-repeat;*/

}
/** 公司圖片,導航條下面大圖 **/
#titleImg
{
	width:950px;
	height:251px;	
	position:relative;
	top:-336px;
}
*html #titleImg
{
	width:950px;
	height:251px;	
	position:relative;
	top:-343px;
}
*+html #titleImg
{
	width:950px;
	height:251px;	
	position:relative;
	top:-110px;
}
#titleImg_text
{
	font-size: 16px;
	font-weight: 800;
	font-family:黑体;
	height: 50px;
	line-height:50px;
	width:480px;	
	position:relative;
	top:-200px;
	left:380px;
	color:#FFF;
	color:#000000;
}
*html #titleImg_text
{
	position:relative;
	top:-200px;
	left:380px;
	color:#000;
	
}
*+html #titleImg_text
{
	position:relative;
	top:-200px;
	left:380px;
	color:#FFF;
}
/**	頁腳樣式	**/
#footer
{
	clear:both;
	width:950px;
	height:91px;
	background: url(../images/di.gif) no-repeat;
	color:#fff;
}
#footer .text
{
	position:relative;
	top:20px;
	color:#803634;
	line-height:23px;
	text-align:center;
}
#footer .text a
{
	color:#803634;
	text-align:center;
}
