/*-----------------------------------------------------------------------------
www.3rdstudio.com
who-we-are.asp
-----------------------------------------------------------------------------*/

/* =Headings
-----------------------------------------------------------------------------*/

#whoWeAre {
	width:347px;
	height:37px;
	font-size:100%;
	position:relative;
	color:#fffffe;
	background-color:#fff;
	margin:30px 0 30px 0;
	}

#whoWeAre span {
	background-image:url(../img/heading-WhoWeAre.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}

#whoDetail {
	width:181px;
	height:19px;
	font-size:100%;
	position:relative;
	color:#fffffe;
	background-color:#fff;
	margin:30px 0 30px 0;
	}

#whoDetail span {
	background-image:url(../img/heading-3rdStudioDetail.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}

#whoWebSiteDesign {
	width:129px;
	height:40px;
	font-size:100%;
	position:relative;
	color:#f5f6f7;
	background-color:#f4f6f7;
	margin:20px 0 0 0;
	}

#whoWebSiteDesign span {
	background-image:url(../img/heading-who-WebDesign.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}

#whoWebSiteHosting {
	width:137px;
	height:40px;
	font-size:100%;
	position:relative;
	color:#f5f6f7;
	background-color:#f4f6f7;
	margin:10px 0 0 0;
	}

#whoWebSiteHosting span {
	background-image:url(../img/heading-who-Hosting.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}

#whoGraphic {
	width:122px;
	height:40px;
	font-size:100%;
	position:relative;
	color:#f5f6f7;
	background-color:#f4f6f7;
	margin:10px 0 0 0;
	}

#whoGraphic span {
	background-image:url(../img/heading-who-graphic.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}

#whoMedia {
	width:143px;
	height:40px;
	font-size:100%;
	position:relative;
	color:#f5f6f7;
	background-color:#f4f6f7;
	margin:10px 0 0 0;
	}

#whoMedia span {
	background-image:url(../img/heading-who-media.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}

/* =Content
-----------------------------------------------------------------------------*/

#who-servicesWrap {
	background-color:#f4f6f7;
	color:#393939;
	padding:0 20px 20px 0;
	border:1px solid #d2d7de;
	margin:30px 0 0 0;
	}

.who-services {
	float:left;
	width:216px;
	padding-left:20px;
	}

.who-services h2 {
	margin-top:20px;
	font-size:120%;
	}

#who .who-services h2 a:link, #who .who-services h2 a:visited, #who .who-services h2 a:hover, #who .who-services h2 a:active {
	background-color:#f4f6f7;
	color:#ff9900;
	}

.who-services ul {
	margin:0 0 0 20px;
	padding:0;
	}

.who-services ul li {
	}
	
#who .who-services a:link, #who .who-services a:visited {
	background-color:#f4f6f7;
	color:#ff9900;
	padding:1px 2px;
	}

#who .who-services a:hover, #who .who-services a:active {
	background-color:#ff9900;
	color:#ffffff;
	padding:1px 2px;
	}