body  {
	font: 100% "Trebuchet MS";
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}


/* MAIN */

#mainContent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	text-decoration: none;

}

#mainContent h1 {
	color: #FFFFFF;
	letter-spacing: 0px;
	word-spacing: 0px;
	background-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	display: block;
	width: 850px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#mainContent h2 {
	margin-top: 0px;
	margin-bottom: 7px;
	color: #666666;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669900;
}

#mainContent h3 {
	margin-top: 0px;
	margin-bottom: 7px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#mainContent p {
	font-size: 13px;
	margin-bottom: 5px;
	padding-left: 5px;
}

/* sidebar 1 */

#sidebar1  p {
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
}
#sidebar1  a {
	text-decoration: none;
	color: #333333;
}
#sidebar1 .related {
	margin-bottom: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_related.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#sidebar1 .related li {
	list-style: none;
	display: inline;
}
#sidebar1 h2, #sidebar1 h3, #sidebar1 p {
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar1  h2 {
	color: #152C67;
	padding-bottom: 10px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 100%;
	background: url(../images/bg_relatedhead.gif) no-repeat right top;
	margin: 0;
	padding-left: 5px;
	padding-top: 13px;
}
#sidebar1 .related a {
	display: block;
	border-top: 1px solid #FFF;
	text-decoration: none;
	padding: 5px;
}
#sidebar1 .related a:hover {
	background: #FFFFFF;
	text-decoration: underline;
}

#sidebar1 .related ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

#sidebar1 .subscribe {
	margin-bottom: 10px;
	padding-bottom: 35px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_related.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sidebar1 .subscribe a {
	display: block;
	padding: 5px;
	border-top: 1px solid #FFF;
	text-decoration: none;
}
#sidebar1 .subscribe a:hover {
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
}

#sidebar1 .subscribe ul {
	margin: 0px;
	font-size: 10px;
	padding: 0;
}

#sidebar1 .subscribe li {
	list-style: none;
	display: block;
	padding-left: 5px;
}

#sidebar1 .menubarquicklinks {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_related.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sidebar1 .menubarquicklinks a {
	display: block;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
}
#sidebar1 .menubarquicklinks a:hover {
	text-decoration: underline;
}

#sidebar1 .menubarquicklinks ul {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

#sidebar1 .menubarquicklinks li {
	list-style: none;
	display: inline;
}

#sidebar1 .subscribe input.button {
	list-style: none;
	display: block;
	width:80px;
	margin-top: 3px;
	margin-bottom: 14px;
	font-size: 10px;
}

#sidebar1 .subscribe input.inputtextformat {
	list-style: none;
	display: block;
	width:120px;
	font-size: 10px;
}
.featureHead {
	background: url(../images/feature_bug.png) no-repeat right 0px;
}

a img {
	border-style: none;
}




/* 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;
}

/* 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;
	width: auto;
	float: left;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	background-color: #EEE;
	padding: 0.7em 1em;
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: 1px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FFFFFF;
	color: #003399;
}


#mainContent .caption {
	font-size: 0.75em;
	font-weight: bold;
	color: #336600;
	padding: 2px 5px;
	background-color: #CCCCCC;
}
#container {
	border-right-width: 1px;
	border-bottom-width: 20px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
}

#header  img {
	display: block;
}
.fontVerdana10pxGreenBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #669933;
	font-weight: bold;
}
.5pxLeftPadding {
	padding-left: 5px;
}
.twoColFixLtHdr #container #mainContent #productTable table {
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}
.twoColFixLtHdr #container #mainContent #productTable table tr th {
	font-size: 10px;
	padding-bottom: 4px;
}
.twoColFixLtHdr #container #mainContent #productTable table tr td {
	font-size: 10px;
	padding-right: 4px;
}
.twoColFixLtHdr #container #mainContent #productTable table tr {
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	vertical-align: top;
}
/*******************************************************************************

 DESIGN INFORMATION: Data table
 *******************************************************************************/
