
/* --- Styles for General Tags ----------------------------------------------------------------------- */
/*
.back {
  background-image: url(../layout/images/bg.gif);
  background-repeat: repeat-x;
}
*/
body {
/*	margin: 0px; */
	padding: 0px;
	background-color: #FFFFFF;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;	
	color: #010101;	

	scrollbar-base-color: #F0EEEF;
	scrollbar-arrow-color: #112C4E;
	scrollbar-face-color: #C8C8C8;
	scrollbar-highlight-color: #F0EEEF;
	scrollbar-3dlight-color: #DADADA;
	scrollbar-darkshadow-color: #112C4E;
	scrollbar-shadow-color: #DADADA;
}

form {
	margin: 0px;
	border: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #010101;	
}
input, textarea, select, option {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.resetheights	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #010101;
}
.zeroheights	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0pt;
	line-height: 0pt;
	color: #010101;
}


/* --- General Styles ----------------------------------------------------------------------- */

.pagetext
{	
	color: #010101;	
}

.blocktext
{	
	color: #010101;	
}

.gradient_back {
  background-image: url(../layout/images/gradient_bg.gif);
  background-repeat: repeat-x;
}


/* --- Styles for Page Topic ----------------------------------------------------------------------- */

  .PageTopic {
    margin: 0px;
		color: #010101;
		text-decoration: none;
		font-weight: normal;
  }


/* --- Styles for Search Box ----------------------------------------------------------------------- */

	.SearchBox	{
		color: #010101;
	}

	.SearchBox .Label	{
		color: #010101;
		font-weight: bold;
	}

	.SearchBox form {
		margin: 0px;
		border: 0px;
		font-size: 11px;
	}
	.SearchBox input {
		border-left:1px solid #5C5C5C;
		border-right:1px solid #C1CFD0;
		border-top:1px solid #3F3F37;
		border-bottom:1px solid #96A4AD;
		height: 16px;
		font-size: 11px;
		
	}


/* --- Styles for Top Menu Bar ----------------------------------------------------------------------- */

  .TopMenu {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 13px;
		color: #909090;
		font-weight: normal;
  }
	.TopMenu a:link, .TopMenu a:visited	{
		color: #909090;
		text-decoration: none;
		font-weight: normal;
	}
	.TopMenu a:hover, .TopMenu a:active	{
		color: #00479B;
		text-decoration: none;
	}



/* --- Styles for Bottom Menu Bar ----------------------------------------------------------------------- */

  .BottomMenu {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 13px;
		color: #FFFFFF;
		font-weight: normal;
  }
	.BottomMenu a:link, .BottomMenu a:visited	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
	}
	.BottomMenu a:hover, .BottomMenu a:active	{
		color: #00479B;
		text-decoration: none;
	}


/* --- Styles for Language Bar ----------------------------------------------------------------------- */


  .LanguageBar {
		line-height: 13px;
		color: #FFFFFF;
		font-weight: normal;
  }
	.LanguageBar a:link, .LanguageBar a:visited	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
	}
	.LanguageBar a:hover, .LanguageBar a:active	{
		color: #FFFFFF;
		text-decoration: none;
	}
	.LanguageBar .selected	{
		color: #00479B;
		font-weight: normal;
	}



/* --- Styles for Main Menu ----------------------------------------------------------------------- */


  .MainMenu {
		line-height: 13px;
		color: #FFFFFF;
		font-weight: normal;
  }

	.MainMenu a.L1:link, .MainMenu a.L1:visited	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
	}
	.MainMenu a.L1:hover, .MainMenu a.L1:active	{
		color: #010101;
		text-decoration: none;
	}

	.MainMenu a.L1_sel:link, .MainMenu a.L1_sel:visited	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
	}
	.MainMenu a.L1_sel:hover, .MainMenu a.L1_sel:active	{
		color: #010101;
		text-decoration: none;
	}

  .MainMenu .L1_sel {
		color: #FFFFFF;
		font-weight: bold;

/*	  background-color: #177BB9; */
  }


/* --- Styles for Sub Menu Title ------------------------------------------------------------------- */


  .SubmenuTitle {
		line-height: 13px;
		color: #FFFFFF;
		font-weight: normal;
  }

/* --- Styles for Submenu ----------------------------------------------------------------------- */


  .Submenu {
		line-height: 13px;
		color: #FFFFFF;
		font-weight: normal;
  }

	.Submenu a.L2:link, .Submenu a.L2:visited	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
	}
	.Submenu a.L2:hover, .Submenu a.L2:active	{
		color: #010101;
		text-decoration: none;
	}

	.Submenu a.L2_sel:link, .Submenu a.L2_sel:visited	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
	}
	.Submenu a.L2_sel:hover, .Submenu a.L2_sel:active	{
		color: #010101;
		text-decoration: none;
	}
	
  .Submenu .L2_sel {
		color: #FFFFFF;
		font-weight: bold;
  }


/* --- Styles for Sub of Submenu ----------------------------------------------------------------------- */


  .SubofSubMenu {
		line-height: 13px;
		color: #FFFFFF;
		font-weight: normal;
  }

	.SubofSubMenu a.L3:link, .SubofSubMenu a.L3:visited	{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
	}
	.SubofSubMenu a.L3:hover, .SubofSubMenu a.L3:active	{
		color: #010101;
		text-decoration: none;
	}

  .SubofSubMenu .L3_sel {
		color: #FFFFFF;
		font-weight: bold;
  }



