a {color:blue;}
a:hover {color:#000;}
a img {border:0;}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	background-color:#eee;
	color:#000;
	text-align:center;
	}
p {
	font-size:1em;
	line-height:1.5em;
	padding:2px 0 2px 0;
	margin:0;
	}
td {
	font-size: 1em;
	line-height:1.5em;
	}
	
h1 {font-size:1.4em; line-height:1.4em; padding:1px 0 0 2px; margin:6px 0 4px 0; background-color:#f9f5f0;}
h2 {font-size:1.2em; line-height:1.2em; padding:0; margin:8px 0 2px 0;}
h3 {font-size:1em; line-height:1.1em; padding:2px; margin:6px 0 4px 0; background-color:#eee;}


/* PAGE STRUCTURE */

#skipToContent {position:absolute; top:-200px;}
#breadcrumbs {
	margin:0 0 10px 0;
	}
#container {
	background-color:#fff;
	width:990px;
	text-align:left;
	margin:0 auto;
	border-right:5px solid #fff;
	border-left:5px solid #fff;
	}
#footer {
	width:970px;
	margin:0 auto;
	}
#leftbar { 				/* Don't add padding here as it messes up the structure */ 
	width:180px;		
	float:left;
	padding-top:10px;
	}
#leftbarDiv {}			/* Use this for adding padding etc to leftbar */
#mainContent {
	background-color:#fff;
	margin:0 180px 0 180px;
	padding:10px;
	}
#rightbar { 			/* Don't add padding here as it messes up the structure */
	width:180px;		
	float:right;
	padding-top:10px;
	}
#rightbarDiv {}			/* Use this for adding padding etc to rightbar */
#searchResults {
	width:600px;
	}
.cleaner {				/* This is simplified compared to the original version */
	clear:both;
	}
.minHeightDiv {			/* This is a div included in mainContent to set min height.  It needs a 'cleaner' div to push against! */
	float:left;
	width:1px;
	height:400px;
	}
.productThumbDiv
	{
	border:1px solid #ccc; 
	padding:5px; 
	margin:5px; 
	width:46%; 
	height:260px; 
	float:left;
	}