body {
  font-family:verdana,tahoma,arial,helvetica;
  font-size:11px;
  color:#000000;
}

.repairSvcsBgrnd {
  background-image:url('../images/repair-services-background.gif');
}

.ourCoBgrnd {
  background-image:url('../images/our-company-background.jpg');
}

.contManu {
  background-image:url('../images/contract-manufacturing-background.jpg');
}

.newsBgrnd {
  background-image:url('../images/news-background.gif');
  background-repeat:no-repeat;
}

.whiteBgrnd {
  background-image:url('../images/white-background.gif');
  background-repeat:no-repeat;
}

.phacoUnitsAccBgrnd {
  background-image:url('../images/phaco-units-accessories-background.jpg');
  background-repeat:no-repeat;
}

.quickrinseAccBgrnd {
  background-image:url('../images/quickrinse-accessories-background.jpg');
  background-repeat:no-repeat;
}

.quickrinseTestimonialsBgrnd {
  background-image:url('../images/quickrinse-testimonials-background.gif');
  background-repeat:no-repeat;
}

.phacoHandBgrnd {
  background-image:url('../images/phaco-handpieces-background.gif');
  background-repeat:no-repeat;
}

.distributorsBgrnd {
  background-image:url('../images/distributors-list-background.gif');
  background-repeat:no-repeat;
}


.basicBlueBgrnd {
  background-image:url('../images/basic-blue-background.gif');
  background-repeat:no-repeat;
}

.repairSvcsTitle {
  font-weight:bold;
  color:#004988;
}

.ourCoTitle {
  font-weight:bold;
  color:#425077;
}

.faqTitle {
  font-weight:bold;
  color:#046F83;
}

.contactTitle {
  font-weight:bold;
  color:#FD8546;
}

.newsTitle {
  font-weight:bold;
  color:#94BC3F;
}

.phacoUnitsAccTitle {
  font-weight:bold;
  color:#94BC3F;
}

.quickrinseUnitsAccTitle {
  font-weight:bold;
  color:#F3A862;
}

.quickrinseUnitsTable {
  background-color:#FADCC0;
  height:20px;
}

.handpieceUnitsTable {
  background-color:#B2D6EE;
  height:20px;
}

.phacoUnitsTable {
  background-color:#DEEEBD;
  height:20px;
}

.horizonUnitsTable {
  background-color:#B3D4DA;
  height:20px;
}

a.footerlinks:link {
  color: #0077c6;
  text-decoration:none;
  font-size:11px;
}

a.footerlinks:visited {
  color: #0077c6;
  text-decoration:none;
  font-size:11px;
}

a.footerlinks:hover {
  color: #0077c6;
  text-decoration:underline;
  font-size:11px;
}

a.footerlinks:active {
  color: #0077c6;
  text-decoration:unerline;
  font-size:11px;
}

a.blackLinks:link {
  color: #000000;
  text-decoration:underline;
}

a.blackLinks:visited {
  color: #000000;
  text-decoration:underline;
}

a.blackLinks:hover {
  color: #333333;
  text-decoration:underline;
}

a.blackLinks:active {
  color: #333333;
  text-decoration:unerline;
}

.copyright {
  font-size:10px;
  color:#666666;
}


/* LARGE IMAGE MOUSEOVER */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: #ffffff;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #eeeeee;
padding: 5px;
left: -1000px;
border: 1px solid #666666;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 25px;
left: -570px; /*position where enlarged image should offset horizontally */
}

/* LARGE IMAGE MOUSEOVER PHACO */

.thumbnailPhaco{
position: relative;
z-index: 0;
}

.thumbnailPhaco:hover{
background-color: #ffffff;
z-index: 50;
}

.thumbnailPhaco span{ /*CSS for enlarged image*/
position: absolute;
background-color: #eeeeee;
padding: 5px;
left: -1000px;
border: 1px solid #666666;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnailPhaco span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailPhaco:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 25px;
left: -570px; /*position where enlarged image should offset horizontally */
}
