@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	background-color: #333;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 10em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 10em;
	background-color: #333;
	border: thin none #CCC;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #0F0;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #0F0;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background: #FFF;
	}
}
#main_image {
	background-image: none;
	float: left;
	height: auto;
	width: 877px;
	padding-bottom: 17px;
	background-repeat: no-repeat;
	background-color: #000;
	padding-top: 10px;
}
#left_nav {
	background-color: #000;
	float: left;
	height: 452px;
	width: 250px;
}
#left_nav {
	background-color: #000;
	float: left;
	height: 430px;
	width: 142px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 37px;
	background-image: url(../inventek/images/products.jpg);
	background-repeat: no-repeat;
}
#description {
	background-color: #000;
	float: left;
	height: auto;
	width: 325px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding: 17px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: auto;
	width: 988px;
	color: #FFF;
	font-size: medium;
	line-height: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 11px;
	padding-right: 18px;
	padding-bottom: 23px;
	padding-left: 18px;
	text-align: justify;
	background-color: #333;
}
#bottom_nav {
	float: left;
	height: 30px;
	width: 1024px;
	padding-top: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-bottom: 0px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	float: left;
	width: 1024px;
	font-size: 10px;
	word-spacing: normal;
	letter-spacing: 1px;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 17px;
}
#home_page_image {
	float: left;
	height: 612px;
	width: 1020px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#content_home {
	float: left;
	width: 624px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 18px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#about_content {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: auto;
	width: 986px;
	color: #CCC;
	padding: 17px;
	line-height: 22px;
	text-align: justify;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-bottom-style: solid;
	font-size: medium;
}
#inventek_criteria {
	float: left;
	height: 266px;
	width: 1024px;
}
#about_buildings {
	float: left;
	height: 60px;
	width: 990px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
	font-size: medium;
	text-align: center;
	line-height: 22px;
}
#buildings_1 {
	float: left;
	height: auto;
	width: 1024px;
	padding-bottom: 17px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#inventek_buildings_2 {
	float: left;
	height: 457px;
	width: 1024px;
}
#inventek_buildings_2 {
	float: left;
	height: auto;
	width: 1020px;
	padding-top: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-bottom: 17px;
}
#tech_header {
	float: left;
	height: auto;
	width: 1020px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-bottom-style: solid;
	padding-bottom: 0px;
}
#tech_content {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	width: 986px;
	float: left;
	font-size: medium;
	text-align: justify;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
	line-height: 22px;
}
#nano_graphic {
	float: left;
	height: auto;
	width: 1024px;
	text-align: center;
}
#tech_content_2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	padding: 17px;
	float: left;
	height: auto;
	width: 990px;
	text-align: justify;
	font-size: medium;
	line-height: 22px;
}
#proven_technology {
	float: left;
	height: auto;
	width: 1020px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#content_tech_3 {
	font-size: medium;
	line-height: 22px;
	color: #CCC;
	text-align: justify;
	float: left;
	height: auto;
	width: 990px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 17px;
}
#tech_totes {
	float: left;
	height: auto;
	width: 1024px;
}
#content_tech_4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 22px;
	color: #CCC;
	padding: 17px;
	float: left;
	height: auto;
	width: 990px;
	text-align: justify;
}
#pdvsa {
	float: left;
	height: auto;
	width: 1022px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-bottom: 17px;
}
#contact_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 22px;
	color: #CCC;
	float: left;
	height: 185px;
	width: 1022px;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-image: url(../inventek/images/contact_under.jpg);
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
#main_frame #contact_field h3 em {
	color: #0C0;
}
#main_frame #contact_field h3 em {
	font-size: large;
}
#contact_content {
	font-size: small;
	color: #CCC;
	padding: 17px;
	height: 100px;
	width: 990px;
	font-family: "Courier New", Courier, monospace;
}
#content_contact {
	font-size: medium;
	color: #CCC;
	padding: 17px;
	float: left;
	height: auto;
	width: 990px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#content_products {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	float: left;
	height: 260px;
	width: 400px;
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-bottom: 20px;
	padding-left: 192px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-size: large;
	line-height: 26px;
	background-position: center;
}
#r_d_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 26px;
	color: #CCC;
	float: left;
	height: 209px;
	width: 646px;
	background-image: url(../inventek/images/r_d.jpg);
	padding-top: 17px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 360px;
	background-repeat: no-repeat;
	text-align: justify;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#blending {
	float: left;
	height: 1006px;
	width: 339px;
	text-align: center;
	padding-top: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#packaging {
	float: left;
	height: 1006px;
	width: 339px;
	text-align: center;
	padding-top: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#logistics {
	text-align: center;
	float: left;
	height: 1006px;
	width: 339px;
	padding-top: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#inventek_services {
	float: left;
	height: 104px;
	width: 1024px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-bottom: 0px;
}
#bottom_border {
	float: left;
	height: 1px;
	width: 1024px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: xx-small;
	padding-top: 17px;
}
#rd_header {
	float: left;
	height: 104px;
	width: 1020px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#content_products2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #CCC;
	text-align: left;
	float: left;
	height: auto;
	width: 404px;
	padding-top: 17px;
	padding-right: 0px;
	line-height: 26px;
	padding-left: 25px;
	padding-bottom: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#content_products_2 {
	height: auto;
	width: 310px;
	float: left;
	padding-top: 17px;
	padding-left: 200px;
}
#content_products_3 {
	float: left;
}
#content_products_3 {
	float: right;
	height: auto;
	width: 460px;
	padding-top: 17px;
	padding-left: 50px;
}
#content_products {
	float: left;
	height: 260px;
	width: 200px;
}
#about_inventek_header {
	float: left;
	height: 104px;
	width: 1020px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#download {
	float: left;
	height: 430px;
	width: 877px;
	padding-top: 10px;
	padding-bottom: 17px;
	background-image: none;
}
