﻿/***************************************************************************************/
/* 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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***************************************************************************************/
/* BODY ********************************************************************************/
/***************************************************************************************/
/* BANNER.ASP */
/* #LABORDAY BANNER */
#laborday {
	background:#F2F2F2;
	width:980px;
	font-size:1em;
	margin:0 auto 30px auto;
	text-align:center;
	padding:7px 0;
	color:#909090;
	border:1px solid #cdcdcd;
	border-top:none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#laborday strong {
	text-decoration:underline;
	color:red;
}
#laborday:hover {
	background:#6f6f6f;
	color:#e2e2e2;
}
#laborday:hover strong {
	color:#fff;
}
/* END #LABORDAY */
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
.pghead h2 {
	color: #636363;
	font-family: Arial,Trebuchet,Tahoma;
	font-size: 16pt;
	font-weight: bold;
}
.pghead h2 span {
	color: #009ECF;
}
div.itemdescription h3 {
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
}
div.pghead {
	padding-bottom: 10px;
	border-bottom: 1px solid silver;
	margin-bottom: 20px;
}
.centercolumn h3 {
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
}
.centercolumn p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
div#itemsummary {
	padding-bottom: 10px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 15px;
}
td.itemsummarytext table {
	margin-left: 15px;
}
div#itemsummary a.itemimage, div#itemdescsummary a.itemimage {
	margin: 0px 0px 15px 0px;
	padding: 5px;
	border: 1px solid #f2f2f2;
	display: block;
	zz;
}
.thumbimage {
	width: 100px;
	height: 100px;
}
div#itemsummary a.itemimage:hover, div#itemdescsummary a.itemimage:hover {
	border: 1px solid #dcdcdc;
}
#header h1 a {
	background: url("/images/companylogo.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 90px;
	overflow: hidden;
	text-indent: -5000px;
	width: 470px;
}
#header * {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.hidecolumn {
	display: none;
}
/* Controls the "Wholesale Only" text located at the bottom of each item. */
div.wholesaleonly {
	font-family: arial,tahoma,trebuchet;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #c4c4c4;
	cursor: default;
	border-bottom: 1px solid #F1F1F1;
}
div.wholesaleonly:hover {
	color: #009ECF;
}
/* Controls the fineprint below the footer that contains the copyright information and our contact information. */
div.fineprint table {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 980px;
	text-align: center;
	margin: 0 auto;
}
div.fineprint table td.tagline {
	text-align: left;
}
div.fineprint table td.fineprintnumbers {
	text-align: right;
}
div.fineprint {
	padding: 25px 0px;
	background-color: #2d2d2d;
	border-top: 1px solid #474747;
	width: 100%;
	text-align: center;
}
div.fineprint div.finestprint {
	padding: 0px;
	margin: 0px auto;
	text-align: right;
}
div.fineprint span {
	padding-left: 10px;
	font-size: 12px;
	color: #989898;
}
div.fineprint span.phone {
	font-weight: bold;
}
div.fineprint span.phone:hover {
	color: #fff;
}
div.fineprint a, div.fineprint a:visited {
	color: #989898;
	font-weight: bold;
	text-decoration: none;
}
div.fineprint a:hover {
	color: #129ABB;
	font-weight: bold;
	text-decoration: underline;
}
/* Modifies the body of the Charity.asp page */
.charity-grayborder {
	border: 1px solid #dadada;
	display: inline-block;
	width: inherit;
}
.charity-grayborder img {
	border: 6px solid #fff;
}
div.charity {
	margin-bottom: 35px;
}
div.charity p.contribution {
	font-size: 11px;
	line-height: normal;
}
div.charity p.contribution sup {
	font-size: 8px;
	line-height: normal;
}
/* itemdesc.asp - modifies the margins on the thumbnail image and the zoom image */
#zoomimage {
	margin-top: 5px;
}
#thumbimage {
	margin-top: 5px;
}
#clickforquote {
}
#callforprice {
	margin-top: 15px;
}
table.siteNav8TD td font.content {
	font-size: 11px;
}
/* Hides elements that I was unable to remove do to ASP. Ex. "You can transact in US DOLLAR(USD)." in acclogin.asp */
.displaynone {
	display: none;
}
/* Controls the specifications table at the top of the itemdesc.asp page. */
.specs {
	width: 100%;
	border: 0px;
	padding: 0px;
	margin-top: 15px;
}
.specs td {
	vertical-align: top;
	padding: 4px 2px 4px 2px;
}
td.specs-col-a {
	white-space: nowrap;
}
td.specs-col-b {
	width: 75%;
	padding-left: 25px;
}
/* Files were entered using HTML code in Everest under 'Custom Fields > Memo'. HTML was used to change the links to Product Sheets/etc to red which overlapped my CSS. This code resets the link color of those entries without going through each product to remvoe the offending code. */
font.content a font {
	color: inherit;
}
/* div.itemrow controls the horizontal div that holds the categories on the items.asp page. */
/* creates a hover effect when mousing over category rows in the items.asp page. Does not work in IE because Everest won't allow me to implement a DOCTYPE into the page. */
div.itemrow:hover {
	background-color: #f7f7f7;
}
div.itemrow {
	border-bottom: 1px solid #e9e9e9;
	padding: 5px;
}
div.itemrow .itemrow_image {
	vertical-align: top;
}
div.itemrow .itemrow_text {
	vertical-align: middle;
}
div.itemrow td h3, div.itemrow td div {
	padding-left: 15px;
}
div.itemrow table tr td table {
	margin: 10px 0px 10px 0px;
}
/* manufacturer logo that is displayed on the itemdesc.asp page above the product description using ASP code. */
.itemdesclogo {
	margin-bottom: 5px;
}
/* controls the AddThis.com share function at the top of the itemdesc.asp pages */
.share a {
	background-image: url(/images/share.png);
	background-position: 0 0;
	display: block;
	width: 74px;
	height: 25px;
}
.share a:hover {
	background-image: url(/images/share.png);
	background-position: 0 25px;
	display: block;
	width: 74px;
	height: 25px;
}
#at16pf {
	display: none;
}
.item-top-bar {
	margin-bottom: 15px;
	width: 100%;
	background-color: #F1F1F1;
	height: 25px;
}
.item-top-bart {
	padding: 0px;
}
.item-top-bart a, .item-top-bart a:visited {
	color: #4D4D4D;
}
.breadcrumbs {
	padding-left: 10px;
	height: 25px;
	width: 100%;
	border-left: 1px solid #dadada;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
/* controls the top navigation */
table.topnav {
	min-height: 58px;
}
.topnav td {
	vertical-align: bottom;
}
.topnav a {
	display: block;
	height: 38px;
	background-repeat: no-repeat;
	background-position: 0 -38px;
}
.topnav a.topnav-myaccount {
	background-image: url(/images/topnav_myaccount.png);
	width: 100px;
}
.topnav a.topnav-myaccount:hover {
	background-image: url(/images/topnav_myaccount.png);
	width: 100px;
	background-position: 0 0px;
}
.topnav a.topnav-myaccount:active {
	background-position: 0 -38px;
}
.topnav a.topnav-login2 {
	background-image: url(/images/topnav_login.png);
	width: 54px;
}
.topnav a.topnav-login2:hover {
	background-image: url(/images/topnav_login.png);
	width: 54px;
	background-position: 0 0px;
}
.topnav a.topnav-login2 :active {
	background-position: 0 -38px;
}
.topnav a.topnav-logout {
	background-image: url(/images/topnav_logout.png);
	width: 64px;
}
.topnav a.topnav-logout:hover {
	background-image: url(/images/topnav_logout.png);
	width: 64px;
	background-position: 0 0px;
}
.topnav a.topnav-logout :active {
	background-position: 0 -38px;
}
.topnav a.topnav-manufacturers {
	background-image: url(/images/topnav_01.png);
	width: 119px;
}
.topnav a.topnav-manufacturers:hover {
	background-image: url(/images/topnav_01.png);
	width: 119px;
	background-position: 0 0px;
}
.topnav a.topnav-manufacturers:active {
	background-position: 0 -38px;
}
.topnav a.topnav-categories {
	background-image: url(/images/topnav_02.png);
	width: 92px;
}
.topnav a.topnav-categories:hover {
	background-image: url(/images/topnav_02.png);
	width: 92px;
	background-position: 0 0px;
}
.topnav a.topnav-categories:active {
	background-position: 0 -38px;
}
.topnav a.topnav-catalog {
	background-image: url(/images/topnav_03.png);
	width: 71px;
}
.topnav a.topnav-catalog:hover {
	background-image: url(/images/topnav_03.png);
	width: 71px;
	background-position: 0 0px;
}
.topnav a.topnav-catalog:active {
	background-position: 0 -38px;
}
.topnav a.topnav-projectorguide {
	background-image: url(/images/topnav_04.png);
	width: 125px;
}
.topnav a.topnav-projectorguide:hover {
	background-image: url(/images/topnav_04.png);
	width: 125px;
	background-position: 0 0px;
}
.topnav a.topnav-projectorguide:active {
	background-position: 0 -38px;
}
td.topnav-digitalsignage a {
	display: block;
	height: 59px;
	background-repeat: no-repeat;
	background-position: 0 -59px;
}
.topnav a.topnav-digitalsignage {
	background-image: url(/images/topnav_digitalsignage.png);
	width: 121px;
	background-position: 0 -59px;
}
.topnav a.topnav-digitalsignage:hover, .topnav a.topnav-digitalsignage:focus {
	background-image: url(/images/topnav_digitalsignage.png);
	width: 121px;
	background-position: 0 0px;
}
.topnav a.topnav-digitalsignage:active {
	background-position: 0 -59px;
}
.topnav a.topnav-login {
	background-image: url(/images/topnav_05.png);
	width: 56px;
}
.topnav a.topnav-login:hover {
	background-image: url(/images/topnav_05.png);
	width: 56px;
	background-position: 0 0px;
}
.topnav a.topnav-login :active {
	background-position: 0 -38px;
}
.topnav a.topnav-contact {
	background-image: url(/images/topnav_06.png);
	width: 71px;
}
.topnav a.topnav-contact:hover {
	background-image: url(/images/topnav_06.png);
	width: 71px;
	background-position: 0 0px;
}
.topnav a.topnav-contact:active {
	background-position: 0 -38px;
}
.topnav a.topnav-mediasystems {
	background-image: url(/images/topnav_mediasystems.png);
	width: 121px;
}
.topnav a.topnav-mediasystems:hover {
	background-image: url(/images/topnav_mediasystems.png);
	width: 121px;
	background-position: 0 0px;
}
.topnav a.topnav-mediasystems:active {
	background-position: 0 -38px;
}
/* Global reset selector for font-size. [http://perishablepress.com/press/2007/10/23/a-killer-collection-of-global-css-reset-styles/] */
* {
	font-size: 100%;
}
/* Products menu in the left column */
a.featured, a.featured:visited {
	font-size: 13px;
	color: #636363;
	display: block;
	padding: 8px 0px 8px 8px;
	background-color: #f5f5f5;
	border-color: #f9f9f9;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
a.featured:hover, a.featured:active {
	font-size: 13px;
	color: #fff;
	display: block;
	background-color: #009acd;
	border-color: #067bbf;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
td.featured {
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	color: #4d4d4d;
}
/* Removes the bluebar image inside of the product descriptions when viewed in items.asp. */
td table tr td div p font img, td p font img {
	display: none;
}
/* This controls the SPAN class that surrounds the ugly bluebar images in itemdesc.asp and hides it. */
.menu_s img {
	display: none;
}
.bluebar {
	display: none;
}
table, tr, td {
	font-size: inherit;
}
.mainwidth {
	width: 980px;
}
.leftcolumn {
	width: 175px;
	padding: 0px 20px 0px 0px;
	vertical-align: top;
}
.centercolumn {
	padding: 0px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 9pt;
	font-weight: normal;
	color: #4d4d4d;
	line-height: 20px;
}
.centercolumn a, .centercolumn td h1 a, .centercolumn a:visited, .centercolumn a:active {
	color: #006da1;
	font-weight: bold;
	text-decoration: none;
}
.centercolumn a:hover {
	color: #006da1;
	font-weight: bold;
	text-decoration: underline;
}
.item-top-bar a, .item-top-bar a:visited, .item-top-bar a:active, .printversion a, .printversion a:visited, .printversion a:active {
	color: #747474;
	font-weight: bold;
	text-decoration: none;
}
.item-top-bar a:hover, .printversion a:hover {
	COLOR: #129ABB;
	font-weight: bold;
	text-decoration: underline;
}
.rightcolumn {
	width: 175px;
	padding: 0px 0px 0px 20px;
	vertical-align: top;
}
.footer {
	width: 100%;
}
.itemdescription {
	font-family: Arial, Helvetica, sans-serif, Verdana !important;
	font-size: 12px !important;
	font-weight: normal;
	color: #4d4d4d;
	line-height: 20px;
	text-align: inherit;
	padding: 15px 5px 0px 5px;
}
.itemdescription, .itemdescription span, .itemdescription p, .itemdescription font {
	font-family: Arial, Helvetica, sans-serif, Verdana !important;
	font-size: 12px !important;
	font-weight: normal !important;
	color: #4d4d4d !important;
	line-height: 20px !important;
	text-align: inherit !important;
}
.itemdescription-preview {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	line-height: 20px;
	text-align: inherit;
}
a {
	color: #272727;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #272727;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #313131;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #129ABB;
	font-weight: bold;
	text-decoration: none;
}
h1, h1 a:link, h1 a:hover, h1 a:active, h1 a:visited {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
hr.itemdescdiv {
	margin: 25px 0px 25px 0px;
	color: transparent;
	height: 0px;
	background-color: transparent;
	border-bottom: 1px #006da1 dotted;
}
/* BEGIN FOOTER */
/* ORIGINAL FOOTER CSS
.siteLinks dl {
	float:left;
	margin:0 10px 15px;
	width:138px;
}
.siteLinks dt {
	-x-system-font:none;
	border-bottom:2px solid #999999;
	color:#CCCCCC;
	display:block;
	font-family:georgia;
	font-size:132%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:15px 0 5px;
	padding:0 0 4px;
}
.siteLinks dl a {
	background:transparent url(/images/footer_dots.gif) repeat-x scroll left bottom;
	display:block;
	font-size:91%;
	padding:3px 0 4px;
}
.siteLinks dd.last a {
	background:transparent none repeat scroll 0 0;
}
.siteLinks:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
dd, dl, dt {
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	text-align:left;
	vertical-align:baseline;
}
*/
.siteLinks dl {
	float: left;
	margin: 0px 10px 0px 10px;
	width: 138px;
}
.siteLinks dl.first {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 138px;
}
.siteLinks dt {
	-x-system-font: none;
	border-bottom: 2px solid #999999;
	color: #CCCCCC;
	display: block;
	font-family: century gothic;
	font-size: 132%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 0px 0px 5px 0px;
	padding: 0 0 4px;
}
.siteLinks dl a, .siteLinks dl a:visited, .siteLinks dl a:active {
	display: block;
	font-size: 91%;
	padding: 3px 0 4px;
}
.siteLinks dl dd {
	background: transparent url(/images/footer_dots.gif) repeat-x scroll left bottom;
	display: block;
}
.siteLinks dd.last a {
	background: transparent none repeat scroll 0 0;
}
.siteLinks dl a:hover {
	background: transparent url(/images/footer_arrow.png) no-repeat scroll right center;
	display: block;
	font-size: 91%;
}
.siteLinks:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
dd, dl, dt {
	border: 0 none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: baseline;
}
.darkfooter {
	width: 100%;
	background-color: #373737;
	border-top: 1px solid #2D2D2D;
	padding: 15px 0px 15px 0px;
	text-align: center;
	margin: 30px 0px 0px 0px;
}
.darkfooter .divider {
	color: #009ECF;
}
.darkfooter a:link {
	COLOR: #e9e9e9;
	FONT-FAMILY: arial;
	font-weight: bold;
	TEXT-DECORATION: none;
}
.darkfooter a:visited {
	COLOR: #e9e9e9;
	FONT-FAMILY: arial;
	TEXT-DECORATION: none;
}
.darkfooter a:active {
	COLOR: #F0543C;
	FONT-FAMILY: arial;
	TEXT-DECORATION: none;
}
.darkfooter a:hover {
	COLOR: #20b7dc;
	FONT-FAMILY: arial;
	TEXT-DECORATION: underline;
}
.darkfooter div {
	color: #b5b5b5;
	font-family: arial;
	font-size: 8pt;
	padding: 0px;
	margin: 0px auto;
	width: 980px;
}
/* END FOOTER */
.pghead img {
	BORDER: 0px;
}
img {
	border: 0px;
}
.descriptiontable {
	margin-bottom: 20px;
	width: 100%;
}
.descriptiontable td {
}
.dropdownright {
	width: 150px;
	margin-top: 7px;
}
.dropdownrightcontainer {
	width: 175px;
	height: 152px;
	background-image: url(/images/dropdownmenubg.png);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
}
.dropdownrightcontainerabsolute, .dropdownprice {
	font-family: Arial;
	font-size: 11px;
}
.dropdownIEfix {
	padding-top: 35px;
}
.searchcontainer {
	width: 180px;
	height: 90px;
	background-image: url(/images/searchbg.gif);
	padding: 0px 0px 0px 0px;
	position: relative;
	margin-bottom: 20px;
}
.subcontainer {
	text-align: left;
}
.prodinfo {
	padding: 5px 10px 30px 10px;
}
.searchcontainerabsolute {
	position: absolute;
	left: 10px;
	top: 35px;
}
.subnavbar {
	padding-bottom: 20px;
}
.siteNavTD {
	BACKGROUND-COLOR: #009ECF;
}
.siteNav1TD {
	BACKGROUND-COLOR: #c5c5c5;
}
.siteNav2TD {
	BACKGROUND-COLOR: #006DA1;
}
.siteNav2TD font.contbold {
	color: #fff;
}
td.siteNav2TD {
	padding: 5px;
	height: inherit;
}
.siteNav3TD {
	BACKGROUND-COLOR: #D6F6FF;
}
.sitenav4TD {
	BACKGROUND-COLOR: #E8F8FD;
}
.sitenav5td {
	BACKGROUND-COLOR: #e4e4e4;
}
.siteNav6TD {
	BACKGROUND-COLOR: #FFFFFF;
}
.siteNav7TD {
	BACKGROUND-COLOR: #D6F6FF;
}
.siteNav8TD {
	BACKGROUND-color: #e4e4e4;
}
.siteNav9TD {
	BACKGROUND-COLOR: #F1F1F1;
	border: 1px solid #dadada;
	PADDING: 7px 0px 7px 7px;
}
.siteNav9TD img {
	padding-right: 7px;
}
.siteNav9TD span {
	font-size: 13px;
}
.siteNav10TD {
	BACKGROUND-COLOR: #8BD4EA;
}
.siteNav11TD {
	BACKGROUND-COLOR: #009ECF;
}
.siteNav12TD {
	BACKGROUND-COLOR: #009ECF;
}
td.printversion {
	background-color: #f1f1f1;
	border: 1px solid #dadada;
	PADDING: 3px 0px 3px 7px;
}
table.siteNav8TD {
	margin-bottom: 15px;
}
.ordertracking td {
	padding: 7px;
	font-size: 12px;
}
.ordertracking thead td {
	padding: 0px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
.paidicons {
	text-align: right;
}
.ordertracking-intro {
	padding-bottom: 25px;
}
.pghead {
	COLOR: #2C1893;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
}
.prodname {
	COLOR: #006da1;
	FONT-FAMILY: Arial,Trebuchet,Tahoma;
	FONT-SIZE: 13pt;
	font-weight: bold;
}
div.prodname {
	width: 100%;
	padding-bottom: 5px;
	border-bottom: solid 1px #c9c9c9;
}
.content {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: normal;
	COLOR: #4d4d4d;
	line-height: 20px;
}
.itemdesc {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	FONT-SIZE: 12px;
	line-height: 20px;
	text-align: justify;
}
.itemdesc h2 {
	color: #006da1;
	font-family: Arial,Trebuchet,Tahoma;
	font-size: 13pt;
	font-weight: bold;
}
#itemspecs {
	width: 100%;
	padding: 0px 0px 0px 15px;
}
.contentRd {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: normal;
	COLOR: #ff0000;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	color: #313131;
}
.contsmall {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: normal;
	color: #313131;
}
.contbold {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	color: #313131;
}
.contboldRd {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR: #ff0000;
}
.contboldWh {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR: #ffffff;
}
.contboldOr {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR: #006DA9;
}
.contboldNav {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR: white;
}
.CtSmallBold {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	color: #313131;
}
.contsmallRd {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: normal;
	COLOR: #ff0000;
}
.contsmallBr {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: normal;
	color: Brown;
}
.CtSmallBoldBr {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	color: brown;
}
.CtSmallBoldRd {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	color: red;
}
.ErrorMsgRd {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR: #ff0000;
}
td.roll {
}
.roll a {
	display: block;
	padding: 0px;
	height: 17px;
}
.roll a:hover {
	background-position: 0 -17px;
}
.roll1 a {
	background: url("/images/moreinfo.gif") 0 0 no-repeat;
}
td.searchbar {
	background-color: #373737;
	background-image: url(/images/searchbar_bg.png);
	height: 40px;
	text-align: center;
}
td.searchbar table {
	width: 980px;
}
.searchbar_input {
	width: 243px;
	height: 40px;
	background: no-repeat url(/images/searchbar_input.png) right center;
}
.searchbar_input img {
	width: 30px;
	height: 22px;
}
.searchbar_input input {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 145px;
	border: 0px;
	background-color: ;
}
.searchbar2 {
	width: 980px;
	margin: 0 auto;
}
.directory div {
	width: 100px;
}
.xdirectorysearch {
	height: 40px;
	background-color: #373737;
	background-image: url(/images/searchbar_bg.png);
}
.xsearchbar {
	height: 40px;
	background: no-repeat url(/images/searchbar_input.png) right center;
}
.xsearchbar img {
	width: 25px;
	height: 20px;
	margin-top: 5px;
}
.xsearchbar form {
	padding: 0px;
	margin: 0px;
}
.xsearchbar input {
	border: 0px;
	margin: 8px 0px 0px 65px;
	padding: 0px 0px 0px 2px;
	height: 25px;
	width: 150px;
	background-color: transparent;
	color: #898989;
	font-size: 14px;
}
.butt {
	padding: 0px;
}
.xdirectory {
	height: 40px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
.xdirectory table {
	float: left;
}
.xdirectory td {
	background: url(/images/directorylisting_bg.png);
	vertical-align: middle;
}
.xdirectory .directorylistingbg1 {
	height: 40px;
	width: 131px;
	color: white;
	font-size: 12pt;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	background: url(/images/directorylisting_home.png) no-repeat;
	text-align: center;
}
.xdirectory .directorylistingbg2 {
	height: 40px;
	color: white;
	font-size: 12pt;
	font-weight: bold;
	padding: 0px 40px 0px 15px;
	background: url(/images/directorylisting_bg3.png) right center no-repeat;
}
.directorylisting span a {
	color: #ffffff;
}
.directorylisting span a:hover {
	color: #0eb7ec !important;
	text-decoration: none;
}
.directorylisting span a:visited {
	color: #ffffff;
}
.directorylisting span a:active {
	color: #ffffff;
}
.directorylistingfade {
	background: url(/images/directorylisting_bg.png);
}
/***************************************************************************************/
/* ROLLING BANNER **********************************************************************/
/***************************************************************************************/
#box {
	background: #192328;
	height: 100px;
	width: 100%;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #026ba8;
	color: #fff;
	overflow: hidden;
}
#button {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100px;
	text-align: left;
	outline: 0;
	cursor: pointer;
}
#button a {
	width: 100%;
	height: 100px;
	display: block;
	outline: 0;
}
/* Collapsed */
a.rollingbanner {
	background: url(/images/rollingbannertoggle_bg.png) no-repeat center 0px;
}
a.rollingbanner:hover {
	background: url(/images/rollingbannertoggle_bg.png) no-repeat center -100px;
}
a.rollingbanner:active {
	background: url(/images/rollingbannertoggle_bg.png) no-repeat center -200px;
}
/* Expanded */
.active a.rollingbanner {
	background: url(/images/rollingbannertoggleup_bg.png) no-repeat center 0px;
}
.active a.rollingbanner:hover {
	background: url(/images/rollingbannertoggleup_bg.png) no-repeat center -100px;
}
.active a.rollingbanner:active {
	background: url(/images/rollingbannertoggleup_bg.png) no-repeat center -200px;
}
#rollingbannerbg1 {
	width: 1026px;
	height: 202px;
	margin: 0 auto;
	background: url(/images/rollingbanner_bg1.jpg) no-repeat top center;
	text-indent: -99999px;
}
#rollingbannerbg2 {
	width: 940px;
	height: 151px;
	margin: 0 auto;
	background: url(/images/rollingbanner_bg2.png) no-repeat top center;
}
#gotosanyoprojectors {
	width: 187px;
	height: 47px;
	display: block;
	outline: 0px;
	text-indent: -99999px;
}
#gotosanyoprojectors, #gotosanyoprojectors:visited {
	background: url(/images/gotosanyoprojectors_button.png) no-repeat;
}
#gotosanyoprojectors:hover, #gotosanyoprojectors:focus {
	background: url(/images/gotosanyoprojectors_button.png) no-repeat 0 -47px;
}
#gotosanyoprojectors:active {
	background: url(/images/gotosanyoprojectors_button.png) no-repeat 0 -93px;
}
#i980 {
	width: 980px;
	margin: 0 auto;
}
/***************************************************************************************/
/* FANCYBOX ****************************************************************************/
/***************************************************************************************/
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
* html #fancybox-loading {
	/* IE6 */
	position: absolute;
	margin-top: 0;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/images/fancybox.png');
}
#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}
* html #fancybox-overlay {
	/* IE6 */
	position: absolute;
	width: 100%;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}
