.adviceheader { font-family: arial, helvetica, sans-serif; font-size: 14px; font-weight: bold; color: 660000; line-height: 1.2; }
.advice { font-family: arial, helvetica, sans-serif;  font-size: 14px; color: 000000; }

td { font-family: arial, helvetica, sans-serif;  font-size: 12px; color: 000000; line-height: 1.2; }
th { font-family: arial, helvetica, sans-serif;  font-size: 12px; font-weight: bold; color: 660000; line-height: 1.2; }
caption { font-family: arial, helvetica, sans-serif; font-size: 14px; color: 4E7E1D; line-height: 1.2; }
.header { font-family: arial, helvetica, sans-serif; font-size: 14px; color: 660000; line-height: 1.2; }
.recommendedmodel { font-family: arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; color: 660000; line-height: 1.2; }
.compare { font-family: arial, helvetica, sans-serif; font-size: 16px; color: 660000; line-height: 1.2; }
.faults { font-family: arial, helvetica, sans-serif; font-size: 18px; color: 660000; line-height: 1.2; }

.subhead { font-family: arial, helvetica, sans-serif;  font-size: 12px; color: 660000; line-height: 1.2; }
.smalltabletext { font-family: arial, helvetica, sans-serif;  font-size: 12px; color: 000000; line-height: 1.2; }
.smalltableheader { font-family: arial, helvetica, sans-serif; font-size: 14px; font-weight: bold; color: FFFFFF; 
line-height: 1.3; }
.largeletters { font-family: arial, helvetica, sans-serif;  font-size: 16px; color: 000000; line-height: 1.2; }
.title { font-family: arial, helvetica, sans-serif; font-size: 16px; color: 660000; line-height: 1.2; }
.hottips { font-family: arial, helvetica, sans-serif; font-size: 14px; color: FFFFFF; line-height: 1.2; }
.toptable { font-family: arial, helvetica, sans-serif; font-size: 16px;  font-weight: bold; color: FFFFFF; line-height: 1.2; }
.warning { font-family: arial, helvetica, sans-serif;  font-size: 12px; color: FF6600; line-height: 1.2; }
.handcursor { font-family: arial, helvetica, sans-serif;  font-size: 12px; color: 000000; line-height: 1.2; }
/*
Menu link style
*/
a.menu:link {color: FFFFFF; font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 12px; 
text-decoration: none}
a.menu:visited {color: FFFFFF;  font-family: arial, helvetica, sans-serif;  font-size: 12px; text-decoration: none} 
a.menu:active {color: #E8FFB8;  font-family: arial, helvetica, sans-serif;  font-size: 12px; text-decoration: none} 
a.menu:hover {color: #3366CC;  font-family: arial, helvetica, sans-serif;  font-size: 12px; text-decoration: none}
 
/*
Generic link style
*/
a:link {color: FF6600;  font-family: arial, helvetica, sans-serif; font-weight: normal; font-size: 12px; 
text-decoration: underline}
a:visited {color: FF6600;  font-family: arial, helvetica, sans-serif;  font-size: 12px; text-decoration: underline} 
a:active {color: #666666;  font-family: arial, helvetica, sans-serif;  font-size: 12px; text-decoration: none} 
a:hover {color: #3366cc;  font-family: arial, helvetica, sans-serif;  font-size: 12px; text-decoration: none} 


.topbrand { font-family: arial, helvetica, sans-serif; font-size: 14px; font-weight: bold; color: 660000; line-height: 1.2; }

.premiumline { font-family: arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; color: 660000; line-height: 1.2; }

h1, h2 { font-family: arial, helvetica, sans-serif; font-size: 14px; font-weight: bold; color: 660000; line-height: 1.2; }



#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.2;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	 /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
