<style type="text/css">

/************** RESET ******************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: 'proxima';
    src: url('/fonts/proximanova-regular-webfont.eot');
    src: url('/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('/fonts/proximanova-regular-webfont.woff') format('woff'),
         url('/fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('/fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima-bold';
    src: url('/fonts/proxima-bold.eot');
    src: url('/fonts/proxima-bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proxima-bold.woff2') format('woff2'),
         url('/fonts/proxima-bold.woff') format('woff'),
         url('/fonts/proxima-bold.ttf') format('truetype'),
         url('/fonts/proxima-bold.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}








/***************** GLOBALS *********************/
.clear {clear: both;}
.clear-right{clear: right;}
h1 {margin: 0; font-size: 22pt; font-weight: 100; color: #474747; padding: 10px 0 20px 0; font-family: 'proxima-bold';}
h2 {margin: 0; font-size: 14pt; padding: 5px 0 5px 0; font-style: italic; color: #474747; font-family: 'proxima';}
h3 {margin: 0; font-size: 12pt; color: #FFF; color: #474747; padding: 5px 0 5px 0; font-style: italic; font-family: 'proxima';}
h4 {font-family: Arial, Arial, sans-serif;}
p {margin: 0; font-size: 12pt; color: #474747; font-weight: normal; line-height: 140%; font-family: 'proxima';}
a {text-decoration: none; color: #474747; font-size: 12pt; font-family: 'proxima';}
body {background-color: #565656; width: 100%; margin: 0 auto; height: auto;}
ul {color: #404040; font-family: 'proxima'; list-style: disc; line-height: 150%;}
table {font-family: 'proxima';}
input {width: 300px;}
::selection { background: #ff9d12; }


.container {
	 width: 960px;
	 margin: 0 auto;
	 height: auto;
	 background-color: #fff;
	 background-color: #fff;
	 border: 1px solid #d5d5d5;
	 -moz-box-shadow: 0 0 10px rgba(25,25,25,0.75);
	 box-shadow: 0 0 10px rgba(25,25,25,0.75);
}




/******************* HEADER ***********************/
.header {
	height: 115px;
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 0 0 0 0;
}

.logo {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}

.contact {
	float: right;
	height: 20px;
	margin: 10px 15px 50px 0;
}

.header-text {
	float: right;
	height: 20px;
	margin-right: 15px;
}

.header-text h3 {
	font-size: 14pt;
	font-style: italic;
	color: #003150;
}





/**************** MENU ******************/
div.menu {
	width: 962px;
	height: 41px;
	margin: 0 auto;
	margin-left: -1px;
	
	/*gradient background color */
    background: #e11d41; /* Old browsers */
    background: -moz-linear-gradient(top,  #0CAE71, #0b8456);
    background: -webkit-gradient(linear, left top, left bottom, from(#0CAE71), to(#0b8456)); /*  WebKit */
    background: -webkit-linear-gradient(top,  #0CAE71 1%,#0b8456 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0CAE71 1%,#0b8456 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0CAE71 1%,#0b8456 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0CAE71 1%,#0b8456 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0CAE71', endColorstr='#0b8456',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 0px 1px #c1c1c1, inset 0 0px 0 #0b8456;
    -moz-box-shadow: 0 0px 1px #c1c1c1, inset 0 0px 0 #0b8456;
    box-shadow: 0 0px 1px #c1c1c1, inset 0 0px 0 #0b8456;
}

div.menu a {
	color: #FFFFFF;
	font-size: 10pt;
}

.nav-section {
	float: left;
	height: 41px;
	padding: 0;
	position: relative;
	text-align: center;
	margin: 0;
	border-right: 1px solid #5f5145;
	vertical-align: top;
}

.nav-section a {
	display: block;
	padding: 16px 29px 12px 29px !important;
	font-family: 'proxima-bold';
}

.contact-us a {
	padding-right: 31px !important;
}

.nav-section a:hover {
	background-color: #155188;
}

.menu-bar {
	height: 6px;
	width: 962px;
	background-color: #155188;
	margin-left: -1px;
}

.contact-us {border-right: none;}
	
.request-quote {
	width: 180px;
	float: right;
	background: #000;
	background: #e11d41; /* Old browsers */
    background: -moz-linear-gradient(top,  #1762a7, #155188);
    background: -webkit-gradient(linear, left top, left bottom, from(#1762a7), to(#155188)); /*  WebKit */
    background: -webkit-linear-gradient(top,  #1762a7 1%,#155188 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1762a7 1%,#155188 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1762a7 1%,#155188 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1762a7 1%,#155188 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1762a7', endColorstr='#155188',GradientType=0 ); /* IE6-9 */
	border-left: 1px solid #5f5145;
	border-right: none !important;
}
	
	

/**************** FOOTER *****************/
.footer {
	height: 100px;
	width: 960px;
	margin: 0 auto;
	background: #1762a7;
}

.footer a {
	color: #ffffff;
	font-size: 10pt;
}

.footer a:hover {
	text-decoration: underline;
}

.footer-left {
	width: 340px;
	float: left;
	margin-left: 20px;
	padding-top: 5px;
}

.footer-middle {
	text-align: center;
	float: left;
}

.footer-middle p {
	color: #FFF;
	padding-top: 7px;
	font-size: 12px;
}

.footer-right {
	width: 220px;
	float: right;
	margin-right: 10px;
	text-align: right;
}

.follow-us {
	float:left;
}

.follow-us p {
	padding-top: 7px;
	color: #FFF;
}

.social-icons {
	float: right;
}




/**************** HOMEPAGE *******************/
.content {
	width: 960px;
	padding-bottom: 50px;
	margin-left: -1px;
}

.main-content {
	width: 962px;
}

.homepage-slideshow {
	background: url('/images/Plastic-Injection-Molding-Image.jpg');
	height: 401px;
}

.homepage-message-2 {
	background-color: #2b8e21;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#homepage-slide-text p {
	margin: 0 auto;
	text-align: center;
	padding-top: 245px;
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
}

#homepage-slide-text a {
	font-size: 16px;
	font-family: 'proxima-bold';
	margin-top: 25px;
}

.homepage-button, #submit {
	/*gradient background color */
    background: #e11d41; /* Old browsers */
    background: -moz-linear-gradient(top,  #0CAE71, #0b8456);
    background: -webkit-gradient(linear, left top, left bottom, from(#0CAE71), to(#0b8456)); /*  WebKit */
    background: -webkit-linear-gradient(top,  #0CAE71 1%,#0b8456 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0CAE71 1%,#0b8456 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0CAE71 1%,#0b8456 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0CAE71 1%,#0b8456 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0CAE71', endColorstr='#0b8456',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #0b8456;
    -moz-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #0b8456;
    box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #0b8456;
	
	margin-top: 0px;
	border-radius: 2px;
	color: #FFF;
	display: inline-block;
	padding: 8px 20px 10px 20px;
	text-decoration: none;
	-webkit-box-shadow:inset 0px 0px 0px 1px transparent;
    -moz-box-shadow:inset 0px 0px 0px 1px transparent;
    box-shadow:inset 0px 0px 0px 1px transparent;
	text-transform: uppercase;
	border: none;
	font-family: 'open-sans-bold', arial, sans-serif;
}
	
.homepage-button:hover {
	background-color: #FFF;
	/*gradient background color */
    background: #FFF; /* Old browsers */
    background: -moz-linear-gradient(top,  #FFF, #0b8456);
    background: -webkit-gradient(linear, left top, left bottom, from(#0b8456), to(#0b8456)); /*  WebKit */
    background: -webkit-linear-gradient(top,  #0b8456 1%,#0b8456 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0b8456 1%,#0b8456 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0b8456 1%,#0b8456 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0b8456 1%,#0b8456 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b8456', endColorstr='#0b8456',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #0b8456;
    -moz-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #0b8456;
    box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #0b8456;
	
	background-position: 87% 20%;
	color: #FFF;
	text-decoration: none;
	-webkit-box-shadow:inset 0px 0px 0px 1px #0CAE71;
    -moz-box-shadow:inset 0px 0px 0px 1px #0CAE71;
    box-shadow:inset 0px 0px 0px 1px #0CAE71;
	-webkit-appearance: none;
}

.homepage-button:after {
	content: '\00a0\00a0\203A';
	font-size: 22px;
}

.homepage-copy {
	margin-top: 30px;
	padding: 0 15px 0 15px;
}

.advertisements {
	margin-top: 60px;
	overflow: hidden;
}

.advertisement {
	float: left;
	margin-left: 20px;
	width: 290px;
}

.advertisement-text {
	padding: 10px 0 10px 0;
	text-align: center;
}

.advertisement-text p {
	font-size: 11pt;
	line-height: 140%;
	padding: 0 5px 0 8px;
	margin-left: 2px;
}

.advertisement-text a {
	margin-top: 10px;
}

.smaller {text-transform: none !important; font-size: 11pt;}


.title-image {
	text-align: center;
}

.title-image h4 {
	color: #474747;
	font-size: 12pt;
	margin: 0px 0 10px 0;
}








/********************* LANDING PAGE GLOBALS ********************/
.body-text {
	padding: 25px 15px 0 15px;
}

.contact-us-content {
	width: 400px;
	float: left;
	margin: 20px 15px 20px 15px;
	
}

.contact-form {
	width: 475px;
	float: left;
	border: 1px dashed #c6c6c6;
	padding: 10px;
}

.contact-right {
	width: 250px;
	margin-top: 130px;
	margin-right: 70px;
	font-size: 14pt;
	text-align: center;
}

.sitemap-content {
	width: 100%;
	float: left;
	margin: 20px 15px 20px 15px;
}

.sitemap-content ul {
	list-style: disc;
}

.sitemap-content a {
	color: #344aad;
}

.sitemap-content a:hover {
	text-decoration: underline;
}

.privacy-policy-content {
	width: 932px;
	float: left;
	padding: 20px 15px 20px 15px;
}






/****************** RESPONSIVE MENU ********************/
.mobile-header {
	display: none;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 15px;
}

.navigation {
  max-width: none;
  background: #0b8456;
  padding: 0;
}

.navigation li {
  float: left;
  list-style: none;
}

.navigation li a {
  display: block;
  color: #fff;
  padding: 10px;
}

.navigation li a:hover {
  background: #155188;
}

.navheader { 
  font-size: 12px;
  font-style: normal;
}

.slide-trigger {
  display: none; /* need this */
  border: 1px solid #CCCCCC;
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
}

.slide-trigger span {
  background-image: url("/images/dropdown-arrows.png");
  background-position: 0 -14px;
  display: block;
  float: right;
  margin-top: 3px;
  height: 14px;
  width: 32px;
}

.group h2 {
	padding: 10px 5px;
	color: #000;
}







/****************** RESPONSIVE CSS ********************/
@media only screen and (min-width: 150px) and (max-width: 600px)
{
	input {max-width: 70% !important;}
	textarea {max-width: 70% !important;}
	h1 {text-align: center;}
	
	.mobile-header {display: block; z-index: 10000;}
	.slide-trigger { display: block; z-index: 10000; }
    .no-js .slide-trigger { display: none; z-index: 10000;}
	.navigation { display: none; z-index: 10000;}
    .no-js .navigation { display: block; z-index: 10000;}
	.navigation { margin: 0 15px; z-index: 10000;}
	.navigation li { float: none; z-index: 10000;}
	.navigation li a { border-bottom: 1px solid #fff; z-index: 10000;}
	.content {width: 99%; background: #fff;}
	.body-text img {float: none !important; margin-bottom: 30px; max-width: 100% !important; margin-left: 0px !important;}
	.body-text {text-align: center !important;}
	.body-text ul {text-align: left !important;}
	.footer {width: 100%; height: auto;}
	.main-content {width: 95%; margin-left: 15px;}
	.advertisements{width: auto;}
	.advertisement {text-align: center; float: none; margin: 0 auto; margin-bottom: 50px;}
	.footer-left {width: 85%;}
	.footer-middle {width: 100%; font-size: 6pt; margin-top: 15px; margin-bottom: 15px;}
	.body {width: 99%;}
	.container {width: 99%;}
	.menu-bar{display: none;}
	.homepage-slideshow {width: 100%; background: none; height: auto; }
	.homepage-slideshow p {padding-top: 20px !important; font-size: 14pt !important; color: #474747 !important;}
	
	.about-us-content {width: 95%;}
	.about-us-content table {margin-left: 0px; font-size: 9pt;}
	.about-us-content table td {padding: 2px;}
	.about-us-content img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	
	.contact-form {max-width: 90%; overflow: hidden !important;}
	.contact-form table td {max-width: 230px !important;}
	.contact-form table {width: 200px !important;}
	.contact-us-content {width: 90% !important;}
	.contact-us-content img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	
	
	.sitemap-content {width: 95%;}
	.sitemap-content img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	
	
	.privacy-policy-content {width: 95%;}
	
	
	.header {display: none;}
	.menu {display: none;}
	.left-nav {display: none;}
}



</style>