@charset "UTF-8";
/* CSS Document */
/* ~~ Palette ~~ 
blue: #3198ff 
dark blue: #000060 
bright green: #90c902 (144, 201, 2)
light green: #cfff91 
darker green: #628901
*/

/* ~~ GLOBAL STYLES ~~ */

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
}
/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
body {
	font: 100%/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
	background-color: white;
	margin: 0;
	padding: 0;
	color: #000;
}
#container {
	margin: 0 auto;
	width: 960px;
	background: #fff;
}
header p {
	position: absolute;
	left: -9000em;
}
#content {
	clear: both;
	padding: 0 1em;
}
aside {
	width: 20%;
	float: left;
	margin-right: 2%;
}
img {
	max-width: 100%;
}
footer {
	margin-top: 0.5em;
	border-top: .15em dashed #90c902;
	padding: .5em 0;
}
footer p {
	font-size: .8em;
	text-align: center;
	margin-bottom: 0;
}
/* ~~ navigation ~~ */
/* ~~ mainNav ~~ */
nav ul {
	list-style: none;
}
#mainNav ul {
	list-style: none;
}
#mainNav li a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 500;
	color: #fff;
}
#mainNav li a:hover, #mainNav li a:active, #mainNav li a:focus  {
	color: #000060;
}
/* ~~ inline navigation ~~ */
#content a:link, footer a:link {
	color: #3198ff;
	text-decoration: none;
}
#content a:visited, footer a:visited {
	color: #3198ff;
	text-decoration: none;
}
#content a:hover, #content a:active, #content a:focus, footer a:hover, footer a:active, footer a:focus {
	color: #000060;
	text-decoration: underline;
}
#prodNav {
	text-align: center;
	margin-top: 1em;
}
/* ~~ element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 2.5em;
	color: #3198ff;
}
h2 {
	font-size: 1.8em;
	color: #3198ff;
}
h3 { 
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 500;
	color: #3198ff;
	font-style: italic;
	margin: 1em 0;
}
h4 {
	font-size: 1.3em;
	font-weight: 500;
	color: #3198ff;
	font-style: italic;
}
p {
	margin-bottom: .8em;
	line-height: 1.6em;
}
ul {
	margin: 0 3em .8em;
}
li {
	line-height: 1.6em;
}
ul ul {
	margin: 0 3em;
}
table {
	width: 100%;
} 
th {
	font-weight: bold;
	color: #fff;
	background-color: #3198ff;
	padding: .2em;
	margin: 0; 
}
td {
	padding: .2em .5em;
	margin: 0; 
	border-bottom: thin black solid;
}
td.product {
	width: 7.5em;
	border-right: thin black solid;

}
sup {
	font-size: .7em;
}
/* ~~ misc classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}
.note {
	font-style: italic;
	font-weight: bold; 
	font-size: .9em;
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* ~~ VERY SMALL SCREEN ASIDE RIGHT ~~ */
@media only screen and (max-width:650px) {
aside {
	width: 30%;
	float: right;
	margin-left: 2%;
}
}
/* ~~ VERY SMALL SCREEN HEADER HEIGHT ~~ */
@media only screen and (max-width:500px) {
header {
	height: 3em;
	background: #90c902 url(../_images/headerSmall.png) no-repeat;
	background-size: 100%;
}
#tag h2 {
	color: #628901;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	margin-top: .5em;
	margin-bottom: .5em;
}
}
/* ~~ SMALL SCREEN HEADER ~~ */
@media only screen and (min-width:501px) and (max-width:650px) {
header {
	height: 4em;
	background: #90c902 url(../_images/headerSmall.png) no-repeat;
	background-size: 100%;
}
#tag h2 {
	color: #628901;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin-top: .5em;
	margin-bottom: .5em;
}
}
/* ~~ SMALL SCREEN HEADER2 ~~ */
@media only screen and (min-width:651px) and (max-width:800px) {
header {
	height: 5em;
	background: #90c902 url(../_images/headerSmall.png) no-repeat;
	background-size: 100%;
}
#tag h2 {
	color: #628901;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin-top: .5em;
	margin-bottom: .5em;
}
}
/* ~~ SMALL SCREEN STYLES ~~ */
@media only screen and (max-width:800px) {
/*disable text sizing on orientation change*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	-webkit-text-size-adjust: none;
}
#container {
	width: 98%;
	margin: auto;
}
/* ~~ small screen navigation ~~ */
.menuToggle a {
	color: #628901;
	text-decoration: none;
	font-size: 1.5em;
	text-align: left;
	display: block;
	line-height: 1em;
}
nav a {
	font-size: .9em;
	text-align: left;
	display: block;
	padding-left: 1em;
	line-height: 2em;
}
nav li {
	position: relative;
}
.topMenu {
	max-height: 0;
	visibility: hidden;
	margin: 0;
}
.topMenu.expand {
	background: #90c902;
	max-height: 90em;
	visibility: visible;
	margin-left: 1em;
	width: 16em;
}
/* ~~ small screen dropdown menu ~~ */
#mainNav ul.submenu {
	float: none;
	width: auto;
	height: auto;
	max-height: 0;
	-moz-transition: max-height 0.5s ease;
	-webkit-transition: max-height 0.5s ease;
	-o-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
	overflow: hidden;
}
#mainNav ul.submenu li a:hover {
	color: #000060;
}
#mainNav ul.submenu.expand {
	max-height: 30em;
	margin: 0;
	padding-left: 1em;
}
#mainNav ul.submenu li a {
	white-space: nowrap;
	color: white;
	text-align: left;
	font-size: .9em;
}
#mainNav .menuToggle {
	display: block;
	margin-bottom: .2em;
	position: relative;
}
.menuToggle a {
	padding: 0 0 0 1em;
}
}

