/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	background:#4d4d4d;
}
p	{
	margin:0;
	padding:2px 0 6px 0;
	line-height:140%;
	text-align:justify;
}	
h1 {
	font-size: 2em;
	color: #bea346;
	text-align:left;
	margin:0;
	padding:6px 0;
}
h2 {
	font-size: 1.3em;
	color: #bea346;
	text-align:left;
	margin:0;
	padding:2px 0 4px 0;
}
h3{
	font-size:1.1em;
	color:#666666;
	margin-bottom:3px;
}
h5{
	color:#bea346;
	padding:0;
	margin:10px 0 0 0;
}
.contact table	{
	border:0;
}
.contact td		{
	padding:4px;
	vertical-align:top;
}
.contact th		{
	vertical-align:top;
	padding:4px;
	text-align:right;
	font-weight:bold;
	background:#a0a0a0;
	color:white;
}
.NavButTxt {
	font-size:0.7em;
	color:#4d4d4d;
	text-align:right;
	font-weight:normal;
}
.NavButImg {
	float:left;
}
.MainNav {
	font-size:0.8em;
	font-weigh:200;
}
#MainNavTitle {
	font-size:1em;
	font-weight:600;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.FooterTxt {
	text-align:center;
	color:#ffffff;
	font-size:0.7em;
}
.FooterNav {
	text-align:center;
	/* changed to lighter colour..  -ben 11th JAN 06 */
	/*color:#988648;*/
	color:#bea346;
	font-size:93%;
}
.FooterNav a{
	color: #bea346;
	text-decoration: none;
}
.FooterNav a:hover{
	color: #988648;
	text-decoration: underline;
}
/* Best not to have this - ben 11th JAN 2006
a:active.FooterNav {
	color: #4d4d4d;
	text-decoration: none;
}
a:visited.FooterNav {
	color: #4d4d4d;
	text-decoration: underline;
}
*/
a{
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
}

.MainNavTitle{
	font-size:1.05em;
	font-weight:bold;
	width:143px;
	display:block;
	border-bottom:1px dashed #777;
}
/* don't need the following.. */
/*
a:link.MainNavTitle {
	font-weight:600;
	text-decoration: none;
}
a:visited.MainNavTitle {
	font-weight:600;
	text-decoration: underline;
}
a:hover.MainNavTitle {
	font-weight:600;
	text-decoration: underline;
}
a:active.MainNavTitle {
	font-weight:600;
	text-decoration: underline;
}*/

#ProductNav{
	color:#bea346;
	font-weight:bold;
}

#ProductNav a{
	color:#bea346;
}
#description p{
	font-size:1em;
	line-height:120%;
}

#description a{
	color:#988648;
	text-align:right;
}

#sitemap dd a{
	color:#464646;
}
#sitemap dd{
	padding-top:2px;
}

#sitemap dt, #sitemap dt a{
	font-weight:bold;
	color:#464646;
	padding-top:5px;
}

#BodyTxt a{
	color:#bea346;
}
#maintxt p{
	text-align:left;
	font-size:0.95em;
}