@charset "UTF-8";
/* CSS Document */

/* Main Navigation CSS */

a.home{
	background-image: url(../images/home_btn.jpg);
	width: 74px;
	height: 48px;
	float: left;
	display: block;
	background-repeat: no-repeat;
}
a.home:hover{
	background-image: url(../images/home_btn.jpg);
	width: 74px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: 0 -48px;
}
a.freesamples{
	background-image: url(../images/freesamples_btn.jpg);
	width: 133px;
	height: 48px;
	float: left;
	display: block;
	background-repeat: no-repeat;
}
a.freesamples:hover{
	background-image: url(../images/freesamples_btn.jpg);
	width: 133px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: 0 -48px;
}
a.helpcenter{
	background-image: url(../images/help_btn.jpg);
	width: 121px;
	height: 48px;
	float: left;
	display: block;
	background-repeat: no-repeat;
}
a.helpcenter:hover{
	background-image: url(../images/help_btn.jpg);
	width: 121px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: 0 -48px;
}
a.contactus{
	background-image: url(../images/contactus_btn.jpg);
	width: 112px;
	height: 48px;
	float: left;
	display: block;
	background-repeat: no-repeat;
}
a.contactus:hover{
	background-image: url(../images/contactus_btn.jpg);
	width: 112px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: 0 -48px;
}
a.aboutus{
	background-image: url(../images/aboutus_btn.jpg);
	width: 99px;
	height: 48px;
	float: left;
	display: block;
	background-repeat: no-repeat;
}
a.aboutus:hover{
	background-image: url(../images/aboutus_btn.jpg);
	width: 99px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: 0 -48px;
}
a.design{
	background-image: url(../images/design_btn.jpg);
	width: 149px;
	height: 48px;
	float: left;
	display: block;
	background-repeat: no-repeat;
}

a.design:hover{
	background-image: url(../images/design_btn.jpg);
	width: 149px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: 0 -48px;
}

a.green{
	background-image: url(../images/green_btn.jpg);
	width: 204px;
	height: 48px;
	float: left;
	display: block;
	background-repeat: no-repeat;
	margin-left: 108px;
}

a.green:hover{
	background-image: url(../images/green_btn.jpg);
	width: 204px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: 0 -48px;
	margin-left: 108px;
}