/* @override http://cs/css/who-we-are.css */

#costume-overlord {width:333px;height:457px;position:absolute;top:50%;left:50%;margin-top:-380px;z-index:40000;margin-left:-116px;}
  #costume-overlord a {display:block;position:absolute;top:10px;right:24px;color:#fff;font-weight:bold;font-family:Helvetica,Arial;font-size:12px;}
  
#paths {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

#paths h4 {
	font-size: 1.4em;
	margin: 0 0 4px;
}

#paths a {
	display: block;
	background: url(../images/btn-agency.png) no-repeat;
	width: 231px;
	height: 44px;
	line-height: 71px;
	color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 20px;
	text-indent: -9999em;
	margin: 0px 0 15px;
}

#paths #path-special a {
	background: url(../images/btn-special.png) no-repeat;
	width: 250px;
}

#paths #path-agency a:hover,
#paths #path-special a:hover {
	background-position: 0 -44px;
}

#path-special,
#path-agency {
	float: left;
	width: 300px;
	margin-top: 15px;
}

#who-we-are #path-special p,
#who-we-are #path-agency p{
	padding: 0;
	margin: 0;
}

#path-agency {
	margin-right: 2%;
}

#path-special {
	margin-left: 2%;
}

table#services {
	margin-top: 15px;
}

table#services th {
	text-align: left;
	border-bottom: 1px solid #333;
	padding: 2px 15px;
	background: #d8d5d0;
}

table#services td,
table#services th {
	padding: 3px 15px;
	border-left: 1px dashed #afaca8;
}

table#services td:first-child,
table#services th:first-child {
	border-left: none;
}