/* --- Styles for Breadcrumbs Bar ----------------------------------------------------------------------- */

  .BreadcrumbsBar {
		font-size: 11px;
		line-height: 13px;
		color: #010101;
		font-weight: normal;
  }
	.BreadcrumbsBar a:link, .BreadcrumbsBar a:visited	{
		color: #010101;
		text-decoration: none;
		font-weight: normal;
	}
	.BreadcrumbsBar a:hover, .BreadcrumbsBar a:active	{
		color: #E6000E;
		text-decoration: none;
	}
	.BreadcrumbsBar a.selected	{
		color: #E6000E;
		font-weight: normal;
	}



/* --- Styles for Page Tool Bar -------------------------------------------------------------------- */

  .PageToolBar {
    margin: 0px;
		color: #909090;	
		font-weight: normal;
  }
	.PageToolBar a:link, .PageToolBar a:visited	{
		color: #909090;
		text-decoration: none;
		font-weight: normal;
	}
	.PageToolBar a:hover, .PageToolBar a:active	{
		color: #00479B;
		text-decoration: none;
	}

/* -------------------------------------------------------------------------------------------------- */
/* --- Styles for Content Blocks (Templates) --------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* --- Styles for Gallery Block ----------------------------------------------------------------------- */

  .BlockGallery {
		font-size: 11px;
    margin: 0px;
		color: #010101;
  }

  .BlockGallery .normal {
    margin: 0px;
  }

  .BlockGallery .header {
		font-size: 11px;
		color: #010101;
    margin: 0px;
		font-weight: bold;
  }
	
	.BlockGallery .header a:link, .BlockGallery .header a:visited	{
		color: #010101;
		text-decoration: none;
		font-weight: bold;
	}
	.BlockGallery .header a:hover, .BlockGallery .header a:active	{
		color: #00479B;
		text-decoration: none;
		font-weight: bold;
	}

  .BlockGallery .title {
		color: #010101;
    margin: 0px;
		font-weight: normal;
  }

	.BlockGallery a:link, .BlockGallery a:visited	{
		color: #00479B;
		text-decoration: none;
	}
	.BlockGallery a:hover, .BlockGallery a:active	{
		color: #010101;
		text-decoration: none;
		font-weight: normal;
	}

	.BlockGallery .more a:link, .BlockGallery .more a:visited	{
		color: #E6000E;
		text-decoration: none;
		font-weight: normal;
	}
	.BlockGallery .more a:hover, .BlockGallery .more a:active	{
		color: #010101;
		text-decoration: none;
	}

	.BlockGallery .title a:link, .BlockGallery .title a:visited	{
		color: #010101;
		font-weight: normal;
		text-decoration: none;
	}
	.BlockGallery .title a:hover, .BlockGallery .title a:active	{
		color: #010101;
		text-decoration: underline;
	}


/* --- Styles for Links Block ----------------------------------------------------------------------- */

  .BlockLinks {
    margin: 0px;
		color: #010101;
  }

  .BlockLinks .normal {
    margin: 0px;
  }
	
  .BlockLinks .header {
		font-size: 11px;
		color: #010101;
    margin: 0px;
		font-weight: bold;
  }
	
	.BlockLinks .header a:link, .BlockLinks .header a:visited	{
		color: #010101;
		text-decoration: none;
		font-weight: bold;
	}
	.BlockLinks .header a:hover, .BlockLinks .header a:active	{
		color: #00479B;
		text-decoration: none;
		font-weight: bold;
	}
	
  .BlockLinks .title {
		color: #010101;
    margin: 0px;
		font-weight: normal;
  }

	.BlockLinks a:link, .BlockLinks a:visited	{
		color: #010101;
		text-decoration: none;
	}
	.BlockLinks a:hover, .BlockLinks a:active	{
		color: #177BB9;
		text-decoration: none;
	}

	.BlockLinks .more_red a:link, .BlockLinks .more_red a:visited	{
		color: #FE0003;
		text-decoration: none;
		font-weight: normal;
	}
	.BlockLinks .more_red a:hover, .BlockLinks .more_red a:active	{
		color: #010101;
		text-decoration: none;
	}

	.BlockLinks .more_orange a:link, .BlockLinks .more_orange a:visited	{
		color: #FF8200;
		text-decoration: none;
		font-weight: normal;
	}
	.BlockLinks .more_orange a:hover, .BlockLinks .more_orange a:active	{
		color: #010101;
		text-decoration: none;
	}
	
	.BlockLinks .more_green a:link, .BlockLinks .more_green a:visited	{
		color: #389D35;
		text-decoration: none;
		font-weight: normal;
	}
	.BlockLinks .more_green a:hover, .BlockLinks .more_green a:active	{
		color: #010101;
		text-decoration: none;
	}

	.BlockLinks .more_cyan a:link, .BlockLinks .more_cyan a:visited	{
		color: #00A6EB;
		text-decoration: none;
		font-weight: normal;
	}
	.BlockLinks .more_cyan a:hover, .BlockLinks .more_cyan a:active	{
		color: #010101;
		text-decoration: none;
	}

	.BlockLinks .title a:link, .BlockLinks .title a:visited	{
		color: #010101;
		font-weight: normal;
		text-decoration: none;
	}
	.BlockLinks .title a:hover, .BlockLinks .title a:active	{
		color: #010101;
		text-decoration: underline;
	}

  .BlockLinks .body {
		color: #010101;
    margin: 0px;
		font-weight: normal;
  }
	
	.BlockLinks .body a:link, .BlockLinks .body a:visited	{
		color: #010101;
		font-weight: bold;
		text-decoration: none;
	}
	.BlockLinks .body a:hover, .BlockLinks .body a:active	{
		color: #010101;
		text-decoration: underline;
	}


