.currentLink {
background-image:url(/images/bullet-red-arrow.gif);
background-repeat:no-repeat;
background-position:left;
display:block;
margin:0 0 0 -15px;
text-indent:15px;
color:#845855 !important;
line-height:15px;
font-size:11px;
width:160px;
}




/* ############################ */
/*     MAIN CONTAINER TABLE     */
/* ############################ */

table.container {
	width:960px;
	background-image:url(/images/page-bkgd-shadow-png8alpha.png);
	background-position:top;
	background-repeat:repeat-y;
	/* behavior: url(/toolkit/iepngfix.htc); /* IE6 .PNG Transparency Fix */
	padding:0;
	overflow:visible;
	padding-left:10px;
	padding-right:10px;
}


table.container-bottom {
	width:960px;
	background-image:url(/images/page-bkgd-shadow_btm-png8alpha.png);
	background-position:top;
	background-repeat:no-repeat;
	/*behavior: url(/toolkit/iepngfix.htc); /* IE6 .PNG Transparency Fix */
}

#main-wrapper {
	padding-top:10px;
}


/* ################################## */
/*            PAGE LAYOUTS            */
/* ################################## */

/* Three Column used on Product pages and Operatories page */
#three-column-left {
	float:left;
	width:190px;
	/*
	border-left:1px solid #593b39;
	
	border-left:1px solid #c4c8ce;
	*/
	margin:5px 0 10px 5px;
	display:inline; /* IE6 bug fix. Declaring "inline" fixes the notorious double-margin problem */
}

#three-column-middle {
	float:left;
	width:500px;
	/*
	border-left:1px solid #6a7565;
	*/
	border-left:1px solid #a66835;
	margin:5px 0 10px 0;
	display:inline; /* IE6 bug fix. Declaring "inline" fixes the notorious double-margin problem */
}

#three-column-right {
	float:left;
	width:236px;
	border-left:1px solid #85929a;
	/*
	border-left:1px solid #c5e1ff;
	*/
	margin:5px 0 10px 0;
	display:inline; /* IE6 bug fix. Declaring "inline" fixes the notorious double-margin problem */
}

/* Two Column used on Company, Events, Document Library, Privacy Policy, Terms of Use */
#two-column-left {
	float:left;
	width:190px; 
	margin:5px 0 10px 5px;
	display:inline; /* IE6 bug fix. Declaring "inline" fixes the notorious double-margin problem */
}

#two-column-rightcontent {
	float:left;
	width:740px;
	/*
	border-left:1px solid #6a7565;
	*/
	border-left:1px solid #a66835;
	margin:5px 0 10px 0;
	display:inline; /* IE6 bug fix. Declaring "inline" fixes the notorious double-margin problem */
}

/* Two Column used on Customer Service page */
#two-column-leftcontent {
	float:left;
	width:650px;
	/*
	border-left:1px solid #6a7565;
	*/
	border-left:1px solid #a66835;
	margin:5px 0 10px 5px;
	display:inline; /* IE6 bug fix. Declaring "inline" fixes the notorious double-margin problem */
}

#two-column-right {
	float:left;
	width:280px;
	margin:5px 0 10px 0;
	display:inline; /* IE6 bug fix. Declaring "inline" fixes the notorious double-margin problem */
}

/* Single Column used on Google Search Results page */
#single-column {
	width:930px;
	margin-left:5px
}



/* ################################## */
/*          CONTENT TITLES            */
/* ################################## */

#content-title-740px {
	width:75%;
	margin:0 0 10px 0;
	font-size:13px;
	line-height:23px;
	font-weight:bold;
	text-indent:10px;
	color:#ffffff;
	background-color:#c78956;
	background-image:url(/images/bottom-round_orng.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	/*
	color:#111111;
	background-image:url(/images/content-title-740px.jpg);
	background-position:left;
	background-repeat:no-repeat;
	*/
}

#content-title-640px {
	width:75%;
	margin:0 0 10px 0;
	font-size:13px;
	line-height:23px;
	font-weight:bold;
	text-indent:10px;
	color:#ffffff;
	background-color:#c78956;
	background-image:url(/images/bottom-round_orng.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	/*
	color:#111111;
	background-image:url(/images/content-title-640px.jpg);
	background-position:left;
	background-repeat:no-repeat;
	*/
}

