@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
#main h2 {
	color: #E72110;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 10px;
}
.img {
	padding: 10px;
	background-color: #F1EFF2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%; 
}
#email {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 30px;
}
#email p {
	font-size: 12px;
	color: #8AADB7;
	text-align: right;
	margin-top: 10px;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	height: 180px;
	background-image: url(../_images/home/banner-logo-mobile.png);
}

#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;	
}
#menu a {
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;	
	text-align: left;
	color: #FFFFFF; 
}
#menu li {
	padding-left: 10px;
	background-image: url(../_images/home/menu-background.png);
	background-repeat: repeat;
}

#pageContent {
	width: 100%;
	float: left;
	overflow: hidden; /* this is the fix for IE 6 */
	background-color: #F1EFF2;
}
#main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006600;	
	padding-left: 10px;
}
#parts {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#PartsOrder {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}
#partsOrder a {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #1E6179;
	margin-bottom: 0px;
	padding-left: 10px;
	margin-right: 10px;
	line-height: 24px;
	width: 100%;
	border: 1px solid #506F79;
}
#partsOrder a.newgroup {
	padding: 8px 0 8px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #0C374B;
	margin: 0px;
	background-image: none;
}
#partsOrder a:hover {
	color: #FFF;
	background-image: url(../_images/home/parts-background-down.png);
}
#copyRight {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#categoryOne {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#categoryTwo {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}
#categoryThree {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}
#categoryFive {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}

#pageFooter {
	width: 100%;
	float: left;
	background-image: url(../_images/home/footer-background.png);
	height: auto;
}

#copyRight {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 0px;
}
#logoTagline {
	width: 100%;
	height: 50px;
	position: absolute;
	right: 0;
	float: right;
	top: 160px;
	text-align: right;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) { 
.gridContainer {
	width: 90.675%;
	/*min-width: 479px;*/
	padding-left: 1.1625%;
	padding-right: 1.1625%; 
}
#pageHeader { 
	position: relative;
}
#email {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#email p {
	font-size: 12px;
	color: #8AADB7;
	text-align: right;
	margin-top: 10px;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	height: 180px;
	background-image: url(../_images/home/banner-logo-tablet.png);
}

#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;

}
#menu a {
	font-size: 16px;
	line-height: 28px;
	text-decoration: none;	
	text-align: left;
	color: #FFFFFF; 
	padding: 6px 2% 6px 2%;
}
#menu li {
	padding-left: 10px;
	background-image: url(../_images/home/menu-background.png);
	background-repeat: repeat;
}

#main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #006600;	
	padding-left: 10px;
}
#parts {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#PartsOrder {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}
#partsOrder a {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #1E6179;
	margin-bottom: 0px;
	padding-left: 10px;
	margin-right: 10px;
	line-height: 24px;
	width: 100%;
	border: 1px solid #506F79;
}
#partsOrder a.newgroup {
	padding: 8px 0 8px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #0C374B;
	margin: 0px;
	background-image: none;
}
#partsOrder a:hover {
	color: #FFF;
	background-image: url(../_images/home/parts-background-down.png);
}
#categoryOne {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#categoryTwo {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
}
#categoryThree {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
}
#categoryFive {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
}
#pageFooter {
	width: 100%;
	float: left;
	background-image: url(../_images/home/footer-background.png);
	height: auto;
}
#copyRight {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 0px;
}
#logoTagline {
	width: 80%;
	height: 50px;
	position: absolute;
	right: 0;
	float: right;
	top: 160px;
	text-align: right;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%; /* 88.5% */
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	overflow: hidden;
}
#pageHeader {
	width: 100%;
	float: left;  
	position: relative;
}
#email {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 30px;

}
#email p {
	font-size: 16px;
	color: #8AADB7;
	text-align: right;
	margin-top: 10px;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	height: 180px;
	background-image: url(../_images/home/banner-logo-desktop.png);
}
#pageNavigation {
	width: 100%;
	float: left;	
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 6px 1% 6px 1%;
	text-decoration: none;	
	text-align: center;
	color: #FFFFFF;
}
# menu ul {
	background: none;	
}
#menu li {	
	display: inline; 
}
#menu ul li a {
	line-height: 40px;
}
#menu ul li a:hover {
	color: #FFFF33;
	background-color: #006633;
}
#pageContent {
	width: 100%;
	float: left;
	overflow: hidden; /* this is the fix for IE 6 */
	background-image: url(../_images/home/mainContent-background.png);
	background-color: #F5F5F5;
	background-repeat: no-repeat;
}
#main {
	clear: right;
	float: left;
	margin-left: 0;
	width: 83.0508%;
	display: block;
	overflow: hidden; /* this is the fix for IE 6 */
}
#parts {
	clear: right;
	float: left;
	margin-left: 1.6949%; /* 1.6949% */
	width: 15.2542%; /* 15.2542%; */
	display: block;
	background: none;
	height: auto;
}

