/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */
/* ------------------------ type selectors ------------------------ */
body {
  background:#A5A5A5;
  text-align:center;
  font:12px/16px Arial, Helvetica, sans-serif;
  color:#000;
}

h1 {
  font-size:1.2em;
  color:#000;
}

h2 {
  font-size:1.1em;
  color:#255DA4;
}

h3 {
  font-size:1.0em;
  color:#728428;
  font-weight:bold;
}

.news {
  font-size:1.2em;
  color:#728428;
}

a:link,
a:visited {
  color:#0033ff;
  text-decoration:underline;
  outline:none;
  font-weight:bold;
}

a:hover,
a:active {
  color:#000;
  text-decoration:none;
  outline:none;
}

/* ------------------------ classes ------------------------ */
.clear { clear:both; }

div.clear {
  height:.01em;
  overflow:hidden;
}

p.back-to-top { 
	background: url("../images/page-nav-bullet.jpg") right no-repeat;
	padding-right: 10px;
	display:block;
	text-align:right; 
}

img.img-left {
  float:left;
  margin:2px 10px 10px 0px;
 
}
img.img-fva {
  float:left;
  margin:0px 25px 0px 15px;
}
img.img-right {
  float:right;
  margin:5px 0px 10px 10px;
}

.btn-launch {
  background-image:url("../images/btn-launch.jpg");
  background-repeat:no-repeat;
	display:block;
  height:26px;
  width:82px;
}
	.btn-launch:hover { background-position:-82px 0; }

	.btn-launch span { display:none; }

.btn-fva {
  background-image:url("../images/btn-fva.jpg");
  height:20px;
  width:160px;
  padding:0px;
}

.center { text-align:center; }
#img-video-website {
	display:block;
  margin:0 0 12px 57px;
  width: 181px;
  height: 152px;
}

.disclaimer-text {font-size: .9em;}


  
/* ------------------------ form elements ------------------------ */
form {
  width:150px;
  margin-bottom:15px;
}

form label { font-size:.95em; }

form br {
  line-height:0;
  height:0;
}

input,
textarea,
select {
  background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
  border:1px solid #FFF;
  color:#414141;
  width:145px; /* 5 pixles smaller than form width !important */
  height:18px;
  line-height:18px;
  vertical-align: middle;
  margin-bottom:4px; /* sets vertical spacing between fields */
  padding-top:1px; /* vertically position text in input/textarea field */
  padding-left:4px; /* horizontally position text in input/textarea field */
  font-family: Arial, Helvetica, sans-serif;
  font-size:1.0em;
}

select {
  width:150px;
  padding:0;
} /* same width as form - !important */

textarea {
  height:90px;
  overflow:auto;
}

#contact_business { display: none; } /* do not remove */

/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label {
  width:220px;
  position:relative;
  display:block;
  text-align:right;
  margin-bottom:10px;
  font-size:1.0em;
}

#contact-main label input,
#contact-main label textarea,
#contact-main label select {
  width:170px;
  position:absolute;
  left:110%;
  top:-2px;
}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea {
  height:100px;
  overflow:auto;
}

/* ------------------------ submit button form elements ------------------------ */
input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit { /* REMOVE IF NOT USED */
  background-image:url("../images/btn-submit.jpg");
  background-repeat:no-repeat;
  width:82px;
  height:26px;
  border:none;
  cursor:pointer;
  padding:0;
}
input.submit-contact-main { /* REMOVE IF NOT USED */
  background-image:url("../images/btn-submit-main.jpg");
  background-repeat:no-repeat;
  width:82px;
  height:26px;
  border:none;
  cursor:pointer;
  padding:0;
}


	input.submit:hover, input.submit-contact-main:hover { background-position:-82px 0; }
	
div.read-more {
	width: 85px;
	height: 26px;
	}
div.read-more:hover { background-position: -85px 0;}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
  background:#6D8C3D url("../images/wrap-bg.jpg") 232px 0 repeat-y;
  width:924px;
  margin:0 auto;
  text-align:left;
}
#index-pg #wrap { background:#6D8C3D; }

#phone-num {
	background:url("../images/nav.jpg") no-repeat;
  height:29px;
}

#nav { 
	background:url("../images/nav_new.jpg") 0 -29px no-repeat; 
	height:91px;
}

#nav span { display: none; }

#nav li,
#nav a {
  display:block;
	height:91px;
	
}

#nav li {
	float:left;
  list-style:none;
  _display:inline;
  position:relative;
}

#nav-01 { width: 343px; margin-left: 38px; }
#nav-02 { width: 50px; margin-left:80px; }
#nav-03 { width: 76px;}
#nav-04 { width: 67px;}
#nav-05 { width: 97px; }
#nav-06 { width: 49px;}
#nav-07{ width: 44px;}
#nav-08 { width: 80px;}


