body {
	background-image: url(images/bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.box {
  font-family:verdana;
  font-size: 14px;
  letter-spacing: 2px;
  line-height:inherit;
  color: #000000;
  padding:10px;
  border:solid 3px #545455;
  background-image: url(images/50.png); background-repeat: repeat; behavior: url(iepngfix.htc);


  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/50.png');
	background-repeat:repeat;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.box[class] {
   background-image: url(images/50.png); background-repeat: repeat; behavior: url(iepngfix.htc); 
   }
   .box1 {
  font-family:verdana;
  font-size: 14px;
  letter-spacing: 2px;
  line-height:inherit;
  color: #000000;
  padding:10px;
  border:solid 3px #545455;
  background-image: url(images/50.png); background-repeat: repeat; behavior: url(iepngfix.htc);
  width: 88%;


  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/50.png');
	background-repeat:repeat;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.box1[class] {
   background-image: url(images/50.png); background-repeat: repeat; behavior: url(iepngfix.htc); 
   }
  
.contact {
	color: #ffffff;
	font-size: 16px;
	font-family: verdana;
	text-decoration:none
}
.heading {
	color: #000000;
	font-size: 11px;
	font-family: verdana;
	text-decoration:none
}
.dryice {
	color: #000000;
	font-size: 13px;
	font-family: verdana;
	text-decoration:none
}
.form {
	color: #000000;
	font-size: 13px;
	font-family: verdana;
	text-decoration:none
}
.terms {
	color: #000000;
	font-size: 11px;
	font-family: verdana;
	text-decoration:none;
	padding-right:20px;
}
a.link {  
	color:#ffffff; 
	font-size: 16px;
	font-family:verdana;
	text-decoration: underline;
	}
a.link:hover { 
color: #ffffff; 
font-size: 16px;
text-decoration: underline; 
	}
	a.contact {  
	color:#000000; 
	font-size: 12px;
	font-family:verdana;
	font-weight:bold;
	text-decoration: underline;
	}
	a.baseline {  
	color:#000000; 
	font-size: 11px;
	font-family:verdana;
	text-decoration: underline;
	}
	.baseline {
	color:#000000; 
	font-size: 11px;
	font-family:verdana;
	}
a.baseline:hover { 
color: #000000; 
font-size: 11px;
text-decoration: underline; 
	}
a.contact:hover { 
color: #000000; 
font-size: 12px;
font-weight:bold;
text-decoration: underline; 
	}
	a.sales {  
	color:#000000; 
	font-size: 12px;
	font-family:verdana;
	text-decoration: underline;
	}
a.sales:hover { 
color: #000000; 
font-size: 12px;
text-decoration: underline; 
	}
	a.li {  
	color:#000000; 
	font-size: 14px;
	font-family:verdana;
	text-decoration: none;
	}
a.li:hover { 
color: #000000; 
font-size: 14px;
text-decoration: underline; 
	}
	
	a.products {  
	color:#000000; 
	font-size: 13px;
	line-height:20px;
	font-family:verdana;
	font-weight:bold;
	text-decoration: none;
	}
a.products:hover { 
color: #000000; 
font-size: 13px;
line-height:20px;
font-weight:bold;
text-decoration: underline; 
	}
	a.containers {  
	color:#000000; 
	font-size: 12px;
	line-height:20px;
	font-family:verdana;
	font-weight:bold;
	text-decoration: none;
	}
a.containers:hover { 
color: #000000; 
font-size: 12px;
line-height:20px;
font-weight:bold;
text-decoration: underline; 
	}
	
	
	.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail2 img{
border: none;
margin: 0 5px 5px 0;
}

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

.thumbnail2:hover img{
border: none;
}
.thumbnail img{
border: 1px solid black;
margin: 0 5px 5px 0;
}

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 5px;
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: 35px;
left: 220px; /*position where enlarged image should offset horizontally */
z-index: 0px;
}