/* --- Styles for Block: Find a Forklift --------------------------------------------------------------- */

  .BlockFindForklift {
		font-family: Arial, Verdana, Helvetica, sans-serif;
    margin: 0px;
		color: #010101;
		font-size: 10px;
  }

  .BlockFindForklift .normal {
    margin: 0px;
  }

  .BlockFindForklift .header {
		font-size: 11px;
		color: #FFFFFF;
    margin: 0px;
		font-weight: bold;
  }

	.BlockFindForklift input, .BlockFindForklift textarea, .BlockFindForklift select, .BlockFindForklift option {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 9px;
	}

  .BlockFindForklift .label {
 		font-size: 9px;
		color: #010101;	
		font-weight: normal;
 }

/* --- Styles for Print this Page Tool -------------------------------------------------------------------- */

  .PrintPage {
    margin: 0px;
  }

	.PrintPage .toptext	{
		font-size: 9px;
		color: #010101;
		font-weight: normal;
	}

	.PrintPage .toptext a:link, .PrintPage .toptext a:visited	{
		color: #010101;
		text-decoration: none;
		font-weight: normal;
	}
	
	.PrintPage .toptext a:hover, .PrintPage .toptext a:active	{
		color: #010101;
		text-decoration: underline;
	}

/* --- Styles for Email this Page Tool -------------------------------------------------------------------- */

  .EmailPage {
 		font-size: 11px;
    margin: 0px;
  }

  .EmailPage .header {
		font-size: 12px;
		color: #010101;	
		font-weight: bold;
  }
	
  .EmailPage .pagelink {
 		font-size: 11px;
		color: #00479B;	
 }
 
  .EmailPage .pagelabels {
 		font-size: 11px;
		color: #010101;	
		font-weight: normal;
 }
 
  .EmailPage .pagetext {
 		font-size: 11px;
		color: #010101;	
 }
 
	.EmailPage .topbtn	{
		font-size: 10px;
		color: #010101;
		font-weight: normal;
	}

	.EmailPage .topbtn a:link, .EmailPage .topbtn a:visited	{
		color: #010101;
		text-decoration: none;
		font-weight: normal;
	}
	.EmailPage .topbtn a:hover, .EmailPage .topbtn a:active	{
		color: #010101;
		text-decoration: underline;
	}
	
/* -------------------------------------------------------------------------------------------------- */
/* --- Styles for Content Pages (Templates) --------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */


/* --- Styles for Search Page ----------------------------------------------------------------------- */

  .SearchPage {
    margin: 0px;
		font-size: 11px;
  }
  
	.SearchPage .header	{
		font-size: 12px;
		color: #EC6500;
    margin: 0px;
		font-weight: bold;
	}
	
	.SearchPage .title	{
		font-size: 11px;
		color: #EC6500;
		font-weight: bold;
	}
	.SearchPage .title a:link, .SearchPage .title a:visited	{
		color: #EC6500;
		text-decoration: none;
		font-weight: bold;
	}
	.SearchPage .title a:hover, .SearchPage .title a:active	{
		color: #4D4E50;
	}

	.SearchPage .message	{
		font-size: 10px;
		color: #EC6500;
		font-weight: bold;
	}

	.SearchPage input {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		border-left:1px solid #5C5C5C;
		border-right:1px solid #C1CFD0;
		border-top:1px solid #3F3F37;
		border-bottom:1px solid #96A4AD;
		height: 16px;
		
	}

	.SearchPage .nav	{
		color: #EC6500;
		font-weight: normal;
	}
	.SearchPage .nav a:link, .SearchPage .nav a:visited	{
		color: #EC6500;
		font-weight: bold;
		text-decoration: none;
	}
	.SearchPage .nav a:hover, .SearchPage .nav a:active	{
		color: #63C7F2;
	}


/* --- Styles for Sitemap Page ----------------------------------------------------------------------- */

  .SitemapPage {
    margin: 0px;
  }

	.SitemapPage .header	{
		font-size: 12px;
		color: #010101;
    margin: 0px;
		font-weight: bold;
	}
	
	.SitemapPage .L1 a:link, .SitemapPage .L1 a:visited	{
		color: #010101;
		text-decoration: none;
		font-weight: bold;
	}
	.SitemapPage .L1 a:hover, .SitemapPage .L1 a:active	{
		color: #00479B;
	}

	.SitemapPage .L2 a:link, .SitemapPage .L2 a:visited	{
		color: #010101;
		text-decoration: none;
		font-weight: normal;
	}
	.SitemapPage .L2 a:hover, .SitemapPage .L2 a:active	{
		color: #00479B;
	}

	.SitemapPage .L3 a:link, .SitemapPage .L3 a:visited	{
		color: #010101;
		text-decoration: none;
		font-weight: normal;
	}
	.SitemapPage .L3 a:hover, .SitemapPage .L3 a:active	{
		color: #00479B;
	}


/* --- Styles for Standard Page ----------------------------------------------------------------------- */

  .StandardPage {
    margin: 0px;
  }

	.StandardPage .header	{
		font-size: 12px;
		color: #010101;
    margin: 0px;
		font-weight: bold;
	}
	
	.StandardPage .subheader	{
		font-size: 11px;
		color: #00479B;
		font-weight: bold;
	}

	.StandardPage a:link, .StandardPage a:visited	{
		color: #00479B;
		text-decoration: none;
		font-weight: normal;
	}
	.StandardPage a:hover, .StandardPage a:active	{
		color: #010101;
		text-decoration: normal;
	}

	.StandardPage .pagenav a:link, .StandardPage .pagenav a:visited	{
		color: #00479B;
		font-weight: normal;
		text-decoration: none;
	}
	.StandardPage .pagenav a:hover, .StandardPage .pagenav a:active	{
		color: #010101;
		text-decoration: none;
	}

	.StandardPage .otherpagenav a:link, .StandardPage .otherpagenav a:visited	{
		color: #00479B;
		font-weight: normal;
		text-decoration: none;
	}
	.StandardPage .otherpagenav a:hover, .StandardPage .otherpagenav a:active	{
		color: #010101;
		text-decoration: none;
	}

	.StandardPage .title	{
		color: #010101;
		font-weight: bold;
		text-decoration: normal;
	}
	.StandardPage .title a:link, .StandardPage .title a:visited	{
		color: #010101;
		font-weight: bold;
		text-decoration: none;
	}
	.StandardPage .title a:hover, .StandardPage .title a:active	{
		color: #010101;
		text-decoration: underline;
	}
