/* Produced for Northern States Filtration Co. by Bryn Mawr Computer Support www.brynmawrcs.com */

/* Layout Stylesheet */ 



body {
	text-align: center;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	color: #000;
	background: #f5f5f5;
	padding: 0;
	margin: 15px 0 5px;
	}

#container {
	text-align: left;
	background: #fcfefc;
	color: inherit;
	border: 1px solid #000000;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	}

#hdr{
	margin: 0;
	padding: 10px;
	border: 1px solid #ffffff;
	background: #40a0a0;
	color: #ffffff;
	}

#lh-col{
	background: #ffffff;
	color: #333333;
	margin: 0;
	padding: 10px 20px 0px 20px;
	}

#rh-col{
	float: right;
	width: 200px;
	border: 1px solid;
	background: #bfdfdf;
	color: #333333;
	margin: 5px 10px 5px 5px;
	padding: 5px;
	}

#ftr{
	clear: both;
	height: 45px;
	text-align: center;
	margin: 0;
	padding: 10px;
	border: 1px 0 0 0 solid;
	background: #006d6d;
	color: #ffffff;
	}


/* Presentation Stylesheet */ 

h1, h4 {
	margin:0;
	padding: 5px;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #008080;
	font-weight: 600;
	text-decoration:none;
	margin: 5px 0 0 7px;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #008080;
	font-weight: 600;
	font-style: italic;
	text-decoration: underline;
	}

p:first-letter {
	font-size: 110%; 
	font-weight: bold;
	color: #004040;
	}

ui.emphasis {
	list-style-image: url(images/delta.gif);
	list-style-type: disc;
	}

li.emphasis {
	font-family: 'Times New Roman', serif; 
	font-size: 16px; 
	color: #000000;
	font-weight: 600;
	font-style: italic;
	margin-left: 10%;
	}

.a {
	list-style-type: square;
	font-family: 'Times New Roman', serif;
	font-size: 24px;
	color: #008080;
	font-weight; 800;
	font-style: italic;
	margin-top: 4px;
	margin-bottom: 4px;
	}

.b {
	list-style-type: upper-alpha;
	font-family: 'Times New Roman', serif;
	font-size: 14px;
	color: #008080;
	font-style: none;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 3px;
	}

.c {
	list-style-type: lower-roman;
	font-family: 'Times New Roman', serif;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 4px;
	}

.list {
	list-stype-type: square;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	}

.anchor {
	text-align: right;
	font-size: 80%;
	font-weight: bold;
	color: #004040;
	}

a {
	color: #004040; 
	background: inherit;
	font-weight: bold;
	text-decoration: underline;
	}

a:visited {
	color: #006060; 
	background: inherit;
	font-weight: bold;
	text-decoration: none;
	}

#prod tr {
    margin: 0px 3px;
    padding: 0px 3px;
    }
    
#prod td {
    margin: 0px 5px;
    padding: 0px 15px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    vertical-align: top;
    }

/* Top Nav Bar */

.top-nav {
	height: 25px;
	background: #006060;
	color: inherit;
	border: solid #000000;
	border-width: 1px 0;
	}

.top-nav-inner {
	padding: 5px 10px;
	}

.top-nav-inner a:link {
	color: #ffffff; 
	background: inherit;
	font-weight: bold;
	text-decoration: none;
	}

.top-nav-inner a:visited {
	color: #bfdfdf; 
	background: inherit;
	font-weight: bold;
	text-decoration: none;
	}

.top-nav-inner a:hover {
	background: #bfdfdf; 
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #ffffff; 
	margin: 0;
	padding: 3px 5px;
	}

.top-nav-inner a:active {
	color: #006060; 
	background: #bfdfdf;
	font-weight: bold;
	border-bottom: 1px solid #ffffff; 
	margin: 0;
	padding: 3px 5px;
	}