﻿body {
      	margin:0;
	color:#484848;
	font:14px Helvetica, Arial, sans-serif;
	cursor:default;
}


           .HeaderClass 
    {
              font: normal 24px/32px Arial, Helvetica, Geneva, sans-serif;
          color: #317fb7;
          padding-left:15px;
    }
            .MainHeader
    {
              font: normal 24px/32px Arial, Helvetica, Geneva, sans-serif;
          color: Black;
          padding-left:15px;
          padding-bottom:10px;
          border-bottom:solid 2px #BABABA;
          width:100%;
    }
    
    
    
    
    
    
    
    
    
/* this is just to handle the product box overlays on the homepage */

.infobox {
	position:relative;
	display:block; 
	width:100%; 
	height:196px;
	cursor:pointer;
		text-decoration:none;
    }
.infobox img {
	z-index:2;
	cursor:pointer;
    }
.infobox .moreinfo {
	display:none;
	z-index:5;
	height:196px;
	width:100%;
	cursor:pointer;

    }
.infobox:hover .moreinfo {
	z-index:5;
	display:block;
    position:absolute;
    border:1px solid #666;
    background:url(../images/rollover_overlay.png);
	color:#000;
	cursor:pointer;
	
    }
    
    
    .LearnMoreHover
    {
    display:block;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	    background:url(../images/btn-more-list.png) no-repeat;
	background-position:0 -34px;
	color:#FFF;
	text-align:center;
	padding:9px 5px;
	width:146px;
	overflow:hidden;
	bottom:0;
	}
	
	
	    .LearnMoreUnHover
    {
    display:block;
    background:url(../images/btn-more-list.png) no-repeat;
	font:bold 14px/16px Helvetica, Arial, sans-serif;
	color:#FFF;
	text-align:center;
	padding:9px 5px;
	width:146px;
	overflow:hidden;
	
	bottom:0;
	}