/* --- Styles for Forklifts Products ----------------------------------------------------------------------- */

  .ForkliftsPage {
    margin: 0px;
  }

	.ForkliftsPage .header	{
		font-size: 12px;
		color: #010101;
    margin: 0px;
		font-weight: bold;
	}
	
	.ForkliftsPage .subheader	{
		font-size: 11px;
		color: #E6000E;
		font-weight: bold;
	}

	.ForkliftsPage a:link, .ForkliftsPage a:visited	{
		color: #00479B;
		text-decoration: none;
		font-weight: normal;
	}
	.ForkliftsPage a:hover, .ForkliftsPage a:active	{
		color: #010101;
		text-decoration: normal;
	}
	.ForkliftsPage .title	{
		color: #010101;
		font-weight: bold;
		text-decoration: normal;
	}
	.ForkliftsPage .title a:link, .ForkliftsPage .title a:visited	{
		color: #010101;
		font-weight: bold;
		text-decoration: none;
	}
	.ForkliftsPage .title a:hover, .ForkliftsPage .title a:active	{
		color: #010101;
		text-decoration: underline;
	}
	.ForkliftsPage .label	{
		color: #010101;
		font-weight: bold;
	}
	.ForkliftsPage .value	{
		color: #E6000E;
		font-weight: bold;
	}
	.ForkliftsPage .more	{
		color: #E6000E;
		font-weight: normal;
	}
	.ForkliftsPage .more a:link, .ForkliftsPage .more a:visited	{
		color: #E6000E;
		font-weight: bold;
		text-decoration: none;
	}
	.ForkliftsPage .more a:hover, .ForkliftsPage .more a:active	{
		color: #010101;
	}
	
	.ForkliftsPage .navbtn	{
		color: #010101;
		font-weight: normal;
	}
	.ForkliftsPage .navbtn a:link, .ForkliftsPage .navbtn a:visited	{
		color: #E6000E;
		font-weight: bold;
		text-decoration: none;
	}
	.ForkliftsPage .navbtn a:hover, .ForkliftsPage .navbtn a:active	{
		color: #010101;
	}

	.ForkliftsPage .downloadbtn	{
		color: #010101;
		font-weight: bold;
	}
	.ForkliftsPage .downloadbtn a:link, .ForkliftsPage .downloadbtn a:visited	{
		color: #E6000E;
		font-weight: bold;
		text-decoration: none;
	}
	.ForkliftsPage .downloadbtn a:hover, .ForkliftsPage .downloadbtn a:active	{
		color: #010101;
	}
	
	.ForkliftsPage .backbtn	{
		color: #E6000E;
		font-weight: bold;
	}
	.ForkliftsPage .backbtn a:link, .ForkliftsPage .backbtn a:visited	{
		color: #E6000E;
		font-weight: bold;
		text-decoration: none;
	}
	.ForkliftsPage .backbtn a:hover, .ForkliftsPage .backbtn a:active	{
		color: #010101;
		text-decoration: none;
	}
	.ForkliftsPage .gallery_label	{
		color: #E6000E;
		font-weight: bold;
	}
	.ForkliftsPage .gallery_label a:link, .ForkliftsPage .gallery_label a:visited	{
		color: #010101;
		font-weight: normal;
		text-decoration: none;
	}
	.ForkliftsPage .gallery_label a:hover, .ForkliftsPage .gallery_label a:active	{
		color: #010101;
		text-decoration: underline;
	}
	
	.ForkliftsPage .pagenav a:link, .ForkliftsPage .pagenav a:visited	{
		color: #E6000E;
		font-weight: normal;
		text-decoration: none;
	}
	.ForkliftsPage .pagenav a:hover, .ForkliftsPage .pagenav a:active	{
		color: #010101;
		text-decoration: none;
	}

	.ForkliftsPage .otherpagenav a:link, .ForkliftsPage .otherpagenav a:visited	{
		color: #E6000E;
		font-weight: normal;
		text-decoration: none;
	}
	.ForkliftsPage .otherpagenav a:hover, .ForkliftsPage .otherpagenav a:active	{
		color: #010101;
		text-decoration: none;
	}

/* --- Styles for Forklift Products Popup Page ----------------------------------------------------------------------- */

  .ForkliftsPopup {
    margin: 0px;
  }

	.ForkliftsPopup .header	{
		font-size: 13px;
		color: #FFFFFF;
    margin: 0px;
		font-weight: bold;
	}
	
	.ForkliftsPopup .subheader	{
		color: #E6000E;
		font-weight: bold;
	}

	.ForkliftsPopup .title	{
		color: #010101;
		font-weight: bold;
		text-decoration: normal;
	}
	.ForkliftsPopup a:link, .ForkliftsPopup a:visited	{
		color: #00479B;
		text-decoration: none;
		font-weight: normal;
	}
	.ForkliftsPopup a:hover, .ForkliftsPopup a:active	{
		color: #010101;
		text-decoration: normal;
	}
	.ForkliftsPopup .topbtn	{
		font-size: 11px;
		color: #E6000E;
		font-weight: bold;
	}

	.ForkliftsPopup .topbtn a:link, .ForkliftsPopup .topbtn a:visited	{
		color: #E6000E;
		text-decoration: none;
		font-weight: bold;
	}
	.ForkliftsPopup .topbtn a:hover, .ForkliftsPopup .topbtn a:active	{
		color: #010101;
		text-decoration: none;
	}



