body {         
   margin-top:10px;         
   background-color: #e5e5e5;         
   }         
            
#container {         
   width: 970px;         
   border: 1px #000000 solid;         
   background-color: #FFFFFF;         
   }         

/* header area start */         
            
#header {         
   width: 970px;         
   height: 172px;         
   display:block;         
   background:url(images/headerBck.png) no-repeat;         
   border-bottom: 4px #cccccc solid;         
   }         

#Logo {         
   width: 412px;         
   height:89px;         
   display:block;         
   float:left;         
   padding-top: 42px;         
   margin-left: 200px;         
            
   }         
            
#utility_nav {         
   background:url(images/infobck.png) no-repeat;         
   width: 213px;         
   height:50px;         
   float: right;         
   display:inline;         
   margin-top: 25px;         
   margin-right: 8px;         
   padding-bottom: 2px;         
   text-align: left;         
            
   }         
            
/* topnav area start */         

#topnav {         
   width: 395px;         
   height: 24px;         
   margin-top:18px;         
   text-align: right;         
   float: right;         
   display:inline;         
   background:url(images/topMenuBck.png) no-repeat;         
   padding-top: 5px;        





   }         

/* main area start */         
            
#main {         
   background-color: #FFFFFF;         
   border-top: 1px #FFFFFF solid;         
   border-bottom: 1px #FFFFFF solid;         
   }       

#MainContent {  
   }    
            
#leftnav {         
   width: 211px;  
   !width: 231px;         
   height:725px;         
   background: url(images/leftnav.png) no-repeat;         
   background-color: #efefef;         
   text-align: center;        
   }         
            
#content_area {     
padding: 20px 10px 5px 10px;       
}   

.content_areaText {   
   font-size: 12px;   
   color:#000;   
   }   


         

/* footer area start */         

#footer {         
   width: 970px;         
   height: 60px;         
   text-align: center;         
   padding-top: 4px;         
   padding-bottom: 5px;         
   background-color: #efefef;         
   }         

#footerR {         
   float: right;         
   width: 485px;         
   text-align:right;         
   margin-right: 8px;         
            
   }         
#footerL {         
   float:left;         
   width: 465px;         
   text-align:left;         
   margin-left: 10px;         
   margin-top: 15px;         
            
   }         


.bucket {         
  width: 225px;         
  height: 375px;         
  background:url(images/bctback.png) no-repeat;                
   }   
           
#CustomCable {         
   width: 215px;         
   height: 140px;         
   background:url(images/customcable.png) no-repeat;         
    padding: 0px;         
   margin: 0px;         
   padding-top: 15px;         
   margin-left: 2px;         
            
   }         

#ValueAdded {         
   width: 215px;         
   height: 140px;         
   background:url(images/valueadded.png) no-repeat;         
    padding: 0px;         
   margin: 0px;         
   padding-top: 15px;         
   margin-left: 3px;         
            
            
   }         
            
#AppsInd         
{         
   width: 215px;         
   height: 140px;         
   background:url(images/app_ind.png) no-repeat;         
    padding: 0px;         
   margin: 0px;         
   padding-top: 15px;         
   margin-left: 3px;         
            
            
   }         
            
.bucketHeading {         
   width: 215px;         
   height: 20px;         
   background:url(images/bcktitle.png) no-repeat;         
   font-family: Arial, Helvetica, sans-serif;         
   color: #0A1340;         
   text-align:center;         
   font-weight: bold;         
   font-size: 14px;         

   }        
 
.bucketHeading a{                
   color: #0A1340;         
   text-decoration:none;         

   }         

.bucketHeading a:hover{                
   color: #0A1340;         
   text-decoration:none;         

   } 
            
.bucketText {         
   width: 215px;         
   font-family:Arial, Helvetica, sans-serif;         
   font-size:12px;         
   margin-right: 5px;         
   margin-left: 5px;         
   padding-top: 5px;         
   color: #333;             
   }      
     

     
     
        
            
/*.bucketText ul {         
   list-style-type:disc;         
   font-family:Arial, Helvetica, sans-serif;         
   font-size:12px;         
   margin: 0px;         
   margin-right: 8px;         
   padding: 0px;         
   padding-left: 20px;         
   color: #333;       
   font-weight: normal;         

   }         
.bucketText li {         
   padding: 0px;         
   margin: 0px;         
   font-family:Arial, Helvetica, sans-serif;         
   font-size:12px;         
   color: #333;         
   padding-top: 4px;       
   font-weight: normal;          
            
   } */        
            

            
/* heading styles */         

h1 {         
   color: #0A1340;         
   font-size: 15px;         
   font-weight: bold;         
   }         

h2 {         
   color: #0A1340;         
   font-size: 13px;         
   font-weight: bold;         

   }         
            
h3 {         
   font-family: Times;         
   color: #000000;         
   font-size: 22px;         
   font-weight: bold;         
   font-style: italic;         
   }       

p {      
 font-family: Arial;      
 font-size: 12px;      
 color: #000000;      

}      
        
            
/* image styles */         
            
.img01 {         
   border: 1px #000000 solid;         
   }         
            
.img02 {         
   border: 1px #000000 solid;         
   float: left;         
   margin-right: 10px;         
   margin-bottom: 10px;         
   }         

.img03 {         
   border: 1px #000000 solid;         
   float: right;         
   margin-left: 10px;         
   margin-bottom: 10px;         
   }         
            
/* miscellaneous */         

.Right { 
  float: right; 
} 

.Left { 
 float: left; 

}