body	{
 			background-color: #fbfbf9;
 			margin: 0;
 			overflow:scroll;
		}

td
	{
	font-family: tahoma;
	font-size: 10pt;
	color: #969494;
	font-weight: normal;
	}

.fullheight	{
			vertical-align: top;
			position: relative;
		}

.onsoft
	{
	background-color: #efefef;
	font-family: tahoma;
	font-size: 10pt;
	color: #969494;
	font-weight: normal;
	}

.shadow_left	{
			background: url('images/index_02.gif') repeat-y right;
		}

.shadow_right	{
			background: url('images/index_05.gif') repeat-y left;
		}

.greysweepL	{
			background: #ededed url('images/sweep_shadow_left.gif') repeat-y right;
		}
.greybg	{
		background-color: #ededed;
	}

.greysweepR	{
			background: #ededed url('images/sweep_shadow_right.gif') repeat-y left;
		}

.itemboxgrad	{
			background: #eeecea url('images/item_box.jpg') repeat-x top;
		}

.itembox	{
			background-color: #eeecea;
		}

.navbarbg	{
			background: #edece8 url('images/navbar.gif') repeat-x top;
		}

.logo	{
		border-bottom: 1px solid #bfbfbd;
	}

.navbar	{
		font-family: verdana;
		font-size: 11pt;
		color: #666666;
		font-weight: normal;
	}

a.navbar:link, a.navbar:visited
	{
		color: #666666;
		font-weight: normal;
		text-decoration: none;
	}

a.navbar:hover, a.navbar:active
	{
		color: #f4c532;
		font-weight: normal;
		text-decoration: none;
	}

a.inpage:link, a.inpage:visited
	{
		color: #f4c532;
		font-weight: normal;
		text-decoration: underline;
	}

a.inpage:hover, a.inpage:active
	{
		color: #ae923b;
		font-weight: normal;
		text-decoration: underline;
	}

a.titlelink:link, a.titlelink:visited
	{
		color: #f4c532;
		text-decoration: none;
	}

a.titlelink:hover, a.titlelink:active
	{
		color: #ae923b;
		text-decoration: underline;
	}

.featureditem	{
			font-family: verdana;
			font-size: 8pt;
			color: #666666;
			font-weight: normal;
		}

.featureditemb	{
			font-family: verdana;
			font-size: 10pt;
			color: #666666;
			font-weight: bold;
		}

.specialb	{
			font-family: verdana;
			font-size: 10pt;
			color: #ae923b;
			font-weight: bold;
		}
.oncolourdark	{
			font-family: verdana;
			font-size: 10pt;
			color: #ae923b;
			font-weight: bold;
		}

.special	{
			font-family: tahoma;
			font-size: 10pt;
			color: #336633;
			font-weight: normal;
		}

.productimg	{
			border: 1px solid #666666;
		}

.onwhite	{
			background-color: #FFFFFF;
		}

.main	{
		font-family: tahoma;
		font-size: 10pt;
		color: #969494;
		font-weight: normal;
	}

.mainb	{
		font-family: tahoma;
		font-size: 10pt;
		color: #969494;
		font-weight: bold;
	}

.maini	{
		font-family: tahoma;
		font-size: 10pt;
		color: #969494;
		font-style: italic;
		font-weight: normal;
	}

.mainh	{
		font-family: tahoma;
		font-size: 18pt;
		color: #969494;
		font-weight: bold;
	}

img	{
		border: 0;
	}

.footer	{
			background-color: #f4c532;
			height: 3px;
	}

ul
	{
		list-style-type: disc;
		font-family: tahoma;
		font-size: 10pt;
		font-weight: normal;
	}

ul.home	{
		margin-left: 20px;
		margin-top: 1px;
		margin-bottom: 4px;
	}

.transparenc
	{
		background-color: transparent;
		border: 0;
	}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: hidden; width: 100%	; }
<? //overflow: was set to auto - getting scrollbars in IE - changed to hidden as per advice of http://www.jeredtede.com/?cat=4 ?>

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }