@charset "UTF-8";
body {
	text-align: center;
	min-width: 860px;
	margin: 0px;
	background-color: #E7E7E7;
	background-image: url(/images/graphics/page-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

/* Masthead Elements ---------------------------------------- */

/* Masthead Elements ---------------------------------------- */

#masthead {
	margin-top: 12px;
	display: block;
	background-image: url(/images/graphics/masthead-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#masthead .outer {
	display: block;
	background-image: url(/images/graphics/masthead-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100px;
}
#masthead .inner {
	display: block;
	background-image: url(/images/graphics/masthead-center.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	position: relative;
}
#navUser {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}
#masthead ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 16pt;
	color: #FFFFFF;
}
#masthead ul li {
	float: left;
}
#masthead a {
	display: block;
	float: left;
	line-height: 10pt;
	background: url(/images/graphics/navuser-spacer.gif) repeat-y left top;
	text-decoration: none;
	color: #FFFFFF;
	margin-top: 4px;
	padding: 0 2em;
	font-weight: bold;
	_cursor:hand;
}
#masthead .first a {
	background: none;
}
#masthead a:link {
	text-decoration: none;
}
#masthead a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#masthead a:hover {
	text-decoration: underline;
}
#masthead a:active {
	text-decoration: underline;
}

/* Primary Navigation Bar ---------------------------------------- */

#navPrimary {
	background: url(/images/graphics/navbar-left.gif) no-repeat left top;
	margin-top: 6px;
	display: block;
	height: 20px;
}
#navPrimary .outer {
	background: url(/images/graphics/navbar-right.gif) no-repeat right top;
	display: block;
	height: 20px;
}
#navPrimary ul {
	width: 584px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#navPrimary ul li {
	float: left;
	display: block;
	background: url(/images/graphics/navuser-spacer.gif) no-repeat left center;
	margin: 0 auto;
	text-align: center;
}
#navPrimary ul a {
	line-height: 20px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0;
	_cursor:hand;	
}
#navPrimary ul .first {
	background: none;
}
#navPrimary ul li a:link {
	text-decoration: none;
}
#navPrimary ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#navPrimary ul li a:hover {
	text-decoration: underline;
}
#navPrimary ul li a:active {
	text-decoration: underline;
}
#navPrimary #home {
	width: 82px;
}
#navPrimary #products {
	width: 98px;
}
#navPrimary #sales {
	width: 76px;
}
#navPrimary #support {
	width: 94px;
}
#navPrimary #supplier {
	width: 134px;
}
#navPrimary #news {
	width: 136px;
}
#navPrimary #company {
	width: 100px;
}
#navPrimary #contact {
	width: 88px;
}
#navPrimary #opwfcurl {
	width: 150px;
}
#navPrimary #gvhome {
	width: 76px;
}
#navPrimary #gvdata {
	width: 120px;
}
#navPrimary #gvorderform {
	width: 238px;
}
.submenu  {
	float: left;
	display: block;
	background-color: #FFFFFF;
	opacity: 0.93;
	-moz-opacity:0.93;
	filter: Alpha(Opacity=93);
	border: 1px solid #006699;
	position: absolute;
}
.submenu .submenu-column {
	float: left;
}
.submenu ul {
	padding: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
}
.submenu .heading {
	font-size: 9pt;
	line-height: 16pt;
	font-weight: bold;
}
.submenu ul a {
	display: block;
	color: #3366FF;
	text-decoration: none;
	padding: 2px;
	line-height: 10pt;
	_cursor:hand;
}
.submenu ul li {
	display: inline;
}
.submenu ul a:link, .submenu ul a:visited {
	color: #3366FF;
}
.submenu ul a:hover, .submenu ul a:active {
	color: #FFF;
	background-color: #3399FF;	
}

/* Banner graphic - static or Flash ---------------------------------------- */

#banner {
	margin-top: 6px;
}

/* Content Area Structure Elements ---------------------------------------- */

#contentArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contentArea #topCap {
	margin-top: 6px;
	display: block;
	background-image: url(/images/graphics/content-top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
}
#contentArea #topCap .inner {
	display: block;
	background-image: url(/images/graphics/content-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 5px;
}
#contentArea #content {
	display: block;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding: 0;
	margin: 0;
}
#contentArea #bottomCap {
	display: block;
	background-image: url(/images/graphics/content-bottom-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 5px;
}
#contentArea #bottomCap .inner {
	display: block;
	background-image: url(/images/graphics/content-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 5px;
}
#contentArea .clear, .clear {
	clear: both;
}
.column-xsmall {
	float: left;
	width: 200px;
}
.column-small {
	float: left;
	width: 244px;
}
.column-medium {
	float: left;
	width: 322px;
}
.column-large {
	float: left;
	width: 428px;
}
.column-xlarge  {
	float: left;
	width: 644px;
}
.column-full {
	width: 848px;
}
.column-product-data {
	width: 300px;
	float: left;
}
.product-content  {
	float: left;
	width: 644px;
	z-index: 1;
}
.product-tabs  {
	padding-right: 12px;
	padding-left: 12px;
}

/* Content Area Typography ---------------------------------------- */


a.downloadpdf {
	padding-left: 24px;
	background-image: url(/images/graphics/pdf-icon-16.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	display: block;
}
#content h1 {
	font-size: 12pt;
	line-height: 16pt;
	color: #003399;
	margin: 0;
	padding: 12px;
}
#content h2 {
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	margin: 0;
	padding-top: 6pt;
	padding-right: 12px;
	padding-bottom: 6pt;
	padding-left: 12px;
}
#content h3 {
	font-size: 10pt;
	line-height: 14pt;
	color: #003399;
	margin: 0;
	padding-top: 11pt;
	padding-right: 12px;
	padding-bottom: 12pt;
	padding-left: 12px;
}
#content h4 {
	font-size: 9pt;
	line-height: 14pt;
	color: #000000;
	padding-top: 0pt;
	padding-right: 12px;
	padding-bottom: 12pt;
	padding-left: 12px;
	margin-top: -6pt;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#content h5 {
	font-size: 8pt;
	line-height: 12pt;
	color: #000000;
	padding-top: 4pt;
	padding-right: 12px;
	padding-bottom: 6pt;
	padding-left: 12px;
	margin: 0;
	font-weight: bold;
}
#content p {
	font-size: 8pt;
	line-height: 12pt;
	color: #000000;
	margin: 0;
	padding-top: 0pt;
	padding-right: 12px;
	padding-bottom: 9pt;
	padding-left: 12px;
}
#content ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	padding: 0px;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 8px;
	margin-left: 36px;
}
#content a {
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
	_cursor:hand;
}
#content a:link {
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
}
#content a:visited {
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
}
#content a:active {
	text-decoration: underline;
}
#downloads ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	list-style: none;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#downloads ul li a.pdf {
	background-image: url(/images/graphics/pdf-icon-16.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-left: 24px;
	display: block;
}
#downloads ul li a.xls {
	background-image: url(/images/graphics/excel-icon-16.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-left: 24px;
	display: block;
}
#downloads ul li a.ppt {
	background-image: url(/images/graphics/ppt-icon-16.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-left: 24px;
	display: block;
}
#downloads ul li a.swf {
	background-image: url(/images/graphics/swf-icon-16.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-left: 24px;
	display: block;
}
#features ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	padding: 0px;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 28px;
}
#downloads ul li, #features ul li {
	padding-top: 0;
	padding-bottom: 6pt;
}
#legal p {
	font-size: 7pt;
	line-height: 10pt;
	color: #333333;
	clear: both;
	margin: 0px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
table {
	border: 1px solid #999999;
	border-collapse: collapse;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #000000;
	width: 586px;
}
table thead {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
table thead td {
	background-color: #003399;
	vertical-align: middle;
}
table tr.even td  {
	background-color: #EEE;
}
table td {
	margin: 0px;
	padding: 4px;
	border: 1px solid #999999;
}
table td.icon {
	text-align: center;
	vertical-align: middle;
}

/* Page photo handling ------------------------------- */

#divisionBanner {
	padding-top: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
}
.download-icon {
	float: left;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 12px;
	vertical-align: middle;
	border: none;
}
.image-left {
	float: left;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 12px;
	border: none;
}
.image-right {
	float: right;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-top: 4px;
	padding-left: 6px;
	border: none;
}
.image-center {
	padding-right: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 0px;
	border: none;
	margin: 0 auto;
	display: block;
}

/* Product page elements ------------------------------- */

#locator {
	float: left;
	width: 540px;
}
#locator p {
	padding-top: 6pt;
	padding-right: 12px;
	padding-bottom: 0pt;
	padding-left: 12px;
	font-size: 8pt;
	color: #3366FF;
	vertical-align: middle;
}
#search {
	float: right;
	width: 300px;
	text-align: right;
	vertical-align: middle;
}
#search .search-button {
	margin-top: 6pt;
	margin-right: 6px;
	margin-bottom: 0pt;
	margin-left: 12px;
}
#search .search-text {
	margin-top: 6pt;
	margin-right: 12px;
	margin-bottom: 0pt;
	margin-left: 6px;
}
#productMenu {
	float: left;
	width: 204px;
	background-image: url(/images/graphics/product-menu-box-bottom.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	margin-bottom: 12px;
}
#productMenu h2 {
	font-size: 12pt;
	color: #999999;
	line-height: 16pt;
	margin: 0px;
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 24px;
	background-image: url(/images/graphics/product-menu-box-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#productMenu h3 {
	font-size: 10pt;
	line-height: 14pt;
	color: #003399;
	margin: 0px;
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 24px;
	background-image: url(/images/graphics/product-menu-box-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#productMenu p {
	font-size: 8pt;
	line-height: 12pt;
	color: #000000;
	margin: 0px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 12pt;
	padding-left: 24px;
}
#productMenu ul {
	list-style-type: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 12px;
}
#productMenu ul li ul {
	list-style-type: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 4px;
}
#productMenu ul a {
	color: #3366FF;
	font-size: 8pt;
	font-weight: bold;
	line-height: 10pt;
	text-decoration: none;
	padding-right: 9px;
	padding-bottom: 4pt;
	padding-left: 9px;
	display: block;
	_cursor:hand;
	margin-left: 3px;
	margin-right: 3px;
	padding-top: 3pt;
}
#productMenu li.first a {
	color: #FFFFFF;
	background-color: #999999;
	margin-bottom: 2pt;
}
#productMenu ul a:hover {
	color: #FFF;
	background-color: #3399FF;
	text-decoration: none;
}
#productMenu li.nolink {
	color: #FFFFFF;
	background-color: #999999;
	font-size: 8pt;
	font-weight: bold;
	line-height: 10pt;
	text-decoration: none;
	padding-right: 9px;
	padding-bottom: 4pt;
	padding-left: 9px;
	padding-top: 3pt;
	display: block;
	_cursor:hand;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 2pt;
}
#productCategories .product-category-container {
	display: block;
	vertical-align: top;
	text-align: center;
	float: left;
	width: 106px;
}
#productCategories .product-category-container img {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 4pt;
	border: none;
}
#productCategories .product-category-container p {
	font-size: 8pt;
	line-height: 10pt;
	color: #000000;
	text-align: center;
	white-space: normal;
}

