/* 
Template: 	StyleHome.css
Purpose: 	Additional styles for live index.cfm page
History:
001 041125 0000 ak	Created File
*/

/* Home Page */
	.HomeLeft { position: relative; float: left; width: 500px;}
	.HomeRight { position: relative; float: right; margin-left: 20px; width: 300px; }
	.NewsletterSubscription {display: block;  border: 1px solid #29A4CD; background-color: #DBF0F7; padding: 1em; }
	.NewsletterSubscription small, .NewsletterSubscription a { font-size: 80%; padding-top: 0.5em}
	.FeaturedHeading { clear: both; margin: 0em; padding: 0.1em; width: 825px; background-image:url(../graphics/featuredLine.gif); 
			background-repeat: repeat-x; text-align: center}
	.FeaturedHeader { background-color: #ffffff; padding: 0em 0.5em; color: #0E3745; font-size: 105%; font-weight: bold; }		
	.FeaturedTable {margin: 1em 0em 0em 0em;  padding: 0em; border: 0em; width: 825px;}
	.FeaturedTable td {vertical-align:top; padding: 0.1em; width: 200px; font-size: 80%;}
	.FeaturedTable .FeaturedDisplay {font-weight: bold;}
	.FeaturedTable .CatDisplay {text-align: left; }
	.FeaturedTable .FeaturedPrice { color: #cc0000;}
	img.ItemPhoto { padding: 0.5em 0.5em 0.1em 0em }
	
	