/* --- Styles for Forklifts Parts Page ----------------------------------------------------------------------- */

  .ForkliftsPartsPage {
    margin: 0px;
  }

	.ForkliftsPartsPage .header	{
		font-size: 12px;
		color: #010101;
    margin: 0px;
		font-weight: bold;
	}
	
	.ForkliftsPartsPage .subheader	{
		font-size: 11px;
		color: #F37A00;
		font-weight: bold;
	}

	.ForkliftsPartsPage a:link, .ForkliftsPartsPage a:visited	{
		color: #00479B;
		text-decoration: none;
		font-weight: normal;
	}
	.ForkliftsPartsPage a:hover, .ForkliftsPartsPage a:active	{
		color: #010101;
		text-decoration: normal;
	}
	.ForkliftsPartsPage .title	{
		color: #010101;
		font-weight: bold;
		text-decoration: normal;
	}
	.ForkliftsPartsPage .title a:link, .ForkliftsPartsPage .title a:visited	{
		color: #010101;
		font-weight: bold;
		text-decoration: none;
	}
	.ForkliftsPartsPage .title a:hover, .ForkliftsPartsPage .title a:active	{
		color: #010101;
		text-decoration: underline;
	}
	.ForkliftsPartsPage .label	{
		color: #010101;
		font-weight: bold;
	}
	.ForkliftsPartsPage .value	{
		color: #F37A00;
		font-weight: bold;
	}
	.ForkliftsPartsPage .more	{
		color: #F37A00;
		font-weight: normal;
	}
	.ForkliftsPartsPage .more a:link, .ForkliftsPartsPage .more a:visited	{
		color: #F37A00;
		font-weight: bold;
		text-decoration: none;
	}
	.ForkliftsPartsPage .more a:hover, .ForkliftsPartsPage .more a:active	{
		color: #010101;
	}
	
	.ForkliftsPartsPage .navbtn	{
		color: #010101;
		font-weight: normal;
	}
	.ForkliftsPartsPage .navbtn a:link, .ForkliftsPartsPage .navbtn a:visited	{
		color: #F37A00;
		font-weight: bold;
		text-decoration: none;
	}
	.ForkliftsPartsPage .navbtn a:hover, .ForkliftsPartsPage .navbtn a:active	{
		color: #010101;
	}

	.ForkliftsPartsPage .downloadbtn	{
		color: #010101;
		font-weight: bold;
	}
	.ForkliftsPartsPage .downloadbtn a:link, .ForkliftsPartsPage .downloadbtn a:visited	{
		color: #F37A00;
		font-weight: bold;
		text-decoration: none;
	}
	.ForkliftsPartsPage .downloadbtn a:hover, .ForkliftsPartsPage .downloadbtn a:active	{
		color: #010101;
	}
	
	.ForkliftsPartsPage .backbtn	{
		color: #F37A00;
		font-weight: bold;
	}
	.ForkliftsPartsPage .backbtn a:link, .ForkliftsPartsPage .backbtn a:visited	{
		color: #F37A00;
		font-weight: bold;
		text-decoration: none;
	}
	.ForkliftsPartsPage .backbtn a:hover, .ForkliftsPartsPage .backbtn a:active	{
		color: #010101;
		text-decoration: none;
	}
	.ForkliftsPartsPage .gallery_label	{
		color: #F37A00;
		font-weight: bold;
	}
	.ForkliftsPartsPage .gallery_label a:link, .ForkliftsPartsPage .gallery_label a:visited	{
		color: #010101;
		font-weight: normal;
		text-decoration: none;
	}
	.ForkliftsPartsPage .gallery_label a:hover, .ForkliftsPartsPage .gallery_label a:active	{
		color: #010101;
		text-decoration: underline;
	}
	
	.ForkliftsPartsPage .pagenav a:link, .ForkliftsPartsPage .pagenav a:visited	{
		color: #F37A00;
		font-weight: normal;
		text-decoration: none;
	}
	.ForkliftsPartsPage .pagenav a:hover, .ForkliftsPartsPage .pagenav a:active	{
		color: #010101;
		text-decoration: none;
	}

	.ForkliftsPartsPage .otherpagenav a:link, .ForkliftsPartsPage .otherpagenav a:visited	{
		color: #F37A00;
		font-weight: normal;
		text-decoration: none;
	}
	.ForkliftsPartsPage .otherpagenav a:hover, .ForkliftsPartsPage .otherpagenav a:active	{
		color: #010101;
		text-decoration: none;
	}

/* --- Styles for Forklift Parts Popup Page ----------------------------------------------------------------------- */

  .ForkliftsPartsPopup {
    margin: 0px;
  }

	.ForkliftsPartsPopup .header	{
		font-size: 13px;
		color: #FFFFFF;
    margin: 0px;
		font-weight: bold;
	}
	
	.ForkliftsPartsPopup .subheader	{
		color: #F37A00;
		font-weight: bold;
	}

	.ForkliftsPartsPopup .title	{
		color: #010101;
		font-weight: bold;
		text-decoration: normal;
	}
	.ForkliftsPartsPopup a:link, .ForkliftsPartsPopup a:visited	{
		color: #00479B;
		text-decoration: none;
		font-weight: normal;
	}
	.ForkliftsPartsPopup a:hover, .ForkliftsPartsPopup a:active	{
		color: #010101;
		text-decoration: normal;
	}
	.ForkliftsPartsPopup .topbtn	{
		font-size: 11px;
		color: #F37A00;
		font-weight: bold;
	}

	.ForkliftsPartsPopup .topbtn a:link, .ForkliftsPartsPopup .topbtn a:visited	{
		color: #F37A00;
		text-decoration: none;
		font-weight: bold;
	}
	.ForkliftsPartsPopup .topbtn a:hover, .ForkliftsPartsPopup .topbtn a:active	{
		color: #010101;
		text-decoration: none;
	}

