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

/* Sub Menu */
#whatWeDoSubMenu { height: 68px; margin: 20px 0; padding: 0; }
	#whatWeDoSubMenu li { background: none; display: block; float: left; width: 220px; margin: 0 15px 0 0; padding: 0; }
		#whatWeDoSubMenu li a { display: block; width: 220px; height: 68px; text-indent: -9999px; outline: none; }

	#smOnline a { background: url(../whatwedo/images/submenu_online.jpg) left top no-repeat; }
	#smOffline a { background: url(../whatwedo/images/submenu_offline.jpg) left top no-repeat; }
#whatWeDoSubMenu #smMobile { margin: 0; }
	#smMobile a { background: url(../whatwedo/images/submenu_mobile.jpg) left top no-repeat; }


ul.productListing { }
	ul.productListing:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	ul.productListing li { clear: left; float: left; margin: 0 15px 10px 0; width: 322px; }
		ul.productListing li.alt { clear: none; margin-right: 0; }

