
/* ############################# */
/*      PAGE CONTAINER DIVS      */
/* ############################# */

#center_page {
	text-align: center;
	width: 100%;
}
#page_area {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


/* ############################ */
/*     MAIN CONTAINER TABLE     */
/* ############################ */

table.container {
	width:940px;
	border:1px solid #999999;
	background-color:#fff;
	padding:0;
}

table.container-small {
	width:580px;
	border:1px solid #999999;
	background-color:#fff;
	padding:0;
}


/* ###################################### */
/* ----- set up some initial params ----- */
/* ###################################### */

html, body {
	margin:0;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#f2f2f2;
	background-image: url(/images/page-bkgd.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

/*Filter for Transparent PNG images in Internet Explorer 5.5 amd 6.0 */
img, div, a {
	behavior:url(/toolkit/iepngfix.htc)
}

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 {
	margin:0px 0px 10px 0px;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:#222222;
}

h2 {
	color:#333333;
	font-size:12px;
	line-height:20px;
	margin:0 0 7px 0;
}

p { 
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
	font-size:11px;
}

a:link, a:visited {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	color:#6eac00;
	text-decoration:underline;
}

input.text {
	color: #333333;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF !important;
	background-image:url(/images/form-input-bkgd.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

label {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select {
	color: #333333;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF !important;
}

textarea {
	color: #333333;
	border: 1px solid #cccccc;
	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;
}


/* ##################### */
/* 	    HEADER DIVS      */
/* ##################### */

#header {
	margin:0;
	padding:0;
	width: 942px;
	height: 90px;
	position:relative;
	top:0;
	left:0;
	border:none;
	background-color:#ffffff;
	/*
	background-image: url(/images/header/bkgd_header.jpg);
	background-repeat: repeat-x;
	background-position:top;
	*/
	text-align:left;
}

#header-test {
	margin:0;
	padding:0;
	width: 940px;
	height: 90px;
	position:relative;
	top:0;
	left:0;
	border:none;
	background-color:#ffffff;
	/*
	background-image: url(/images/header/bkgd_header.jpg);
	background-repeat: repeat-x;
	background-position:top;
	*/
	text-align:left;
}

#header-logo {
	width: 300px;
	position:relative;
	float: left;
	left: 10px;
	top: 10px;
}

#nav-header {
	width: 360px;
	position:relative;
	float:right;
	text-align:right;
	top: 18px;
	right: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
}

#languages-bar {
	width: 420px;
	height:26px;
	position:relative;
	float:right;
	text-align:right;
	top: 25px;
	right: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
}

#nav-worldwide {
	width: 162px;
	height:76px;
	position:relative;
	float:right;
	top: -6px;
	right: 12px;
	background-color:#ffffff;
	background-image:url(/images/languages-bkgd.png);
	background-position:center;
	background-repeat:no-repeat;
	/*background-color:#cccccc;
	border: 1px solid #666666;*/
	clear:right;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}


/* ##################################### */
/* 	     HOMEPAGE DIVS AND CLASSES       */
/* ##################################### */

#instructions-box {
	float:left;
	position:relative;
	margin:5px 0 0 -40px;
	padding:0;
	background:url(/images/click-n-drag.jpg) no-repeat;
	width:80px;
	height:80px;
	z-index:50;
}

#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;
}

#main-content {
	width:100%;
	text-align:left;
	margin:0;
}


/* ##################################### */
/*            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
}

.required {
	color:#990000
}


.border-bottom {
	border-bottom: 1px dashed #666666;
}

.border-all {
	border: 1px solid #999999;
}

.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;
}


/* ############################### */
/*      BEGIN SIDE NAVIGATION      */
/* ############################### */

