﻿/* 头部分左边 */
#logo { 
	float: left; 
	padding: 0 0 5px 0;
	margin-top:10px;
}

/* 头部分右边按扭 */
#menu { 
	float: right; 
	background: #fff url(../../images/barul.gif) no-repeat bottom right; 
	color: #808080; 
	padding: 8px 1px 11px 0; 
	margin: 0;
}
	#menu li 
	{
		padding: 14px 18px 14px 18px; 
		color: #444; 
		background: #fff url(../../images/bar.gif) no-repeat bottom left; 
		display: inline; 
	}
	#menu li.active { 
		background: #fff url(../../images/baractive.gif) no-repeat bottom left; 
		color: #3C3A3B; 
		font-weight: bold; 
		padding: 14px 18px 14px 18px; 
		margin: 0 1px 0 0; 
	}
	#menu li a { 
		/*background: #f8f8f8; */
		color: #808080; 
		text-decoration: none; 
	} 	
	#menu li a:hover { 
		color: #000; 
		background: #f8f8f8; 
	} 	
	.key { text-decoration: underline; } /* ACCESKEY UNDERLINED LETTER */

/* 右边主题的ＦＬＡＳＨ广告部分 */
#head_right
{
    float: left;
	width: 340px;
	clear:both;
}
#intro_right {
	float: left;
	width: 640px;
	background: #fff url(../../images/intro.jpg) no-repeat;
	height: 200px;
    margin-bottom:5px;
	border: 2px solid #e2e2e2;
	clear:both;
}
	#intro_right h1 { margin: 0 0 20px 0; }
	#intro_right .white { color: #FFF; background-color:transparent; }
#intro_right_search
{
    float:left;
	width: 640px;
	color: #547592;
	height: 35px;
	border: 2px solid #e2e2e2;
	clear:both;
}
/* 检索的输入框 */
.searchInput
{ 
    width: 270px; 
    border: none; 
    background: #fff url(../../images/searchInput.gif) no-repeat; 
    padding: 8px 10px;
    color: #1E67A8; 
    font-weight: bold; 
}

/* 第二个模板页的banner部分*/
#intro_right_content {
	float: left;
	width: 340px;
	padding: 25px 280px 0 20px;
	background: #fff url(../../images/ContentBan.gif) no-repeat;
	color: #547592;
	margin: 0 0 6px 0;
	height: 60px;
	border: 2px solid #e2e2e2;
}
	#intro_right_content h1 { margin: 0 0 20px 0; }
	#intro_right_content .white { color: #FFF; background-color:transparent; }
.login
{
    font:9pt arial,San-Serif;
    margin-left:auto;
}
.login input
{
    font:9pt arial,San-Serif;
}