/*
*	Home Button
*/
.home {
	height: 46px;
	width: 108px;
	text-indent:-9999px;
	margin-top: 0px;
	background-color: transparent;
	float: left;
	display: inline;
}
.home a {
	height: 46px;
	width: 108px;
	background-image: url(images/home.png);
	margin-top: 0px;
	outline:none;
	display: block;
}
.home a:hover {
	background-position:0 -46px;
}
.home a.selected {
	background-position:0 -46px;
}
/*
*	Examples Button
*/
.examples {
	display: inline;
	height: 46px;
	width: 207px;
	text-indent:-9999px;
	margin-top: 0px;
	background-color: transparent;
	float: left;
}
.examples a {
	display: block;
	height: 46px;
	width: 207px;
	background-image: url(images/examples.png);
	margin-top: 0px;
	outline:none
}
.examples a:hover {
	background-position:0px -46px;
}
.examples a.selected {
	background-position:0 -46px;
}
/*
*	How to Button
*/
.howto {
	display: inline;
	height: 46px;
	width: 207px;
	text-indent:-9999px;
	margin-top: 0px;
	background-color: transparent;
	float: left;
}
.howto a {
	display: block;
	height: 46px;
	width: 207px;
	background-image: url(images/howto.png);
	margin-top: 0px;
	outline:none
}
.howto a:hover {
	background-position:0px -46px;
}
.howto a.selected {
	background-position:0 -46px;
}
/*
*	Order Button
*/
.order {
	display: inline;
	height: 46px;
	width: 152px;
	text-indent:-9999px;
	margin-top: 0px;
	background-color: transparent;
	float: left;
}
.order a {
	display: block;
	height: 46px;
	width: 152px;
	background-image: url(images/order.png);
	margin-top: 0px;
	outline:none
}
.order a:hover {
	background-position:0px -46px;
}
.order a.selected {
	background-position:0 -46px;
}
/*
*	Contact Button
*/
.contact {
	display: inline;
	height: 46px;
	width: 166px;
	text-indent:-9999px;
	margin-top: 0px;
	background-color: transparent;
	float: left;
}
.contact a {
	display: block;
	height: 46px;
	width: 166px;
	background-image: url(images/contact.png);
	margin-top: 0px;
	outline:none
}
.contact a:hover {
	background-position:0px -46px;
}
.contact a.selected {
	background-position:0 -46px;
}
.websiteby {
	float: left;
	height: 108px;
	width: 340px;
	text-align: right;
}