/* --- Styles for Hydraulics Products Page ----------------------------------------------------------------------- */

  .HydraulicsProductsPage {
    margin: 0px;
  }

	.HydraulicsProductsPage .header	{
		font-size: 12px;
		color: #010101;
    margin: 0px;
		font-weight: bold;
	}
	
	.HydraulicsProductsPage .subheader	{
		font-size: 11px;
		color: #67AF51;
		font-weight: bold;
	}

	.HydraulicsProductsPage a:link, .HydraulicsProductsPage a:visited	{
		color: #67AF51;
		text-decoration: none;
		font-weight: normal;
	}
	.HydraulicsProductsPage a:hover, .HydraulicsProductsPage a:active	{
		color: #010101;
		text-decoration: normal;
	}
	.HydraulicsProductsPage .title	{
		color: #010101;
		font-weight: bold;
		text-decoration: normal;
	}
	.HydraulicsProductsPage .title a:link, .HydraulicsProductsPage .title a:visited	{
		color: #010101;
		font-weight: bold;
		text-decoration: none;
	}
	.HydraulicsProductsPage .title a:hover, .HydraulicsProductsPage .title a:active	{
		color: #010101;
		text-decoration: underline;
	}
	.HydraulicsProductsPage .label	{
		color: #010101;
		font-weight: bold;
	}
	.HydraulicsProductsPage .value	{
		color: #67AF51;
		font-weight: bold;
	}
	.HydraulicsProductsPage .more	{
		color: #67AF51;
		font-weight: normal;
	}
	.HydraulicsProductsPage .more a:link, .HydraulicsProductsPage .more a:visited	{
		color: #67AF51;
		font-weight: bold;
		text-decoration: none;
	}
	.HydraulicsProductsPage .more a:hover, .HydraulicsProductsPage .more a:active	{
		color: #010101;
	}
	
	.HydraulicsProductsPage .navbtn	{
		color: #010101;
		font-weight: normal;
	}
	.HydraulicsProductsPage .navbtn a:link, .HydraulicsProductsPage .navbtn a:visited	{
		color: #67AF51;
		font-weight: bold;
		text-decoration: none;
	}
	.HydraulicsProductsPage .navbtn a:hover, .HydraulicsProductsPage .navbtn a:active	{
		color: #010101;
	}

	.HydraulicsProductsPage .downloadbtn	{
		color: #010101;
		font-weight: bold;
	}
	.HydraulicsProductsPage .downloadbtn a:link, .HydraulicsProductsPage .downloadbtn a:visited	{
		color: #67AF51;
		font-weight: bold;
		text-decoration: none;
	}
	.HydraulicsProductsPage .downloadbtn a:hover, .HydraulicsProductsPage .downloadbtn a:active	{
		color: #010101;
	}
	
	.HydraulicsProductsPage .backbtn	{
		color: #67AF51;
		font-weight: bold;
	}
	.HydraulicsProductsPage .backbtn a:link, .HydraulicsProductsPage .backbtn a:visited	{
		color: #67AF51;
		font-weight: bold;
		text-decoration: none;
	}
	.HydraulicsProductsPage .backbtn a:hover, .HydraulicsProductsPage .backbtn a:active	{
		color: #010101;
		text-decoration: none;
	}
	.HydraulicsProductsPage .gallery_label	{
		color: #67AF51;
		font-weight: bold;
	}
	.HydraulicsProductsPage .gallery_label a:link, .HydraulicsProductsPage .gallery_label a:visited	{
		color: #010101;
		font-weight: normal;
		text-decoration: none;
	}
	.HydraulicsProductsPage .gallery_label a:hover, .HydraulicsProductsPage .gallery_label a:active	{
		color: #010101;
		text-decoration: underline;
	}
	
	.HydraulicsProductsPage .pagenav a:link, .HydraulicsProductsPage .pagenav a:visited	{
		color: #67AF51;
		font-weight: normal;
		text-decoration: none;
	}
	.HydraulicsProductsPage .pagenav a:hover, .HydraulicsProductsPage .pagenav a:active	{
		color: #010101;
		text-decoration: none;
	}

	.HydraulicsProductsPage .otherpagenav a:link, .HydraulicsProductsPage .otherpagenav a:visited	{
		color: #67AF51;
		font-weight: normal;
		text-decoration: none;
	}
	.HydraulicsProductsPage .otherpagenav a:hover, .HydraulicsProductsPage .otherpagenav a:active	{
		color: #010101;
		text-decoration: none;
	}

