@charset "UTF-8";

div.BoxH1 {
	margin:auto;
	width:958px;
	background-image:url(IMG_Home/HOME_TOPHead.png);
	background-repeat:no-repeat;
	height: 40px;
	text-align:center;
}
	

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	color:#000;
	padding-top:10px;
	height: 40px;
	
}

.CompanyLogos{
	margin:auto;
	margin-top:10px;
	width:390px;
	height:215px;
	min-height:215px;
	background-color:#F9F9F9;
	border:solid 1px #E5E5E5;
	text-align:center;
}

 .tooltip {  
   position: relative;  
   }  
   .tooltip .tooltipBody {
   border: solid 2px #666666;  
   -moz-border-radius: 10px;  
   -webkit-border-radius: 10px;  
   border-radius: 10px;  
   position: absolute;  
  left: 1em;  
  top: -4.5em;  
  text-decoration: none;  
  visibility: hidden;  
  padding: 3px 5px;  
  width: 200px;  
  zoom: 1;  
  }  
  .tooltip:hover ,  
  .tooltip:hover .tooltipBody {  
  background-color:#000; 
  visibility: visible;  
  z-index: 10;
  text-align:left;
  text-decoration:none;
  color:#666666;
  font-size:80%;
   } 
   
  .tooltip .tooltipBody .tooltipAngle {  
  border-right: solid 10px transparent;  
  2border-left-width: 0;  
  border-top: solid 10px #666666;  
  line-height: 0;  
  position: absolute;  
  left: 1em;  
  bottom: -10px;  
  }  
  .tooltip .tooltipBody .tooltipAngle .tooltipAngleInner {  
  border-right: solid 5px transparent;  
  border-left-width: 0;  
  border-top: solid 5px #000;   
  line-height: 0;  
  position: absolute;  
  left: 2px;  
  bottom: 5px;  
  }  
    
   /*  not supported tanseparent for border by IE6. */  
   * html .tooltip .tooltipBody .tooltipAngle {  
     border-right-color: #666666;   
    bottom: -11px;  
   }  
  * html .tooltip .tooltipBody .tooltipAngle .tooltipAngleInner {  
     border-right-color: #666666;  
   }  
   
   img.LogosShadow{
	   -moz-box-shadow: 2px 2px 5px #000;
	   -webkit-box-shadow: 2px 2px 5px #000;
   }
   
