/* CSS Document */

#waxnav{position:relative;height:30px;font-size:14px;font-family:Book Antiqua;font-weight:normal;background:#747373;}
#waxnav ul{margin:0px;padding:0 0 0 0;list-style-type:none;width:auto;float:left;background:#a1a1a1;}
#waxnav ul li{display:block;float:left;margin:0 0;border-right:1px solid #747373;}
#waxnav ul li a{display:block;float:left;color:#2d2d2c;text-decoration:none;padding:0 0 0 16px;height:30px;line-height:220%;}
#waxnav ul li a span{padding:0 16px 0 0;}
#waxnav ul li a:hover, #waxnav ul li {color:#fff;background:#a1a1a1;}
#waxnav ul li a:hover , #waxnav ul li a.current {color:#fff;background:#d00404;}


/*search*/
fieldset.search {
	border: none;
	width: 210px;
	margin: 0 auto;

}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #333333;
	font-size: 11px;
	width: 152px;
	height: 27px;
	padding: 2px 0px 0px 8px;
	background: url(../images/search1.jpg) no-repeat;

}
.search input.box:focus {
	color: #747373;
	font-size: 11px;
	background: url(../images/search2.jpg) no-repeat;
	outline: none;
}
.search button.btn {
	width: 39px;
	height: 27px;
	cursor: pointer;
	text-indent: -9999px;
	background: #fbc900 url(../images/go.jpg) no-repeat top right;
}
.search button.btn:hover {
	background: #fbc900 url(../images/go2.jpg) no-repeat bottom right;
}
