﻿@charset "utf-8";
/* CSS Document */

#btnCirHome {
	background-image:url(/Content/images/circles/btnHome.jpg);
	background-repeat: no-repeat;
	background-position: 0 -21px;
	width: 21px; 
	height: 21px;
	text-decoration:none;
	display:block;
	float:left;
	text-indent:-5000px;
}

#btnCirHome:hover {
	background-position: 0 0;
}

#btnCirHomeSch {
	background-image:url(/Content/images/circles/btnHomeschool.jpg);
	background-repeat: no-repeat;
	background-position: 0 -21px;
	width: 21px; 
	height: 21px;
	text-decoration:none;
	display:block;
	float:left;
	text-indent:-5000px;
}

#btnCirHomeSch:hover {
	background-position: 0 0;
}

#btnCirSch {
	background-image:url(/Content/images/circles/btnSchools.jpg);
	background-repeat: no-repeat;
	background-position: 0 -21px;
	width: 21px; 
	height: 21px;
	text-decoration:none;
	display:block;
	float:left;
	text-indent:-5000px;
}

#btnCirSch:hover {
	background-position: 0 0;
}

#btnCirBulk {
	background-image:url(/Content/images/circles/btnBulk.jpg);
	background-repeat: no-repeat;
	background-position: 0 -21px;
	width: 21px; 
	height: 21px;
	text-decoration:none;
	display:block;
	float:left;
	text-indent:-5000px;
}

#btnCirBulk:hover {
	background-position: 0 0;
}

#btnCirWH {
	background-image:url(/Content/images/circles/btnWarehouse.jpg);
	background-repeat: no-repeat;
	background-position: 0 -21px;
	width: 21px; 
	height: 21px;
	text-decoration:none;
	display:block;
	float:left;
	text-indent:-5000px;
}

#btnCirWH:hover {
	background-position: 0 0;
}