#content-title-500px {
	width:75%;
	margin:0 0 10px 0;
	font-size:13px;
	line-height:23px;
	font-weight:bold;
	text-indent:10px;
	color:#ffffff;
	background-color:#c78956;
	background-image:url(/images/bottom-round_orng.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	
}




/* ###################################### */
/* ----- set up some initial params ----- */
/* ###################################### */

html, body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background-color: #c4c8ce;*/
	background-color:#c7d6e0;
	background-image:url(../images/page-bkgd-pattern.png);
	background-repeat:repeat-x;
	color:#333333;
}

h1.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #003366;
	margin-top: 10px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

h1 {
	font-size:18px;
	margin:0 0 15px 0;
}

h2 { 
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p { 
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	
li {
	margin-left: 0px;
}

ul {
	margin: 0px 0px 0px 20px;
	list-style-position: outside;
	list-style-type: disc;
	font-size:11px;
}

a:link, a:visited {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	/*color:#99cc00;*/
	color:#7b9b6d;
	text-decoration:underline;
}

input.textfield {
	color: #333333;
	border: 1px solid #a9b8c2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	background-color: #ffffff;
}

input.sitesearch {
	color: #85929a;
	border: 1px solid #a9b8c2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-style:italic;
	background-color: #ffffff;
	width:130px;
}

input.installsearch {
	color: #85929a;
	border: 1px solid #a9b8c2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-style:italic;
	background-color: #ffffff;
}

label {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select {
	color: #333333;
	border: 1px solid #a9b8c2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff !important;
}

textarea {
	color: #333333;
	border: 1px solid #a9b8c2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF !important;
}

legend {
	font-size:12px;
	color:#333333;
	font-weight:bold;
	padding:5px;
}

fieldset {
	margin:0 0 5px 0;
}

#side-box-titleRed {
	width:170px;
	float:left;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	line-height:22px;
	background-image: url(/images/box-title_bkgd2.jpg);
	background-repeat:repeat-x;
	border:1px solid #cccccc;
	border-bottom:none;
}
#colorCTA {
	width:170px;
	height:130px;
	margin:0 0 10px 0;
	padding:0;
	background-color:#fff;
	background-image:url(/images/explore-color-swatches.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	text-align:center;
}

#colorLabel {
	float:right;
	margin-top:-22px;
	width:130px;
	font-size:10px;
	font-weight:normal;
	text-align:right;
	color:#666666;
}

input.colorLabel {
	font-size:10px;
	color:#666666;
	border:0px;
	text-align:right;
	font-weight:bold;
	padding:0 0 2px 0;
	margin:0;
}

#cabinetColor {
	margin:-16px 0 10px 0;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	color:#666666;
}

input.cabinetColor {
	font-size:10px;
	color:#666666;
	border:0px;
	text-align:center;
	padding:0 0 2px 0;
	margin:0;
}

#screenshot {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	font-size:10px;
	text-align:left;
}

.side-note {
	font-size:10px;
	color:#777777;
	line-height:14px;
}

/* ##################### */
/* 	    HEADER DIVS      */
/* ##################### */

#header {
	width: 940px;
	height: 90px;
	position:relative;
	top:0;
	left:0;
	text-align:left;
	/*
	background-image:url(../images/header-bkgd.png);
	background-repeat:no-repeat;
	background-position:bottom;
	*/
}

#header-logo {
	width: 300px;
	position:relative;
	float: left;
	left: 10px;
	top: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	color: #003366;
	line-height: 18px;
}

#nav-header {
	width: 540px;
	position:relative;
	float:right;
	text-align:right;
	top: 22px;
	right: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
}

#nav-worldwide {
	width: 150px;
	padding-top: 3px;
	padding-bottom: 3px;
	position:relative;
	float:right;
	top: 0px;
	right: 12px;
	background-color:#cccccc;
	border: 1px solid #666666;
	clear:right;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}


/* ##################################### */
/* 	     HOMEPAGE DIVS AND CLASSES       */
/* ##################################### */

