BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #0000FF;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

A.noEffect { 
  color: #000000; 
  text-decoration: none;  
}

A.noEffect:hover {
  color: #000000;
  text-decoration: none;   
}

A.headerNavigation { 
  color: #FFFFFF; 
  text-decoration: none;  
}

A.headerNavigation:hover {
  color: #ffffff;
}

A.productNavigation { 
  color: #0000FF; 
  text-decoration: none;  
}

A.productNavigation:hover {
  color: orange;
}

A.serviceNavigation { 
  color: #0000FF; 
  text-decoration: none;  
}

A.serviceNavigation:hover {
  color: orange;
}


TR.header {
  background: #ffffff;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  #font-weight: bold;
  text-align: center;
}

TD.fillBlack {
  background: #AAAAAA;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #a22f32;
  color: #ffffff;
  #font-weight: bold;
}

.smallbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.heading{
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
}

imgTemp {float:left; border:1px solid #909090; margin:5px 5px 5px 5px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px} 

.simpleBorder {float:left; border:1px solid #606060; margin:5px 5px 5px 5px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px} 

.smallboxText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;  
}

.smallboxTextHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;  
}

.productCategory{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  padding-top: 3px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px
}

.serviceCategory{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px
}

td {  vertical-align: top}

img {border: 0;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
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*/
visibility: visible;
top: 0;
left: auto; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.dotted {  border-style: dotted; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

.productLinkBlack {
	FONT: bold 12px Arial, Helvetica, sans-serif; COLOR: black; 
	TEXT-DECORATION: none
}
.productLinkBlack:visited {
	COLOR: navy
	TEXT-DECORATION: none	
}
.productLinkBlack:active {
	COLOR: navy
	TEXT-DECORATION: none	
}
.productLinkBlack:hover {
	TEXT-DECORATION: none
}
.productLink {
	FONT: bold 12px Arial, Helvetica, sans-serif; COLOR: navy; 
	TEXT-DECORATION: none
}
.productLink:visited {
	COLOR: navy
	TEXT-DECORATION: none	
}
.productLink:active {
	COLOR: navy
	TEXT-DECORATION: none	
}
.productLink:hover {
	TEXT-DECORATION: none
}

