#header_container{
	background:url(/images/cms/getty/bg_header.gif) repeat-x;
	width:100%;
	height:490px;
}

#header{	
	width:990px;
	margin: 0 auto;	
}

#logo {
	height:66px;
}

#logo span.left {
	float:left;
	width:84px;
	height:38px;
	margin:9px 0 0 25px;
}

#logo span.right {
	float:right;
	height:40px;
	margin:12px 25px 0 0;
}

#shop{
	height:34px;
}

#shop p{
	color:#e2e2e2;
}

#shop p a{
	color:#e2e2e2;
}

#shop p a:hover{
	color:#fff;
}

#shop button{
	background:url(/images/cms/getty/btn_search.gif) no-repeat;
	width:44px;
	height:19px;
	color:#e2e2e2;
	border:0;
	font-size:12px;
	line-height:19px;
	vertical-align:middle;
	cursor:pointer;
}

#shop input{
	height:15px;
	border:1px inset #9b9b9b;
	background-color:#a2a2a2;
	padding:2px;
	color:#fff;
	vertical-align:middle;
	margin-right:8px;
	width:180px;
}

#shop .login{
	float:left;
	margin:10px 10px 0 25px;
	display:inline;
}

#shop .search{
	float:left;
	margin:5px 0 0 0;
}

#shop .other{
	float:right;
	margin:5px 25px 0 0;
	display:inline;
}

#shop .other img{
	vertical-align:middle;
	margin-right:10px;
}

.menu{
	background:url(/images/cms/getty/bg_menu.gif) no-repeat;
	width:990px;
	height:81px;
	clear:both;
}

.menu li{
	float:left;
	margin:49px 0 0 0;
}

.menu li a{
	background-color:#434343;
	display:block;
	color:#ccc;
	width:68px;
	height:32px;
	text-align:center;
	line-height:32px;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;
}

.menu li a:hover{
	background:url(/images/cms/getty/li_menu_hover.gif) no-repeat;
	color:#2e2e2e;
	text-decoration:none;
	height:39px;
	width:68px;
	position:relative;
	margin-top:-7px;
	line-height:39px;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}

.menu li a.current{
	background:url(/images/cms/getty/li_menu_hover.gif) no-repeat;
	color:#2e2e2e;
	text-decoration:none;
	height:39px;
	width:68px;
	position:relative;
	margin-top:-7px;
	line-height:39px;	
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}

.menu li.divide_bar{
	background:url(/images/cms/getty/line_menu.gif) no-repeat;
	width:2px;
	height:32px;
}

/* 导航当前状态 */
#index_M #index_menu_M, #dynamic_M #dynamic_menu_M, #topic_M #topic_menu_M, #life_M #life_menu_M, #planning_M #planning_menu_M, #product_M #product_menu_M {
	background:url(/images/cms/getty/li_menu_hover.gif) no-repeat;
	color:#2e2e2e;
	text-decoration:none;
	height:39px;
	width:68px;
	position:relative;
	margin-top:-7px;
	line-height:39px;	
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}	


