@charset "utf-8";
/* CSS Document */
A:link   { color:#505050; outline: none; text-decoration:none; }

A:visited { color:#505050; outline: none; text-decoration:none; }

A:active { color:#505050; outline: none; text-decoration:none; }

A:hover { color:#CE7900; outline: none; text-decoration:none; }

body 
	{
	background-color: #e3e3e3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#505050;
	margin:0;
	}
a img {
	border: none;
	}
.headerback
	{
	background-image: url(http://www.noventri.com/images/Header-Repeat.jpg);
	height: 93px;
	background-repeat:repeat-x;
	}
	
.headerlogo
	{
	background-image: url(http://www.noventri.com/images/Header-Noventri-Logo.jpg);
	height: 77px;
	background-repeat:no-repeat;
	cursor:pointer;
	}	
#nav_bar {
	margin: 0 auto;
	width: 1024px;
	}
.green_nav {
	background-color: #bcc84e;
}
#nav_request {
	background-color: #D7E68B;
	}
#nav_request a:hover {
	background: #ffffff !important;
}
#logo {
	width: 205px !important;
	float: left;
}
/* Nav Bar */
#nav
		{
			
			font-family: Verdana, Geneva, sans-serif;
			font-weight: 500;
			float: right;
			letter-spacing:.5px;
			margin-top: 5px;
		}

			#nav > a
			{
				display: none;
				
			}

			#nav li
			{
				position: relative;
				list-style-type: none;
			}
				#nav li a
				{
					color: #fff;
					display: block;
					text-decoration: none;
				}
				#nav li a:active
				{
					background-color: #dbd2c1 !important;
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #1d98ba;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: 38px;
				top: 15px;
			}
			#nav #industries:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #1d98ba;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: 46px;
				top: 15px;
			}
			#nav #community:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #1d98ba;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: 50px;
				top: 15px;
				}
			/* first level */

			#nav > ul
			{
				height: 60px;
				padding: 0px;
				margin: 0px;
			}
				#nav > ul > li
				{
					height: 100%;
					float: left;

				}
					#nav > ul > li > a
					{
						height: 100%;
						font-size: 15px; /* 24 */
						line-height: 60px; /* 60 (24) */
						text-align: center;
						padding-left: 15px;
						padding-right: 15px;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							
						}
						#nav > ul > #first_item:hover > a {
							background-color: #dbd2c1;
						
							}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color: #dbd2c1;

						}


				/* second level */

				#nav li ul
				{
					background-color: #aab546;
					display: none;
					position: absolute;
					top: 100%;
					padding: 0px;
					z-index: 9999;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav li ul a
						{
							font-size: 12px; /* 20 */
							
							padding: 0.75em; /* 15 (20) */
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #bcc84e;
							}

		@media only screen and ( max-width: 62.5em ) /* 1000 */
		{
			#nav
			{
				width: 769px !important;
				position: static;
				margin: 0;
			}
		}

		@media only screen and ( max-width: 40em ) /* 640 */
		{
			html
			{
				font-size: 75%; /* 12 */
			}

			#nav
			{
				position: relative;
				top: auto;
				left: auto;
			}
				#nav > a
				{
					width: 3.125em; /* 50 */
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: #bcc84e;
					position: relative;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding: 0 0.833em; /* 20 (24) */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom: 1px solid #cc470d;
						}


				/* second level */

				#nav li ul
				{
					position: static;
					padding: 1.25em; /* 20 */
					padding-top: 0;
				}
				
		}
#manufacturing-buttons  {
	padding-bottom: 15px;
	}
#manufacturing-buttons a  {
	padding-left: 10px;
	}
#lean-production {
		background: transparent url('manufacturing/images/Buttons/lean-production.png') no-repeat;	
		width: 186px;
		height: 90px;
		display:inline-block;
	}
#lean-production:hover {
		background-position: 0px -95px;
	}
#it-technical {
		background: transparent url('manufacturing/images/Buttons/it-technical.png') no-repeat;	
		width: 186px;
		height: 90px;
		display:inline-block;
	}
#it-technical:hover {
		background-position: 0px -95px;
	}
#metric_subnav {
	width: 400px;
	margin: 0 auto;
	}
#metric_subnav li {
	width: auto;
	padding:0;
	margin-left: 12px;
	margin-right: 12px;
	}
#metric_subnav li a:link, #metric_subnav li a:visited  {
	color: white;
	font-size: 10px;
	}	
#metric_subnav li a:hover, #metric_subnav li a:active, #metric_subnav li a:focus {
	color:#d4de63;
	}
