body {
	margin: 0px;
	background: #006699 url(../images/bg.jpg) repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #666666;
	line-height: 140%;
	text-align: justify;
}
img {
	border: none;
}
a {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 16px;
	color: #0070AD;
	margin: 0px 0px 0px 0px;
}
h1.grey {
	color: #666666;
}
h1.page_title {
	padding-left: 50px;
	background: url(../images/page_title.jpg) no-repeat 0px 3px;
}
h2 {
	font-size: 13px;
	color: #FF9900;
	margin: 0px 0px 0px 0px;
}
p {
	margin: 0px 0px 10px 0px;
}
p.small{
	font-size: 12px;
}
#footer td {
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.row1 {
	background-color: #F0F0F0;
}
.row2 {
	background-color: #F9F9F9;
}
.white {
	color: #FFFFFF
}.underline {
	text-decoration: underline;
}


/* NAVIGATION */
#nav {
	width: 703px;
	height: 34px;
	margin: 0px auto 23px auto;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	margin: 0px 5px;
	padding: 0px;
	display: inline-block;
	float: left;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}
#nav ul li a {
	height: 34px;
	padding: 0px 13px;
	line-height: 34px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
}
#nav ul li a:hover,
#nav ul li.active a,
#nav ul li:hover a {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #006EA8;
}
#nav ul li ul {
  padding: 0;
  position: absolute;
  top: 34px;
  left: 0px;
  width: 160px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
#nav ul li ul li {
	margin: 0px;
	padding: 0px;
	float: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}
#nav ul li ul li a {
	width: 160px;
	background: #006EA8 !important;
	display: block;
	color: #fff !important;
	text-align: left;
}
#nav ul li ul li a:hover {
	background: #46A7E0 !important;
}
#nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.col-sm-6 {
    width: 45%;
    float: left;
    text-align: left;
}
.set-width {
	width: 55%;
}
.col-sm-6 img {
    width: 30px;
    margin: 5px 5px 0px 0;
}
.col-sm-8 {
    width: 64%;
    float: left;
    position: relative;
    margin-top: 11px;
}
.col-sm-4 {
    width: 36%;
    float: left;
    position: relative;
    margin: 12px 0 20px 0;
}
.col-sm-4 a {
	background: #fff;
	border: 1px solid #0186d5;
	color: #0186d5;
    text-decoration: none;
    padding: 10px;
    width: 100%;
	text-transform: capitalize;
}
.col-sm-4 a:hover {
    background: #017abf;
    border: 1px solid #0186d5;
    color: #ffffff;
}
img.social-img {
	width: 22px;
    margin: 2px 0 0 0;
}
.products-table tr td:nth-child(1) {
    text-align: center;;
}
i.far.fa-file-pdf {
    padding-right: 11px;
    font-size: 15px;
}
/* PRODUCT TABLES */
.products-table {
	margin-top: 20px;
	text-align: left;
}
.products-table tr th {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #444;
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
}
.products-table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top; 
}
.products-table tr:nth-child(even) {
	background-color: #F0F0F0;
}
.products-table tr:nth-child(odd) {
	background-color: #F9F9F9;
}
.products-table td.sub-category {
	background-color: #DADADA;
	color: #FF9900;
	font-weight: bold;
	text-align: center;
}