html,body{
	background-color: #4e4e4e;
}

#mainnav li a{
	background: url('/SharedContent/ford/images/tlm_nav_bg.gif') repeat-x top right; /* background of tabs (default state)*/
}

#mainnav li a:hover, #mainnav li.selected a{
	background: #7B7D7F; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.more a {
	color: #FFF;
}

.lightgrey {
	background-color: #2d2d2d;
	color: #FFF;
}

.lightgrey li {
	list-style-image: url('/SharedContent/ford/images/tlm_li_img_white.gif');
}

.article .read_more{
	background: url('/SharedContent/ford/images/tlm_nav_bg.gif') repeat-x top left;
}

.fade {
	background: url('/SharedContent/ford/images/greyfade_bg.gif') repeat-x bottom left;
	background-color: #AAABAD;
}

.fade h1{
	background: url('/SharedContent/ford/images/tlm_nav_bg.gif') repeat-x top left;
}

.fade li {
	list-style-image: url('/SharedContent/ford/images/tlm_li_img_white.gif');
}

td.tow {
	background: url('/SharedContent/ford/images/tbm_nav_bg.gif') repeat-x top left;
}

.lightgrey table {
	color: #FFF;
}

.lightgrey li a {
	color: #FFF;
}