/* CSS Document */

/* Style sheet to override main styles and make full width  */

/* --------------------------Categories -----------------------*/
#left {
	width:0px;
	display:none;
	padding:5px 0px 0px 0px;
	margin:0px;
	float: left;
	}
	
#pageContent {
	width:970px;
	}
	
#breadcrumb {
	height:0px;
	display:none;
	padding-top:0px;
	}	
	
#header {
	margin-bottom:-5px;
	}	
	
p.homeText {
	clear:both;
	color:#555;
	padding:30px 20px 0px 20px;
}	


#productList .productWrapper  {
	width:160px;
	text-align:center;
	float:left;
	margin:11px;
	padding:5px;
	height:240px;
	background-color:#EDF4F8;
	border:1px solid white;
	}
