/*---------------------------------------------------------------
-----------------------------------------------------------------
  
  cheeses.css
  * Version: 	4.0 (2009/12/28)
  * Author: 	Dean Bourque | http://www.sparkable.com/

/*---------------------------------------------------------------
---------------------------------------------------------------*/

/*---------------------------------------------------------------
  Home
---------------------------------------------------------------*/

  #homeCheesesContainer {
	width: 335px; 
	background: #fff9e8;
	color: #895a54;
	overflow: hidden;
	border-left: 11px solid #E3C998;
  }

  #homeCheesesBar {
	display: block;
	width: 335px; height: 26px;
	background: #d46b08 url('../../img/cheeses/greatCheesesHomeHeading.gif') 0px 0px no-repeat;
	border-bottom: 1px solid #f0e2c8;
	overflow: hidden;
	line-height: 1; 
	text-align: right;
  }  
  
  #homeCheesesContent {
    padding: 14px;
  }
  
	#homeCheesesContainer strong,
	#homeCheesesContainer b { color: #5a403c; }
    #homeCheesesContainer a { color: #b95431; font-weight: bold; text-decoration: underline; }
	#homeCheesesContainer a:hover { color: #c66927; }
	
	
/*---------------------------------------------------------------
  Page
---------------------------------------------------------------*/
  
  .featuredProducts {
    float: left; clear: both;
	display: block;
	width: 614px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
  }
  
	.featuredProducts a { font-weight: bold; }
  
  .featuredProductsImg {
    float: left; clear: both;
    display: block;
	width: 256px;
	padding-right: 14px;
	text-align: center; 
	overflow: hidden;
  }
  
  .featuredProductsCopy {
    float: left;
	display: block;
	width: 344px;
	overflow: hidden;
  }
	
/*---------------------------------------------------------------
---------------------------------------------------------------*/