@charset "utf-8";
body  {
	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;
}
.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;
	width: 645px;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	background-position: center bottom;
	background-repeat: no-repeat;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar1Container {
	width: 642px;
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #CCCCCC;
	height: auto;
	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-x;
	background-position: center bottom;
}
.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;
}


#subContainer {
	margin-left: 143px;
	height: auto;
}
#buildBtn {
	float: left;
	height: 30px;
	width: 640px;
}



.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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: 5px;
	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: 645px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	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;
	margin-right: 0px;
}
#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: 0px;
	margin-top: -10px;
}

#flashBox2 {
	height: 50px;
	width: 645px;
	background-image: url(images/LaserMarkingMachines.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	clear: none;
	padding-right: 5px;
	padding-left: 5px;
}
h3 {
	font-size: 80%;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
p {
	font-size: 70%;
}
#bigProduct {
	width: 45%;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#bigProduct li {
	list-style-type: none;
}
#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;
	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;
	float: left;
	width: 100%;
}
.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;
	width: 100%;
}
#videoHolder #videoSub {
	height: auto;
	width: 100%;
}
#videoHolder ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#bottomVideo {
	float: left;
	width: 100%;
}
#videoDescription {
	float: right;
	width: 50%;
}
#footer h4 {
	margin: 0px;
	padding: 5px;
	font-size: 70%;
}
#NEWContainer {
	float: left;
	height: auto;
	width: 48%;
	margin-top: 5px;
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
#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;
	margin-left: 10px;
	margin-bottom: 10px;
}
#footer {
	clear: both;
	float: left;
}

#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;
}
#logosContainer li {
	width: 0px;
	padding-bottom: 5px;
}
#logosContainer ul {
	text-align: center;
	margin-left: -10px;
	height: auto;
}

#logosContainer {
	height: auto;
	width: auto;
	border: thin none #999999;
}
#testiesCont {
	float: left;
	height: auto;
	width: 100%;
}

#testies {
	width: 98%;
	float: none;
	background-position: left top;
	background-repeat: no-repeat;
	height: auto;
	padding-left: 5px;
	margin-left: 5px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: dotted;
	padding-top: 10px;
	margin-right: 10px;
}

.style12 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.style13 {font-family: "Times New Roman", Times, serif}
#videoHolder {
	background-color: #FFFFFF;
}
#bigProduct2 {
	width: 300px;
	float: left;
	padding-right: 10px;
}
#bigProduct2 li {
	font-size: 70%;
	list-style-type: none;
	margin-left: 0px;
	width: 300px;
	height: 20px;
	margin-right: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#bigProduct2 p {
	width: 300px;
}

#bigProduct2 ul {
	width: 100%;
	padding-bottom: 20px;
}


#subContainer h6 {
	margin-top: 10px;
	margin-bottom: 5px;
}

#videoHolder2  #vidThumbs {
	float: left;
	height: auto;
	width: 130px;
	padding: 2px;
}
#videoHolder2 {
	float: left;
	height: auto;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#videoHolder ul li a {

}
#videoHolder  ul  li  a:hover  {

}
a:link {
	color: #264D6C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #264D6C;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
.style8 {
	color: #000099
}

#subContainer  ul  li  {
	width: 100%;
	margin-bottom: 5px;
	margin-left: 0px;
}
#subContainer ul {
	width: 100%;
	height: auto;
	float: left;
}

#videoHolder ul li {
	width: 200px;
	float: left;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	font-size: 60%;
	text-align: left;
}
#DownloadBox  ul  li {
	width: 100%;
	float: left;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
	font-size: 100%;
	text-align: left;
}
#DownloadBox h3 {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}
#subContainer #logoContainer ul li {
	width: 300px;
	float: left;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: -40px;
	font-size: 70%;
	text-align: left;
}
#FAQHolder ul {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 600px;
	font-size: 90%;
}

#FAQHolder ul li {
	width: 100%;
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 80%;
}
#FAQHolder #questions {
	float: left;
	width: 100%;
}
#navBar {
	float: left;
	width: 139px;
	background-repeat: repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: auto;
	font-size: 100%;
	overflow: visible;
}

#logosContainer ul li {
	list-style-type: none;
	width: 25%;
	float: left;
}
#buildIt #form {
	border: 1px dotted #CCCCCC;
	padding: 6px;
	width: 98%;
	height: auto;
	float: left;
	background-image: url(images/HorizontalFade.jpg);
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	background-position: bottom;
}
#buildIt #form img {
	float: left;
	padding-right: 50px;
}
#bigProductWide {
	float: left;
	width: 100%;
}
#aboutPic {
	float: right;
	padding-right: 5px;
	padding-left: 10px;
}
#aboutP {
	float: left;
	width: 300px;
}
#NEWspecs {
	width: 100%;
	float: left;
}
#NEWvideo {
	float: left;
	height: auto;
	width: 635px;
	border: 1px solid #CCCCCC;
	background-image: url(images/videoBanner-back.jpg);
	padding: 10px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 15px;
}

#NEWspecs ul li {
	list-style-position: outside;
	list-style-type: none;
	font-size: 60%;
	width: auto;
	padding: 0px;
	margin: 0px;
	color: #666666;
}
#NEWvideoHolder {
	float: right;
	height: auto;
	width: 216px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#NEWspecs h3 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#NEWspecs ul {
	width: 48%;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#buildIt #form img {
	padding-bottom: 5px;
	padding-top: 20px;
}

#NEWvideoDesc {
	width: 60%;
	float: left;
	margin: 0px;
	font-size: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#NEWaboutBox {
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	height: auto;
}
#aboutP2 {
	width: 50%;
	float: left;
}
#ContactBox {
	float: left;
	width: 49%;
}
#NEWspecs a {
	font-weight: bold;
	color: #FF0000;
}
#pdfBox {
	float: left;
	width: auto;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin: 5px;
}
#pdfOut {
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#pdfBox h5 {
	font-weight: bold;
	color: #FF0000;
}
#gph-Boxes {
	width: 216px;
	height: 120px;
	float: left;
}
#gph-Boxes2 {
	width: 432px;
	height: 120px;
	float: left;
}
#NEWContainer h3 {
	background-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-size: 10px;
	padding-left: 5px;
}
#NEWContainer h2 {
	font-size: 14px;
	color: #666666;
	background-image: url(images/subNav-img.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 4px;
	border: 1px none #CCCCCC;
}
#NEWspecs2  ul  {
	list-style-position: outside;
	list-style-type: none;
	font-size: 60%;
	width: 150px;
	color: #666666;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	height: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#NEWspecs3  ul {
	list-style-position: inside;
	list-style-type: none;
	font-size: 60%;
	width: 150px;
	padding: 0px;
	color: #666666;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