/*-------------- (-79px) X position of button / (-29px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav_new.jpg")  -38px -149px no-repeat; }
#nav-02 a:hover { background:url("../images/nav_new.jpg") -461px -149px no-repeat; }
#nav-03 a:hover { background:url("../images/nav_new.jpg") -511px -149px no-repeat; }
#nav-04 a:hover { background:url("../images/nav_new.jpg") -587px -149px no-repeat; }
#nav-05 a:hover { background:url("../images/nav_new.jpg") -654px -149px no-repeat; }
#nav-06 a:hover { background:url("../images/nav_new.jpg") -751px -149px no-repeat; }
#nav-07 a:hover { background:url("../images/nav_new.jpg") -800px -149px no-repeat; }
#nav-08 a:hover { background:url("../images/nav_new.jpg") -844px -149px no-repeat; }

#index {
  background:url("../images/index-bg.jpg") no-repeat;
  height:539px;
  position:relative;
}
#intro_text {
  position:absolute;
  height:67px;
  left:60px;
  overflow:auto;
  top:45px;
  width:390px;
  z-index:99999;
}
#intro_text p, #intro_text h1 {margin-bottom: 7px;}
#nav-specialties {
  left:53px;
  position:absolute;
  top:226px;
}

#nav-specialties li {
  display:block;
  _display:inline;
  float:left;
  height:90px;
  margin:0pt 0pt 7px 8px;
  width:151px;
}
#nav-specialties li a {
  display:block;
  height:90px;
  
	}
#nav-specialties li a span { display:none; }

#nav-specialties-01 a:hover { background:url("../images/index-bg.jpg")  -985px -226px no-repeat; }
#nav-specialties-02 a:hover { background:url("../images/index-bg.jpg")  -1144px -226px no-repeat; }
#nav-specialties-03 a:hover { background:url("../images/index-bg.jpg")  -1303px -226px no-repeat; }
#nav-specialties-04 a:hover { background:url("../images/index-bg.jpg")  -1462px -226px no-repeat; }
#nav-specialties-05 a:hover { background:url("../images/index-bg.jpg")  -1621px -226px no-repeat; }
#nav-specialties-06 a:hover { background:url("../images/index-bg.jpg")  -985px -323px no-repeat; }
#nav-specialties-07 a:hover { background:url("../images/index-bg.jpg")  -1144px -323px no-repeat; }
#nav-specialties-08 a:hover { background:url("../images/index-bg.jpg")  -1303px -323px no-repeat; }
#nav-specialties-09 a:hover { background:url("../images/index-bg.jpg")  -1462px -323px no-repeat; }
#nav-specialties-10 a:hover { background:url("../images/index-bg.jpg")  -1621px -323px no-repeat; }

#index-btn-launch {
	display:block;
	height:40px;
	left:738px;
	position:absolute;
	top:161px;
	width:81px;
}  

#index-btn-launch:hover { background:url("../images/index-bg.jpg")  -1426px 0 no-repeat; }

#index #video-flash {
	position: relative;
	top: 0px;
	left: 501px;
	height: 216px;
	width: 362px;
	}
#index-btn-launch span { display:none; }

#nav-products li {
  display:block;
  height:20px;
	position:absolute;
}
#nav-products li a {
  display:block;
  height:20px;
	}
#nav-products li a span { display:none; }

#nav-products-01 {
	left:60px;
  top:468px;
  width:77px;
}
#nav-products-02 {
	left:153px;
  top:451px;
  width:127px;
}
#nav-products-03 {
	left:153px;
  top:471px;
  width:127px;
}
#nav-products-04 {
	left:153px;
  top:491px;
  width:127px;
}
#nav-products-05 {
	left:280px;
  top:451px;
  width:102px;
}

#nav-products-07 {
	left:282px;
	top:473px;
	width:102px;
}
#nav-products-08 {
	left:382px;
  top:451px;
  width:151px;
}

#nav-products-01 a:hover { background:url("../images/index-bg.jpg") -984px -468px no-repeat; }
#nav-products-02 a:hover { background:url("../images/index-bg.jpg") -1077px -451px no-repeat; }
#nav-products-03 a:hover { background:url("../images/index-bg.jpg") -1077px -471px no-repeat; }
#nav-products-04 a:hover { background:url("../images/index-bg.jpg") -1077px -491px no-repeat; }
#nav-products-05 a:hover { background:url("../images/index-bg.jpg") -1204px -451px no-repeat; }
#nav-products-07 a:hover { background:url("../images/index-bg.jpg") -1206px -473px no-repeat; }
#nav-products-08 a:hover { background:url("../images/index-bg.jpg") -1306px -451px no-repeat; }


#index-contact {
	background:#FFF url("../images/index-contact-bg.jpg") repeat-y;
  float:left;
  width:100%;
}
#index-contact p.events {
	margin-left: 70px;
	} 
#index-contact p {
	margin: 0 0 10px 25px;
	width: 235px; 
	float: left;
	display: inline;
	}

#index-contact form {
	_display:inline;
	float:right;
	margin:0 68px 0 0;
	width:260px;
}
#index-contact form #contact_comment {
	float:right;
  height:72px;
}

#index-contact form input,
#index-contact form textarea {
	border:1px solid #404040;
  width:120px;
}


#index-contact form input.submit {
  background-image:url("../images/btn-submit-index.jpg");
  border:none;
  clear:right;
  float:right;
  width:82px;
}

#title-upcoming-events {
	margin-left:33px;
}

#split-contact-about {
	background:url("../images/split-contact-about.jpg") no-repeat;
  clear:both;
	height:90px;
}

#index-about {
	background:#90A963 url("../images/index-about-bg.jpg") repeat-y;
}

#index-about p {
	margin:0 91px 0 68px;
  padding-bottom:10px;
}
#exhibits {
	width:420px;
	margin-left:55px;
}

#exhibits td, th { padding: 10px; }

/* ------------------------ column-left framework ------------------------ */
#column-left {
  background:url("../images/bg-column-left.jpg") no-repeat;
  color:#FFFFFF;
  float:left;
	padding-top:91px;
  width:238px;
}

