 /*
 *	1.0 Global Styles
 *		1.1  Header
 *		1.2  Sidebar Left
 *	2.0 Where To Buy
 *	3.0 Brands
 */
 
 
 /*-------------------------------------------------*/
/* 1.0 Global Styles                               */
/*-------------------------------------------------*/

  body
  {
	background: transparent url(images/elements_main_bg.jpg) repeat fixed 0 0;
  }

  a:link, a:visited 
  {
  	color: #000000;
  }
  
  h1
  {
  	color: #00b259;
  }
  
/*-------------------------------------------------*/
/* 1.1 Header                                      */
/*-------------------------------------------------*/

  #primary .links li.active-trail a
  {
  	color: #00b259;
  }

/*-------------------------------------------------*/
/* 1.2 Sidebar Left                                */
/*-------------------------------------------------*/

  #sidebar-left #block-menu-menu-brand-links a.active,
  #sidebar-left #block-menu-menu-brand-links ul.menu ul.menu li.active-trail a.active
  {
  	color: #00b259;
  }
  
  #sidebar-left #block-menu-menu-brand-links ul.menu li.active-trail li.first a
  {
	color: #ADACAD;	
  }
  
/*-------------------------------------------------*/
/* 2.0 Where To Buy                                */
/*-------------------------------------------------*/


/*-------------------------------------------------*/
/* 3.0 Brands                                      */
/*-------------------------------------------------*/

  .brand_header_text
  {
  	color: #ADACAD;
  	width: 490px;
  }
  
  .node-type-products .product_description a
  {
  	color: #00b259;
  }
  
  .product_description h2
  {
  	color: #00b259;
  }
  
  .views-exposed-widget label
  {
  	color: #000000;
  	letter-spacing: 1px;
  }
