		div#toppicks {
			float: left;
			height: 149px;
			background: #F3F3F3;
			width: 580px;
		}
		div#toppicks h3 {
			float: left;
			height: 91px;
			width: 124px;
			background: url(../img/home/sh_toppicks.gif) top left no-repeat;
			text-indent: -999em;
		}
		div#toppicks ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		div#toppicks li a,
		div#toppicks li {
			float: left;
			overflow: hidden;
		}
		
		div#toppicks li#hightech a {
			background: url(../img/home/btn_hightech.jpg) top left no-repeat;
			display: block;
			height: 113px;
			width: 140px;
			text-indent: -999em;
		}
		div#toppicks li#apparel a {
			background: url(../img/home/btn_apparel.jpg) top left no-repeat;
			display: block;
			height: 113px;
			width: 140px;
			text-indent: -999em;
		}
		div#toppicks li#deskaccessories a {
			background: url(../img/home/btn_accessories.jpg) top left no-repeat;
			display: block;
			height: 113px;
			width: 140px;
			text-indent: -999em;
		}		
		div#email {
			float: right;
			height: 149px;
			width: 201px;
			margin: 0 20px 0 0;
			padding: 0 20px 0 10px;
			background: url(../img/home/bg_email_white.jpg) top left no-repeat;
		}
		* html div#email {
			margin-right: 10px;
		}
		div#email p {
			margin: 0 0 0.5em;
		}
		div#email a {
			color: #03c;
		}