.oddRow {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	margin: 0px;
	width: 100px;
	border-collapse: collapse;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-weight: normal;
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
}
.evenRow {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	margin: 0px;
	width: 100px;
	border-collapse: collapse;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-weight: normal;
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
}
.rowHover {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	margin: 0px;
	width: 100px;
	border-collapse: collapse;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	cursor: default;
	vertical-align: middle;
	background-color: #FFFFCC;
}

.rowSelect {
	background-color: #FFFF66;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	margin: 0px;
	width: 100px;
	border-collapse: collapse;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	cursor: default;
	vertical-align: middle;
}
.twoColFixLtHdr #container #mainContent #productTable {
	float: left;
	width: 440px;
	padding-left: 5px;
}
.twoColFixLtHdr #container #mainContent #detailDataWrapper {
	width: 200px;
	text-align: center;
	float: left;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 5px;
	height: 500px;
	background-image: url(../Images/bkgPressDetailedData1.jpg);
}
.twoColFixLtHdr #container #mainContent #detailDataWrapper #productDetailHeading {
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent #flashWrapper {
	float: right;
	width: 150px;
	padding: 5px;
	height: 0px;
}
.boldfont{
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent #zoomifyViewer {
	float: left;
	padding-left: 5px;
}
.twoColFixLtHdr #container .zoomify_prod_descr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 420px;
	float: right;
	margin-left: 10px;
}
.twoColFixLtHdr #techFooter {
	height: 100px;
	vertical-align: bottom;
	margin-top: 50px;
}
.twoColFixLtHdr #techFooter #sitemeter {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent .dataContainer {
	float: none;
	text-decoration: none;
	width: 855px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .productImage356x320 {
	float: left;
	width: 361px;
	padding-left: 5px;
	margin-top: 10px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .productDescription {
	margin-top: 10px;
	margin-left: 370px;
	width: 260px;
	height: 320px;
}
.twoColFixLtHdr #container #mainContent .dataContainer #sidebarRightHandProduct {
	float: right;
	width: 170px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .sidebarRightHandProduct {
	float: right;
	width: 160px;
	margin-top: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #669900;
	height: 400px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .sidebarRightHandProduct .linkItemsProducts a {
	display: block;
	font-size: 12px;
	color: #000000;
	padding-bottom: 0px;
	padding-top: 3px;
	padding-left: 2px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .sidebarRightHandProduct .linkItemsProducts a:hover{
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent .dataContainer .sidebarRightHandProduct .linkItemsProducts li {
	list-style-type: none;

}
.twoColFixLtHdr #container #mainContent .dataContainer .sidebarRightHandProduct .linkItemsProducts ul {
	margin-left: 0px;
	padding-left: 3px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .sidebarRightHandProduct .linkItemsProducts .rightHandLinks {
	color: #669900;
	padding-left: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.twoColFixLtHdr #container #mainContent .dataContainer .sidebarRightHandProduct .linkItemsProductsSecondGroup a {
	display: block;
	font-size: 12px;
	color: #000000;
	padding-bottom: 0px;
	padding-top: 3px;
	padding-left: 2px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .sidebarRightHandProduct .linkItemsProductsSecondGroup a:hover{
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent .dataContainer .sidebarRightHandProduct .linkItemsProductsSecondGroup li {
	list-style-type: none;

}
.twoColFixLtHdr #container #mainContent .dataContainer .sidebarRightHandProduct .linkItemsProductsSecondGroup ul {
	margin-left: 0px;
	padding-left: 3px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .sidebarRightHandProduct .linkItemsProductsSecondGroup .rightHandLinksSecondGroup {
	color: #669900;
	padding-left: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 140px;
}

.twoColFixLtHdr  .sidebarRightHandProductMisc  h6     {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent .dataContainer .detailedProductData .DetailDataandPrice table tr {
	text-align: left;
}
.twoColFixLtHdr #container #mainContent .dataContainer .productPricing .DetailDataandPrice table tr {
	text-align: left;
}
.twoColFixLtHdr #container #mainContent .dataContainer table {
	border-bottom-width: 0px;
	border-bottom-style: none;

}
.twoColFixLtHdr #container #mainContent .dataContainer td {
	border-top-width: 0px;
	border-top-style: none;
}
.twoColFixLtHdr #container #mainContent .dataContainer .productImageContainerRight {
	float: right;
	width: 277px;
	margin-right: 18px;
	height: 300px;
	text-align: center;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.twoColFixLtHdr #container #mainContent .dataContainer .productImageContainerLeft {
	float: left;
	width: 277px;
	height: 300px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.twoColFixLtHdr #container #mainContent .dataContainer .productImageContainerMiddle {
	width: 277px;
	height: 300px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.productImageCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent .dataContainer .divider {
	height: 0px;
	width: 850px;
	float: left;
}
.twoColFixLtHdr #container #mainContent .dataContainer .splashBannner {
	width: 855px;
	padding-left: 0px;
	height: 115px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .companyDescription {
	width: 195px;
	margin-top: 10px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .productCategories {
	width: 478px;
	float: right;
	margin-top: 10px;
	padding-top: 25px;
	padding-right: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #669900;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent .dataContainer .prodCategoryLeft {
	float: left;
	height: 110px;
	width: 110px;
	margin-right: 0px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.OKBLimitedEdition {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-transform: none;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: -1px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .homepageTopBanner {
	height: 75px;
	width: 855px;
	margin-bottom: 4px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .homepageMainImage {
	height: 400px;
	width: 701px;
	margin-right: 4px;
	border-collapse: collapse;
}
.twoColFixLtHdr #container #mainContent .dataContainer .homepageBottomBanner {
	height: 75px;
	width: 855px;
	margin-top: 4px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .homepageRightBanner {
	width: 150px;
	float: right;
	height: 400px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .homepageMainImage table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .homepageMainImage table td {
	border: 0px none #FFFFFF;
}
.boldedH3 {
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent .dataContainer .companyDescription h3 a:link {
	font-size: 10px;
	color: #669900;
}

.twoColFixLtHdr #container #mainContent .dataContainer .companyDescription h3 a:hover {
	font-size: 10px;
	color: #669900;
	text-decoration: underline;
}

.twoColFixLtHdr #container #mainContent .dataContainer .dataCaptureForm {
	width: 250px;
	float: left;
	height: 600px;
	background-image: url(../Images/DesignersEyeMailing2FormBackground.jpg);
	margin-left: 2px;
	padding-right: 0px;
	background-repeat: no-repeat;
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .formInfo {
	float: left;
	width: 240px;
	font-size: 12px;
	color: #669900;
	padding-left: 2px;
	padding-right: 2px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .deRequestSplash {
	float: right;
}

.twoColFixLtHdr #container #mainContent .dataContainer .informationalText {
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 550px;
	float: left;
}
.twoColFixLtHdr #container #mainContent .dataContainer .imageBox260x280 {
	float: right;
	height: 280px;
	width: 260px;
	background-image: url(../Images/imageBox260x280.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .imageBox260x280 .image250x250 {
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .imageBox260x280 .imageBoxPicText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-align: center;
	color: #666666;
	padding-right: 10px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .selectProductLine {
	width: 210px;
	margin-top: 10px;
	padding-left: 5px;
	float: left;
}
.twoColFixLtHdr #container #mainContent .dataContainer .productLines {
	float: right;
	width: 460px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-left: 15px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .buyItNowHeading {
	width: 500px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .buyItNowVendor {
	float: left;
	width: 500px;
	margin-top: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-left: 2px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .buyItNowVendor .buyItNowButton {
	float: right;
}
.twoColFixLtHdr #container #mainContent .dataContainer .buyItNowVendor .storeLogo {
	float: left;
	width: 200px;
}