/* Sidebar - based on #productMenu ------------------------------- */

#sideBar {
	float: left;
	width: 204px;
	background-image: url(/images/graphics/product-menu-box-bottom.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	margin-bottom: 12px;
}
#sideBar h2 {
	font-size: 12pt;
	color: #999999;
	line-height: 16pt;
	margin: 0px;
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 24px;
	background-image: url(/images/graphics/product-menu-box-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#sideBar h3 {
	font-size: 10pt;
	line-height: 14pt;
	color: #003399;
	margin: 0px;
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 24px;
	background-image: url(/images/graphics/product-menu-box-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#sideBar h4 {
	font-size: 10pt;
	line-height: 12pt;
	color: #009933;
	padding-top: 6pt;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 24px;
	margin: 0;
	font-weight: bold;
}
#sideBar h5 {
	font-size: 8pt;
	line-height: 12pt;
	color: #000000;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 24px;
	margin: 0;
	font-weight: bold;
}
#sideBar p {
	font-size: 8pt;
	line-height: 12pt;
	color: #000000;
	margin: 0px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 12pt;
	padding-left: 24px;
}
#sideBar ul {
	font-size: 8pt;
	line-height: 12pt;
	color: #000000;
	list-style-type: disc;
	margin: 0;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 6pt;
	padding-left: 42px;
}
#sideBar li {
	color: #009933;
}
#sideBar span.black {
	color: #000000;
}

/* Highlight Box found on home page ------------------------------- */

#highlightBox {
	background-image: url(/images/graphics/highlight-box-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	margin-top: 12px;
	margin-right: 6px;
	margin-bottom: 12px;
	margin-left: 12px;
}
.box {
	background-image: url(/images/graphics/highlight-box-bottom-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box-outer {
	background-image: url(/images/graphics/highlight-box-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.box-inner {
	background-image: url(/images/graphics/highlight-box-top-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#highlightBox h2 {
	font-size: 10pt;
	line-height: 14pt;
	color: #003399;
	padding: 12px;
}
#highlightBox p {
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 12pt;
	padding-left: 12px;
}
.highlight-photo-left {
	float: left;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 1px;
	bottom: 0px;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Featured Product Box ------------------------------- */

#featuredProduct {
	float: left;
	width: 210px;
	background-image: url(/images/graphics/product-feature-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
}
#featuredProduct .inner {
	width: 210px;
	background-image: url(/images/graphics/product-feature-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#featuredProduct .image {
	width: 150px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
}
#featuredProduct h2 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 18pt;
	color: #FFFFFF;
	margin: 0;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 2pt;
	padding-left: 18px;
}
#featuredProduct p {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	line-height: 12pt;
	color: #FFFFFF;
	margin: 0;
	padding-top: 2pt;
	padding-right: 18px;
	padding-bottom: 12pt;
	padding-left: 18px;
}
#featuredProduct a {
	color: #FFFFFF;
	text-decoration: none;
	_cursor:hand;
}
#featuredProduct a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#featuredProduct a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#featuredProduct a:hover {
	text-decoration: underline;
}
#featuredProduct a:active {
	text-decoration: underline;
}

/* News Headline Box ------------------------------- */

#headlines {
	float: left;
	width: 210px;
	background-image: url(/images/graphics/headlines-box-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
}
#headlines h2 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 18pt;
	color: #003399;
	margin: 0;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12pt;
	padding-left: 18px;
	background-image: url(/images/graphics/headlines-box-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#headlines p {
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	line-height: 12pt;
	color: #000000;
	margin: 0;
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 12pt;
	padding-left: 18px;
}

/* Testimonial Box ------------------------------- */

#testimonials {
	float: left;
	width: 210px;
	display: block;
}

/* Copyright Line ------------------------------- */

#copyright {
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
#copyright a {
	color: #666666;
	text-decoration: none;
	_cursor:hand;
}
#copyright a:link {
	color: #666666;
	text-decoration: none;
}
#copyright a:visited {
	color: #666666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#copyright a:active {
	text-decoration: underline;
}

