/* orange theme*/

/* MENU colours */
#landingmenu li a:hover{
	background: orange;
}

/*TOP HALF COLOURS*/
#headerquote {
	background: #FC911C;
}
#sideimage .caption {
	color: black;
}
#sideimage .caption strong {
	color: black;
}

#product #productspecs th {
	color: #222; /* lighter text */
}
#product #morelinks li {
	border-bottom: 1px solid #000;
}
#product #morelinks a {
	color: #000;
}
#product #detail .productname, #product #detail .blurb {
	color: #FC911C;
}
/* bottom half colours */

#content #quicklinks, #quicklinks, #productfooter #links, #productgroupfooter #links, #product #quicklinks {
	background: #FC911C;
	color: #000;
}
#productfooter #serieslinks img {
	border: 1px solid black;
}
#main #productfooter a:link, #main #productfooter a:visited{
	color: #222;
}
#main #productfooter a:hover, #main #productfooter a:active, #main #productfooter a:focus{
	color: black;
}


/* SPECS */
#specs tr td, #specs tr th {
	border-bottom: 1px solid #000;
}
#specs .rowgrouphead th{
	color: #FC911C;
	border-bottom-color: #FC911C;
}
#specs .rowgrouphead td {
	border-bottom-color: #FC911C;
}

