/* Cascading Style Sheet */
/* $Id: basic.css,v 1.6 2009/07/20 14:48:53 pete Exp pete $ */

/* ******************************************************************************* */
/* body style for the page */
/* ************************************************************************************** */

body {
	text-align: center;
	margin: 0 auto 15px auto;
	padding: 0;
	color: #fff;
	background-color: #000;
	background-image: url('/images/master/bgnd.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	font-family: Arial, 'Lucida Grande', Lucida, Verdana, Geneva, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
}


/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, 'Lucida Grande', Lucida, Verdana, Geneva, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin: 13px 0 5px 0;
	padding: 0;
	color: #000;
	text-transform:uppercase;
}

h1.sitename,
.nodisp {
	display: none;
}

h2 {	font-size: 15px; }
h3 {	font-size: 14px; }
h4 {	font-size: 13px; }
h5 {	font-size: 12px; }
h6 {	font-size: 11px; }

#newproductshome h2 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0 0 8px;
	padding: 4px 0 0 0;
	color: #f7e94a;
	text-transform: uppercase;
}
#newproductshome a {
	color: #f7e94a;
	text-decoration:none;
}
#newproductshome a:hover {
	color: white;
}

body#newproducts h2,
body#microban h2,
body#molded h2 {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 20px 20px;
	padding: 0;
	text-transform: uppercase;
}

body#newproducts div.tabsleft h2.h2small, 
body#newproducts div.tabsright h2.h2small,
body#microban div.tabsleft h2.h2small, 
body#microban div.tabsright h2.h2small,
body#molded div.tabsleft h2.h2small, 
body#molded div.tabsright h2.h2small {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 20px 5px;
	padding: 0;
	text-transform: uppercase;
}


#tabs h1, 
#tabs h2, 
#tabs h3, 
#tabs h4, 
#tabs h5, 
#tabs h6 {
	margin-left: 20px;
}


/* ******************************************************************************* */
/* text blocks */

p, blockquote, ul, ol, dt, dd, dl, th, td {
	font-family: Arial, 'Lucida Grande', Lucida, Verdana, Geneva, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 8px 0 10px 0;
	padding: 0;
	line-height: 130%;
}

#tabs p {
	margin: 0 45px 10px 20px;
	font-size: 11px;
	color: #000;
}

#tabs p.footnote {
	font-size: 9px;
	font-style: italic;
	color: #333;
}

#subfooter p {
	text-align: center;
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 8px;
	color: #fff;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #dbc381;	
}

#footer p span {
	margin: 0 6px;	
}

blockquote, blockquote p {
	margin: 2px 0 4px 0;
}

ul, ol {
	margin: 3px 0 6px 0;
	padding: 0 0 6px 0;
}

#content ul {
	list-style-type: none;
	margin: 0 8px 0 8px;
	padding: 0;
}

#content ul li {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 11px;
	color: #fff;
	font-family: Arial, 'Lucida Grande', Lucida, Verdana, Geneva, 'Trebuchet MS', Helvetica, sans-serif;
}

ol li {
	margin-bottom: 3px;
	padding: 0;
}

acronym, abbr {
	border-width: 0;
}

/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", monospace;
}


/* ******************************************************************************* */
/* other stuff */

img {
        margin: 0;
	padding: 0;
        border-width: 0;
}

img.photo {
	margin: 2px 0 10px 0;
}

img.nphome {
	margin-top: 4px;
}

hr {
	height: 2px;
	border-top: 2px #fff solid;
	border-bottom-width: 0;
}


#headernav ul {
	list-style-type: none;
	margin: 0;
	padding: 8px 0 5px 0;
}

#headernav ul li {
	display: inline;
	margin: 0 2px 3px 0;
	padding: 0 8px 0 3px;
	font-size: 11px;
	text-transform: uppercase;
	color: #ebec3c;
	border-right: 1px #fff solid;
}

#headernav ul li.last {
	border-right-width: 0;
}

#headernav ul li a:link {
	color: #fff;
	text-decoration: none;
}

#headernav ul li a:visited {
	color: #eee;
	text-decoration: none;
}