/* ~~ MEDIUM SCREEN STYLES ~~ */
@media only screen and (min-width:801px) and (max-width:1000px) {
#container {
	width: 96%;
	margin: auto;
}
/* ~~ medium screen header ~~ */
header {
	height: 6em;
	background: #90c902 url(../_images/header.png) no-repeat;
	background-size: 100%;
}
/* ~~ medium screen navigation ~~ */
#mainNav {
	background: #90c902;
}
#mainNav li {
	float: left;
	position: relative;
}
nav li a, nav h5 a {
	padding: 0 .9em .25em .9em;
	display: block;
}
.current, a:hover.current, .topmenu li:hover a.current {
	color: #fff;
	cursor: default;
}
/*~~ medium screen dropdown menu ~~ */
ul.submenu {
	float: none;
	width: auto;
	height: auto;
	position: absolute;
	top: 1.8em;
	left: -9000em;
	max-height: 0;
	-moz-transition: max-height 0.5s ease;
	-webkit-transition: max-height 0.5s ease;
	-o-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
	overflow: hidden;
	z-index: 1000;
}
ul.submenu li {
	float: none;
	font-size: .8em;
}
.topMenu li:hover ul {
	left: .1em;
	max-height: 20em;
}
ul.submenu li a {
	width: 13.5em;
	border-bottom: .1em solid white;
	padding: 0 1em 0 2.5em;
	white-space: nowrap;
	color: #fff;
	text-align: left;
	line-height: 2em;
	background-color: rgba(144, 201, 2, 0.9);
}
ul.submenu li a:hover {
	color: #000060;
}
ul.submenu li:last-child a {
	border-bottom: none;
}
/*~~ medium screen misc ~~ */
#tag {
	display: none;
}
a.phonelink {
	text-decoration: none;
	cursor: default;
	color: #000;
}
}

/* ~~ LARGE SCREEN STYLES ~~ */
@media only screen and (min-width:1001px) {
/* ~~ large screen header ~~ */
header {
	height: 104px;
	background: white url(../_images/header.png) no-repeat;
}
/* ~~ large screen navigation ~~ */
#mainNav {
	background: #90c902;
}
#mainNav li {
	float: left;
	position: relative;
}
nav li a, nav h5 a {
	padding: 0 2em .25em 2em;
	display: block;
}
.current, a:hover.current, .topmenu li:hover a.current {
	color: #fff;
	cursor: default;
}
/*~~ large screen dropdown menu ~~ */
ul.submenu {
	float: none;
	width: auto;
	height: auto;
	position: absolute;
	top: 1.8em;
	left: -9000em;
	max-height: 0;
	-moz-transition: max-height 0.5s ease;
	-webkit-transition: max-height 0.5s ease;
	-o-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
	overflow: hidden;
	z-index: 1000;
}
ul.submenu li {
	float: none;
	font-size: .8em;
}
.topMenu li:hover ul {
	left: .1em;
	max-height: 20em;
}
ul.submenu li a {
	width: 13.5em;
	border-bottom: .1em solid white;
	padding: 0 1em 0 2.5em;
	white-space: nowrap;
	color: #fff;
	text-align: left;
	line-height: 2em;
	background-color: rgba(144, 201, 2, 0.9);
}
ul.submenu li a:hover {
	color: #000060;
}
ul.submenu li:last-child a {
	border-bottom: none;
}
.iconAuto {
	background: url(../_images/icon_automotive_sm.png) no-repeat 8px 4px;
}
.iconAvi {
	background: url(../_images/icon_aviation_sm.png) no-repeat 8px 4px;
}
.iconConst {
	background: url(../_images/icon_construction_sm.png) no-repeat 8px 4px;
}
.iconElec {
	background: url(../_images/icon_electronics_sm.png) no-repeat 8px 4px;
}
.iconGov {
	background: url(../_images/icon_government_sm.png) no-repeat 8px 4px;
}
.iconMan {
	background: url(../_images/icon_manufacturing_sm.png) no-repeat 8px 4px;
}
.iconMar {
	background: url(../_images/icon_marine_sm.png) no-repeat 8px 4px;
}
.iconMet {
	background: url(../_images/icon_metalworking_sm.png) no-repeat 8px 4px;
}
.iconPrt {
	background: url(../_images/icon_printing_sm.png) no-repeat 8px 4px;
}
.iconTran {
	background: url(../_images/icon_transportation_sm.png) no-repeat 8px 4px;
}
.iconUtil {
	background: url(../_images/icon_utilities_sm.png) no-repeat 8px 4px;
}
/*~~ large screen misc ~~ */
#tag {
	display: none;
}
#content a.phonelink, a.phonelink:hover, a.phonelink:active, a.phonelink:focus {
	text-decoration: none;
	color: #000;
	cursor: default;
}
}