#feature-box {
	float:left;
	position:relative;
	text-align:center;
	margin:46px 0 0 -24px;
	padding:16px 0 0 0;
	background: url(/images/HomePage/main-feature-box.png) no-repeat;
	width:192px;
	height:256px;
	behavior: url(/toolkit/iepngfix.htc); /* IE6 .PNG Transparency Fix */
	z-index:50;
}

#feature-box-content {
	float:left;
	position:relative;
	width:152px;
	height:180px;
	text-align:center;
	margin:62px 0 0 -172px;
	padding:0;
	z-index:55;
}

#quicklinks-events {
	float:left;
	position:relative;
	text-align:center;
	margin:22px 0 0 -24px;
	padding:5px 0 0 0;
	background: url(/images/HomePage/featured-product-news.gif) no-repeat;
	width:172px;
	height:304px;
	z-index:40;
}

.title-feature-box {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}

.title-quicklinks {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:15px;
}

.title-events {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	margin:15px 0 20px 0;
}


/* ##################################### */
/*      INDEX.ASP MAIN LANDING PAGE      */
/* ##################################### */

.index-banner {
	background-color:#222222;
	background-image:url(../images/logo_index_sml.gif);
	background-position:top left;
	background-repeat: no-repeat;
}


/* ##################################### */
/*            GENERIC CLASSES            */
/*   Styles used across multiple pages   */
/* ##################################### */

.content {
	text-align:left;
}

.body-content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.special-note {
	color:#990000
}

.border-bottom {
	border-bottom: 1px dashed #666666;
}

.border-all {
	border: 1px solid #999999;
}

.button {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
	height: auto;
	width: auto;
	border: 1px inset #003366;
	background-color: #FFCC33;
	padding: 5px;
	letter-spacing: 0.005em;
}

.Welcome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color: #333;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #003366;
	margin-top: 10px;
	margin-bottom: 0px;
	text-transform: uppercase;
}


/* ############################### */
/*      CUSTOMER SERVICE PAGE      */
/* ############################### */

.calendar-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #333;
	line-height:24px;
}


/* ############################### */
/*      UPCOMING EVENTS PAGES      */
/* ############################### */

.upcoming-events {
	font-size:11px;
	padding-bottom:7px;
	padding-top:7px;
	border-bottom:1px solid #ccc;
}


/* ############################### */
/*       PRESS RELEASES PAGE       */
/* ############################### */

.press-release {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}


/* ############################### */
/*      BEGIN SIDE NAVIGATION      */
/* ############################### */

#left-nav {
	width:170px;
}

#left-nav-top-active {
	/*background-image:url(/images/Navigation/left-nav-top-active.gif);
	background-repeat:no-repeat;
	background-position:right;
	border-left:1px solid #593b39;*/
	font-weight:bold;
	color:#ffffff;
	line-height:23px;
	text-indent:5px;
	font-size:11px;
	border:1px solid #593b39;
	background-color:#845855;
}

#left-nav-top-secondary {
	/*background-image:url(/images/Navigation/left-nav-top-secondary.gif);
	background-repeat:no-repeat;
	background-position:right;
	border-left:1px solid #85929a;*/
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	line-height:23px;
	text-indent:5px;
	border:1px solid #85929a;
	border-bottom:none;
	background-color:#a9b8c2;
}

#left-nav-bottom {
	background-image:url(/images/Navigation/left-nav-bottom.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	line-height:23px;
	text-indent:5px;
	border-left:1px solid #85929a;
}

#left-nav-active {
	height:23px;
	border:1px solid #593b39;
	background-color:#845855;
	font-weight:bold;
	color:#ffffff;
	line-height:23px;
	text-indent:5px;
	font-size:11px;
}

#left-nav-secondary {
	height:23px;
	border:1px solid #85929a;
	border-bottom:none;
	background-color:#a9b8c2;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
	line-height:23px;
	text-indent:5px;
}

#left-nav-top-active a:link, #left-nav-top-active a:visited, #left-nav-top-secondary a:link, #left-nav-top-secondary a:visited, #left-nav-bottom a:link, #left-nav-bottom a:visited, #left-nav-secondary a:link, #left-nav-secondary a:visited {
	color:#ffffff;
	font-size:11px;
}