#headernav ul li a:active, 
#headernav ul li a:hover {
	color: #ebec3c;
	text-decoration: none;
}


#headernav ul li a.yellow:link {
	color: #ebec3c;
	text-decoration: none;
}

#headernav ul li a.yellow:visited {
	color: #d2d335;
	text-decoration: none;
}

#headernav ul li a.yellow:active, 
#headernav ul li a.yellow:hover {
	color: #eee;
	text-decoration: none;
}




#headernavconstant ul {
	list-style-type: none;
	margin: 0;
	padding: 4px 0 0 0;
}

#headernavconstant ul li {
	display: inline;
	margin: 0 4px 3px 0;
	padding: 0 8px 0 2px;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	border-right: 1px #000 solid;
}

#headernavconstant ul li.last {
	border-right-width: 0;
}

#headernavconstant ul li a:link {
	color: #000;
	text-decoration: none;
}

#headernavconstant ul li a:visited {
	color: #333;
	text-decoration: none;
}

#headernavconstant ul li a:active, 
#headernavconstant ul li a:hover {
	color: #8f7013;
	text-decoration: none;
}


#tabs #sbase {
	width: 720px;
	height: 27px;
	margin: 3px 0 16px 0;
	padding: 0;
	text-align: left;
	background-image: url('/images/master/bgndtabgray.png');
	background-repeat: no-repeat;	
}

#tabs #sbase.sbase2 {
	height: 60px;
	background-repeat: repeat-y;
}

#tabs #shome {
	float: left;
	width: 180px;
	height: 27px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url('/images/master/bgndtabbrown.png');
	background-repeat: no-repeat;	
}

#tabs #shome a:link, 
#tabs #shome a:visited, 
#tabs #shome a:active, 
#tabs #shome a:hover {
	display: block;
	color: #f7e94a;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 0 0;
}

#tabs #shome a:hover {
	color: #fff;
}

#tabs #sbase ul {
	list-style-type: none;
	height: 27px;
	margin: 0;
	padding: 0;
}

#tabs #sbase ul li {
	float: left;
	display: inline;
	margin: 2px 4px 2px 9px;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
}

#tabs #sbase ul li a:link, 
#tabs #sbase ul li a:visited, 
#tabs #sbase ul li a:active, 
#tabs #sbase ul li a:hover {
	display: block;
	margin: 0;
	padding: 4px 0 0 3px;
	color: #000;
}

#tabs #sbase ul li a:hover {
	color: #666;
}

#tabs ul {
	list-style-type: disc;
	/* margin-left: 20px; */
	/* padding-left: 20px; */
	margin: 0 45px 10px 20px;
	padding-left: 10px;
	color: #000;
}

#tabs ul li {
	display: list-item;
	float: none;
	color: #000;
}

#tabs ul.doublespaced li {
	margin-bottom: 12px;
}

#footernav ul {
	margin: 25px 0 0 0;
	padding: 0;
}

#footernav ul li {
	display: inline;
	margin: 0 0 3px 0;
	padding: 0 1px 0 10px;
	font-size: 11px;
	color: #676767;
	background: url('/images/master/footernavbullet.gif') no-repeat;
}

#footernav ul li.first {
	padding: 0 1px 0 0;
	background-image: none;	
}

#footernav ul li a:link {
	color: #676767;
	text-decoration: none;
}

#footernav ul li a:visited {
	color: #a8a8a8;
	text-decoration: none;
}

#footernav ul li a:active, 
#footernav ul li a:hover {
	color: #ebec3c;
	text-decoration: none;
}

#footernav p {
	text-align: left;
	margin: 1px 0 0 0;
	padding: 0;
	font-size: 11px;
	color: #676767;
}


/* ******************************************************************************* */
/* links */

a:link {
	color: #444;
	text-decoration: underline;
}

a:visited {
	color: #222;
	text-decoration: underline;
}

a:active {
	color: #ebec3c;
	text-decoration: underline;
}

a:hover {
	color: #ebec3c;
	text-decoration: none;
}

.linkpng, 
a.linkpng {
	position: relative;
	z-index: 99;
}
