﻿.banner div#background
{
	background-image	: url(../images/banners/what_we_do.png);
}

.video
{
	float				: right;
	padding				: 0 0 0 25px;
	margin				: 0 0 0 25px;
	text-align			: center;
	font-size			: 14px;
	font-weight			: bold;
}

.video span
{
	display				: block;
	margin				: 10px 0 0 0;
}

.video:hover
{
	text-decoration		: none;
}

.video:hover span
{
	text-decoration		: underline;
}

.topImage
{
	width				: 614px;
	margin				: 0 0 0 83px;
}

.marketingTechnologyCombined
{	
	width				: 510px;
}

.marketingTechnologyCombined p
{
	font-size			: 12px;
	line-height			: 17px;
	margin				: 10px 0 25px 0;
	/*width				: 520px;*/
}

.sections
{
	float				: left;
	display				: inline;
	width				: 800px;
	margin				: 15px 0 0 0;
	overflow			: auto;
}

.sections .section
{
	float				: left;
	width				: 600px;
	display				: inline;	
}

.sections .section.first
{
	width				: 575px;
	margin				: 0 1px 0 0;
	padding				: 0 7px 0 0;
	border-bottom		: solid 1px #000;
}

.sections .section.second
{
	width				: 575px;
	margin				: 0 1px 0 0;
	padding				: 0 7px;
	border-bottom		: solid 1px #000;
}

.sections .section.third
{
	width				: 525px;
	margin				: 0;
	padding				: 0 0 0 7px;
}
.sections p
{
	margin				: 5px 0;
	width				: 500px;
}
.sections img
{
	float				: left;
	margin				: 5px 0 0 0;
}
.sections .section .header
{
	margin-top			: 20px;
	width				: 525px;
	height				: 45px;
}

.sections .section h4
{
	float				: left;
	text-align			: left;
	margin				: 0 0 5px 30px;
	font-size			: 36px;
	color				: #00a5dc;
}

.sections .icons div
{
	float				: left;
	display				: inline;
	width				: 60px;
	height				: 90px;
	margin				: 10px 20px 25px 0;
	text-align			: center;
	line-height			: 15px;
}

.sections .icons div img
{
	float				: left;
	display				: inline;
	width				: 60px;
	height				: 60px;
	padding				: 0;
	margin				: 0 5px 0 0;
}
.bold
{
	font-weight: bold;
}
.color
{
	color: #00a5dc;
}