﻿/*                 Navigation Images                    */
div#pagebutton {height: 34px;padding: 0px;margin: 20px auto;}
a.contactus  
{
	float:left;
	margin-top:0px;
	margin-left: 0px;
	background: url(../images/nav/contact_us.gif) no-repeat right top;
	height: 23px;
	width: 81px;
}
a:hover.contactus{
	background-position: right -23px;
}
a.quote  
{
	float:left;
	margin-top:0px;
	margin-left: 0px;
	background: url(../images/nav/quote.gif) no-repeat right top;
	height: 23px;
	width: 100px;
}
a:hover.quote{
	background-position: right -23px;
}
a.sample {
	float:left;
	margin-top:0px;
	margin-left: 0px;
	background: url(../images/nav/sample.gif) no-repeat right top;
	height: 23px;
	width: 108px;
}
a:hover.sample {
	background-position: right -23px;
}

div.sep {float:left;position:relative;height:23px;width: 1px;background:transparent;margin-right:10px;margin-left: 10px;}
/*                                                       */

