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

/* Featured Product Links */
	#FeaturedProductSlideshow{
		width:720px;
		height:530px;
		overflow:hidden;
		float:left;
	}
	.imgLink{	
		width:170px;
		height:170px;
		overflow:hidden;
		margin-bottom:10px;
		margin-left:8px;
		display:block;
		float:left;
	}
/* End Featured Product Links */


/* Quick Finder*/
	#quickFinder{
		padding:5px 0;
		background:#c2d2b5 url(../img/logo.png) no-repeat 10px 5px;
		color:#597fae;
	}
	#quickFinder p,
	#quickFinder form{
		padding-left:90px;
		margin:8px 0;
	}
	#quickFinder p{
		font-family:Arial;
		font-size:18px;
	}
	#quickFinder p strong{font-family:"Arial Black", Gadget, sans-serif;}
	
	#quickFinder select{
		width:170px;
		font-size:11px;
		border:1px solid #597fae;
		margin-right:14px;
		margin-left:3px;
	}
	#quickFinder #numToDisplay{width:50px;}
    #quickFinder option{font-weight:normal;}
/* End Quick Finder */

/* Search Results */
	#searchResults{
		padding:8px 0px 8px 0px;
		margin:0px -8px 0px 0px;
	}

/* End Search Results */

/* Home Page Copy */
#HomePageCopy{
	column-count:2;
	column-gap: 20px;
	margin-right: 10px;
	-moz-column-count:2;
	-moz-column-gap: 20px;
	-webkit-column-count:2;
	-webkit-column-gap: 20px;

}