﻿@charset "utf-8";
/* CSS Document */

/*--------------------------header--*/

#header{
	width:100%;
	height:193px;
	background:#FFF url(../images/topmenubg.jpg) top left repeat-x;
	margin-bottom:10px;
	position:relative;
	z-index:999;
}
#header_section{
	width:970px;
	height:193px;
	margin:0 auto;
	position:relative;
	background:url(../images/header2_bg.png) top left no-repeat;
}
#logo{
	float:left;
	width:220px;
	height:92px;
	padding:13px 0 0 25px;
}
/*--------------------------header_right--*/
#header_right{
	float:right;
	width:725px;
	height:110px;
	position:relative;
}
/*--top_nav--*/
#top_nav{
	margin-top:5px;
	height:30px;
	float:right;
	text-align:right;
}
#top_nav li{
	float:left;
	padding:0 5px; /*padding:0 15px;*/
	border-right:0px solid #333; /*border-right:1px solid #333;*/
}
#top_nav li a{
	text-decoration:none;
}
#top_nav li a:hover{
	text-decoration:underline;
}
li#log{
	background:url(../images/org.gif) top left /*no-repeat*/;
	/*width:100px;*/
	width:125px;
	height:18px;
	padding:0;
	margin-right:20px;  /*margin-right:50px;*/
	border-right:none;
	text-align:center;
	padding-top:2px;
	color:#FFF;
}
#log a{
	color:#FFF;
	padding:0 8px;
	height:18px;
}
#log a.lo{
	border-right:1px solid #FFF;
}
/*--top_nav end--*/

/*--hot_link--*/
#hot_link{
	height:25px;
	font-size:15px;
	position:relative;
	margin-top:15px;
	float:right;
	text-align:right;
}
#hot_link li{
	color:#F30;
	float:right;
	margin-left:30px;
}
#hot_link li a{
	text-decoration:none;
	color:#F30;
}
#hot_link li a:hover{
	text-decoration:underline;
}
/*--hot_link end--*/

/*--member_block end--*/
#member_block{
	height:30px;
	position:relative;
	margin-top:5px;
	float:right;
	text-align:right;
}
#mb_l,#mb_r{
	float:right;
	width:5px;
	height:30px;
	display:block
}
#mb_l{
	background:url(../images/mbl.gif) top left no-repeat;
}	
#mb_r{
	background:url(../images/mbr.gif) top left no-repeat;
}
#mb_c{
	float:right;
	height:22px;
	background:url(../images/mbc.gif) top left repeat-x;
	padding-top:8px;
	width:auto;
}
#mb_c li{
	float:left;
	padding:0 13px;
	color:#FFF;
	border-right:1px solid #FFF;
}
#mb_c li.last_mb{
	border-right:none;
}
#mb_c li a{
	text-decoration:none;
	color:#FFF;
}
#mb_c li.m_login_in{
	border-right:none;
	font-weight:bold;
}
/*--member_block end--*/
/*--------------------------header_right end--*/


/*--------------------------global_nav--*/
#global_nav{
	width:970px;
	height:45px;
	position:relative;
	z-index:999; 
}

.dropdown{
	float:left; 
	padding-right:5px
}
.dropdown dt {
	height:37px;
	padding:8px 10px 0 10px;
    font-weight:bold; 
	cursor:pointer; 
	background:url(../images/topmenuline.gif) left top no-repeat;
	color:#FFF;
	text-align:;
}
.dropdown dt a{
	color:#FFF;
}
.dropdown dt:hover {
	
}
.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:152px; 
	display:none; 
	background:#fe560f; 
	z-index:999; 
	opacity:0
}
.dropdown ul {
	width:150px; 
	border:1px solid #FFF; 
	border-top:none;
	border-bottom:none;
}
.dropdown li {
	display:inline;
}
.dropdown li a{
	display:block; 
	padding:5px; 
	color:#FFF; 
	text-decoration:none; 
	background:#fe560f; 
	width:140px;
	border-bottom:1px solid #FFF;
}
.dropdown li a:hover {background:#F90; color:#FFF}


/*--------------------------global_nav end--*/

/*--------------------------search_bar--*/
#search_bar{
	width:953px;
	height:30px;
	background:#EEE;
	border:1px solid #BBB;
	border-top:none;
	padding:8px 0 0 15px;
	position:relative;
}
/*--search_section--*/
#search_section{
	float:left;
}
#s_textfield {
	float:left;
	color: #999;
	font-size: 13px;
	border:1px solid #CCC;
	margin-right: 5px;
	height:18px;
	width:330px;
	padding:2px 5px 0 5px;
}
#s_select {
	float:left;
	font-size: 13px;
	color: #999;
	border: 1px solid #CCC;
	margin-right: 5px;
	height:22px;
	width:130px;
}
#s_button {
	float:left;
	height:22px;
	width:50px;
	display:block;
	border:1px solid #CCC;
	background:#FFF;
	margin-right: 5px;
}
#s_button:hover{
	float:left;
	height:22px;
	width:50px;
	display:block;
	border:1px solid #FFF;
	background:#333;
	margin-right: 5px;
	color:#FFF;
}
/*--search_section end--*/

/*--keyword--*/
#keyword{
	float:right;
	text-align:right;
	margin-top:4px;
}
#keyword li{
	color:#333;
	float:right;
	padding:0px 18px;
	border-left:1px solid #333;
}
#keyword li a{
	text-decoration:none;
	color:#333;
}
#keyword li a:hover{
	text-decoration:underline;
}
/*--keyword end--*/
/*--------------------------search_bar end--*/


/*--------------------------header_end--*/



/*----------------------------------------------------------------------------------footer--*/

#footer{
	width:100%;
	margin-top:20px;
	position:relative;
	background:#F96305;
}
#buyWay{
	width:100%;
	height:87px;
	background:#F96305;
}
#buyWay_content{
	margin:0 auto;
	width:970px;
	height:87px;
}
#buyWay a{
	float:left;
	margin:0;
	padding:0;
}
.footer_color_line{
	width:100%;
	height:5px;
	background:#F96305;
}
#f_content{
	margin:0 auto;
	width:970px;
	height:129px;
	background:#F96305;
	padding-bottom:10px;
}
#f_logo{
	float:left;
	width:360px;
	height:129px;
	background:url(../images/3days.png) top left no-repeat;
}
#copyright{
	float:right;
	margin-top:80px;
	color:#FFF;
}
/*-----------------------------------------------------------------------------footer end--*/















