/**
 **********************************************************************************
 *  Header
 **********************************************************************************
 */
#header h1 {background: transparent url(../images/english/gold-n-soft.png) 0 0 no-repeat;}
	#header h1 a {
		margin: 0 37px 0 0;
		width: 221px;
		}

/**
 **********************************************************************************
 *  Navigation
 **********************************************************************************
 */
#nav-main {background: transparent url(../images/english/nav/bg.png) no-repeat;}

	#homemenu {left: 0px; width: 88px;}
    #productsmenu {left: 88px; width: 107px;}
    #recipesmenu {left: 195px; width: 98px;}
    #newmenu {left: 293px; width: 133px;}
    #aboutmenu {left: 426px; width: 113px;}
    #languagemenu {left: 577px; width: 135px;}

    #homemenu a:hover, #homemenu a:focus, #home #homemenu {background: transparent url(../images/english/nav/bg.png) 0 -57px no-repeat;}
    #productsmenu a:hover, #productsmenu a:focus, .products #productsmenu, #product-detail #productsmenu {background: transparent url(../images/english/nav/bg.png) -88px -57px no-repeat;}
    #recipesmenu a:hover, #recipesmenu a:focus, #recipes #recipesmenu, #recipe-detail #recipesmenu, #tips #recipesmenu {background: transparent url(../images/english/nav/bg.png) -195px -57px no-repeat;}
    #newmenu a:hover, #newmenu a:focus, #new #newmenu {background: transparent url(../images/english/nav/bg.png) -293px -57px no-repeat;}
    #aboutmenu a:hover, #aboutmenu a:focus, #about #aboutmenu {background: transparent url(../images/english/nav/bg.png) -426px -57px no-repeat;}
    #languagemenu a:hover, #languagemenu a:focus {background: transparent url(../images/english/nav/bg.png) -577px -57px no-repeat;}
    
/**
 **********************************************************************************
 *  Home
 **********************************************************************************
 */
#home h2 {background: transparent url(../images/english/home/main.jpg) 0 0 no-repeat;}

/**
 **********************************************************************************
 *  Product Tabs
 **********************************************************************************
 */
#product-nav li a {
	background: url(../images/english/nav/product-tabs.gif) no-repeat;
	height: 37px;
	}
#product-nav li#nav-overview a {
	background-position: 0 -37px;
	width: 114px;
	}
#product-nav li#nav-recipe-list a {
	background-position: -114px -37px;
	width: 85px;
	}
#product-nav li#nav-nutrition-facts a {
	background-position: -199px -37px;
	width: 241px;
	}

#product-nav li#nav-overview a.active {background-position: 0 0;}
#product-nav li#nav-recipe-list a.active {background-position: -114px 0;}
#product-nav li#nav-nutrition-facts a.active {background-position: -199px 0;}

/**
 **********************************************************************************
 *  Product/Recipe Overview (main image and prev next)
 **********************************************************************************
 */
.product li#prev a {background: url(../images/english/buttons/product-prev.gif) no-repeat;}
.product li#next a {background: url(../images/english/buttons/product-next.gif) no-repeat;}
.recipe li#prev a {background: url(../images/english/buttons/recipe-prev.gif) no-repeat;}
.recipe li#next a {background: url(../images/english/buttons/recipe-next.gif) no-repeat;}

/**
 **********************************************************************************
 *  Product Category
 **********************************************************************************
 */
body.category-29 #content {background: url(../images/common/layout/bg-asparagus.jpg) right top no-repeat !important;}
body.category-30 #content {background: url(../images/common/layout/bg-cookies.jpg) right top no-repeat !important;}
body.category-34 #content {background: url(../images/common/layout/bg-muffins.jpg) right top no-repeat !important;}

/**
 **********************************************************************************
 *  Tell a Friend
 **********************************************************************************
 */
p#send a {background: url(../images/english/buttons/send.gif) 0 0 no-repeat;}

/**
 **********************************************************************************
 *  Nutrition Facts
 **********************************************************************************
 */
#ingredients h3 {
	width: 91px; 
	background: url(../images/english/titles/ingredients.gif) no-repeat;
	}
#nutrition h3 {
	width: 121px; 
	background: url(../images/english/titles/nutrition-facts.gif) no-repeat;
	}

/**
 **********************************************************************************
 *  Guestbook
 **********************************************************************************
 */
p#submit a {background: url(../images/english/buttons/submit.gif) 0 0 no-repeat;}
