body{
/*  background: #ffffff url('../images/background/bg_body.jpg') repeat-x fixed top left; */ 
/*  background-color: #ff3300; */ 
  margin: 0;
  padding: 0;
  background: #ffffff url('../images/background/bg_body.jpg') repeat-x top left; 
/*  background: #ff3300 url('../images/background/pico_test.jpg') repeat-x top left; */  
}

#bg{
  height: 768px;
  background: -webkit-gradient(linear, left top, left bottom, from(#01A4E7), to(#fff), color-stop(0.12, #5CC9F4), color-stop(0.24, #8fdcfa), color-stop(0.42, #daf5ff), color-stop(0.76, #fff) ) repeat-x scroll top ;
  margin: 0;
  padding: 0;
}
#bg-min{
  max-height: 768px;
  background: #ffffff -webkit-gradient(linear, left top, left bottom, from(#01A4E7), to(#fff), color-stop(0.12, #5CC9F4), color-stop(0.24, #8fdcfa), color-stop(0.42, #daf5ff), color-stop(0.76, #fff) ) repeat-x scroll top ;
  margin: 0;
  padding: 0;
  padding-bottom: 35px;
  
}

/* ============= */
/*   CONTAINTER  */
/* ============= */

#container{
  width: 800px;
  margin: 0px auto;
  
  margin-bottom: 10px;
  border:  solid 1px rgb(150,150,150);
  background-color: #FFFFFF;
  overflow:visible !important /*Firefox*/; 
  overflow:hidden /*IE6*/;    
}

#container-min{
  width: 400px;
  margin: 0px auto;

  margin-bottom: 10px;
  border:  solid 1px rgb(150,150,150);
  background-color: #FFFFFF;
  overflow:visible !important /*Firefox*/; 
  overflow:hidden /*IE6*/;    
}
/* ========== */
/*   HEADER   */
/* ========== */
#header{
  background: #ffffff url('../images/background/bg_header.jpg') no-repeat top left;
  height: 110px;
  overflow:visible !important /*Firefox*/; 
  overflow:hidden /*IE6*/;    
}

#header-min{
  height: 70px;
}

#logo-hsl{
  width: 221px;
  height: 87px;
  position: relative;
  left: 20px;
  top: 10px;
}

#extranet{
  width: 330px;
  height: 87px;
  position: relative;
  left: 270px;
  top: -77px;
  
}

#logo-map{
  clear: both;
  background: transparent url('../images/logos/world_cells.gif') no-repeat top right;
  width: 148px;
  height: 87px;
  position: relative;
  left: 635px;
  top: -163px;
}

/* ============================ */
/*   NAVIGATION                 */
/*  Now controlled by menu.css  */
/* ============================ */


/* =========== */
/*   CONTENT   */
/* =========== */

#content-area{
  background: url('../images/background/bg_content.jpg') repeat-y;
  overflow: hidden;
}

#content{
  clear:both; 
  padding: 5px 36px 1em 36px;
  height: 50%; 
}

#content-js{
  z-index: 10;
}


#content-area .content-left-home,
#content-area .content-right-home{
  margin: 0.5em 0 0 0;
  padding: 0.5em 1em; 
  /* height: 187px; */ 
  border:  solid 1px rgb(150,150,150);
}

#content-area .content-left-home{
  width: 345px;
  float: left; 
}
  
#content-area .content-right-home{
  width: 305px; 
  /* height: 400px; */ 
  float: right;
}

#content-area #welcome,
#content-area #femtocell{
  height: 216px;
}
#content-area #mobile-networks,
#content-area #femtonet{
  height: 177px;
}
#content-area #trial,
#content-area #ten-years{
  height: 85px;
}



#content-area .content-span-home{
  margin: 0.5em 0 0.5em 0;
  padding: 0.5em 1em 0.5em 1em;
  width: 694px;
  height: 100px;
  border:  solid 1px rgb(150,150,150);
  clear: both;
}

#content-area .content-left,
#content-area .content-right{
  padding-bottom:0 !important /*Non-IE6*/; 
  padding-bottom:10px /*IE6*/;  
}

#content-area .content-left{
  float: left; 
  width: 525px;
}

#content-area .content-right{
  width: 185px; 
  float: right;
}

#content-area .content-left.extranet{
  width: 605px;
  float: left; 
}
#content-area .content-right.extranet{
  width: 105px; 
  float: right;
}
#content-area .femto-left{
  width: 282px;
  float: left; 
}
#content-area .femto-right{
  width: 233px;
  margin-left: 10px;
  margin-right: 0px;
  float: right; 
}
#content-area .news-story{
  margin: 0.5em 0 0.5em 0;
  padding: 0.2em 0 .1em 0; 
  border-bottom:  solid 1px rgb(150,150,150);
}

#content-area #alt-content{
  padding: 50px;  
  border: 0;
}
#content-area #alt-content img{
  border: 0;
}

/* ========== */
/*   FOOTER   */
/* ========== */

#footer{
  clear:both; 
  padding: 8px 0 2px 0; 
  background: transparent url('../images/background/bg_footer.jpg') top left no-repeat;
  height: 26px;
  text-align: center;
}

#footer ul{
  margin: 0;
  padding: 0;
  display: inline;
}

#footer ul li{
  list-style: none;
  display: inline; 
  margin: 0 0 0 0;
  padding: 0 .5em 0 .7em;   
}