#left-nav-top-active a:hover, #left-nav-top-secondary a:hover, #left-nav-bottom a:hover, #left-nav-secondary a:hover {
	color:#3c4d57;
	font-size:11px;
}

#left-nav-links {
	border-left:1px solid #85929a;
	border-right:1px solid #85929a;
	padding:2px 0 7px 0;
}

#left-nav-links ul.level-one {
	margin:0 0 0 5px;
	padding: 2px 0 2px 0;
}

#left-nav-links ul.level-one li, #left-nav-links ul.level-one a.level-one {
	display: block;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	margin:0;
	list-style:none;
	color:#111111;
}

#left-nav-links li.current {
	background-image:url(/images/bullet-red-arrow.gif);
	background-repeat:no-repeat;
	margin-left:-15px;
	text-indent:15px;
}

#left-nav-links li.current a {
color:#845855;
}

#left-nav-links ul.level-two {
	margin:0 0 0 15px;
	padding: 0 0 5px 0;
}

#left-nav-links ul.level-two li {
	display: block;
	font-size:11px;
	line-height:15px;
	margin:0;
	list-style:none;
}

#left-nav-links a:link, #left-nav-links a:visited {
	color:#3c4d57;
}

#left-nav-links a:hover {
	color:#a66835;
}




.nav-title {
	font-size:10px;
	font-weight:bold;
	color:#fff;
	margin:0;
	padding:5px 0 4px 5px;
	height:22px;
	width:185px;
	background-color:#FFFFFF;
	background-image:url(../images/Navigation/side-nav0-title.png);
	background-repeat:no-repeat;
}

div.SideNav0 {
	width:170px;
	margin:0 0 7px 0;
	padding-bottom:5px;
}

/*now follow the section links in the navigation bar on the left side*/        
ul.SideNav1 {
	margin:0;
	padding: 0;
	list-style-type: none;
	line-height:17px;
}
ul.SideNav1 li {
	display: block;
	padding:2px 0 3px 0px;
	width: 138px;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration: none;
	text-indent:10px;
	color:#ffffff;
	background-color:#845855;
	border-top:1px solid #593b39;
	background-image:url(/images/bottom-round_red.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	/*
	color: #111111;
	background-image:url(/images/Navigation/SideNav1-bkgd.jpg);
	background-repeat:no-repeat;
	*/
}

a.SideNav1:link, a.SideNav1:visited {
	display: block;
	width: 170px;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#ffffff;
	/*
	color: #111111;
	*/
	text-decoration: none;
	text-indent:7px;

}

a.SideNav1:hover { 
	display: block;
	width: 170px;
	text-indent:7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	margin:0;
	text-decoration: underline;
	/*
	color:#7b9b6d;
	*/
}

/*these are the sub-section links in the navigation bar on the left side*/ 
ul.SideNav2{
	margin:0;
	padding:0 0 7px 0;
	list-style-type: none;
	line-height:14px;
	
}

a.SideNav2:link, a.SideNav2:visited {
	display: block;
	width: 170px;
	padding:2px 0 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	margin:0;
	text-decoration: none;
	text-indent: 7px;
}
	
a.SideNav2:hover {
	display: block;
	width: 170px;
	padding:2px 0 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:0;
	text-indent: 7px;
	text-decoration:underline;
	color:#a66835;
	/*
	color: #7b9b6d;
	background-image:url(/images/Navigation/SideNav1-bkgd.jpg);
	background-position:center;
	background-repeat:no-repeat;
	*/
}



/* #################################### */
/*       PRODUCT ROLLOVER FLYOUTS       */
/* #################################### */

div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background:#ffffff;
border: 1px solid #cccccc;
color: #333333;
padding-bottom:2px;
width: 280px; /*width of tooltip*/
text-align:center;
line-height:16px;
}

#highlight {
padding:4px;
margin-bottom:8px;
}
#hover {
padding:4px;
margin:auto 0 10px -4px;
width:420px;
}
#hover p {
margin:0;
}
#hover strong {
color:#0066cc;
}
#hover a {
color:#333333;
text-decoration:none;
}

#hover:hover {
background-color: #f5f5f5;
cursor: pointer;
}
#nohover {
padding:4px;
margin:auto 0 10px -4px;
width:420px;
}