#PartsOrder {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}
#partsOrder a {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #1E6179;
	margin-bottom: 0px;
	padding-left: 10px;
	margin-right: 10px;
	line-height: 24px;
	width: 100%;
	border: 1px solid #506F79;
}
#partsOrder a.newgroup {
	padding: 8px 0 8px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #0C374B;
	margin: 0px;
	background-image: none;
}
.sitemapsubhead {
	margin-left: -20px;
}
#partsOrder a:hover {
	color: #FF0;
	background-image: url(../_images/home/parts-background-down.png);
}

#pageImage {
	clear: both;
	float: left;
	margin: 0 0 40px 10px;
	width: 98%; /* 83.0508 */
	display: inline;
	background: none;
	background-position: 0% 0%;
	border: 1px solid #CCCCCC;
	padding: 10px 0 20px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#pageImage h3 {
	font-size: 14px;
	padding-left: 4px;	
	color: green;
}
#pageImage p {
	font-size: 13px;
	color: black;
}
#categoryStamping {
	float: left;
	margin-left: .7%;
	width: 18.9342%;
	min-height: 320px;
	display: block;
	background-color: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #F2F6D8;
	border: 1px solid #CCCCCC;
	background-image: url(../_images/home/stamping-background.png);
	background-repeat: no-repeat;
}
#categoryPlastic {
	float: left;
	margin-left: .7%;
	width: 18.9342%;
	min-height: 320px;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #F2F6D8;
	border: 1px solid #CCCCCC;
	background-image: url(../_images/home/stamping-background.png);
	background-repeat: no-repeat;
}
#categoryForging {
	float: left;
	margin-left: .7%;
	width: 18.9342%;
	min-height: 320px;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #F2F6D8;
	border: 1px solid #CCCCCC;
	background-image: url(../_images/home/stamping-background.png);
	background-repeat: no-repeat;
}
#categoryFabric {
	float: left;
	margin-left: .7%;
	width: 18.9342%;
	min-height: 320px;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #F2F6D8;
	border: 1px solid #CCCCCC;
	background-image: url(../_images/home/stamping-background.png);
	background-repeat: no-repeat;
}
#categoryMis {
	float: left;
	margin-left: .7%;
	width: 18.9342%;
	min-height: 320px;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #F2F6D8;
	border: 1px solid #CCCCCC;
	background-image: url(../_images/home/stamping-background.png);
	background-repeat: no-repeat;
}
#pageFooter {
	width: 100%;
	float: left;
	background-image: url(../_images/home/footer-background.png);
	height: auto;
}

#copyRight {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 0px;
}
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #006600;	
	padding-left: 10px;
}
#logoTagline {
	width: 41%;
	height: 50px;
	position: absolute;
	right: 0;
	float: right;
	top: 160px;
	text-align: right;
}
}


/*

#PartsOrder {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}
#partsOrder a {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #E4ECF3;
	margin-bottom: 2px;
	padding-left: 10px;
	margin-right: 10px;
	line-height: 24px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: url(../_images/home/parts-background-up.png);
}
#partsOrder a.newgroup {
	padding: 8px 0 8px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #324449;
	margin-bottom: 4px;
	background-image: none;
}
#partsOrder a:hover {
	color: #FF0;
	background-image: url(../_images/home/parts-background-down.png);
}

*/