/* see looklook.css for general formatting */

#logo {
    position: absolute;

    top: 30px;
    left: 55px;

    height: 42px;
    width: 39px;

    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(enabled=true, src='images/logo_orange.png');

    z-index: 5;
}

#logo[id] {
	background-image: url("images/logo_orange.png");
}

#folder_title {
	position: absolute;

	overflow: hidden;

	top: 48px;
	left: 98px;

	width: 150px;
	height: 15px;

	font-family: "Georgia", "Times New Roman", serif;
	font-size: 95%;
	color: #251413;
	text-align: left;
}

#upper_dotted_line {
	position: absolute;
	
	overflow: hidden;
	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(enabled=true, src='images/upperline.tll.png');
	
	top: 53px;
	left: 250px;

	width: 459px;
	height: 4px;
}

#upper_dotted_line[id] {
	background-image: url("images/upperline.tll.png");
}
	
#sections_container {
	position: absolute;
	
  	top: 342px;
    left: 77px;

    width: 282px;
    height: 139px;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(enabled=true, src='images/pages_linegroup.png');
	background-repeat: repeat;
	
	z-index: 5;
}
#sections_container[id] {
	background-image: url("images/pages_linegroup.png");
}
#sections {
    position: absolute;

    top: 4px;
    left: 0px;

    width: 262px;
    height: 162px;

    font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	color: #251413;

    text-align: left;
}

#sections a:link {
    text-decoration: none;
    color: #5B4342;
}

#sections a:visited {
	text-decoration: none;
	color: #5B4342;
}

#sections a:hover {
	text-decoration: none;
    color: #F58947;
}

#sections .research {
    position: absolute;

    top: 10px;
    left: 1px;
}

#sections .consulting {
    position: absolute;

    top: 57px;
    left: 1px;
}

#sections .marketing {
    position: absolute;

    top: 103px;
    left: 1px;
}

#sections .title {
    font-size: 22px;
}

#teamll_image {
	position: absolute;
	
	top: 88px;
	left: 60px;

	width: 120px;
	height: 91px;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(enabled=true, src='images/teamll.pic.png');
	
	z-index: 6;
}

#teamll_image[id] {
	background-image: url("images/teamll.pic.png");
}

#teamll_text {
	position: absolute;
	
  	top: 184px;
    left: 60px;

    width: 120px;
    height: 20px;
    
    font-family: "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	color: #251413;
    
    font-size: 80%;
    text-align: left;
}

#teamll_text a:link {
    text-decoration: none;
    color: #5B4342;
}

#teamll_text a:visited {
	text-decoration: none;
	color: #5B4342;
}

#teamll_text a:hover {
	text-decoration: none;
    color: #F58947;
}

#pic_nav {
	position: absolute;
	
	top: 517px;
	left: 47px;

	width: 29px;
	height: 24px;

	background-image: none;
	
	z-index: 5;
}

#copy_container {
    position: absolute;
    overflow: hidden;

    top: 50px;
    left: 175px;

    width: 530px;
    height: 280px;

    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 70%;
    text-align: left;
    line-height: 1.35em;

    z-index: 5;
}

#copy_container_content {
    position: relative;

    top: 25px;
    left: 0px;

    width: 510px;
    height: 265px;
    overflow:hidden;
    padding: 0px 15px 10px 20px;
}

#copy_container_content_scroll {
    position: relative;

    top: 0px;
    left: 0px;
    
}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:absolute; left:0px; top:0;
  width:11px; height:280px; 
  font-size:1px; z-index:1;
  }

div#track { 
  position:absolute; left:0; top:35px;
  width:11px; height:400px;
  background-image: url("images/scroller/track.png");
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width: 5px;
  height: 10px;
  background-image: url("images/scroller/slide_bar.png");
  z-index:1;
  }  
div#up { position:absolute; left:0; top:20px; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  