﻿/*头部整体样式*/
#Head
{
	width: 760px;
	font-size: 12px;
	margin: auto;
}
#Head ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*注册字样*/
#Head #QuickLinks
{
	clear: both;
	width: 350px;
}
#Head #QuickLinks li
{
	float: left;
	height: 21px;
}
/*快印公司查找字样*/
#Head #HeadNavBar
{
	clear: both;
	width: 350px;
}
#Head #HeadNavBar li
{
	float: right;
	height: 21px;
	margin-left: 10px;
	background: #FFFFED url(../Images/head_nav_bar_bk_left.gif) left top no-repeat;
}
#Head #HeadNavBar li a
{
	color: #336295;
	display: block;
	float: left;
	height: 21px;
	padding: 0 8px;
	line-height: 21px;
	background: transparent url(../Images/head_nav_bar_bk_right.gif) right top no-repeat;
}
#Head #HeadNavBar li#MainBtnForum
{
	background: #FFFFED url(../Images/head_nav_bar_bk_hl_left_2.gif) left top no-repeat;
}
#Head #HeadNavBar li#MainBtnForum a
{
	font-weight: bold;
	color: #F50;
	background: transparent url(../Images/head_nav_bar_bk_hl_right_3.gif) right top no-repeat;
}

/*快印联盟发起网站字样式*/
#Head #EBAlliance
{
	float: right;
	width: 350px;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #D0D0D0;
	text-align: right;
	color: #666;
}

/*菜单样式*/
#Head #ChannelMenu
{
	width: 758px;
	height: 80px;
	background-image: url(../menuImg/menugroup.gif);
	background-position: top left;
	border: solid 1px #b0bec7;
}
#Head #ChannelMenuItems li
{
	float: left;
	height: 80px; /*width: 84px;*/
	width: 65px;
}
#Head #ChannelMenuItems img
{
	width: 50px;
	height: 50px;
}
#Head #ChannelMenuItems a
{
	color: #18397c;
	font-size: 13px;
	font-weight: bold;
}
#Head #ChannelMenuItems a:hover
{
	color: #e8781a;
	font-size: 13px; /*text-decoration: none;*/
}

