/* CSS Document */

/* home */

	#ordernow
		{
  		display: block;
  		width: 130px;
  		height: 23px;
  		background: url(../01img/01pg/order2.gif) no-repeat 0 0;
		}

	#ordernow:hover
		{ 
  		background-position: 0 -23px;
		}

	#ordernow span
		{
  	display: none;
		}

	.nordernow {
		width:100%;
		height:23px;
		text-align:center;
		float:left;
		display:block;
		padding-top:4px;
		}