#column-left p {
	margin:0 21px 12px 70px;
}

#column-left a:link, #column-left a:visited {color: #ffffff; text-decoration: underline;}
#column-left a:hover, #column-left a:active {color: #ffffff; text-decoration: none;}


#column-left p .btn-launch { margin-left:36px; }
/* ------- Vertical Nav ------- */
#column-left #sub-nav {
  width:186px;
  margin:0 0 0 52px;
  text-align:left;
  font-size:0.9em;
}
	#sub-nav li a {
  	background-color:#2B62A8;
		background-repeat:no-repeat;
 		background-image:url("../images/sub-nav-li.jpg");
		display:block;
	  height:21px;
		text-decoration:none;
		color:#FFF;
		font-weight:normal;
	}
	#sub-nav li a:hover {
  	background-color:#153C76;
  	background-position:-186px 0;
  }
	#sub-nav li a span {
		display:block;
		margin-left:33px;
    padding-top:3px;
	}

	#sub-nav li ul li a {
 		background-image:url("../images/sub-nav-li-ul-li.jpg");
			}
	#sub-nav li ul li a span {
		margin-left:43px;
		
	}


#column-left #quick_contact form { padding-left:70px; }

#quick_contact {
  background:url("../images/call_visit.jpg") no-repeat;
  padding-top:95px;
}

/* ------------------------ column-right framework ------------------------ */
#column-right {
  float:left;
  width:686px;
}

#column-right .ad a{
	color:#000099;
}
#column-right p,
#column-right h1,
#column-right h2,
#column-right h3,
#column-right ul,
#column-right dl { margin:0px 72px 10px 37px; }

#column-right form { margin-left:20px; }

/* single column list */
#column-right ul { padding-left:20px; }

#column-right ul.right-list {margin-left: 300px;}

#column-right ul li {
  background:transparent url("../images/bullet.jpg") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
  padding-left:10px;  /* pushes text to the right to display bg img */
  margin-bottom: 3px;
}
#column-right ul li.topic, #column-right ul.no-bullet li { background: none;}
#column-right .features{
	margin: 0 0 0 15px;
}

#column-right ul.pdf-list {margin-right: 0px;}
#column-right ul.pdf-list li {
  background:transparent url("../images/bullet.jpg") 0px 17px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
  padding-left:10px;  /* pushes text to the right to display bg img */
  margin-bottom: 3px;
}

/* ------------------------ bottom-wrap framework ------------------------ */
#bottom-wrap {
  background:#6D8C3D url("../images/bottom-wrap.jpg") 232px 0 no-repeat;
  width:100%; /* fix for Safar */
  height:50px;
  clear:both;
}

#index-pg #bottom-wrap {
	background:#6D8C3D url("../images/bottom-wrap-index.jpg") no-repeat;
}

/* ------------------------footer framework ------------------------ */
#footer {
  width:934px;
  margin:0 auto;
  text-align:center;
  color:#000;
}

#footer p {
  margin-bottom:10px;
}

#footer ul { margin:10px; }

#footer li { /* if your li's float, you can adjust border height w/ line-height */
  padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
  display: inline;
  border-left: 1px solid #000;
}

#footer li.first { border: none; }

#footer table {
	margin-left: 20px;
}

#footer table td img {
	border: 1px solid black;
}

/* ------------------------ SUBHEADERS ------------------------ */
#subhead { padding-top: 105px;}

