@charset "UTF-8";
/* CSS Document */
/*Larkin css 12:03pm 11/11/09*/

.headphones{
	height:320px;
	width:500px;
	background-image:url(/lib/yhst-94688773603027/headphones.gif);
	display: block;
	float: left;
	clear:both;
	margin: 10px 0px 0px 0px;
	}

.centerlinks{
	padding: 0px 0px 0px 50px
	}

a.buttononline{
	height:150px;
	width:150px;
	display:block;
	background: url(/lib/yhst-94688773603027/orderbuttons.jpg) no-repeat;
	float:left;
	text-align:center;
	text-decoration:none;
	color:#000;
	}
	
a.buttononline strong{
	padding-top:40px;
	display:block;
	}
	
a.online{
	
	background-position: 0px 0px
	}

a.fax{
	background-position: -150px 0px;
	}
	
a.phone{
	background-position: -300px 0px;
	}
	
a.buttononline:hover{
	color:#060;
	}
		
	

a.online:hover{
	background-position: 0px -151px
	}

a.fax:hover{
	background-position: -150px -151px;
	}
	
a.phone:hover{
	background-position: -300px -151px;
	}
