@import url("purpleproductpagestyle.css");

/*****************************
		Main Content
*****************************/

/*Main Content Styles*/
#maincopy { background-color: #ffe8aa; }

#maincopy a:link { color: #ce912a; }
#maincopy a:hover { color: #d49a39; }
#maincopy a:visited { color: #e8a713; }

#maincopy h1 { background-color:#e8a713; }
#maincopy h2 { color:#9d762b; }
#maincopy h3 { color:#9d762b; }

#maincopy ul li { list-style-image:url(images/yellowtick.png); }


/* Bottom Links */

#bottom-links {	background-color: #e8cc80; }

#other-pages { background-color: #ce912a; }

#other-pages ul li { border-right: 1px solid #e5a63b;}
#other-pages a:link{ color:#fbbd56; }
#other-pages a:hover, a:active { color:#ffd081; }

/*Right Column*/

#additionalcopy h3 { background-color: #ce912a; }

#additionalcopy ul{	list-style-image:url(images/yellowtick.png); }


