.hero-area
{
	clear:both;
	border-top:1px solid #d31145;
	border-bottom:1px solid #d31145;
	background:url(../images/gradGrey.jpg) 0 0 repeat-x;
	position:relative;
}

.hero-area .get-in-touch
{
	float:left;
	width:180px;
	margin-top:228px;
}

.hero-area .get-in-touch h3
{
	color:#fff;
	font-size:20px;
	text-align:left;
	margin-left:15px;
}

.hero-area .get-in-touch ul
{
	margin-top:10px;
	margin-bottom:22px;
	position:relative;
	margin-left:15px;
}

.hero-area .get-in-touch li
{
	font-size:0.875em;
	font-weight:bold;
	color:#ccc;
	margin:5px 0;
}

.hero-area .get-in-touch li a
{
	color:#ccc;
	text-decoration:none;
	border-bottom:1px solid #d31145;
}
.hero-area .get-in-touch li a:hover
{
	border-bottom:1px solid #fff;
	background-color:#D31145;
}


.hero-area #flash-content
{
	float:left;
	width:720px;
	height:293px;
}

#main-content
{
	margin-left:180px;
	width:720px;
}

#main-content .col
{
	float:left;
	width:240px;
	/*width:214px; */
	/*padding-right:26px;*/
}

#main-content .col h3
{
	color:#fff;
	margin-top:10px;
	margin-bottom:22px;
	padding-left:0;
	width:200px;
	font-size:18px;
	text-align:left;
	font-weight:bold;
}

#main-content .col a
{
	color:#fff;
	/*font-weight:bold;*/
	text-decoration:none;
	border-bottom:1px solid #d31145;
	white-space:nowrap;
	position:relative;
}

#main-content .col a:hover
{
	border-bottom:1px solid #fff;
	background-color:#D31145;
}

#main-content .col p, #main-content .col h4
{
	font-size:0.813em;
	line-height:1.3em;
	padding-right:26px;
}

#main-content .col p.date
{
	margin-top:-1em;
	font-size:0.687em;
	color:#fff;
}

#main-content .col h4
{
	font-weight:bold;
	color:#fff;
}

#main-content .col a.latest-work
{
	border:10px solid #666;
	display:block;
	margin-bottom:1em;
	width:220px;
}
#main-content .col a.latest-work:hover
{
	border:10px solid #d31145;
	background-color:#D31145;

}

#main-content .col .cdm li
{
	float:left;
	font-size:0.687em;
	font-weight:bold;
	color:#fff;
	margin-right:6px;
	padding-right:6px;
	background: url(../images/list-seperator.gif) right no-repeat;
}

#main-content .col .cdm li.last
{
	background:none;
	margin-right:0;
}