body#about #subhead {background: url("../images/subhead-about.jpg") top no-repeat; }
body#specialties #subhead {background: url("../images/subhead-specialties.jpg") top no-repeat; }
body#products #subhead {background: url("../images/subhead-products.jpg") top no-repeat; }
body#discovery #subhead {background: url("../images/subhead-featured-product.jpg") top no-repeat; padding-top: 150px;}
body#fva #subhead {background: url("../images/subhead-fva.jpg") top no-repeat; padding-top: 150px;}
body#vision-testers #subhead {background: url("../images/subhead-vision-testers.jpg") top no-repeat; }
	body#optec-6500 #subhead {background: url("../images/subhead-optec-6500.jpg") top no-repeat; padding-top: 150px; }
	body#optec-5500 #subhead {background: url("../images/subhead-optec-5500.jpg") top no-repeat; padding-top: 150px; }
	body#optec-5000 #subhead {background: url("../images/subhead-optec-5000.jpg") top no-repeat; padding-top: 150px; }
	body#optec-2300 #subhead {background: url("../images/subhead-optec-2300-2.jpg") top no-repeat; padding-top: 150px; }
	body#optec-900 #subhead {background: url("../images/subhead-optec-900.jpg") top no-repeat; padding-top: 150px; }
body#eyeview #subhead {background: url("../images/subhead-eyeview.jpg") top no-repeat; }
body#stereo-test #subhead {background: url("../images/subhead-stereo-test.jpg") top no-repeat; }
body#tac #subhead {background: url("../images/subhead-tac.jpg") top no-repeat; }
body#contrast-sensitivity #subhead {background: url("../images/subhead-contrast-sensitivity.jpg") top no-repeat; }
body#copeland-360 #subhead {background: url("../images/subhead-articles.jpg") top no-repeat; }
body#projector-slides #subhead {background: url("../images/subhead-projector-slides.jpg") top no-repeat; }
body#vectographic #subhead {background: url("../images/subhead-vectographic.jpg") top no-repeat; }
body#borish #subhead {background: url("../images/subhead-borish.jpg") top no-repeat; }
body#slide-packages #subhead {background: url("../images/subhead-slide-packages.jpg") top no-repeat; }
body#slide-library #subhead {background: url("../images/subhead-slide-library.jpg") top no-repeat; }
body#instruction-downloads #subhead {background: url("../images/subhead-instruction.jpg") top no-repeat; }
body#help #subhead {background: url("../images/subhead-help.jpg") top no-repeat; }
body#product-info #subhead {background: url("../images/subhead-product-info.jpg") top no-repeat; }
body#contact #subhead {background: url("../images/subhead-contact.jpg") top no-repeat; }
body#thankyou #subhead {background: url("../images/subhead-thankyou.jpg") top no-repeat; height: 365px;}
body#sitemap #subhead {background: url("../images/subhead-sitemap.jpg") top no-repeat; }


/* --------------------PAGE SUB NAV DIVS -----------------------------*/

#page-nav {
	float: right;
	width: 140px;
	margin: -67px 80px 0 0;
	background:url("../images/page-nav-wrap.gif") repeat-y;
	display: inline;
	margin-left: 10px;
	}

body#specialties #page-nav,
body#vision-testers #page-nav,
body#instruction-downloads #page-nav,
body#help #page-nav,
body#stereo-test #page-nav { 
	margin-top: -22px;	}

	#page-nav-top {
		background: url("../images/page-nav-top.jpg") top no-repeat;
		padding-top: 20px;
		}
	body#instruction-downloads #page-nav-top { padding-top: 30px;}
	#preschool li{
		margin:0 0 0 250px;
	}
	#3d li{
	 margin:0 0 0 200px;
	}
	
	#column-right #page-nav ul, #column-right #page-nav p {margin: 0 14px 7px 14px; color: #ffffff; padding: 0px;}
	#column-right #page-nav ul li {
		background: url("../images/page-nav-bullet.jpg") left no-repeat;
		margin-bottom: 5px;
		padding-left: 10px;
		}
	#page-nav a:link, #page-nav a:visited {color: #ffffff; text-decoration: underline;}
	#page-nav a:hover, #page-nav a:active {color: #ffffff; text-decoration:none;}
	
	body#pressrelease {
		width:500px;
		text-align:left;
		margin:0 auto;
		background-color:#fff;
		
	
	}
	body#pressrelease ol, body#pressrelease ul {
		list-style-type:circle;
		margin-left:20px;
		}
.vms-lightwindow-link span {display:none;}
#vms-lightwindow-link span {display:none;}
#vms-lightwindow-link1 span {display:none;}
#vms-lightwindow-link2 span {display:none;}
#vms-lightwindow-link3 span {display:none;}

#noflash p {color:#990000;}
noscript {color:#990000;}