/* THE FOLLOWING SETS CLASSES FOR THE BODY */

/* Sets margins for the body to 0 */

BODY {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #807C7C;
	}

/* Sets margins for popup windows */
.popwin {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	}

/* THE FOLLOWING SETS CLASSES FOR BACKGROUND COLOR/GRAPHICS */

/* Sets white background */
.whitebkg {
	background-color: #FFFFFF;
	}

/* Sets dark gray background */
.dkgraybkg {
	background-color: #76787D;
	}
	
/* Sets red background */
.redbkg {
	background-color: #D81F29;
	}
	
/* Sets light gray background */
.ltgraybkg {
	background-color: #B0B1B3;
	}

/* Sets light blue background */
.ltbluebkg {
	background-color: #E7E7E7;
	}

/* Sets dark blue background */
.dkbluebkg {
	background-color: #00237E;
	}

/* THE FOLLOWING SETS CLASSES FOR THE TEXT */

/* Sets main text on entire site */
.text {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #676666
	}

/* Sets larger text on entire site */
.largertext {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #676666
	}

/* Sets DHTML navigation text */
.dhtml {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #00237E
	}

/* Sets bottom navigation text */
.footer {
	font-family: arial, helvetica, sans-serif; 
	font-size: 10px; 
	color: #E2E0E0
	}

/* Sets top navigation text */
.topnav {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #807C6C
	}
	
/* Sets top navigation text */
.sidenav {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #807C6C
	}

/* Sets the header text */
.header {
	font-family: arial narrow, arial, helvetica, sans-serif; 
	font-size: 16px; 
	color: #00237E;
	font-weight: bold;
	}

/* Sets the subheader text */
.subheader {
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px; 
	color: #00237E;
	font-weight: bold;
	}

/* Sets admin header on entire site */
.adminheader {
	font-family: arial narrow, arial, helvetica, sans-serif;
	font-size: 20px;
	color: #00237E;
	font-weight: bold;
	}

/* Sets the products title text */
.productsheader {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #00237E;
	font-weight: bold;
	}

/* Sets the products text */
.productstext {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #807C7C;
	}

/* Sets the products more text */
.productsmoretext {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #D81F29;
	font-weight: bold;
	}

/* Sets the specials home page text */
.specialstext {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF;
	}

/* Sets the products title text */
.itemtitle {
	font-family: arial, helvetica, sans-serif; 
	font-size: 13px; 
	color: #00237E;
	font-weight: bold;
	}

/* THE FOLLOWING SETS CLASSES FOR THE LINKS */

/* Sets main navigation links */
A:link {
	text-decoration: underline;
	color: #00237e
	}
	
A:visited {
	text-decoration: underline;
	color: #00237e
	}
	
A:hover {
	text-decoration: underline;
	color: #00237e
	}

/* Sets top navigation links */
A.topnavlink:link {
	text-decoration: none;
	color: #807C7C
	}
	
A.topnavlink:visited {
	text-decoration: none;
	color: #807C7C
	}
	
A.topnavlink:hover {
	text-decoration: underline;
	color: #00237E
	}

/* Sets top navigation active links */
A.topnavactivelink:link {
	text-decoration: underline;
	color: #00237E
	}
	
A.topnavactivelink:visited {
	text-decoration: underline;
	color: #00237E
	}
	
A.topnavactivelink:hover {
	text-decoration: underline;
	color: #00237E
	}

/* Sets side navigation links */
A.sidenavlink:link {
	text-decoration: none;
	font-weight: normal;
	color: #807C7C
	}
	
A.sidenavlink:visited {
	text-decoration: none;
	font-weight: normal;
	color: #807C7C
	}
	
A.sidenavlink:hover {
	text-decoration: none;
	font-weight: bold;
	color: #00237E
	}

/* Sets active side navigation links */
A.sidenavactivelink:link {
	text-decoration: none;
	font-weight: bold;
	color: #00237E
	}
	
A.sidenavactivelink:visited {
	text-decoration: none;
	font-weight: bold;
	color: #00237E
	}
	
A.sidenavactivelink:hover {
	text-decoration: none;
	font-weight: bold;
	color: #00237E
	}

/* Sets side sub navigation links */
A.sidesubnavlink:link {
	text-decoration: none;
	font-weight: normal;
	color: #807C7C
	}
	
A.sidesubnavlink:visited {
	text-decoration: none;
	font-weight: normal;
	color: #807C7C
	}
	
A.sidesubnavlink:hover {
	text-decoration: none;
	font-weight: bold;
	color: #00237E
	}

/* Sets active side sub navigation links */
A.sidesubnavactivelink:link {
	text-decoration: none;
	font-weight: bold;
	color: #00237E
	}
	
A.sidesubnavactivelink:visited {
	text-decoration: none;
	font-weight: bold;
	color: #00237E
	}
	
A.sidesubnavactivelink:hover {
	text-decoration: none;
	font-weight: bold;
	color: #00237E
	}
	
/* Sets footer links */
A.footernav:link {
	text-decoration: none;
	color: #E2E0E0
	}
	
A.footernav:visited {
	text-decoration: none;
	color: #E2E0E0
	}
	
A.footernav:hover {
	text-decoration: none;
	color: #E2E0E0
	}

/* Sets special links on Home Page*/
A.specialnav:link {
	text-decoration: underline;
	color: #FFFFFF
	}
	
A.specialnav:visited {
	text-decoration: underline;
	color: #FFFFFF
	}
	
A.specialnav:hover {
	text-decoration: underline;
	color: #FFFFFF
	}

/* Sets DHTML links */
A.hnavlink:link {
	color: #00237E; 
	text-decoration: none; 
	font-weight: normal;
	}

A.hnavlink:visited {
	color: #00237E; 
	text-decoration: none; 
	font-weight: normal;
	}
	
A.hnavlink:hover {
	color: #00237E;
	text-decoration: none;
	font-weight: bold;
	}

/* Sets product more links */
A.productsmorelink:link {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #D81F29
	}
	
A.productsmorelink:visited {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #D81F29
	}
	
A.productsmorelink:hover {
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
	color: #D81F29
	}

/* THE FOLLOWING SETS CLASSES FOR THE FLYOUT NAVIGATION TRANSPARENCY */
.transparent {
	background-color: #FFFFFF;
	filter: Alpha(Opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: .9;
	opacity: .9;
	}
	
.remove_filter {
	position: relative;
	-moz-opacity: 1;
	filter:Alpha(Opacity=100);
	-khtml-opacity: 1;
	opacity: 1;
}

/* THE FOLLOWING SETS TABLE PADDING */

/* Sets the top nav table padding */
.topnavpadding {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 0px;
	background-color: #E7E7E7;
	}

/* Sets the left sub nav table padding */
.leftsubnavpadding {
 	height: 20px;
	padding-left: 20px
	}

.leftnavpadding {
 	height: 20px;
	padding-left: 10px
 	}

/* Sets the specials home page table padding */
.specialspadding {
 	padding-top: 30px;
	padding-left: 15px;
 	padding-right: 15px;
 	padding-bottom: 15px;
	}

/* Sets the form margins */
.formmargin {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}