﻿/*CSS  for Home page*/
/*bootstrap overrides*/
.panel-default>.panel-heading {
    color: #fff;
    background-color: #686868;
    border-color: #ddd;
}


.divIntroVideo {
    width: 98%;
    height: 100%;
    margin: 0px auto 20px auto;
    
}
.divIntroVideo h3{
    text-align:center;
}

.linkFrame{
	width:100%;    	
	margin: 20px auto 20px auto;	
	text-align:center;        
}
#divPanels a {
    color:#333;
    text-decoration:underline;
}



/*override main CSS to have seperator*/
/*div.main-content-col2{
    float:left;
    width:775px;
    margin:0px;
    padding:0px;
}
#divHomeMain{ width:100%; overflow:hidden; min-height:1000px; float:left;}*/
/*.bodytext_bold
{   
    margin:0px auto;
    width:559px;
    height:60px;    
	background-image:url('../images/cssImages/newDirection.png');
	background-position:center;
	background-repeat:no-repeat;	
}*/
/*.barSeperator{
            width: 100%;
            margin: 0 auto;           
            background: #999999 url('../images/cssImages/PatternBG.png') repeat-x;            
            z-index: 50000;            
            height: 30px;
        }*/



/*SYED TRADE LINKS ON HOME AND PRODUCT LIST PAGE*/
/*.divTradeLinks { width:720px; height:60px; margin:20px auto 0px auto; position:relative;}
.divTradeLinks .tradeLinks1{background:white url(../images/cssImages/tradeLinks.png) no-repeat 220px 0px; padding-top:15px;}
.divTradeLinks .tradeLinks{background:white url(../images/cssImages/distributorLinks.png) no-repeat 225px 0px; padding-top:0px;}
.divTradeLinks .tradeLinks1,.tradeLinks{		
	width:350px;
	height:50px;
    float:left;
	text-align:left;	
	padding-bottom:0px;	
	padding-left:10px;
	padding-right:0px;
	cursor:pointer;			
}
.divTradeLinks .tradeLinks p,.divTradeLinks .tradeLinks1 p
{
    font-size:14px;   
    font-weight:normal;
    margin:0px;    
    color:black;
}*/

/*.linkDiv1,.linkDiv2,.linkDiv3
{    	
	width:230px;	
	height:50px;	
	float:left;
	text-align:center;
	margin:5px 5px 10px 5px;

    background-image:url('../images/homeLinks/grayLink.png');
    background-position:top;
    background-repeat:no-repeat;
    cursor:pointer;	
}*/

/*.subDiv h5
{
    text-align:center;
    color:White;
}
.subDiv p
{
    text-align:center;
    padding:5px 10px;
    font-size:12px;
}
.subDiv
{
    padding:0 0 0 0;
    margin:0 auto;
    width:195px;
	height:79px;
}



#divFeatured
{    
    width:710px;
    height:170px;
    margin:40px 0 0 0px;
      
    }*/
/*New tool tip*/
/*a.javatooltip
{
    position:relative;    
        
    }
    
.toolmsg
  {
   background-image:url('../images/cssImages/infoBox.png');
   background-position:top;
   background-repeat:no-repeat;
   background-color: #cccccc;
   text-align: left;
   position: absolute;
   
   margin-left:0px;
   width: 300px;
   height: auto;
   padding: 10px 10px 8px 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
   border-radius: 10px;
   font-size:12px;
   z-index:50000;
  }
.toolmsg a
{
    margin:0px 5px 0 0;
    float:right;
    clear:left;
    font-size:14px;
    font-weight:normal;       
}

.closeBtn
{    
    float:right;
    clear:left;    
    width:30px;
    height:30px;
    position:relative;
    top:-20px;
    right:-25px;        
    background-image:url('../images/cssImages/close.png');    
}*/
