body{
	font-family:Arial,sans-serif;
}
#container{
	position:relative;
	background-color:#fff;
	padding:0;
	margin:0 auto;
	width:1024px;
	text-align:left;
	overflow:hidden;
	border:1px solid #ddd;
	border-left-color:#eee;
}

div#top_bar{
	height:29px;
	text-align:center;
	background:url(/images/top_bar.gif) center center no-repeat ;
	background-repeat:repeat;
}

div#top_left {
    float: left;
    margin-top: 11px;
    overflow: visible;
    padding: 5px 0 0 0;
}
div#top_right {
    margin-top: 40px;
}

#tsearch-action{
	display:block;
	font-size:10px;
	float:left;
	color:#D94650;
	margin:3px 25px;
	height:19px;
	line-height:19px;
}
#tsearch-action a{
	text-decoration:none;
	font-size:14px;
	letter-spacing:1px;
	color:#D94650;
	padding:0 5px;
	vertical-align:bottom;
}
#tsearch-action a:hover{
	text-decoration:underline;
}
#logo{
	height:100px;
	margin-top:130px;
	text-align:center;
	background:url(/images/index_logo.gif) #fff center center no-repeat ;
	background-repeat:no-repeat;
}
#content h1 span{
	visibility:hidden;
}

#search_area{
	margin:40px auto;
	text-align:center;
	margin-bottom:250px;
	width:600px;
	overflow:hidden;
}
#search_area #search{
	padding:0;
	margin:0;
	height:27px;
	border:none;
	text-indent:5px;
	color:#999;
	font-size:14px;
}

#search_ctrl{
    background-color:#FFFFFF;
	text-align:left;
	line-height:28px;
	padding-left:25px;
}
#search_ctrl ul, #search_ctrl li{
	font-size:14px;
	display:block;
	float:left;
/*
	height:30px;
*/
}
#search_ctrl li:act{
	border-left:1px solid #A8B1B7;
	border-right:1px solid #A8B1B7;
	font-weight:bold;
	color:#FF8000;
}
#search_ctrl li{
	text-decoration:none;
	color:#96B100;
	cursor:pointer;
	width:60px;
	text-align:center;
	line-height:27px;
	background:url("/images/type_li_normal.png") top left no-repeat;
}
#search_ctrl span{
	text-decoration:none;
	text-align:center;
	color:#000;
	cursor:pointer;
	padding:0;

}

#search_ctrl span:hover{
	text-decoration:underline;
	color:#DB2027;
}
#search_area #search ,#search_sub {
	margin:0;
	padding:1px 1px;
	vertical-align:middle;
	height:30px;
	float:left;
}

#search_area #search{
	border:2px solid #E5E5E5;
	border-color:#272727 #960000 #960000 #960000;
	border-style:solid;
	width:480px;
	margin-left:25px;

}

#search_sub{
	padding:3px 20px;
	cursor:pointer;
	background:url("/images/search_btn.gif") no-repeat;
	color:#FFF;	
	margin-left:5px;
	height:35px;
	font-weight:bold;
	width:80px;
	font-size:15px;
	border:1px outset #DDDDDD;
	*border:none;
}
#search_sub:active{
	border:2px inset #DDDDDD;	
}

#search_ctrl .field_to_s{
	background:url("/images/type_li.png") top left no-repeat;
}
#search_ctrl .field_to_s span{
	color:#FFF;
}
#search_ctrl .field_to_s{
	color:#FFF;
}

