/* This style sheet contains only brand-specific rules.
   General brand/product page layout rules can be found in brands.css */
  
#brandNav {
	background:#F6EADE;
	}
#brandNav #copy {
	color:#81503F;
	background:url(/images/common/brown_dropdown_arrow.gif) right center no-repeat;
	}
#brandDropdown #shell #trigger {
	background:#FFF url(/images/dropdown/TURTLES_ddbtn.jpg) 0px 0px no-repeat;
	}
	

/*general content div rules */
#content div {
	text-align:left;
	color:#815844;
	}

/* styles for the FAQ footer */
#brandFoot {
	background:#F6EADE;
	}
#brandFoot .faq h3 {
	color:#81503F;
	background:url(/images/common/turtles_tributton.jpg) 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);
	}
#brandFoot .faq ul li a:link, #brandFoot .faq ul li a:visited {
	color:#31322A;
	}


	


