/* @group header1 */
#header1 {margin:0 auto;width: 960px;height: 94px;padding-top: 40px;}

.logo { 
	background:url(http://www.xcot.com/images/logo.png) no-repeat;
	height:33px;
	float:left;
	margin-bottom:10px;
	overflow:hidden;
	text-indent:-1000px;
	width:286px; 
}

.register_button {
	background:url(http://www.xcot.com/images/register_bg.gif) no-repeat;
	float:right;
	height:23px;
	margin-top:8px;
	padding:3px 0 0 25px;
	width:61px;
}

/* @group main_nav */
#main_nav ul {
	font-size: 13px;
	list-style: none;
}

#main_nav {
	background: url(http://www.xcot.com/images/nav_bg.png) repeat-x top left;
	height: 50px;
	overflow: visible;
	padding-left: 20px;
}

#main_nav li {
	float: left;
	position: relative;
	z-index: 5;
}

#main_nav li a {
	color: #fff;
	display: block;
	width: 91px;
	height: 35px;
	text-decoration: none;
	line-height: 35px;
	text-align: center;
	margin-top: 2px;
}

#main_nav li ul li a {
	font-size: 12px;
	width: 89px;
	height: 25px;
	line-height: 25px;
	margin: 0px;
}

#main_nav li ul li a:hover, #main_nav li.focus ul li a:hover {
	background: #fe7210;
}

#main_nav li.focus a, #main_nav li a:hover {
	background: url(http://www.xcot.com/images/nav_over.png) no-repeat top left;
}

#main_nav li.focus ul li a {
	background: none;
}

#main_nav li ul {
	position: absolute;
	top: 36px;
	left: 0px;
	background: #fd9342;
	border-color: #de813b;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	display: none;
}

#main_nav li ul li{
	float: none;
}
/* @end */
/* @end */

/* @group others */

.clear {
	clear: both;
}

#head{
	display: none;
}

#header {
	position: relative;
	z-index: 1;
}


/* @end */