#footer{
	background-color: #575853;
	width: 100%;
	height: auto;
	position: absolute;
	background-image: url('images/index/footer/footer-dark-repeat.png');
	background-repeat: none !important;
	font-family:Tahoma, Geneva, sans-serif;
	color: #979797;
	min-width: 1024px;
	z-index: 999;
}
#footer_content {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
}
#footer_content img {
	margin-right: 5px;
	margin-left: 5px;
}
.footer_column {
	width: 182.25px;
	float: left;
	margin-top: 30px;
}
.footer_column h2 {
	font-size: 20px;
	font-weight: 400;
	display: inline;
}
.footer_column#two_columns {
	width: 364.5px;
	float: left;
	clear: both;
}
.footer_column#two_columns h2 {
	display: inline;
}
.footer_column#footer_contact {
	text-align: right;
	color: #dbd2c1;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 700;
}
.footer_column#footer_contact h3 {
	text-align: right;
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 700;
	display: inline;
}
.footer_column ul {
	margin-top: 5px;
	margin: 0;
	padding:0;
}
.footer_column ul li {
	color: #dbd2c1;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	list-style-type: none;
	line-height: 23px;
	text-shadow: 0px 1px 1px rgba(66, 67, 63, 1);
	font-weight: 700;
	margin-top: 5px;

}
.footer_column ul li a:link, .footer_column ul li a:visited {
	color: #dbd2c1;
	text-decoration: none;
}
.footer_column ul li a:hover, .footer_column ul li a:active, .footer_column ul li a:focus {
	color: #1d98ba;
}
.footer_list_first {
	width: 190px;
	float: left;
}
.footer_list_second {
	width: 170px;
	float: left;
}
.request_info_column {
	width: 295px;
	text-align: center;
	background-image: url('images/index/footer/request_info_dark.png');
	background-repeat: no-repeat;
	height: 205px;
	float: left;

}
.request_info_column h2 {
	font-size: 40px;
	font-weight: 400;
	margin-top: 54px !important;
	display: block;
	font-family:Tahoma, Geneva, sans-serif;
	line-height: 45px;
}
.request_info_column a:link,.request_info_column a:visited {
	color: white;
}
.request_info_column a:hover, .request_info_column a:focus, .request_info_column a:active{
	color: #bcc84e;
}  
.facebook {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-left: 5px;
	background: transparent url('images/index/Social-Media-Icons/facebook.png') no-repeat;
}
.facebook:hover {
	background-position: 0px -26px;
}
.twitter {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-left: 5px;
	background: transparent url('images/index/Social-Media-Icons/twitter.png') no-repeat;
}
.twitter:hover {
	background-position: 0px -26px;
}
.youtube {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-left: 5px;
	background: transparent url('images/index/Social-Media-Icons/youtube.png') no-repeat;
}
.youtube:hover {
	background-position: 0px -26px;
}
.rss {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-left: 5px;
	background: transparent url('images/index/Social-Media-Icons/rss.png') no-repeat;
}
.rss:hover {
	background-position: 0px -26px;
}
.pinterest {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-left: 5px;
	background: transparent url('images/index/Social-Media-Icons/pinterest.png') no-repeat;
}
.pinterest:hover {
	background-position: 0px -26px;
}
.linkedin {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-left: 5px;
	background: transparent url('images/index/Social-Media-Icons/linkedin.png') no-repeat;
}
.linkedin:hover {
	background-position: 0px -26px;
}
.googleplus {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-left: 5px;
	background: transparent url('images/index/Social-Media-Icons/google-plus.png') no-repeat;
}
.googleplus:hover {
	background-position: 0px -26px;
}
.instagram {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-left: 5px;
	background: transparent url('images/index/Social-Media-Icons/instagram.png') no-repeat;
}
.instagram:hover {
	background-position: 0px -26px;
}
#content_ebook_link a:link, #content_ebook_link a:visited {
	color: #bcc848;
}
#content_ebook_link a:hover, #content_ebook_link a:active, #content_ebook_link a:focus {
	color: #1d98ba;
}
.testimonialnames
	{
	font-size:12px;
	font-weight:bold;	
	}
	
.testimonialtitles
	{
	font-size:10px;	
	}

.testimonialsection a
	{
	font-size:10px;
	color:#3985B7;
	}
	
.testimonialsection a:hover
	{
	color:#4AABEA;
	}
	
.productnav {
    padding: 2px;
	padding-left:30px;
    margin: 0px auto;
    list-style: none;
    text-align: center;
    }
    
.productnav li {
    width: 107px;
    float: left;
    }
    
.productnav a {
    display: block;
    text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
    font-variant: normal;
	color:#535353;
	padding-bottom:4px;
	}
	
.productnav a:hover {
    display: block;
    text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
    font-variant: normal;
	color:#008C99;
	}
	
.suitenav {
    padding: 2px;
	padding-left:30px;
    margin: 0px auto;
    list-style: none;
    text-align: center;
    }
    
.suitenav li {
    width: 100px;
    float: left;
    }
    
.suitenav a {
    display: block;
    text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
    font-variant: normal;
	color:#535353;
	padding-bottom:4px;
	}
	
.suitenav a:hover {
    display: block;
    text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
    font-variant: normal;
	color:#008C99;
	}

