/* reset */
#footer {
	width:780px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;

}


#footer ul,
#footer li{
	margin:0;
	border:0;
	padding:0;
}

 
/*end reset */



/*typo*/

#footer .footernav span, #footer .recomand span, #footer li a{
   font-weight: bold;
}

#footer .copyright ul li a{
  font-weight: normal;
}


/*end typo*/



/* general footer css*/

#footer a{
  color: #ffa800;
}

#footer ul li{
  display: inline;
}

/***************/
#footer{
  clear: both;
}

* html #footer .footernav, * html #footer .recomand{
   	border-bottom: none;
	padding-bottom: 6px;
	background:url(images/dotted.gif) repeat-x bottom;
}

#footer .footernav,#footer .recomand{
   margin: 5px 0 0 5px;
   border-bottom: 1px dotted #dae2e8 ;
   padding-bottom:5px;
}

#footer .footernav span, #footer .recomand span{
   float:left;
}

#footer .footernav ul li,#footer .recomand ul li{
  padding:0 5px;
  border-right:1px solid #cccccc;
}

#footer .copyright{
  margin-top: 5px;
  width: 99%;
  background: url(/images/www/nb_logo_new.png) right 0.1em no-repeat;
}

#footer .copyright ul li {
  padding: 0 5px;
}

#footer .copyright span{
  padding-left: 5px;
}

#footer .copyright ul li a{
 color:#000099;
}


/***************************/


/* end general footer css*/