/* ########################## */
/*       ROLLOVER BOXES       */
/* ########################## */

div.Box {
	width: 236px;
	/*height:755px; Height must be set to accomodate the rollover div swap on the product pages */
	margin:0 0 0 0; /* -3px left margin is to solve an IE6 duplicate character bug */
	float:left;
}

table.Box { 
	width: 100%; 
	margin: 0 0 10px 0; 
}

.BoxTitle {
	text-align: left;
	text-indent:7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height:17px;
	padding: 3px 0 3px 0;
	color:#ffffff;
	background-color:#a9b8c2;
	/*border-top:1px solid #85929a;*/
	background-image:url(/images/bottom-round_grey.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	/*
	color: #111111;
	background-image: url(/images/h2-bkgd.jpg);
	background-position:left;
	background-repeat:no-repeat;
	*/
}

.BoxBody {
	text-align: left; 
	background-color: #fff;
	padding: 5px 0 5px 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.BoxBody a:link, .BoxBody a:visited {
	line-height:14px;
	color:#3c4d57;
}

.BoxBody a:hover {
	line-height:14px;
	color:#a66835;
}


/* ##################################### */ 
/*       FIND A DEALER SEARCH PAGE       */  
/* ##################################### */ 

div.ZipContentColumn1{
	position:relative;
	width: 310px;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	margin:0;
	padding:0 10px 15px 10px;

}

div.ZipContentColumn2{
	position: relative;
	width: 340px;
	float:left;
	height:auto;
	margin: 0 0 15px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.dealer-title {
	font-size:12px;
	font-weight:bold;
	color:#f07c27;
}


/* ########################################### */
/*               MIDDLE CONTENT                */
/* ########################################### */

#center-column {
	width:440px;
	float:left;
	margin:0 0 10px 0;
	padding:0;
}

#MiddleContent {
	width: 465px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:10px;
}

#MiddleContent p {
	line-height:13px;
}

#MiddleContent img {
	margin:10px auto 15px auto;
	display:block;
	text-align:center;
}

div.MiddleContentProduct {
	position: relative;
	width: 440px;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#fff;
	border:1px solid #ccc;
	border-top:none;
	margin:0 25px 0 0;
	padding:15px 10px 15px 10px;
}

div.MiddleContentProduct img {
	margin:0 auto 15px auto;
	display:block;
	text-align:center;}

#center-column-text {
	width:680px;
	float:left;
	margin-bottom:15px;
	background-color:#ffffff;
}
div.MiddleContentText {
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0 10px 15px 10px;
}
	
#div1, #div2, #div3, #div4, #div5, #div6, #div7, #div8, #div9, #div10, #div11, #div12, #div13, #div14, #div15, #div16, #div17, #div18, #div19, #div20, #div21, #div22, #div23, #div24, #div25, #curing-light, #ea51, #ea40, #ea30, #sopro595, #sopro617, #sopro717, #deluxe-touchpad, #standard-touchpad, #scaler, #scalerLED {
	position: relative;
	display:none;
	width: 440px;
	margin-right:25px;
	padding:15px 10px 15px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#div1 img, #div2 img, #div3 img, #div4 img, #div5 img, #div6 img, #div7 img, #div8 img, #div9 img, #div10 img, #div11 img, #div12 img, #div13 img, #div14 img, #div15 img, #div16 img, #div17 img, #div18 img, #div19 img, #div20 img, #div21 img, #div22 img, #div23 img, #div24 img, #div25 img, #curing-light img, #ea51 img, #ea40 img, #ea30 img, #sopro595 img, #sopro617 img, #sopro717 img, #deluxe-touchpad img, #standard-touchpad img, #scaler img, #scalerLED img {
	margin:0 auto 15px auto;
	display:block;
	text-align:center;
}

#div0{
	position:relative;
	display:block;
	width: 440px;
	margin-right:25px;
	padding:15px 10px 15px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#div0 img{
	margin:0 auto 15px auto;
	display:block;
	text-align:center;
}


/* ################################## */
/*          PRODUCT TITLE             */
/* ################################## */