/* --- Styles for Hydraulics Products Popup Page ----------------------------------------------------------------------- */

  .HydraulicsProductsPopup {
    margin: 0px;
  }

	.HydraulicsProductsPopup .header	{
		font-size: 13px;
		color: #FFFFFF;
    margin: 0px;
		font-weight: bold;
	}
	
	.HydraulicsProductsPopup .subheader	{
		color: #67AF51;
		font-weight: bold;
	}

	.HydraulicsProductsPopup .title	{
		color: #010101;
		font-weight: bold;
		text-decoration: normal;
	}
	.HydraulicsProductsPopup a:link, .HydraulicsProductsPopup a:visited	{
		color: #67AF51;
		text-decoration: none;
		font-weight: normal;
	}
	.HydraulicsProductsPopup a:hover, .HydraulicsProductsPopup a:active	{
		color: #010101;
		text-decoration: normal;
	}
	.HydraulicsProductsPopup .topbtn	{
		font-size: 11px;
		color: #67AF51;
		font-weight: bold;
	}

	.HydraulicsProductsPopup .topbtn a:link, .HydraulicsProductsPopup .topbtn a:visited	{
		color: #67AF51;
		text-decoration: none;
		font-weight: bold;
	}
	.HydraulicsProductsPopup .topbtn a:hover, .HydraulicsProductsPopup .topbtn a:active	{
		color: #010101;
		text-decoration: none;
	}
	
/* --- Styles for General Products Page ----------------------------------------------------------------------- */

  .GeneralProductsPage {
    margin: 0px;
  }

	.GeneralProductsPage .header	{
		font-size: 12px;
		color: #010101;
    margin: 0px;
		font-weight: bold;
	}
	
	.GeneralProductsPage .subheader	{
		font-size: 11px;
		color: #00479B;
		font-weight: bold;
	}

	.GeneralProductsPage a:link, .GeneralProductsPage a:visited	{
		color: #00479B;
		text-decoration: none;
		font-weight: normal;
	}
	.GeneralProductsPage a:hover, .GeneralProductsPage a:active	{
		color: #010101;
		text-decoration: normal;
	}
	.GeneralProductsPage .title	{
		color: #010101;
		font-weight: bold;
		text-decoration: normal;
	}
	.GeneralProductsPage .title a:link, .GeneralProductsPage .title a:visited	{
		color: #010101;
		font-weight: bold;
		text-decoration: none;
	}
	.GeneralProductsPage .title a:hover, .GeneralProductsPage .title a:active	{
		color: #010101;
		text-decoration: underline;
	}
	.GeneralProductsPage .label	{
		color: #010101;
		font-weight: bold;
	}
	.GeneralProductsPage .value	{
		color: #00479B;
		font-weight: bold;
	}
	.GeneralProductsPage .more	{
		color: #00479B;
		font-weight: normal;
	}
	.GeneralProductsPage .more a:link, .GeneralProductsPage .more a:visited	{
		color: #00479B;
		font-weight: bold;
		text-decoration: none;
	}
	.GeneralProductsPage .more a:hover, .GeneralProductsPage .more a:active	{
		color: #010101;
	}
	
	.GeneralProductsPage .navbtn	{
		color: #010101;
		font-weight: normal;
	}
	.GeneralProductsPage .navbtn a:link, .GeneralProductsPage .navbtn a:visited	{
		color: #00479B;
		font-weight: bold;
		text-decoration: none;
	}
	.GeneralProductsPage .navbtn a:hover, .GeneralProductsPage .navbtn a:active	{
		color: #010101;
	}

	.GeneralProductsPage .downloadbtn	{
		color: #010101;
		font-weight: bold;
	}
	.GeneralProductsPage .downloadbtn a:link, .GeneralProductsPage .downloadbtn a:visited	{
		color: #00479B;
		font-weight: bold;
		text-decoration: none;
	}
	.GeneralProductsPage .downloadbtn a:hover, .GeneralProductsPage .downloadbtn a:active	{
		color: #010101;
	}
	
	.GeneralProductsPage .backbtn	{
		color: #00479B;
		font-weight: bold;
	}
	.GeneralProductsPage .backbtn a:link, .GeneralProductsPage .backbtn a:visited	{
		color: #00479B;
		font-weight: bold;
		text-decoration: none;
	}
	.GeneralProductsPage .backbtn a:hover, .GeneralProductsPage .backbtn a:active	{
		color: #010101;
		text-decoration: none;
	}
	.GeneralProductsPage .gallery_label	{
		color: #00479B;
		font-weight: bold;
	}
	.GeneralProductsPage .gallery_label a:link, .GeneralProductsPage .gallery_label a:visited	{
		color: #010101;
		font-weight: normal;
		text-decoration: none;
	}
	.GeneralProductsPage .gallery_label a:hover, .GeneralProductsPage .gallery_label a:active	{
		color: #010101;
		text-decoration: underline;
	}
	
	.GeneralProductsPage .pagenav a:link, .GeneralProductsPage .pagenav a:visited	{
		color: #00479B;
		font-weight: normal;
		text-decoration: none;
	}
	.GeneralProductsPage .pagenav a:hover, .GeneralProductsPage .pagenav a:active	{
		color: #010101;
		text-decoration: none;
	}

	.GeneralProductsPage .otherpagenav a:link, .GeneralProductsPage .otherpagenav a:visited	{
		color: #00479B;
		font-weight: normal;
		text-decoration: none;
	}
	.GeneralProductsPage .otherpagenav a:hover, .GeneralProductsPage .otherpagenav a:active	{
		color: #010101;
		text-decoration: none;
	}

/* --- Styles for General Products Popup Page ----------------------------------------------------------------------- */

  .GeneralProductsPopup {
    margin: 0px;
  }

	.GeneralProductsPopup .header	{
		font-size: 13px;
		color: #FFFFFF;
    margin: 0px;
		font-weight: bold;
	}
	
	.GeneralProductsPopup .subheader	{
		color: #00479B;
		font-weight: bold;
	}

	.GeneralProductsPopup .title	{
		color: #010101;
		font-weight: bold;
		text-decoration: normal;
	}
	.GeneralProductsPopup a:link, .GeneralProductsPopup a:visited	{
		color: #00479B;
		text-decoration: none;
		font-weight: normal;
	}
	.GeneralProductsPopup a:hover, .GeneralProductsPopup a:active	{
		color: #010101;
		text-decoration: normal;
	}
	.GeneralProductsPopup .topbtn	{
		font-size: 11px;
		color: #00479B;
		font-weight: bold;
	}

	.GeneralProductsPopup .topbtn a:link, .GeneralProductsPopup .topbtn a:visited	{
		color: #00479B;
		text-decoration: none;
		font-weight: bold;
	}
	.GeneralProductsPopup .topbtn a:hover, .GeneralProductsPopup .topbtn a:active	{
		color: #010101;
		text-decoration: none;
	}


