/* This style sheet contains only brand-specific rules.
   General brand/product page layout rules can be found in brands.css */

 
#brandNav {
	background:#FEFCE7; 
	}
#brandNav #copy {
	color:#512715; 
	background:url(/images/common/dibs_dd_tri.gif) right center no-repeat; 
	}
#brandDropdown #shell #trigger {
	background:#FFF url(/images/dropdown/dibs_dd.gif) 0px 0px no-repeat; 
	}	

/*general content div rules */
#content div {
	text-align:left;
	color:#512715; 
	}

/* styles for the FAQ footer */
#brandFoot {
	background:#FEFCE7; 
	}
#brandFoot .faq h3 {
	color:#512715; 
	background:url(/images/common/dibs_tri_button.gif) 0% 50% no-repeat; 
	}
#brandFoot .faq ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
#brandFoot .faq ul li {
	list-style-image:url(/images/common/red_arrow.gif);/*WAITING ON ASSETS */
	}
#brandFoot .faq ul li a:link, #brandFoot .faq ul li a:visited {
	color:#512715;
	}
