@charset "UTF-8";
/* CSS Document - Worklink Styles */

body {
 /* WinIE hehaviour call - IE 5, 6 do not support :hover on elements other than 
  links, this fixes that - see: www.xs4all.nl/~peterned/csshover.html */
  behavior: url("../styles/csshover.htc");
}

#top_corners {
	background:#fff url(../images/services/top_corners_wkl.gif) 0 0 no-repeat;
}

/* tabs: left background hit states */ 
#services #menu_tabs ul li#menu_services {
 background:transparent url(../images/services/tab_left_hit_wkl.png) 0 0 no-repeat;
}

/* IE 5,6 left background hit states - no png */ 
*html #services #menu_tabs ul li#menu_services {
   background:url(../images/services/tab_left_hit_wkl.gif) 0 0 no-repeat;
	 margin-left:0;
}

/* tabs: right background rollovers and hit states */ 
#services #menu_tabs ul li#menu_services div {
  background-position:0 -120px;
}

#footer {
  background:url(../images/services/footer_bg_wkl.jpg) 0 0 no-repeat;
}

.highlight, h2, h3 {
	color:#dd1936;
}

a:hover {
	color:#dd1936;
}