@charset "UTF-8";
/* CSS Document */

body,html {
    scrollbar-arrow-color:#7F0434;
	scrollbar-face-color:#FAF3C5;
	scrollbar-highlight-color:#7F0434;
	scrollbar-3d-light-color:#7F0434;
	scrollbar-base-color:#000033;
	scrollbar-dark-shadow-color:#7F0434;
	scrollbar-shadow-color:#7F0434;
	scrollbar-track-color:#FAF3C5;
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 22pt;
	color: #000000;
}

/* used on Nav Bar */
.white14 {
font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight:bold;
	line-height: 18pt;
	color: #FFFFFF;
	background-color: #7F0434;
	}
	
.white14 a:link {color:#FFFFFF; text-decoration:none;}
.white14 a:visited {color:#FFFFFF; text-decoration:none;}
.white14 a:hover {color:#ffff66; text-decoration:underline;}

/* used on Nav Bar to show active page */
.tan14 {
font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight:bold;
	line-height: 18pt;
    color: #ffff66;
	text-decoration:none;
	background-color: #7F0434;
   }
   
   /* used on page titles */
   .black21 {
	font-size: 21px;
	font-weight: bold;
}

.black13 {
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	}
	
	.black16 {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	}

/* used on categories listed on home page */
.maroon {color: #7F0434;
}

.maroon a:link {color:#7F0434; text-decoration:none;}
.maroon a:visited {color:#7F0434; text-decoration:none;}
.maroon a:hover {color:#7F0434; text-decoration:underline;}

/* used on header for company logos on home page */
.maroon18 {color: #7F0434; 
font-size:18px; 
font-weight:bold;
}

/* used on text and links on the footer inc */
.black12 {color: #000000; font-size: 12px; line-height: 12pt;}
.black10 {color: #000000; font-size: 10px; line-height: 12pt;}
.black10 a:link {color: #000000; text-decoration:underline;}
.black10 a:visited {color: #000000; text-decoration:underline;}
.black10 a:hover {color: #7F0434; text-decoration:underline;}

/* used on product categories menu */
.maroon12 {font-size:12px;list-style-type:none;font-family: Tahoma, Arial;color: #7F0434;line-height: 14pt;}
.maroon12 a:link {color: #7F0434;}
.maroon12 a:visited {color: #7F0434;}
.maroon12 a:hover {color: #000000;}
.maroon14 {font-size:14px;font-family: Tahoma, Arial;color: #7F0434; font-weight:bold;line-height: 12pt;}

/* border on image on home page */
.imgborder {
	border-color: #7F0434
	}	

a:link {
color: #000000;
}

a:visited {
color: #000000;
}

a:hover {
color: #7F0434;
}