.nav-title {
	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 {
	position: relative;
	width:185px;
	height:auto;
	float:left;
	margin:0 25px 0 5px;
	padding-bottom:25px;
	border: 1px solid #ccc;
	background-color:#fff;
	background-image:url(/images/sidenav0_bkgd.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

/*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:14px;
}

a.SideNav1:link, a.SideNav1:visited {
	display: block;
	padding:3px 0 3px 0px;
	width: 185px;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	text-indent:10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #771110;
	background-image:url(/images/sidenav1_bkgd.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

a.SideNav1:hover { 
	display: block;
	width: 185px;
	padding:4px 0 2px 0px;
	text-indent:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	margin:0;
	text-decoration: none;
}

/*these are the sub-section links in the navigation bar on the left side*/ 
ul.SideNav2{
	margin:0;
	padding:0 0 10px 0;
	list-style-type: none;
	line-height:14px;
	
}

a.SideNav2:link, a.SideNav2:visited {
	display: block;
	width: 185px;
	padding:3px 0 3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin:0;
	text-decoration: none;
	text-indent: 16px;
}
	
a.SideNav2:hover {
	display: block;
	width: 185px;
	padding:3px 0 3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	color: #f07c27;
	text-indent: 16px;
}


/* ########################## */
/*       ROLLOVER BOXES       */
/* ########################## */

div.Box {
	position: relative;
	width: 240px;
	height:755px; /* Height must be set to accomodate the rollover div swap on the product pages */
	margin:0 5px 15px -3px; /* -3px left margin is to solve an IE6 duplicate character bug */
	float:right;
}

table.Box { 
	width: 100%;
	margin: 0 0 10px 0;
}

.BoxTitle {
	text-align: left;
	border: 1px solid #ccc;
	background-image: url(/images/box-title_bkgd1.jpg);
	background-position:center;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	padding: 3px 0px 3px 10px;
}

.BoxBody {
	text-align: center;
	background-color: #fff;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


/* ############################# */ 
/*     BREADCRUMB NAVIGATION     */  
/* ############################# */  

div.PageTitle {
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#878d43;
	text-align:left;
	/*padding:2px 0 2px 10px;*/ /* Removed until we provide Breadcrumb */
	margin:0 0 10px 0;
	/*background-color:#e2e6b4;*/
	/*border-bottom:1px solid #bfc57c;*/ /* Removed until we provide Breadcrumb */
}

div.PageTitle a:link, div.PageTitle a:visited {
	color:#990000;
}

div.PageTitle a:hover {
	color:#f07c27;
	text-decoration:none;
}


/* ########################################### */
/*               MIDDLE CONTENT                */
/* ########################################### */

#content-container {
	background-color:#ffffff;
	/*
	background-image:url(/images/content_bkgd-btm.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	*/
	
	margin:0px;
	padding:10px;
	font-size:11px;
	float:left;
	width:922px;
}

#left-column {
	width:640px;
	float:left;
	
}

#left-column h1 {
	line-height:28px;
	background-image:url(/images/page-title-bkgd2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:5px;
	color:#222222;
}

#right-column {
	width:240px;
	float:right;
	padding:0 0 10px 0;
	text-align:left;
	border-left:1px solid #c5e1ff;
}

#right-column p {
	padding-left:10px;
	margin-bottom:20px;
}

#right-column p.literature-list {
	margin:0 0 0 10px;
	text-indent:-10px;
	line-height:14px;
	padding:0 0 0 10px;
}

#right-column h2 {
	background-image:url(/images/h2-bkgd2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:12px;
	line-height:16px;
	margin:0 0 7px 0;
	padding:6px 0 6px 10px;
}
/*Used to provide a dynamic bottom gradient border for the H2 tags*/
#right-column-h2-btm {
	height:2px;
	background-image: url(/images/h2-bkgd_btm.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:-7px 0 7px 0;
}

#right-additional-info {
	margin-bottom:10px;
	border:1px solid #c5e1ff;
	background-color:#f2f8ff;
	padding:10px;
}

#options-column {
	width:900px;
	float:left;
}

#options-container {
	float:left;
	width:620px;
	margin-bottom:15px;
	padding:5px;
}

