/* CSS Document */

/*
	ORANGE section
	dark: #D95D01
	light: #ED940E
*/

.bg_dark {
	background-color: #D95D01;
}

.bg_light {
	background-color: #ED940E;
}

.header_dark {
	font-size: 14px;
	font-weight: bold;
	color: #D95D01;
}

.header_light {
	font-size: 14px;
	font-weight: bold;
	color: #ED940E;
}

.content_main a:link {
	color: #ED940E;
	text-decoration: none;
	font-weight: bold;
}

.content_main a:visited {
	color: #ED940E;
	text-decoration: none;
	font-weight: bold;
}

.content_main a:hover {
	color: #ED940E;
	text-decoration: underline;
	font-weight: bold;
}

.content_main a:active {
	color: #ED940E;
	text-decoration: underline;
	font-weight: bold;
}

.product_quote {
	color: #ED940E;
	font-weight: bold;
	font-style: italic;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	color: #D95D01;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	color: #ED940E;
}

.sidenav a:link {
	margin-left: 2px;
	font-size: 11px;
	color: #8C8C8C;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.sidenav a:visited {
	margin-left: 2px;
	font-size: 11px;
	color: #8C8C8C;	
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.sidenav a:hover {
	margin-left: 2px;
	font-size: 11px;
	color: #ED940E;	
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.sidenav a:active {
	margin-left: 2px;
	font-size: 11px;
	color: #8C8C8C;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.contentnav {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #D95D01;
	margin-left: 18px;
}

.contentnav a:link {
	font-size: 10px;
	color: #FEC17E;
	text-decoration: none;
}

.contentnav a:visited {
	font-size: 10px;
	color: #FEC17E;
	text-decoration: none;
}

.contentnav a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.contentnav a:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.product_quote {
	color: #ED940E;
	font-weight: bold;
	font-style: italic;
}

.product_quote_name {
	color: #C9C9C9;
	font-weight: bold;
}

.compat_chart {
	background-color: #F0F0F0;
	width: 475px;
}

.compat_chart .compat_chart_title {
	font-weight: bold;
	color: #ED940E;
}

.compat_chart p {
	color: #666666;
	font-size: 11px;
}