@charset "utf-8";
/* Styling for random images that appear on the home page and the text links of products that sit atop. */
#randomContainer {
	margin-top:-2px;
	padding:0;
	height:175px;
	width:739px;
	float:left;
	display:inline;
	position:relative;
	z-index:1;
}
#random {
	margin:0;
	padding:0;
	position:absolute;
	left:0px;
	top:0px;
	width:739px;
}
#topLayer {
	padding:10px;
	position:absolute;
	left:281px;
	top:40px;
	width:413px;
	z-index:1;
	height: 73px;
}
#topLayer p {
	color:#666666;
	font:14px/21px normal Arial, Helvetica, sans-serif;
	text-align:left;
	background-color:transparent;
}
#topLayer a {
	color:#FFFFFF;
	margin-left:2px;
	margin-right:2px;
	padding:0;
	text-decoration:none;
}
#topLayer a:hover {
	color:#E6E6E6;
	text-decoration:underline;
}
