/* FOR ALL */
/* html>body */
/* First set your css tag, then if you use html>body followed by the tag */
/* i.e. 'html>body pagecontent' then i.e. will ignore this */
/* All other browsers seem to see it so it fixes any browser issues */

/* FOR YOU SAM */
/* THESE CONTROL ALL THE LINKS BY DEFAULT */
a:link, a:active, a:visited {
	color: #8E4326;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #8E4326;
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
}

/* 

===============================================================================
	FUDGING THE FUDGE SHOP
	TO FUDGE FUDGE WE NEED TO SORT THE BLOODY BORDERS OUT
	IE.7 and FireFox are putting it on the outside
	IE.6 IS PUTTING it on the inside

 */


.annoyingtable {width:758px; margin-left:auto; margin-right:auto; border-left:2px solid #8E4326; border-right:2px solid #8E4326;}
html>body .annoyingtable {width:756px; margin-left:auto; margin-right:auto; border-left:2px solid #8E4326; border-right:2px solid #8E4326;}

.annoyingleftcell {padding-left:20px;width:588px; vertical-align:top; background-image:url(../images/build/pageContentTop.jpg); background-repeat:no-repeat; background-color:#FEFEE4;}


/* ------------------------------------------ */

/* Header */
	#header {
	}
	/* td header with background at start cell 1*/
	#header td {
	}




/* ------------------------------------------ */

/* Input search field */
	#search .inp {
	}
	/* Search button */
	#search .but {
	}





/* ------------------------------------------ */
/* if products are EOF */

#SorryNoProductsFround {
	margin-top:40px;
	width:600px;
	text-align:center;
	color:#8E4326;
}






/* ------------------------------------------ */
/* incPageContent.asp */
#pageContent {
	margin-top:40px;
	color:#8E4326;
	text-align:justify;
}

	




/* ------------------------------------------ */

/*These are the record paging links that appear at the top of incThumbs */
	#prodNavLinks {
		margin-top:25px;
		color:#FFFFFF;
		text-align:center;
	}
	#prodNavLinks a, #prodNavLinks a.pagingON {
		color:#FFFFFF;
		text-decoration:none;
		font-weight:normal;
	}
	#prodNavLinks a:hover, #prodNavLinks a.pagingON:hover {
		color:#FF009F;
		text-decoration:none;
		font-weight:normal;
	}
	#prodNavLinks a.pagingOFF {
		color:#FF009F;
		text-decoration:underline;
	}







/* ------------------------------------------ */
/* incSubThumbs.asp */

	#subthumbs {
	}
	#subthumbs a, #subthumbs a:visited, #subthumbs a:active {
		font-weight:normal;
		color:#FFFFFF;
	}
	#subthumbs a:hover {
		text-decoration:underline;
		color: #FF009F;
		}














/* ------------------------------------------ */

/* called from navMain.asp */	
#topnavigation {
	font-size: 14px;
	color: #FFFFCC;
	text-align:center;
	margin-top:10px;
	}
#topnavigation a.off:visited, #topnavigation a.off:active, #topnavigation a.off:link {
	color: #FFFFCC;
	text-decoration: none;
	padding-top:5px;
	font-weight: bold;
	text-transform:lowercase;
	}
#topnavigation a:hover {
	color: #FFFFFF;
	}
#topnavigation a.on:visited, #topnavigation a.on:active, #topnavigation a.on:link {
	color: #FFFFCC;
	text-decoration: none;
	padding-top:5px;
	font-weight: bold;
	text-transform:uppercase;
	}
#topnavigation a.on:hover {
	color: #006F00;
	}
	
	
	
	
	
	
	
	
	
	/* SORTS THE SIDE NAVIGATION OF THIS SITE */
	/* called from navMain2.asp */	

	#topnavigation2 {
	font-size: 12px;
	color: #FFFFFF;
	text-align:left;
	margin-left:5px;
	}
	#topnavigation2 td{
	width:155px;
	height:26px;
	background-image:url(../images/build/Sidebutton.jpg);
	background-repeat:no-repeat;
	}
	#topnavigation2 a:visited, #topnavigation2 a:active, #topnavigation2 a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-top:3px;
	font-weight: bold;
	text-transform:capitalize;
	padding-left:10px;
	}
	#topnavigation2 a:hover {
	color: #FFFFCC;
	}

