@charset "utf-8";
body  {
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.thrColFix #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 30px;
} 
#bottomContent {
	height: auto;
	border: 1px none #CCCCCC;
	width: 630px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-position: left top;
	margin-top: 0px;
	background-repeat: repeat-x;
	background-image: url(images/HorizontalFade.jpg);
}
#bottomContent {
	background-image: url(images/3yearTS.png);
	background-repeat: repeat;
}

#sidebar1Container {
	width: 642px;
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #CCCCCC;
	height: auto;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 8px;
	padding-top: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.thrColFix #container #subContainer #bottomContent {
	margin-bottom: -20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	background-repeat: repeat-y;
	background-position: right bottom;
	background-image: url(images/VertFade.jpg);
}
.thrColFix #container #subContainer #sidebar1Container {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	width: auto;
}



#header {
	height: 80px;
	width: 800px;
	background-image: url(images/NEWLOGO.png);
	background-repeat: no-repeat;
	background-position: left;
}
#navBar {
	float: left;
	width: 139px;
	background-repeat: repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#subMenu li {
	font-weight: bold;
	font-size: 80%;
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: -30px;
	padding: 0px;
	height: 7px;
}
#subMenu ul {
	margin-top: 10px;
}


#subContainer {
	margin-left: 150px;
	height: auto;
}
#subMenu {
	margin-top: 10px;
	padding: 0px;
	background-position: center bottom;
	clear: right;
	float: left;
}
#buildBtn {
	float: left;
	height: 30px;
	width: 640px;
}



.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 186px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.thrColFix #container #subContainer #sidebar1Container #sidebar1 h3 {
	background-position: top;
	margin: 0px;
	padding: 5px;
	color: #333333;

}

#buildBtn {
	width: 650px;
}

#sidebar1 h3 {
	font-size: 80%;
	font-weight: bold;
}
#sidebar1 p {
	font-size: 70%;
}

#footer {
	height: 25px;
	margin-left: 0px;
	width: 630px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	background-image: url(images/box.png);
	background-repeat: repeat-x;
	background-position: center center;
	float: left;
	margin-bottom: 0px;
	clear: both;
	font-size: 75%;
	color: #999999;
	border: 1px solid #CCCCCC;
}
#footer p {
	color: #666666;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 70%;
}
#footer h3 {
	font-size: 100%;
	color: #999999;
	padding-top: -5px;
	padding-bottom: 3px;
}

#header h4 {
	font-size: 70%;
	font-weight: bold;
	float: right;
	margin-right: 10px;
	margin-top: 40px;
	color: #333333;
}


.thrColFix #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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;
}
#flashBox {
	width: 650px;
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	margin-bottom: 10px;
}
#flashBox2 {
	height: 50px;
	width: 650px;
	background-image: url(images/LaserMarkingMachines.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	clear: none;
}
#sidebar1 li {
	font-size: 65%;
}
h3 {
	font-size: 80%;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
p {
	font-size: 70%;
}
#bigProduct {
	width: 50%;
	float: left;
}
#bigProduct li {
	font-size: 80%;
	list-style-type: none;
	margin-left: -40px;
}
#subBox p {
	padding-right: 2px;
	padding-left: 2px;
	font-size: 65%;
	font-weight: lighter;
	padding-top: 0px;
	margin: 0px;
}
.thrColFix #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 400px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-repeat: repeat-x;
	background-image: url(images/HorizontalFade.jpg);
	margin-top: 30px;
	
}
.thrColFix #sidebar11 {
	float: left; /* since this element is floated, a width must be given */
	width: 186px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFix #container #subContainer #sidebar11 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}
#subContainer #BoxHolder {
	clear: both;
}

#subBox {
	float: left;
	width: 55px;
	border: 1px none #666666;
	background-image: url(images/CheckMark.png);
	height: 35px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-position: center;
}
.thrColFix #container #subContainer #sidebar3 li {
	list-style-type: none;
	list-style-image: url(images/pdf_logoSmallTiny.png);
	list-style-position: inside;
	font-weight: bold;
	padding-top: 5px;
}
.thrColFix #container #subContainer #sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#MenuBar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul li {
	list-style-type: none;
}
.thrColFix #container #navBar #subMenu a {
	width: 100px;
	height: 20px;
	color: #666666;
}
#bottomVideo {
	float: left;
	width: 100%;
}
#videoDescription {
	float: right;
	width: 50%;
}
#CustomNav li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	background-image: url(images/navFill.png);
	background-position: right top;
	height: 20px;
	font-size: 80%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
}
#CustomNav  #subNav li {
	background-color: #999999;
	background-image: none;
	margin-left: -43px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#CustomNav #subNav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -39px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer h4 {
	margin: 0px;
	padding: 5px;
	font-size: 70%;
}
#navBar   #subMenu   ul  li {
	height: 15px;
	margin-top: 0px;
}
#navBar  #subMenu  ul  li a:hover {
	color: #000000;
}
#NEWContainer {
	float: left;
	height: auto;
	width: 50%;
}
#world {
	height: auto;
	width: 640px;
	float: left;
}
#flashBox2 h2 {
	padding: 2px;
	font-size: 100%;
}
#worldView {
	height: 224px;
	width: 160px;
	float: right;
	margin-top: -224px;
	clear: both;
}
h5  {
	margin-top: 0px;
	margin-bottom: -18px;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: center;
	color: #86A5FF;
}
#tradeshowFlash {
	float: right;
	margin-right: 10px;
}
#footer {
}

#tradeshowFlash2 {
	float: right;
	margin-right: 10px;
}
#NEWContainer p {
	margin-top: -3px;
}
#videoNav {
	height: 200px;
	width: 130px;
	float: left;
}
#sidebar2 {
	float: left;
	height: auto;
	width: 100%;
	clear: left;
	margin-left: -400px;
}

#videoThumb {
	height: 150px;
	width: 150px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
.thrColFix #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 100%; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: right;
}
#sidebar2 p {
	text-align: center;
}
#videoNav li {
	list-style-type: circle;
	margin-left: -10px;
}
#safetyNav {
	width: 100%;
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
}