#product-title {
	width:500px;
	font-size:14px;
	font-weight:bold;
	text-indent:10px;
	line-height:28px;
	color:#111111;
	background-image:url(/images/product-title-TEST_bkgd.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

/* ################################## */
/*          CONTENT TITLE             */
/* ################################## */

#content-title {
	width:640px;
	margin:0 0 10px 0;
	font-size:14px;
	line-height:28px;
	font-weight:bold;
	text-indent:10px;
	color:#111111;
	background-image:url(/images/content-title-TEST_bkgd.jpg);
	background-position:left;
	background-repeat:no-repeat;
}


/* ######################## */
/*          FOOTER          */
/* ######################## */

.footer {
	border-top: 1px solid #ccc;
	background-color:#fff;
	padding:7px 0 7px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.footer-sub {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#fff;
	padding:5px 0 12px 0;
}


/* ################################ */
/*  JOBS PAGE and JOB DETAILS PAGE  */
/* ################################ */

#Jobdetails {
	width: 640px;
	border: 1px dashed #666666;
	padding: 5px;
	margin-bottom: 12px;
	background-color:#F5F5F5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.jobsTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
}

UL.jobs {
	list-style-image:url(/images/JoinUs/list-bullet.gif);
	margin:0 5px 0 15px;
}


/* ################################ */
/*           EVENTS Page            */
/* ################################ */

.events-title {
	background-image:url(/images/evets-title-bkgd.jpg);
	background-repeat:repeat-x;
	background-position:center;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}


/************************************/
/*      DOCUMENT LIBRARY Page       */
/************************************/
#library-category {
	border:1px solid #ccc;
	padding:5px;
	margin-bottom:10px;
	text-align:left;
	background-color:#fbfbfb;
}

.library-title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
}

.library-menu {
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:10px;
	margin:0 0 10px 0;
	text-align:center;
}

.library-list p {
	line-height:16px;
	margin:0;
	color:#666666;
}


/* ############################################### */
/*          CSS NAVIGATION DROP-DOWN MENU          */

/* Must also use the .js file as listed below and must */
/* include code in the <HEAD> section of the page */
/* <script type="text/javascript" src="/cssmenu.js"></script> */

/* ############################################### */

/* Defines the menu/submenu links that appear */
.cssmenu {
	position:absolute;
	top:0;
	visibility: hidden;
	border:1px solid #85929a;
	border-bottom-width: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px; 
	z-index: 100;
	width: 110px;
	text-align:left;
}

.cssmenu a:link, .cssmenu a:visited {
	width: 100%;
	display: block;
	border-bottom: 1px solid #85929a;
	padding: 2px 0 3px 0;
	text-decoration: none;
	text-indent: 6px; /* Use if not using center align for text */
	color: #333333;
	/*background-color:#e7e9eb;*/
	background-image:url(/images/nav-dropdown_bkgd.png);

}

.cssmenu a:hover { /*hover background color*/
	background-color:#c78956; /*#7b9b6d;*/
	/*background-color:#f07c27;*/
	color: #fff;
	font-weight:bold;
	text-indent:6px;
	text-decoration: none;
	background-image:none
	/*
	text-indent:14px;
	background-image: url(/images/Navigation/nav-bullet.gif);
	background-repeat:no-;repeat;
	background-position: left;
	*/
}

/* Defines the top level links visible on web page */
.menu li{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	display:inline;
}

.menu ol{
	margin: 0;
	padding: 0;
	list-style: none;
	display:inline;
}

.menu {
	font-size: 12px;
	font-weight: bold;
	background-color:#575757;
	border-bottom:1px solid #fff;
}

.menu li a {
	text-decoration: none;
	list-style: none;
	line-height:20px;
	margin:0;
}

.menu li a:link, .menu li a:visited {
	color: #fff;
	background-color: #575757;
	padding: 3px 20px 3px 20px;
	border-right: 1px solid #fff;
	line-height:20px;
	list-style: none;
}

.menu li a:hover {
	color: #fff;
	background-color:#c78956; /*#7b9b6d;*/
	/*background-color:#f07c27;*/
	padding: 3px 20px 3px 20px;
	border-right: 1px solid #fff;
	line-height:20px;
	text-decoration: none;
	list-style: none;
}

/*      END CSS NAVIGATION DROP-DOWN MENU          */
/* ############################################### */
