#sections
{
	clear: both;
	background: url(/image/mobile_marketing/mm_tab_bg.jpg) no-repeat top left;
}

#mainBody #tabs
{
	clear: both;
	background: url(/image/mobile_marketing/tab_highlight.png) no-repeat top left;
	height: 68px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#mainBody #tabs li
{
	float: left;
	width: 300px;
}

#mainBody #tabs li a
{
	display: block;
	color: #f1f1f1;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 21px 0 24px 0;
	text-shadow: 1px 1px 2px #333;
}

#mainBody #tabs li a:hover
{
	color: white;
	font-size: 14px;
}

#sections .details
{
	display: none;
	margin: 0 10px;
	float: left;
	padding: 20px 10px;
	width: 860px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#sections #tabOverview
{
	display: block;
	background-color: #5e6f92;
}

#sections #tabExpertise
{
	background-color: #7e8ca8
}

#sections #tabResources
{
	background-color: #939fb6;
}

#sections .details .inner
{
	box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	-moz-box-shadow: 2px 2px 3px #666;
	background-color: #f1f1f1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
	padding: 20px;
	float: left;
	width: 820px;
}

.inner .staff
{
	clear: both;
	padding-top: 20px;
}

.photo
{
	width: 90px;
	padding: 7px;
	background-color: white;
	border: 1px solid #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
	margin-right: 20px;
	box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	-moz-box-shadow: 2px 2px 3px #666;
}

#mainBody .photo img
{
	width: 90px;
}

#mainBody .photo p
{
	padding-top: 5px;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 0;
}

.photo p b
{
	font-size: 11px;
}

#sections .details .inner h2
{
	margin-bottom: 3px;
}

#sections .details .inner p
{
	margin-bottom: 12px;
}

.charts
{
	background-color: #d5d5d5;
	padding: 0 10px;
	width: 225px;
	margin-left: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #666;
	float: right;
}

.chart
{
	width: 200px;
	padding: 10px;
	background-color: white;
	border: 1px solid #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 0;
	box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	-moz-box-shadow: 2px 2px 3px #666;
}