/* --- Styles for Projects Showcase Products Page ----------------------------------------------------------------------- */

  .ProjectPage {
    margin: 0px;
  }

	.ProjectPage .header	{
		font-size: 12px;
		color: #010101;
    margin: 0px;
		font-weight: bold;
	}
	
	.ProjectPage .subheader	{
		font-size: 11px;
		color: #00479B;
		font-weight: bold;
	}

	.ProjectPage a:link, .ProjectPage a:visited	{
		color: #00479B;
		text-decoration: none;
		font-weight: normal;
	}
	.ProjectPage a:hover, .ProjectPage a:active	{
		color: #010101;
		text-decoration: normal;
	}
	.ProjectPage .title	{
		color: #010101;
		font-weight: bold;
		text-decoration: normal;
	}
	.ProjectPage .title a:link, .ProjectPage .title a:visited	{
		color: #010101;
		font-weight: bold;
		text-decoration: none;
	}
	.ProjectPage .title a:hover, .ProjectPage .title a:active	{
		color: #010101;
		text-decoration: underline;
	}
	.ProjectPage .label	{
		color: #010101;
		font-weight: bold;
	}
	.ProjectPage .value	{
		color: #00479B;
		font-weight: bold;
	}
	.ProjectPage .more	{
		color: #00479B;
		font-weight: normal;
	}
	.ProjectPage .more a:link, .ProjectPage .more a:visited	{
		color: #00479B;
		font-weight: bold;
		text-decoration: none;
	}
	.ProjectPage .more a:hover, .ProjectPage .more a:active	{
		color: #010101;
	}
	
	.ProjectPage .navbtn	{
		color: #010101;
		font-weight: normal;
	}
	.ProjectPage .navbtn a:link, .ProjectPage .navbtn a:visited	{
		color: #00479B;
		font-weight: bold;
		text-decoration: none;
	}
	.ProjectPage .navbtn a:hover, .ProjectPage .navbtn a:active	{
		color: #010101;
	}

	.ProjectPage .downloadbtn	{
		color: #010101;
		font-weight: bold;
	}
	.ProjectPage .downloadbtn a:link, .ProjectPage .downloadbtn a:visited	{
		color: #00479B;
		font-weight: bold;
		text-decoration: none;
	}
	.ProjectPage .downloadbtn a:hover, .ProjectPage .downloadbtn a:active	{
		color: #010101;
	}
	
	.ProjectPage .backbtn	{
		color: #00479B;
		font-weight: bold;
	}
	.ProjectPage .backbtn a:link, .ProjectPage .backbtn a:visited	{
		color: #00479B;
		font-weight: bold;
		text-decoration: none;
	}
	.ProjectPage .backbtn a:hover, .ProjectPage .backbtn a:active	{
		color: #010101;
		text-decoration: none;
	}
	.ProjectPage .gallery_label	{
		color: #00479B;
		font-weight: bold;
	}
	.ProjectPage .gallery_label a:link, .ProjectPage .gallery_label a:visited	{
		color: #010101;
		font-weight: normal;
		text-decoration: none;
	}
	.ProjectPage .gallery_label a:hover, .ProjectPage .gallery_label a:active	{
		color: #010101;
		text-decoration: underline;
	}

	.ProjectPage .pagenav a:link, .ProjectPage .pagenav a:visited	{
		color: #00479B;
		font-weight: normal;
		text-decoration: none;
	}
	.ProjectPage .pagenav a:hover, .ProjectPage .pagenav a:active	{
		color: #010101;
		text-decoration: none;
	}

	.ProjectPage .otherpagenav a:link, .ProjectPage .otherpagenav a:visited	{
		color: #00479B;
		font-weight: normal;
		text-decoration: none;
	}
	.ProjectPage .otherpagenav a:hover, .ProjectPage .otherpagenav a:active	{
		color: #010101;
		text-decoration: none;
	}

/* --- Styles for Projects Showcase Popup Page ----------------------------------------------------------------------- */

  .ProjectPopup {
    margin: 0px;
  }

	.ProjectPopup .header	{
		font-size: 13px;
		color: #FFFFFF;
    margin: 0px;
		font-weight: bold;
	}
	
	.ProjectPopup .subheader	{
		color: #00479B;
		font-weight: bold;
	}

	.ProjectPopup .title	{
		color: #010101;
		font-weight: bold;
		text-decoration: normal;
	}
	.ProjectPopup a:link, .ProjectPopup a:visited	{
		color: #00479B;
		text-decoration: none;
		font-weight: normal;
	}
	.ProjectPopup a:hover, .ProjectPopup a:active	{
		color: #010101;
		text-decoration: normal;
	}
	.ProjectPopup .topbtn	{
		font-size: 11px;
		color: #00479B;
		font-weight: bold;
	}

	.ProjectPopup .topbtn a:link, .ProjectPopup .topbtn a:visited	{
		color: #00479B;
		text-decoration: none;
		font-weight: bold;
	}
	.ProjectPopup .topbtn a:hover, .ProjectPopup .topbtn a:active	{
		color: #010101;
		text-decoration: none;
	}