#option-image {
	float:left;
	width:120px
}

.options-image-td {
	background-image:url(/images/options-image-bkgd.jpg);
	background-repeat:repeat-y;
	padding:5px 0 5px 0;
}

.options-text-td {
	padding:0 0 5px 10px;
	background-image:url(/images/options-h2-title-bkgd.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.options-text-td h2 {
	

}


#option-details {
	float:left;
	margin-left:15px;
	width:480px
}

#option-details h2 {
	margin:0px 0px 10px 0px;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	/*color:#99cc00;*/
	color:#fe7900;
}

#options-right-column {
	width:200px;
	float:right;
}

#options-literature {
	width:178px;
	margin-bottom:10px;
	border:1px solid #c5e1ff;
	background-color:#f2f8ff;
	padding:10px;
	text-align:center;
}

#main-content h1 {
	line-height:28px;
	background-image:url(/images/page-title-bkgd2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:5px;
	color:#222222;
}

#spacer {
	float:left;
	width:100%;
	height:0px;
}



.color-swatches img {
	border:2px solid #ffffff;
}

div.MiddleContent {
	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.MiddleContent img {
	margin:0 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 {
	position:relative;
	width: 680px;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	margin:0;
	padding:15px 10px 15px 10px;
	background-color:#fff;
	border:1px solid #ccc;
	border-top:none;
}
	
#div1, #div2, #div3, #div4, #div5, #div6, #div7, #div8, #div9, #div10, #div11, #div12, #div13, #div14, #div15, #div16, #div17, #div18, #div19, #div20, #div21, #curing-light, #ea51, #ea40, #sopro595, #sopro617, #sopro717, #deluxe-touchpad, #standard-touchpad, #scaler, #scalerLED {
	position:absolute;
	visibility:hidden;
	width: 440px;
	margin-right:25px;
	padding:15px 10px 15px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #ccc;
	border-top:none;
	background-color:#fff;
}

#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, #curing-light img, #ea51 img, #ea40 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{
	visibility:visible;
}



/* ################################## */
/*          PRODUCT TITLE             */
/* ################################## */

#product-title {
	position:relative;
	width:440px;
	margin:0 25px 0 0;
	padding:2px 10px 3px 10px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	background-image:url(/images/product-title_bkgd.jpg);
	background-position:center;
	background-repeat:repeat-x;
	border:1px solid #ccc;
	clear:right;
}


/* ################################## */
/*          CONTENT TITLE             */
/* ################################## */

#content-title {
	position:relative;
	width:680px;
	margin:0;
	padding:2px 10px 3px 10px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	background-image:url(/images/product-title_bkgd.jpg);
	background-position:center;
	background-repeat:repeat-x;
	border:1px solid #ccc;
	clear:right;
}


/* ######################## */
/*          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;
}


/************************************/
/*      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 #999;
	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 #999999;
	padding: 2px 0 3px 0;
	text-decoration: none;
	text-indent: 6px; /* Use if not using center align for text */
	color: #333333;
	background-color:#cccccc;
	/*background-image:url(/images/Navigation/nav_bkgd.jpg);
	background-position:center;
	background-repeat:repeat-x;*/
}

.cssmenu a:hover { /*hover background color*/
	background-color:#f07c27;
	color: #fff;
	font-weight:bold;
	text-indent:14px;
	text-decoration: none;
	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:#444;
	border-bottom:1px solid #fff;
	border-left:none;
	border-right:none;
}

.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: #222222;
	padding: 5px 20px 3px 20px;
	border-right: 1px solid #fff;
	line-height:20px;
	list-style: none;
}

.menu li a:hover {
	color: #fff;
	background-color: #fe7900;
	padding: 5px 20px 3px 20px;
	border-right: 1px solid #fff;
	line-height:20px;
	text-decoration: none;
	list-style: none;
}

/*      END CSS NAVIGATION DROP-DOWN MENU          */
/* ############################################### */
