@charset "utf-8";
/* CSS Document */

/*-----------------------------*\
          Layout Styles
\*-----------------------------*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

body {
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
}

.broadcast_body {
	background-color: #fff;
	background: #dad2b7 url(../images/layout/background.png);
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
}
.header_body {
	background-color: #fff;
	background: #dad2b7 url(../images/EFOGA-banner.png);
	color:#FFF;
}

.table_bg {
	background-color: #fff;
	box-shadow: 5px 5px 5px #336699;
	background-image: url();
	background-repeat: repeat-x;
}

.footer_bg {
	background-color: #222;
	background-image: url(../images/layout/epas_footer.png);
	background-repeat: no repeat;
}

.footer_divider {
	background-color: #222;
	background-image: url(../images/layout/epas_footer_divider.png);
	background-repeat: repeat y;
}

.focus_bg {
	background-color: #fff;
	background-image: url(../images/layout/main_focus.png);
	background-repeat: repeat y;
}

.focus_flexiplumb{
	background-color: #fff;
	background-image: url(../images/layout/flexiplumb_focus.png);
	background-repeat: repeat y;
}

.focus_filtershield{
	background-color: #fff;
	background-image: url(../images/layout/filtershield_focus.png);
	background-repeat: repeat y;
}

.focus_mission{
	background-color: #fff;
	background-image: url(../images/layout/mission_focus.png);
	background-repeat: repeat y;
}
.table_bg_white {
	background-color: #fff;
}

.focus_certs{
	background-color: #fff;
	background-image: url(../images/layout/certs_right_bg.png);
	background-repeat: repeat y;
}

.focus_videos{
	background-color: #fff;
	background-image: url(../images/layout/video_bg.png);
	background-repeat: repeat y;
}
.focus_videos2{
	background-color: #fff;
	background-image: url(../images/layout/video-bg_blue.png);
	background-repeat: repeat y;
}

.focus_greaseshield_logo_bg{
	background-color: #fff;
	background-image: url(../images/layout/grease_shield_logo_bg.png);
	background-repeat: repeat y;
}

.focus_keyfeatures_bg{
	background-color: #fff;
	background-image: url(../images/layout/key_features_bg.png);
	background-repeat: repeat y;
}
/*-----------------------------*\
         Layout Styles End 
\*-----------------------------*/

s
/*-------------------------------------*\
   General Navigation and Text Styles
\*-------------------------------------*/

a.Navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a.Navigation:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a.Navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ab7934;
	text-decoration: underline;
}

a.black_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

a.black_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

a.white_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

a.white_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
.white_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #FFF;
}

a.white_text_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #FFF;
	text-decoration:none;
}

.white_text_key {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
	color: #FFF;
}
.white_text_header:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #FFF;
	text-decoration:none;
}

.white_text_focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration:none;
}

a.white_text_focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration:none;
}

a.white_text_focus:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration:underline;
}

a.white_text_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}

a.white_text_italic:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
}

.white_text_italic_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	vertical-align:top;
}

.lime_text_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #ccff66;
}

.lime_title_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bolder;
	color: #ccff66;
	text-decoration:none;
}

.black_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

.black_text_reg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

.blue_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #004990;
}

.blue_text_light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #33ccff;
}

a.blue_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	font-weight: bolder;
	color: #004990;
	text-decoration: none;
}

a.blue_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	font-weight: bolder;
	color: #004990;
	text-decoration: underline;
}

.greaseshield_logo {
	font-family: Times New Roman;
	font-size: 60px;
	font-style: bold;
	font-weight: bolder;
	color: #004990;
}

.greaseshield_tm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	font-weight: bolder;
	color: #004990;
	vertical-align:top;
}

.the_best {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bolder;
	color: #004990;
}

.the_best_light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bolder;
	color: #33ccff;
}

.AST {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-style: italic;
	font-weight: bolder;
	color: #004990;
}
.AST_light{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bolder;
	color: #33ccff;
}

.Every-Kitchen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bolder;
	color: #33ccff;
}

.not_all {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #004990;
	align:center;
}

.manufacturer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: bold;
	font-weight: bolder;
	color: #004990;
}

.manufacturer_light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: bold;
	font-weight: bolder;
	color: #33ccff;
}


.white_flexiplumb_focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: bold;
	font-weight: bolder;
	color: #FFF;
	text-decoration:none;
}

a.white_focus_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

a.white_focus_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: bold;
	font-weight: bolder;
	color: #004990;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #004990;
}

.top_address{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5px;
	font-style: normal;
	font-weight: bold;
	color: #004990;
}

/*----------------------------------------*\
   General Navigation and Text Styles End
\*----------------------------------------*/


/*------------------------*\
	Main Navigation 
\*------------------------*/

.about{
	margin-left:10px;
	color:#FFF;
	background:#1c6899;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-bottom:3px;
}
/*------------------------------*\
	   Main Navigation End
\*------------------------------*/