#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/images/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}
#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}
.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.fancybox-title-over {
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background-image: url('/images/fancy_title_over.png');
	display: block;
}
#fancybox-title-wrap {
	display: inline-block;
}
#fancybox-title-wrap span {
	height: 32px;
	float: left;
}
#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}
#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/images/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}
#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/images/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/images/blank.gif');
	z-index: 1102;
	display: none;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-image: url('/images/fancybox.png');
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url('/images/fancybox.png');
	background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox-x.png');
}
#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -162px;
}
#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/images/fancybox-y.png');
	background-position: -20px 0px;
}
#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -182px;
}
#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox-x.png');
	background-position: 0px -20px;
}
#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -142px;
}
#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/images/fancybox-y.png');
}
#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -122px;
}
/* IE */
#fancybox-loading.fancybox-ie div {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_loading.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-close {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-over {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_over.png', sizingMethod='scale');
	zoom: 1;
}
.fancybox-ie #fancybox-title-left {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-main {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-right {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_right.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-left-ico {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-right-ico {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_nav_right.png', sizingMethod='scale');
}
.fancybox-ie .fancy-bg {
	background: transparent !important;
}
.fancybox-ie #fancy-bg-n {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-ne {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-e {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-se {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-s {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-sw {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-w {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-nw {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_nw.png', sizingMethod='scale');
}
/***************************************************************************************/
/* INFOCOMM10 TOOLBAR ******************************************************************/
/***************************************************************************************/
/*
	div#infocomm-div {
		width:980px;
		margin:0 auto;
	}
	#infocomm-toolbar {
		height:40px;
		margin:0px;
		padding:0px;
		list-style:none;
	}
	#infocomm-toolbar li {
		background-image:url(http://www.iavi.com/images/infocomm_toolbar.png);
		text-indent:-5000px;
		height:40px;
		display:inline;
		float:left;
	}
	li#infocomm-findus {
		width:408px;
	}
	li#infocomm-contactus {
		width:385px;
		background-position:0 -40px;
	}
	li#infocomm-mapus {
		width:187px;
		background-position:0 -80px;
	}
	li#infocomm-mapus a {
		display:block;
		width:187px;
		height:40px;
		background-image:url(http://www.iavi.com/images/infocomm_toolbar.png);
		background-position:0 -80px;
	}
	li#infocomm-mapus a:hover {
		background-position:0 -120px;
	}
	li#infocomm-mapus a:active {
		background-position:0 -160px;
	}
*/
