/* CSS Document */
<!--
body {
	background-color: #1A354D;
/*	background-image: url(images/bg_red.jpg); */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.topbar_td_1 {
	background-image: url(images/topbar_1_bg.jpg);
	width: 202px;
	height: 32px;
}
.topbar_td_3 {
	background-image: url(images/topbar_3_bg.jpg);
	width: 625px;
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}

.nav_td {
	background-color: #BCC2CD;
	width: 202px;
	vertical-align: top;
	border-right: 2px solid #FFFFFF;
}

h1 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #006699;
	font-weight: bold;
}

table.specials {
	margin: 0 auto;
	width: 100%;
	border: 0;
/*	border: 1px solid #CC0000;
	border-collapse: collapse;*/
}
td.specials {
	padding: 10px; 
	vertical-align: top;
}

.subtitle {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.adobe {
	font-size: 12px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
}

.bottom_notice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	color: #000000;
}

.content_td {
	background-color: #E2E4E9;
	width: 698px;
	vertical-align: top;
/*	background-image: url(images/content_img.jpg);
	background-repeat: no-repeat;*/
	padding: 13px 5px 5px 5px; /* top rt bot left */
}

.foot_td_1 {
	background-color: #466D93;
	width: 202px;
	height: 35px;
}
.foot_td_2 {
	background-color: #61676C;
	width: 698px;
	height: 35px;
	border-top: 3px solid #FFFFFF;
	font-size: 11px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}

/* horizontal rule */
hr.linebreak {
	margin: 15px 15%;
}


.link_bdr {
	border-color: #000000;
	border-bottom-width:thin;
}

/* TABLES */ /* used so far on calibration page at the top */ /* recently went thru and made changes to some pages*/
table.lrgimg {
	margin: 20px auto;
	padding: 0;
	width: 597px;
}

td.lrgimg {
	vertical-align: top;
	text-align: center;
	width: 199px;
}

img.lrgimg {
	margin: 0;
	padding: 0;
	width: 175px;
}
/*  TABLE USED ON CMM PAGE AND ? **** could not get to work   */
table.cmm {
	margin: 0 auto;
	padding: 0;
	width: 600px;
}

/* START - STYLES FOR IMAGES */

/* to float images to the left */

img.fltleft {  /* used on cmm shop-floor,  maybe more page */
	margin: 0;
	margin: 0 30px;
	padding: 0;
	float: left;
	border: 1px solid #006699;
}

p.imgtext { /* used for text next to images on most pages */
	margin: 0;
	padding-right: 25px;
}

/* border color for images */

img.img_bdr {
	border: 1px solid #000;
}

/* align to the center */

div.center {
	text-align: center;
}

p.center {
	text-align: center;
}


/* float image to left of paragraph */

img.floatleft {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #006699;
}



/* float image to right of paragraph */

img.floatright {
	float: right;
	border: 1px solid #006699;
}

/* text to right of image */
p.img_text {
	width: 518px;
	margin-left: 170px;
}

/* FIXTURING PAGE text to right of image */
p.img_fixtext {
	width: 518px;
	margin-left: 130px;
}

/* END - STYLES FOR IMAGES */
/*****************************************
**     PRODUCTS CSS
**
******************************************/
#product {
	margin: 10px 15px 30px 15px;
	text-align: left;
	width: 658px; /* not 698 due to margin */
	min-height: 200px;
}

#product div.img {
	width: 154; /* extra 4px for img border */
	float: left;
}

#product div.info {
	margin-left: 174px;
/*	width: 494px;*/
}

#product img {
	border: 1px solid #006699;
	width: 150px;
}

img.affcmm {
	width: 192px;
}
/* START - STYLES FOR TABLES  */

/* float image center - no border  */
img.center {
	float: center;
	border-width: 0px;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 10px;
}
/* ? align text next to image - put to the top?  */
img.text {
	text-align: top;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 10px;
}
/* border for tables  */
.tblborder {
	color: #C6D3E3
}
/* END - STYLES FOR TABLES  */

/*****************************************
*    DIV STYLES FOR REPAIRS PAGE        *
******************************************/
div.imgrepleft {
	margin-left: 15px;
	width: 200px;
	float: left;
	text-align: center;
}
div.imgrepcenter {
	margin-left: 15px;
	width: 200px;
	float: left;
	text-align: center;
}
div.imgrepright {
	margin-left: 445px;
	width: 200px;
	text-align: center;
}


/* END - DIV STYLES FOR REPAIRS PAGE  */


a:link {
	color: #466D93;
	text-decoration: underline;
}
a:visited {
	color: #466D93;
}
a:hover {
	color: #3B4352;
}
a:active {
	color: #466D93;
}

.nav {
	font-size: 13px;
	color: #3B4352;
	padding-left: 30px;
	background-color: #BCC2CD;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	line-height: 23px;
	text-decoration: none;
	display: block;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #FFFFFF;
}
a.nav:visited {
	font-size: 13px;
	color: #3B4352;
	padding-left: 30px;
	background-color: #BCC2CD;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	line-height: 23px;
	text-decoration: none;
	display: block;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #FFFFFF;
}

a.nav:link {
	font-size: 13px;
	color: #3B4352;
	padding-left: 30px;
	background-color: #BCC2CD;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	line-height: 23px;
	text-decoration: none;
	display: block;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #FFFFFF;
}

a.nav:hover {
	font-size: 13px;
	color: #BCC2CD;
	padding-left: 30px;
	background-color: #3B4352;
	background-image: url(images/nav_hover.jpg);
	background-repeat: no-repeat;
	line-height: 23px;
	text-decoration: none;
	display: block;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #FFFFFF;
}

.navon {
	font-size: 13px;
	color: #3B4352;
	padding-left: 30px;
	background-color: #BCC2CD;
	background-image: url(images/nav_on.jpg);
	background-repeat: no-repeat;
	line-height: 23px;
	display: block;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #FFFFFF;
}


.nav_top_brdr {
	border-top: 1px solid #FFFFFF;
}

.nav_label {
	font-size: 13px;
	color: #3B4352;
	padding-left: 30px;
	font-weight: bold;
}
a.footer:link {
	font-size: 11px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.footer:visited {
	font-size: 11px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.footer:hover {
	font-size: 11px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.footer:active {
	font-size: 11px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.nopage {
	color: #990000;
	font-weight: bold;
	font-size:18px;
	text-align: center;
}


/* STYLES FOR CONTACT FORM */
.req {
	font-size: 12px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}

.formcontent {   /* also used under images on calibrations page */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/*.form_tbl {
	background-color: #DCDACD;
	border: 2px solid #D4D4D4;
}*/
.errmsg {
	padding-left: 30px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #FFFF99;
}
.formmsg {
	padding-left: 30px;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
.msglabpad {
	padding-top: 5px;
}

/*****************************************
**
**
******************************************/

.img_box {
	display:inline-block; 
	zoom:1;
	display:-moz-inline-block;	
}
	

-->

