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

/* Make Navigation Selected */

a.navbuy{
	background:url(../images/nav_buy_over.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a.navbuy:hover{
	background:url(../images/nav_buy_over.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a.navbuy:active{
	background:url(../images/nav_buy_over.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

/* Content Div */

/* Top Graphic Navigation List */

ul#buynav {
	display:block;
	list-style:none;
	padding:0;
	padding-bottom:10px;
	margin:0;
	}
ul#buynav li{
	display: block;
	width:317px;
	height:364px;
	list-style:none;
	padding:0;
	padding-right:8px;
	margin:0;
	float:left;
	}
ul#buynav li.last{
	display: block;
	width:317px;
	height:364px;
	list-style:none;
	padding:0;
	padding-right:0px;
	margin:0;
	float:left;
	}
ul#buynav a{
	display: block;
	width:317px;
	height:364px;
	text-indent:-9999px;
	padding:0px;
	margin:0;
}
a.phonics{
	background:url(../images/inpoint_phonics.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a.multmats{
	background:url(../images/inpoint_multmats.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a.litmats{
	background:url(../images/inpoint_litmats.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

/* Description Divs */

div.describer{
	position:relative;
	width: 317px;
	height:187px;
	background-color:#EBEBEB;
	margin-top:10px;
	margin-left:0px;
	margin-bottom:10px;
	margin-right:8px;
	float:left;
	text-align:left;
}
div.lastdescriber{
	position:relative;
	width: 317px;
	height:187px;
	background-color:#EBEBEB;
	margin-top:10px;
	margin-left:0px;
	margin-bottom:10px;
	margin-right:0px;
	float:left;
	text-align:left;
}
div.describer p{
	width:297px;
	margin:10px;
}
div.lastdescriber p{
	width:297px;
	margin:10px;
}
.learnmore{
	width:106px;
	height:24px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	bottom:10px;
	right:10px;
	background:url(../images/learnmore.jpg) top no-repeat;
}