@charset "utf-8";
/* THIS STYLE SHEET IS FOR COLOUR (AQUA) ONLY.
   FOR MATTERS REGARDING LAYOUT AND LOW-LEVEL STYLE
   PLEASE REFER TO THE ADDITIONAL STYLE SHEETS IN THE
   MAIN DIRECTORY */

::-moz-selection { background:#9E844B; color: #FFFFFF; }
/* -- Changes default selection colour in Firefox - Just a nice little touch -- */

a, a:visited {
	color:#9E844B;
	text-decoration:none;
}

.list {
	list-style-image:url(beige/list-bullet.png);
	*list-style-image:url(red/list-bullet-IE.png);
}

a:hover { color:#000000; }

a.action, a.action:visited {
	background:url(beige/read-more-icon.png) no-repeat left center;
	padding:2px 0 2px 22px;
}

h1, h2, h3, h4, h5, h6 { color:#9E844B; }

#masthead { background:url(beige/masthead-bg.png) repeat-x center; }

#navs { background:url(beige/navs-div-bg.png) no-repeat center; }

/* -- English -- */
#navs ul li a { background:url(beige/navs-bg.png); }
/* -- Spanish -- */
#navs.es ul li a { background:url(beige/navs-bg-es.png); }
/* -- French -- */
#navs.fr ul li a { background:url(beige/navs-bg-fr.png); }
/* -- German -- */
#navs.de ul li a { background:url(beige/navs-bg-de.png); }
/* -- Dutch -- */
#navs.nl ul li a { background:url(beige/navs-bg-nl.png); }
/* -- Portuguese -- */
#navs.pt ul li a { background:url(beige/navs-bg-pt.png); }
/* -- Chinese -- */
#navs.cn ul li a { background:url(beige/navs-bg-cn.png); }
/* -- Japanese -- */
#navs.jp ul li a { background:url(beige/navs-bg-jp.png); }

#navs ul li:hover ul.subnavs li a:hover { background:#9E844B; }

#navs ul li:hover ul.subnavs {
	background:#F60 url(beige/subnavs-bg.png) repeat-x top;
	border:1px solid #9E844B;
}

#navs ul li:hover ul.subnavs li a {
	color:#FFFFFF;
	border-bottom:1px solid #9E844B;
}

a#account-button { background:url(beige/account-button-bg.png) no-repeat; }

.information-box {
	border:1px solid #968954;
	background-image:url(beige/information-icon.png);
	background-color:#FFF0CB;
}