BODY {
	background-image:   url(images/left-bg.jpg);
	background-repeat: repeat-y;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	}
	
BODY a:link {
	color: #FFFFFF;
	}

BODY a:visited {
	color: #EEEEEE;
	}

BODY a:active {
	color: #FFFFFF;
	}

BODY a:hover {
	color: #FFFFFF;
	}



/*
Homepage
***********************************************************************
*/

td.subPageLinks {
	border-bottom: 1px solid #000000;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 115%;
	font-weight: bold;
	color: #FFFFFF;
	}
	
td.subPageLinks a:link {
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 15px;
	font-size: 100%;
	height: 20px;
	width: 165;
	}

td.subPageLinks a:visited {
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 15px;
	font-size: 100%;
	height: 20px;
	width: 165;
	}

td.subPageLinks a:active {
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 15px;
	font-size: 100%;
	height: 20px;
	width: 165;
	}

td.subPageLinks a:hover {
	background: url(images/menublackbg.gif) no-repeat;
	text-decoration: none;
	vertical-align: middle;
	font-size: 100%;
	}
	
	
	

TD.homeMainContent {
	background-image:   url(images/knife4.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	vertical-alignment: top;
	font-size: 8pt;
	color: #FFFFFF;
	}
	
TD.homeMainContent .header {
	font-family: Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	}
	

/*
subPages - Left Column
***********************************************************************
*/

.leftColumn {
	background-image:   url(images/left-bg.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
	}
	
.leftColumn .text {
	color: #FFFFFF;
	font-size: 85%;
	}
		
.globalLogo {
	color: #FFFFFF;
	font-size: 85%;
	}
		
		

/*
subPages - mainArea
***********************************************************************
*/

.mainContent {
	color: #FFFFFF;
	}
	
.mainContent .header {
	font-family: Times, serif;
	font-size: 140%;
	font-weight: bold;
	}
	
.mainContent .breadCrumb {
	font-size: 85%;
	}
	
.mainContent .subHeader {
	font-family: Times, serif;
	font-size: 120%;
	font-weight: bold;
	}
	
.smallBold {
	font-weight: bold;
	font-size: 90%;
	}
	
.caption {
	font-size: 80%;
	}	
	
.captionPrice {
	font-size: 86%;
	color: #999999;
	}	
	
	
.productDetail {
	color: #DE6F00;
	font-weight: bold;
	}

.productDetail a:link {
	text-decoration: none;
	color: #DE6F00;
	font-weight: bold;
	}

.productDetail a:visited {
	text-decoration: none;
	color: #DE6F00;
	font-weight: bold;
	}

.productDetail a:active {
	text-decoration: none;
	color: #DE6F00;
	font-weight: bold;
	}

.productDetail a:hover {
	color: #FF9900;
	}
	
.definition {
	background-color: #333;
	border: 3px double #EEE;
	padding: 15px;
	font-size: 95%;
	}
	
	
	
	
	
	
	