@charset "utf-8";
html {
	overflow-y: scroll;
}
.sub_header {
	font-size: 16px;
	font-weight: bold;
	color: #016CB2;
	text-align: center;
}
.columns {
	width: 28%;
	float: left;
	margin: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;

}
.columnsspan {
	width: 100%;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	padding-left: 5px;
	padding-top: 10px;
}

.columns2 {
	width: 365px;
	float: left;
	margin: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
}
.columns6 {
	width: 320px;
	float: left;
	margin: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: left;
	padding-left: 40px;
}

.columns3 {
	width: 47%;
	float: left;
	margin: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
}
.columns4 {
	width: 100px;
	float: left;
	margin: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	text-align: left;
}
.columns5 {
	width: 245px;
	float: left;
	margin: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	background-color: #DCDCB8;
}

.tabletext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: left;
}





.imgtext {
	width: 80px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	text-align: left;
	margin: 5px;
	padding-top: 182px;
}


#link360 {
}
#mechbanner {
	padding-top: 10px;
}

#googlemap {
	float: right;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	margin: 10px;
	font-size: 14px;
}

#ajheader {
	width: 100%;
	height: 95px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#date {
	width: 80px;
	height: 20px;
	float: right;
	margin-top: 80px;
}
#wrapper {
	width: 100%;

}


#ajlogo {
	width: 420px;
	float: left;
}



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: #333333;
	background-color: #016CB2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.videoTitle {
	font-size: 10px;
	color: #333;
	padding-top: 20px;
	text-align: left;
	padding-right: 20px;
}

.cadstudio  #container {
	width: 950px;
	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;
	background-color: #016CB2;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.cadstudio #container #contacts {
	width: 152px;
}

.cadstudio  #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
.cadstudio  #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 */
}
.cadstudio  #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
} 
.cadstudio #mainContent p {
	margin: 0;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	text-align: left;
}

.cadstudio #mainContent h1 {
	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;
	font-size: 18px;
	font-weight: bold;
	color: #213945;
	text-align: left;
}
.cadstudio #mainContent h2 {
	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;
	font-size: 16px;
	font-weight: bold;
	color: #213945;
}



.cadstudio  #footer {
	background-color: #213945;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	background-image: url(images/footer-background.gif);
	background-repeat: no-repeat;
} 
.cadstudio  #footer  p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 9px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
.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;
}
.fltlft2 {
	float: left;
	margin-right: 15px;
}

.fltrt2 {
	float: right;
	margin-left: 8px;
	margin-top: 8px;
}
.fltrt3 {
	float: right;
	margin-left: 8px;
	margin-top: 20px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.inventor {
	float: left;
	width: 243px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.scanningleft {
	float: left;
	margin-right: 8px;
	width: 300px;
	height: 150px;
	margin-bottom: 10px;
}

.quotelogo {
	float: left;
	margin-right: 8px;
}
.quotewrap {
	float: right;
	width: 450px;
	height: 77px;
}
.quotewrap2 {
	float: right;
	width: 450px;
	height: 77px;
	margin-bottom: 10px;
}



.quote {
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	font-style: italic;
	text-align: left;
	width: 320px;
}
.quote3 {
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	font-style: italic;
	text-align: left;
	width: 320px;
	margin-top: 5px;
}

.quote2 {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	font-style: italic;
	height: 65px;
	width: 600px;
	text-align: left;
	padding-top: 20px;
}


.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;
}
.cadstudio   #mainContent a:link   {
	font-weight: bold;
	color: #006CB1;
	text-decoration: none;
}
.cadstudio   #mainContent a:visited   {
	font-weight: bold;
	text-decoration: none;
	color: #006CB1;
}
.cadstudio   #mainContent a:hover     {
	color: #FF0000;
	text-decoration: underline;

}
.cadstudio #footer a:link {
	font-weight: bold;
	color: #006CB1;
	text-decoration: none;
}
.cadstudio #footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #006CB1;
}
.cadstudio #footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.contact       {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.redtext {
	color: #FF0000;
}
.bluetext {
	color: #006BAF;
}

ul {
	font-size: 12px;
	margin: 0px;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
img {
	border: 0px none #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.videoPlayer {
	margin-top: 30px;
}
.videoPlayermech {
	margin-top: 30px;
	text-align: center;
}


.videotable {
	border: 1px solid #000000;
}

.frontimg {
	border: 1px solid #333333;
	margin: 0px;
	padding: 0px;
}
.cadstudio #container #mainContent div img {
}
.gallerythumb {
	width: 184px;
	float: left;
	margin-bottom: 20px;
	margin-right: 2px;
	margin-left: 2px;
}
.gallerybuttons {
	vertical-align: top;
	width: 140px;
	text-align: center;
	float: left;
}
.gallerybuttons2 {
	vertical-align: top;
	width: 130px;
	text-align: center;
	float: left;
}

#websiteLeft {
	width: 380px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#websiteRight {
	float: right;
	width: 360px;
}
#websiteRight2 {
	float: right;
	width: 380px;
	text-align: right;
}
#websiteLeft2 {
	width: 450px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#websiteRight3 {
	float: right;
	width: 300px;
	text-align: right;
}
.cadstudio #container #mainContent #websiteLeft2 p {
	text-align: center;
}
.cadstudio #container #mainContent #websiteRight p {
	font-style: italic;
}
.cadstudio #container #mainContent #websiteRight p {
	font-size: 12px;
}
#websiteLeft3 {
	width: 360px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#email {
	width: 150px;
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #FFF;
}

.cadstudio #container #mainContent #websiteRight2 p {
	font-style: italic;
}
.page_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #016CB2;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.attentionH1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
}

