/* style.css */
body{
  background:url('../images/ecru/bodyBg.gif');
}
#TopMenu li {
	background: url("../images/ecru/PagesMenuBg.gif") 0 3px no-repeat;
}
#Menu {
  background:url("../images/header_navi_bg.gif") repeat-x;
}
#Menu ul li a:hover{
  background:url("../images/header_navi_bg.gif") repeat-x;
  
}
#Wrapper {
	background:#fff url(../images/wrapper_bg.gif) left repeat-y;
}

#Wrapper #SearchForm h2.MenuTitle,#Wrapper .Left h2#WineCategoriesTitle{
  background:url("../images/title_bg1.gif") no-repeat;
	/*
		color:#DDC0B1;
		padding:8px 0 19px 18px;
		margin:0;
	*/
}
#Wrapper #WineCategories .Block .BlockContent ul li.parent{
	background:url("../images/wine_category_active.jpg") repeat-x 0 0px;
}
#Wrapper #WineCategories .Block .BlockContent ul li:hover,
#Wrapper #WineCategories .Block .BlockContent ul li.active{
	background:url("../images/wine_category_active.jpg") repeat-x;
}

#Wrapper #WineCategories .Block .BlockContent ul li.active a:hover,
#Wrapper #WineCategories .Block .BlockContent ul li.active a,
#Wrapper #WineCategories .Block .BlockContent ul li a:hover{
	background:url("../images/wine_category_arrow.png") 5px center no-repeat;
}


#Wrapper #WineCategories .Block .BlockContent ul li.active li a{
	background:none;
}

#Wrapper #WineCategories .Block .MenuTitle {
  background:url("../images/wine_category_blank.gif") repeat-x;
}
#Footer {
	background:url("../images/footer_bg.gif") repeat-x;
}
.Breadcrumb li a {
	background: url('../images/BreadcrumbSep.gif') no-repeat center right;
}
.FindByCategory li {
	background: url('../images/BreadcrumbSep.gif') no-repeat 3px 5px;
}
.Pages .SideMenu h2 {
	background:url("../images/ecru/BlockTitle.gif") no-repeat scroll 0 3px;
}
.SubBrandList li {
	background: url('../images/SubBrand.gif') no-repeat 3px 1px;
}
#Header{
	background:#fff url("../images/wine_category_blank.gif") repeat-x 0 115%;
}
.CartContents .CartProductFieldsLink {
	background: url('../images/GiftWrappingAvailable.gif') no-repeat;
}
.Right .Block h2{
	background: url("../images/ecru/BlockTitle.gif") 0 3px no-repeat;
}
.WrappingOptions {
	background: url('../images/GiftWrappingAvailable.gif') no-repeat;
}

.InfoMessage {
	background-image:url('../images/InfoMessage.gif');
	background-color:#faf8f0;
}
.SuccessMessage {
	background-image:url('../images/SuccessMessage.gif');
	background-color:#E8FFDF ;
}
.ErrorMessage {
	background-image:url('../images/ErrorMessage.gif');
	background-color:#FFECEC;
}

