body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #FFFFFF;
}

#banner {
	width: 550px;
	margin: 0 auto 0 auto;
}

#navBar {
	width: 924px;
	margin: 6px auto 2px auto;
} 
/*  --- NOTE:  The styling of the nav items see SprtMenuBarHorizontal   --- */

#wrapper {
	background-color: #00589A;
	width: 924px;
	margin: 0 auto;
}

#leftCol {
	padding: 6px 3px 6px 6px;
	width: 300px;
	float: left;
	font-size: 1.2em;
	color: #F0F0F0;
}

#centreCol {
	padding: 6px 3px 6px 3px;
	width: 300px;
	float: left;
	font-size: 1.2em;
	color: #F0F0F0;
}
#centreCol h1 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}
#centreContent {
	position: relative;
	width: 288px;
	height: 320px;
	margin: 0 auto;
	overflow: auto;
	line-height: 1.3em;
	scrollbar-base-color: #336699;
}

#centreContent a {
	color: #FF9900;
}

#categoryList {
/*	width: 100%; */
}
.credits {
	font-size: 0.9em;
	font-style: italic;
}
.catSelected {
	background-color: #003366;
	border: 4px solid #CCCCCC;
}
.catHover {
	color:#FF9900;
	cursor: pointer;
	background-color: #336699;
}


/* hide a div */
.hide {
	visibility: hidden;
	display: none;
}
.show {
	visibility: visible;
}


.SpryHiddenRegion {
	visibility: hidden;
}
#rightCol {
	height: 375px;
	padding: 6px 6px 6px 3px;
	width: 300px;
	float: left;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #F0F0F0;
	overflow: auto;
	scrollbar-base-color: #336699;
}
#rightCol a {
	color: #FF9900;
}

#thumbScroller {
	position: relative;
	background-color: #FFFFFF;
	width: 600px;
	margin: 10px auto;
}
#thumbScroller .carousel-prev {
	position: absolute;
	top: 20px;
	z-index: 3;
	cursor: pointer;
	left: 5px;
}
#thumbScroller .carousel-next {
	position: absolute;
	top: 20px;
	z-index: 3;
	cursor: pointer;
	right: 5px;
}

/* -- temp hide end of hide --*/
ul.prodThumbs {
	list-style-type: none;
	position: relative;
	cursor: default;
	width: auto;
}
ul.prodThumbs li {
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
}
ul.prodThumbs li img {
	margin: 0 4px;
	border: 2px solid #CCCCCC;
	display: block;
}
 
/* -- temp alt version of above
ul.SpryHiddenRegion {
	list-style-type: none;
	position: relative;
	cursor: default;
	width: auto;
}
ul.SpryHiddenRegion li {
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
}
ul.SpryHiddenRegion li img {
	margin: 0 4px;
	border: 2px solid #CCCCCC;
	display: block;
}

/* -- end of temp version -- */

.prodSelected {

}
.prodHover {
	cursor: pointer;
}
#loading {
	background: #CCCCCC;
	text-align: center;
	width: 600px;
/*	font-size: 1.4em;
	position: absolute;
	margin-top: 20px; */
}
.loading {
/*	background: #CCCCCC; */
	text-align: center;
	width: 500px;
	font-size: 1.4em;
	color: #336699;
	padding: 16px 0;
	margin-top: 10px;
}
#footer {
	background-color: #FFFFFF;
	width: 900px;
	margin: 0 auto;
}
.clearboth {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}