/* CSS Document */


#product1{
	width: 660px;
	text-align: center;
	margin: 20px auto;
}

#producut2{
	width: 660px;
	clear: both;
	text-align: center;
	margin: 20px auto;
	padding: 10px 0px 0px 0px;	
	}


#sharp{
	float: left;
	border: solid 1px;
	text-indent: -5000px;
}

#sharp a{
	width: 300px;
	height: 186px;
	background-image: url(../images/sharplink.gif);
	background-repeat: no-repeat;
	display: block;	
	}

#ballpen{
	float: right;
	border: solid 1px;
	text-indent: -5000px;
	}

#ballpen a{
width: 300px;
	height: 186px;
	background-image: url(../images/ballkink.gif);
	background-repeat: no-repeat;
	display: block;	
}

#highlighter{
	float: left;
	border: solid 1px;
	text-indent: -5000px;
	}

#highlighter a{
width: 300px;
	background-image: url(../images/high.gif);
	background-repeat: no-repeat;
	height: 186px;
display: block;	
}

#other{
	float: right;
	border: solid 1px;
	text-indent: -5000px;
	}
	
#other a{
width: 300px;
	background-image: url(../images/other.gif);
	background-repeat: no-repeat;
	height: 186px;
display:block;
}

