/*	BODY - */
body {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E85802;
}

.table-body {
	width: 800px;
	border: #E85802 1px solid;
	
}
/*	contact us page - */
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E85802;	
}

.formHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E85802;
	font-weight : bold;
}

/*	catalogue page - */
.catHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #E85802;	
}
.catText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E85802;	
}

.subCatItem{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E85802;	
}

.zoom{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #E85802;	
}

.productName{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E85802;	
}

.catLinks A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12; 
	color: #E85802;
	text-decoration : none;
	}
	
.catLinks A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12; 
	color: #E85802;
	text-decoration : none;
}
	
.catLinks A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12;
	color: #E85802;
	text-decoration : none;
	}
	
.catLinks A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12;
	font-weight:bold;
	color: #C66C00;
	text-decoration : none;
}

.zoomLinks A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8; 
	color: #E85802;
	text-decoration : none;
	}
	
.zoomLinks A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8; 
	color: #E85802;
	text-decoration : none;
}
	
.zoomLinks A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8;
	color: #E85802;
	text-decoration : none;
	}
	
.zoomLinks A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8;
	font-weight:bold;
	color: #C66C00;
	text-decoration : none;
}
	
/*	about us page - */
.aboutText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E85802;
}

.missionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E85802;
	font-style : italic;
}

/*	products page - */
.productNameText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: white;
	background-color: #E85802;
}

.productText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E85802;
}

/*	intro page - */
.introText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E85802;
}

.introLink A:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E85802;
	text-decoration: none;
	font-style : italic;
}
	
.introLink A:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E85802;
	text-decoration: none;
	font-style : italic;
	}
	
.introLink A:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E85802;
	text-decoration: none;
	font-style : italic;
}
	
.introLink A:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E85802;
	text-decoration: none;
	font-style : italic;
}
/*	footer - */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #E85802;
	text-decoration : none;
	}

.footer-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #E85802;
	text-decoration : none;
	font-weight:bold;
	}

/*	Table Borders - */

/*	Menu  item and link formatting- */
.menuItemSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	font-weight:bold;
	text-decoration : none;
	background-color : #E85802;
}

.menuLinks A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px; 
	color: #E85802;
	text-decoration : none;
	}
	
.menuLinks A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px; 
	color: #E85802;
	text-decoration : none;
}
	
.menuLinks A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #E85802;
	text-decoration : none;
	}
	
.menuLinks A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: white;
	text-decoration : none;
	background-color : #E85802;
}

/*	border only north - */
.n {
	border-top: 1px solid #E85802;
}

/* border only east |  */
.e {
	border-right: 1px solid #E85802;
}

/* border only south _ */
.s {
	border-bottom: 1px solid #E85802;
}

/* border only west  | */
.w {
	border-left: 1px solid #E85802;
}

/* border all directions */
.aldi {
	border: 1px solid #E85802;
	border-style : dashed;
}

/*	special offers  page - */
.specialNameText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: white;
	background-color: #E85802;
}

.featuredText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E85802;
}

.specialText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C66C00;
}

.specialLink A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: white;
	background-color: #E85802;
	text-decoration: none;
	}
	
.specialLink A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: white;
	background-color: #E85802;
	text-decoration: none;
}
	
.specialLink A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: white;
	background-color: #E85802;
	text-decoration: none;
	}
	
.specialLink A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #C66C00;
	background-color: #E85802;
	text-decoration: none;
}
