@charset "UTF-8";
.pict {
	padding-right: 0px;
	margin-right: 10px;
	border-top: 1px solid #004d96;
	border-right: 1px solid #004d96;
	border-bottom: 1px solid #004d96;
	border-left: 1px solid #004d96;
}
body  {
	background: #FFF;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-left: auto;
	margin-right: auto;
}
.twoColFixRtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #header {
	background: #FFF;
	padding: 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	width: 1000px;
	height: 360px;
} 
.Nav a:link {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #EEE;
}
.Nav a:visited {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #EEE;
}
.Nav a:hover {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #09F;
}
.Nav a:active {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #EEE;
}
.HeaderHeadline {
	color: #e68f1b;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	margin-top: 30px;
	float: right;
	width: 625px;
	text-align: center;
}
.Nav {
	background: #004d96;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0px;
	float: left;
	width: 1000px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	width: 418px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: no-repeat right; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px 0px 80px;
	margin: 0px;
	float: right;
}
.twoColFixRtHdr #mainContent {
	margin: 0 470px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 0;
	padding-bottom: 0;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
} 
.TeethArt {
	width: 1000px;
	margin: 0px;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #777;
	text-align: center;
}
.productTitles {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Logo {
	margin-left: 20px;
	background: #FFF;
	width: 330px;
	height: 95px;
	float: left;
	clear: left;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #EEE;
}
a:link {
	text-decoration: none;
	color: #004D96;
}
a:visited {
	text-decoration: none;
	color: #AAA;
}
a:hover {
	text-decoration: none;
	color: #09F;
}
a:active {
	text-decoration: none;
	color: #AAA;
}
h1 {
	font-size: 24px;
	color: #004d96;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
.ProductBulletHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #104C97;
	text-align: left;
}
.twoColFixRtHdr #sidebar1 a:link {
	color: #e68f1b;
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
	padding: 0px 0px 0px 50px;
	font-size: 14px;
	text-align: center;
}
.twoColFixRtHdr #sidebar1 a:visited {
	color: #e68f1b;
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
	padding: 0px 0px 0px 50px;
	font-size: 14px;
	text-align: center;
}
.twoColFixRtHdr #sidebar1 a:hover {
	color: #444;
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
	padding: 0px 0px 0px 50px;
	font-size: 14px;
	text-align: center;
}
.twoColFixRtHdr #sidebar1 a:active {
	color: #e68f1b;
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
	padding: 0px 0px 0px 50px;
	font-size: 14px;
	text-align: center;
}
#LogoText ul li {
	list-style: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: #09F;
}
#LogoText ul li a:link {
	padding: 10px 5px 10px 10px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	background: #004d96 no-repeat;
	margin: 0px 0px 2px;
}
#LogoText ul li a:visited {
	padding: 10px 5px 10px 10px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	display: block;
	margin-bottom: 2px;
	color: #FFF;
	margin-left: 0px;
	text-decoration: none;
	font-weight: normal;
	background: #004d96;
}
#LogoText ul li a:hover {
	padding: 10px 5px 10px 10px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	display: block;
	margin-bottom: 2px;
	color: #FFF;
	margin-left: 0px;
	text-decoration: none;
	font-weight: normal;
	background: #09F;
}
#LogoText ul li a:active {
	padding: 10px 5px 10px 10px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	display: block;
	margin-bottom: 2px;
	color: #FFF;
	margin-left: 0px;
	text-decoration: none;
	font-weight: normal;
	background: #004d96;
}
.ProdVid {
	margin: 0px;
	width: 320px;
	padding: 0px;
	height: 240px;
}
#productNavDiv {
	margin: 0px;
	padding: 0px;
	width: 225px;
}
#LogoText {
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #headerProduct {
	background: #FFF;
	padding: 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	height: 425px;
	width: 1000px;
}
#homeVidDiv {
	float: right;
}
#sidebarProceedVids {
	width: 700px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: no-repeat right; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px 0px;
	margin: 0px;
	float: right;
}
.procedVid1 {
	height: 300px;
	width: 350px;
	clear: both;
	float: left;
}
.procedVid2 {
	height: 300px;
	width: 350px;
	float: right;
	clear: right;
}
.procedVid3 {
	height: 300px;
	width: 350px;
	float: left;
	clear: both;
}
.procedVid4 {
	height: 300px;
	width: 350px;
	float: right;
}
.procedVid5 {
	height: 240px;
	width: 350px;
	float: left;
	clear: both;
}
.procedVid6 {
	height: 300px;
	width: 350px;
	float: right;
	clear: both;
}
#HomePageVidLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #165C9F;
	float: right;
	width: 350px;
	margin-top: 10px;
}
.twoColFixRtHdr #sidebarProductBody {
	width: 750px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: no-repeat right;
	margin: 0px;
	float: right;
	border: 0px none #000;
	padding: 20px 0px 0px;
}
#productDescriptionCol {
	width: 500px;
	height: 400px;
	margin-left: 250px;
}
#productDescriptionColPegLat {
	width: 500px;
	height: 600px;
	margin-left: 250px;
}

#sidebarProductBodyTop {
	height: 400px;	
}


