/*
   __              __                                             
  /\ \  __        /\ \                                            
  \_\ \/\_\    ___\ \ \/'\     ___ ___      __      ___     ____  
  /'_` \/\ \  /'___\ \ , <   /' __` __`\  /'__`\  /' _ `\  /',__\ 
 /\ \L\ \ \ \/\ \__/\ \ \\`\ /\ \/\ \/\ \/\ \L\.\_/\ \/\ \/\__, `\
 \ \___,_\ \_\ \____\\ \_\ \_\ \_\ \_\ \_\ \__/.\_\ \_\ \_\/\____/
  \/__,_ /\/_/\/____/ \/_/\/_/\/_/\/_/\/_/\/__/\/_/\/_/\/_/\/___/ design.com
  
*/


/* ################################## Research ################################## */
#about {
	padding: 33px 0 0 44px;
	position: relative;
	background: #fbfbf9 url(images/about-bg.jpg) left bottom no-repeat;
	width: 739px;
}

#about .left {
	float: left;
	width: 433px;
	padding: 0 0 267px 0;
}

#about .left p {
	padding: 8px 0 8px 0;
	width: 373px;
}

#about .flash {
	position: absolute;
	top: 0px;
	left: 434px;
}

#about .bg {
	position: absolute;
	top: 648px;
	left: 330px;
	width: 117px;
	text-align: right;
	font-size: 11px;
}

#about .right {
	float: right;
	background: #EBE5DA;
	width: 290px;
	padding: 320px 0 5px 15px;
	font-size: 11px;
}

#about .right a img{filter:alpha(opacity=85); -moz-opacity:.85; opacity:.85;}
#about .right a:hover img{filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}

#about .right .img {
	padding: 10px 0 10px 0;
}

#about .right .img img {
	border: #FFFFFF 4px solid;
	margin: 0 10px 0 0;
}

#about .title {
	padding: 0 0 10px 0;
	display: block;
}

#about span {
	background: url(images/research-point.gif) no-repeat left;
	background-position: 0px 6px;
	padding: 0 0 0 10px;
}

#about .fence{
	background: url(images/about-fence.gif) left center no-repeat;
	height:7px;
	margin: 5px 0 5px 0;
}

#about .support { float: right; }

#about .right .img a{
	cursor:pointer;
}

#about strong { color: #544311; }