#AppColumn {
	width: 250px;
	float: left;
	height: 400px;
}
#KitContentsCopy {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
	color: #e68f1b;
}
#BuyButton {
	margin-top: 10px;
	padding-left: 50px;
}
#productBulletCol {
	width: 200px;
	float: left;
	margin-left: 10px;
}
#ProdBodyCopyCol {
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #111;
	float: left;
	margin-left: 10px;
	padding: 0px;
}
.prodBulletStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #104C97;
}
.prodBulletStyleHd {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #104C97;
}

#MicroMoldRough{
	background-image: url(../Images/MicroBiteBonderNoButton.jpg);
	height: 216px;
	width: 250px;
	border: 0px none #000;
	padding-left: 500px;
	
}

#MicroMoldRough #BottomButton1{
	padding-top: 10px;	
}

#MicroMoldRough #BottomButton2{
	padding-top: 10px;	
}

#MicroMoldRough #text {
	color: #E68F1B;
	font-family: "Arial Black",Gadget,sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding-top: 50px;
}
.TeethArtWireBonder {
	height: 290px;
	width: 1000px;
	background: url(../Images/WireBonderHeader290.jpg) no-repeat;
	margin-top: 0px;
	float: left;
}
.TeethArtBiteRamp {
	height: 290px;
	width: 1000px;
	background: url(../Images/BiteRampBonderHeader.jpg) no-repeat;
	margin-top: 0px;
	float: left;
}
.TeethArtBracketBonder {
	height: 290px;
	width: 1000px;
	background: url(../Images/BracketBonderHeader290.jpg) no-repeat;
	margin-top: 0px;
	float: left;
}
.TeethArtHabitControl {
	height: 290px;
	width: 1000px;
	background: url(../Images/HabitHeader290.jpg) no-repeat;
	margin-top: 0px;
	float: left;
}
.TeethArtMolarPad {
	height: 290px;
	width: 1000px;
	background: url(../Images/MoundHeader290.jpg) no-repeat;
	margin-top: 0px;
	float: left;
}
.TeethArtTubeBonder {
	height: 290px;
	width: 1000px;
	background: url(../Images/ProductHeader290TubeBonder.jpg) no-repeat;
	margin-top: 0px;
	float: left;
}
.TeethArtButtonBonder {
	height: 290px;
	width: 1000px;
	background: url(../Images/BruttonBonderHeader290.jpg) no-repeat;
	margin-top: 0px;
	float: left;
}
#MicroMolarPad #text {
	color: #E68F1B;
	font-family: "Arial Black",Gadget,sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding-top: 50px;
}
#MicroMolarPad {
	height: 216px;
	width: 250px;
	border: 0px none #000;
	padding-left: 500px;
	background: url(../Images/MicroMolarPadNoButton.jpg);
}
#MicroMolarPad #BottomButton1 {
	padding-top: 10px;
}
#MicroHabitControl #BottomButton1 {
	padding-top: 10px;
}
#MicroHabitControl {
	height: 216px;
	width: 250px;
	border: 0px none #000;
	padding-left: 500px;
	background: url(../Images/MicroHabitControlBonderNoButton.jpg);
}
#MicroHabitControl #text {
	color: #E68F1B;
	font-family: "Arial Black",Gadget,sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding-top: 50px;
}
#MicroWireBonder #BottomButton1 {
	padding-top: 10px;
}
#MicroWireBonder {
	height: 216px;
	width: 250px;
	border: 0px none #000;
	padding-left: 500px;
	background: url(../Images/MicroWireBonder.jpg);
}
#MicroWireBonder #text {
	color: #E68F1B;
	font-family: "Arial Black",Gadget,sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding-top: 50px;
}
#MicroTubeBonder #text {
	color: #E68F1B;
	font-family: "Arial Black",Gadget,sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding-top: 50px;
}
#MicroTubeBonder {
	height: 216px;
	width: 250px;
	border: 0px none #000;
	padding-left: 500px;
	background: url(../Images/MicroTubeBonderNoButton.jpg);
}
#MicroTubeBonder #BottomButton1 {
	padding-top: 10px;
}
#PegLateral {
	height: 216px;
	width: 250px;
	border: 0px none #000;
	padding-left: 500px;
	background: url(../Images/PegLateralHeader290.jpg);
}
#PegLateral#text {
	color: #E68F1B;
	font-family: "Arial Black",Gadget,sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding-top: 50px;
}
.TeethArtPegLateral {
	height: 290px;
	width: 1000px;
	background: url(../Images/PegLateralHeader290.jpg) no-repeat;
	margin-top: 0px;
	float: left;
}
#sidebarProductBodyTopPegLateral {
	height: 800px;
}
.twoColFixRtHdr #sidebarProductBodyPegLateral {
	width: 750px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: no-repeat right;
	height: 700px;
	margin: 0px;
	float: right;
	border: 0px none #000;
	padding: 20px 0px 0px;
}
#sidebarProductBodyTopStarter {
	height: 500px;
}
#MicroStarterKit #BottomButton1 {
	padding-top: 10px;
}
#MicroStarterKit #text {
	color: #E68F1B;
	font-family: "Arial Black",Gadget,sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding-top: 50px;
}
#MicroStarterKit {
	height: 250px;
	width: 250px;
	border: 0px none #000;
	padding-left: 500px;
	background: url(../Images/MicroStarterKit.jpg);
}
#PromoCopy {
	width: 330px;
	float: right;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #104C97;
	font-weight: bold;
	padding-bottom: 10px;
}
