/*
 * $Id: main.css 216 2009-10-16 14:17:34Z joris $
 */

div.wrapper {
	width: 100%;
}

div.content {
	width: 980px;
	margin: 0 auto;
}

div.mainMenuWrapper {
	width: 100%;
	height: 35px;
	background: #333;
	padding-top: 5px;
	z-index: 100;
	position: relative;
}

/** Main menu markup **/
#mainMenu {
	list-style-type: none;
	margin-left: 2px;
}
	#mainMenu a {
		color: #fff;
	}
	#mainMenu li {
		line-height: 1.4em;
		float: left;
		position: relative;
		margin-left: 2px;
		height: 35px;
	}
	#mainMenu li > a {
		font-family: FranGotDCn;
		letter-spacing: 0.04em;
		display: block;
		padding: 5px 11px 10px 11px;
		line-height: 1.2em;
		border-bottom: none;
		height: 20px;
	}
	#mainMenu > li > a {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		text-decoration: none;
	}
    	#mainMenu > li > a.itemOn {
    		color: #ff6600;
    		background: #fff;
    	}
        	#mainMenu > li:hover > a {
        		color: #333;
    		background: #fff;
        	}
        	#mainMenu > li:hover > a.itemOn {
        		color: #ff6600;
        	}

	#mainMenu li ul {
		list-style: none;
		position: absolute;
		background: #fff;
		z-index: 100;
		top: 35px;
		padding: 24px 0px 37px 0px;
	/*	border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;*/
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		-webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 3px 2px rgba(0,0,0,0.5);
		box-shadow: 0 3px 2px rgba(0,0,0,0.5);
	}
	#mainMenu li ul li {
		display: block;
		height: 31px;
		border-top: 1px solid #ccc;
		border-left: none;
		margin: 0 14px 0 12px;
		float: none;
	}
	#mainMenu li ul li.last {
		border-bottom: 1px solid #ccc;
	}
	#mainMenu li.hasChildren ul a {
		font-family: Georgia;
		font-size: 0.875em;
		letter-spacing: 0;
		color: #333;
		border-radius: 0;
		width: 195px;
		background: url('/images/icons/bullet.png') 0px 10px no-repeat;
		padding: 5px 0px 0 11px;
		height: 26px;
	}
	#mainMenu li.hasChildren ul a:hover, #mainMenu li.hasChildren ul a.itemOn {
		color: #ff6600;
	}

/** Main searchblock markup **/
#searchBlock {
	position: relative;
	float: right;
	top: 5px;
	width: 276px;
}
	#searchBlock input {
		border: none;
	}
	#searchBlock span.inputSub {
		position: absolute;
		font-style: italic;
		color: #999;
		background: #fff;
		top: 0;
		left: 0;
		height: 19px;
		width: 202px;
		padding: 4px 0px 0 10px;
		display: none;
		font-size: 0.8125em;
		z-index: 10;
	}
	#searchBlock input.text {
		padding: 0 10px 0 10px;
		width: 191px;
		height: 20px;
		line-height: 20px;
		margin: 0;
		border: 1px solid #fff;
		color: #333;
		background: #fff;
		position: relative;
		z-index: 100;
		display: block;
		float: left;
	}
	#searchBlock input.text:focus {
		border: 1px solid #ff6e0f;
	}
	#searchBlock input.submit {
		font-family: FranGotDCn;
		letter-spacing: 1px;
		font-weight: normal;
		color: #fff;
		background-color: #3f3f3f;
		width: 60px;
		height: 22px;
		line-height: 22px;
		margin: 0;
		padding: 0;
		display: block;
		float: right;
		/* Safari 4-5, Chrome 1-9 */
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#424242), to(#222));
		/* Safari 5.1, Chrome 10+ */
		background: -webkit-linear-gradient(top, #424242, #222);
		/* Firefox 3.6+ */
		background: -moz-linear-gradient(top, #424242, #222);
		/* IE 10 */
		background: -ms-linear-gradient(top, #424242, #222);
		/* Opera 11.10+ */
		background: -o-linear-gradient(top, #424242, #222);
		border-radius: 4px;
		box-shadow: 1px 2px 1px #191919;
	}

div.headerWrapper {
	width: 100%;
	background-color: #f7f7f7;
	border-bottom: 1px solid #fff;
	z-index: 10;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #fff, #f0f0f0);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #fff, #f0f0f0);
	/* IE 10 */
	background: -ms-linear-gradient(top, #fff, #f0f0f0);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #fff, #f0f0f0);
}
	div.headerWrapper div.content {
		height: 90px;
		position: relative;
	}
	div.headerWrapper a.logo {
		position: absolute;
		left: 15px;
		top: 25px;
		z-index: 25;
	}

	#contactgegevens {
		float: right;
		width: 276px;
		margin-top: 20px;
	}
	#contactgegevens .telephone {
		font-family: FranGotDCn;
		border-bottom: 1px solid #ccc;
		padding: 0 75px 5px 0;
		display: block;
		width: 138px;
		background: url('/images/icons/telephone.png') no-repeat 150px 0px;
	}
	#contactgegevens .contactLink {
		background: url('/images/icons/bullet.png') 0 5px no-repeat;
		font-family: Georgia;
		font-size: 0.875em;
		letter-spacing: 0em;
		font-style: italic;
		color: #333;
		padding-left: 12px;
	}

/** CommsTeaser **/
div.commsTeaserWrapper {
	background-color: #ff6600;
	height: 75px;
	border-bottom: 1px solid #fff;
	font-family: GarProSBI;
	text-align: center;
	line-height: 1.8em;
	padding-top: 15px;
}
	div.commsTeaserWrapper .teaserHeader {
		font-family: GarProSBI;
		font-size: 1.7em;
		letter-spacing: 0.04em;
	}
	div.commsTeaserWrapper p {
		color: #fff;
		font-size: 1.7em;
	}

/** Banners **/
#banner {
	position: relative;
	width: 980px;
	height: 354px;
	overflow: hidden;
}
#banner #bannerSlide {
	position: absolute;
	top: 0;
	left: 0;
	height: 354px;
	overflow: visible;
	z-index: 30;
}
#banner .visual {
	position: relative;
	float: left;
	border-radius: 6px;
}
#banner .visual img.visualLarge {
	width: 980px;
}
.visual .visualTitle {
	position: absolute;
}
.visual .visualTitle .shadowText {
    margin-bottom: 5px;
	text-shadow: 1px 1px 3px #444444;
    line-height: 96%;
}

/** Breadcrumbs **/
div.breadcrumbs {
	padding: 10px 0 20px;
	width: 950px;
}
	div.breadcrumbs span.bcSeparator {
		padding: 0 3px;
		cursor: default;
	}
	div.breadcrumbs a {
		font-size: 0.875em;
		color: #333;
		font-style: normal;
	}
	div.breadcrumbs a.itemOn {
		color: #ff6600;
	}

/** Submenu **/
div#subMenu {
	height: 100%;
	float: left;
	width: 250px;
	padding: 0 50px 0 15px;
	margin-top: 40px;
}
	div#subMenu ul {
		list-style: none;
	}
	div#subMenu li {
		border-top: 1px solid #ccc;
		padding: 0 0 0 14px;
		background: url('/images/icons/bullet.png') 0 13px no-repeat;
		margin: 0;
	}
		div#subMenu li.hasChildren {
			background: url('/images/icons/bullet-down-small.png') 0 13px no-repeat;
		}
	div#subMenu li ul {
		list-style: none;
		overflow: hidden;
		font-size: 0.778em;
	}
	div#subMenu li ul li {
		background: none;
		border-top: none;
		padding: 0;
	}
	div#subMenu li ul li a {
		height: 23px;
		line-height: 23px;
	}
	div#subMenu li.last {
		border-bottom: 1px solid #ccc;
	}
	div#subMenu li ul li.last{
		border-bottom: none;
	}
	div#subMenu a {
		height: 31px;
		line-height: 31px;
		font-size: 1.125em;
		color: #333;
	}

div.homeContent div.contentTTT h2.title {
	background: url('/images/blocktitle-special.png') 0 0 no-repeat;
	height: 54px;
	padding: 0 60px;
	margin-top: 10px;
}

#body {
	padding-bottom: 20px;
}

/** Content template Content-V1 **/
div.contentV1 {
	float: left;
	width: 570px;
	padding-left: 50px;
}
	div.contentV1 .pageTitle {
		font-family: Georgia;
		font-size: 1.875em;
		font-weight: 400;
	}
	div.contentV1 .contentBlock {
		background-color: #eaeaea;
		padding: 0 20px 25px;
		font-size: 0.875em;
	}
	div.contentV1 .contentBlock .title {
		margin-left: -20px;
		margin-bottom: 20px;
		width: 100%;
		font-family: Georgia;
		font-size: 1.286em;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		height: 31px;
		line-height: 31px;
		padding-left: 40px;
		background: url('/images/icons/bullet-down.png') 20px 10px no-repeat;
		background-color: #fff;
	}
	div.contentV1 .collapsedBlock {
		padding-bottom: 0;
	}
	div.contentV1 .collapsedBlock {
		height: 33px;
/*		overflow: hidden;*/
	}
	div.contentV1 .collapsedBlock .blockContent {
		display: none;
	}
	div.contentV1 .collapsedBlock .title {
		background-image: url('/images/icons/bullet.png');
		background-position: 23px 12px;
		border-bottom: none;
		z-index: 100;
	}
	div.contentV1 .block1 {
		background: #fff;
		padding: 0;
	}
	div.contentV1 p, div.contentV2 p {
		margin: 20px 0;
	}
	div.contentV1 .block1 p:first-of-type {
		font-size: 1.286em;
	}
	div.contentV2 .block1 p:first-of-type {
		font-size: 1.286em;
	}
	#body div.addthis_toolbox {
		padding: 3px;
		border: 1px solid #ccc;
		float: right;
		border-radius: 4px;
		margin: 10px 0 0;
	}
	#body div.addthis_toolbox span.title {
		float: left;
		padding: 0 5px;
		font-size: 0.875em;
		font-family: FranGotMCn;
		color: #999;
		cursor: default;
	}

/** Content template Content-V2 **/
div.contentV2 {
	float: left;
	width: 570px;
	padding-left: 50px;
}
	div.contentV2 .pageTitle {
		font-family: Georgia;
		font-size: 1.875em;
		font-weight: 400;
	}
	div.contentV2 .contentBlock {
		position: relative;
		font-size: 0.875em;
	}
	div.contentV2 .contentBlock .title {
		width: 100%;
		font-family: Georgia;
		font-size: 1.286em;
		height: 31px;
		line-height: 31px;
		margin-top: 15px;
		margin-bottom: 15px;
		font-weight: normal;
		font-style: italic;
	}
	div.contentV2 .block1 p:first-child {
		font-size: 1.286em;
	}
	div#googleMaps {
		width: 980px;
		height: 394px;
		margin-bottom: 50px;
		border-radius: 6px;
	}

div.contactForm {
}

	div.contactForm div.textcolumn {
		width: 250px;
		padding-right: 30px;
		font-family: Georgia;
		font-size: 0.875em;
	}

	div.contactForm div.firstColumn {
		padding-left: 30px;
	}

	div.contactForm div.lastColumn {
		width: 360px;
	}
	div.psmForm div.formHeader {
		font-size: 1.2em;
		margin: 0 0 15px;
	}
	div.psmForm {
		background: #eaeaea;
		padding: 15px 25px 8px 20px;
		border-radius: 6px;
	}
	div.psmForm input, div.psmForm textarea {
		border: 1px solid #ccc;
		margin-bottom: 4px;
	}
	div.psmForm input.text {
		height: 22px;
		width: 246px;
		padding-left: 3px;
	}
	div.psmForm textarea {
		width: 308px;
		height: 76px;
		padding: 3px;
		font-family: Georgia;
	}
	div.psmForm div.row {
		clear: both;
	}
	div.psmForm span.value {
		float: right;
	}
    div.psmForm span.key {
		float: left;
        padding-top: 5px;
	}
    div.psmForm select {
        border: 1px solid #ccc;
        font-size: 1em;
        height: 22px;
        min-width: 100px;
    }
	div.psmForm input.button {
		font-family: FranGotDCn;
		font-size: 1.2em;
		color: #fff;
		background: #ce3c00 url('/images/submit-bg.png') 0 0 repeat-x;
		height: 30px;
		float: right;
		margin-top: 10px;
		border: none;
		border-radius: 5px;
		-webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.5);
		-moz-box-shadow:    2px 2px 1px rgba(0,0,0,0.5);
		box-shadow:         2px 2px 1px rgba(0,0,0,0.5);
	}
	div.psmForm span.requiredNote, div.psmForm span.required {
		display: none;
	}

	div.psmForm .error {
		color: red;
	}

/** SubContent **/
#subContent {
	background-color: #eaeaea;
	min-height: 302px;
	clear: both;
	margin-top: 30px;
}
    #subContent div.contentTTT h2.title,
    #subContent div.contentTT h2.title {
		background: url('/images/blocktitle-special.png') 0 -108px no-repeat;
		height: 54px;
		padding: 0 60px;
	}

	#subContent div.contentTT .firstColumn {
		width: 590px;
		padding: 0 40px 0 30px;
	}
	#subContent div.contentTT .lastColumn {
		width: 260px;
    	padding: 0 30px 0 30px;
	}

div.footerWrapper {
	background-color: #333;
}
#footer {
	color: #fff;
	height: 35px;
	clear: both;
	text-indent: 30px;
	font-size: 0.875em;
	padding-top: 15px;
}
#footer a {
	color: #ff6e0f;
}

.newsColumns {
	margin-top: 40px;
	margin-bottom: 50px;
}
.newsColumns .textcolumn {
	font-family: georgia;
	font-size: 0.875em;
	position: relative;
}
/** News list blocks **/
.newsColumns .spotlightTitle {
	font-family: GarProSBI;
	font-size: 1.6em;
	line-height: 1.1em;
}
.newsColumns .columntitle {
	font-family: FranGotDCn;
	font-size: 1.714em;
}

.newsTitles dl a {
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}

.newsTitles dl {
	margin: 18px 0;
	overflow: hidden;
	display: block;
	padding-bottom: 18px;
	padding-bottom: inherit;
}

.newsTitles dd {
	height: 36px;
	width: 32px;
	float: left;
	clear: both;
	margin-bottom: 18px;
	padding-right: 8px;
}
.newsTitles dt {
	color: #333333;
	font-size: 0.875em;
	font-family: georgia;
	float: left;
	margin: 0 0 18px 0;
	width: 220px;
    min-height: 40px;
}

.newsTitles .newsTitlesLink {
	position: absolute;
	bottom: 5px;
	padding-left: 16px;
	color: #333;
	font-size: 0.875em;
	font-style: italic;
	background: url('/images/icons/bullet.png') 0 5px no-repeat;
	left: 35px;
}
.twitterMessages .tweetTitle {
	height: 2em;
}
.twitterMessages .tweetTitle img {
	position: relative;
	top: 6px;
}
.twitterMessages .twitterLink {
	padding-left: 16px;
	color: #333;
	font-size: 0.875em;
	font-style: italic;
	background: url('/images/icons/bullet.png') 0 5px no-repeat;
}
.twitterMessages #tweetsMenu {
    margin-bottom: 10px;
}

.twitterMessages #tweetsMenu a {
	color: #ff6e0f;

}
.twitterMessages #tweetsMenu .tweetDate {
	color: #737373;
	font-size: 11px;
}

/** News dates! **/
.newsDate {
	clear: both;
	width: 32px;
	height: 36px;
	float: left;
	padding-right: 8px;
	margin-bottom: 18px;
}
.newsDate .day, .newsDate .month {
	display: block;
	width: 32px;
	height: 18px;
	background: url('/images/calendar-days.png') 0 0 no-repeat;
}
.newsDate .day1 { background-position:  0 0; }
.newsDate .day2 { background-position:  0 -20px; }
.newsDate .day3 { background-position:  0 -40px; }
.newsDate .day4 { background-position:  0 -60px; }
.newsDate .day5 { background-position:  0 -80px; }
.newsDate .day6 { background-position:  0 -100px; }
.newsDate .day7 { background-position:  0 -120px; }
.newsDate .day8 { background-position:  0 -140px; }
.newsDate .day9 { background-position:  0 -160px; }
.newsDate .day10 { background-position: 0 -180px; }
.newsDate .day11 { background-position: 0 -200px; }
.newsDate .day12 { background-position: 0 -220px; }
.newsDate .day13 { background-position: 0 -240px; }
.newsDate .day14 { background-position: 0 -260px; }
.newsDate .day15 { background-position: 0 -280px; }
.newsDate .day16 { background-position: 0 -300px; }
.newsDate .day17 { background-position: 0 -320px; }
.newsDate .day18 { background-position: 0 -340px; }
.newsDate .day19 { background-position: 0 -360px; }
.newsDate .day20 { background-position: 0 -380px; }
.newsDate .day21 { background-position: 0 -400px; }
.newsDate .day22 { background-position: 0 -420px; }
.newsDate .day23 { background-position: 0 -440px; }
.newsDate .day24 { background-position: 0 -460px; }
.newsDate .day25 { background-position: 0 -480px; }
.newsDate .day26 { background-position: 0 -500px; }
.newsDate .day27 { background-position: 0 -520px; }
.newsDate .day28 { background-position: 0 -540px; }
.newsDate .day29 { background-position: 0 -560px; }
.newsDate .day30 { background-position: 0 -580px; }
.newsDate .day31 { background-position: 0 -600px; }

.newsDate .jan { background-position: -64px 0px; }
.newsDate .feb { background-position: -64px -20px; }
.newsDate .mar { background-position: -64px -40px; }
.newsDate .apr { background-position: -64px -60px; }
.newsDate .may { background-position: -64px -80px; }
.newsDate .jun { background-position: -64px -100px; }
.newsDate .jul { background-position: -64px -120px; }
.newsDate .aug { background-position: -64px -140px; }
.newsDate .sep { background-position: -64px -160px; }
.newsDate .oct { background-position: -64px -180px; }
.newsDate .nov { background-position: -64px -200px; }
.newsDate .dec { background-position: -64px -220px; }

.newsitemContent div.newsItem {
	float: left;
	width: 570px;
	font-size: 0.875em;
	padding-left: 30px;
}
.newsitemContent img.newsImage {
	padding-left: 50px;
}
.newsitemContent div.newsItem .newsitemTitle {
	font-size: 2em;
	font-family: Georgia;
	font-weight: normal;
	letter-spacing: 0.01em;
}
.newsitemContent div.newsItem .date {
}
.newsitemContent div.newsItem .description {
	font-size: 1.2em;
	margin-top: 30px;
	margin-bottom: 25px;
}
.newsitemContent div.newsItems {
	float: right;
	width: 300px;
	padding-right: 30px;
}
.newsitemContent .newsTitles {
	padding-left: 50px;
	width: 300px;
	position: relative;
	height: auto;
	padding-bottom: 20px;
}
.newsitemContent .newsTitles dd {
	padding-top: 3px;
}
.newsitemContent .newsTitles dt {
	width: 260px;
}
.newsitemContent .newsTitles a.newsTitlesLink {
	position: absolute;
	left: 50px;
	bottom: 0;
	clear: both;
}
.newslistContent div.newsItems {
	width: 570px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
}
.newslistContent div.newsItems a .newsDate {
	padding-top: 5px;
}

.newslistContent div.newsItems a.newsListItem {
	font-style: normal;
}

.newslistContent div.newsItems a .newsListItem {
	width: 525px;
	float: right;
	font-size: 0.875em;
	padding-bottom: 35px;
	letter-spacing: 0.01em;
}

.newslistContent div.newsItems a h2 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 1.143em;
	margin-bottom: 5px;
	letter-spacing: 0.01em;
	color: #333333;
}
.newslistContent div.newsItems h2 a {
	color: #333;
	font-style: normal;
}
.newslistContent div.newsItems table.pager {
	font-size: 0.875em;
	margin-left: 45px;
}
.newslistContent div.newsItems table.pager a {
	text-decoration: none;
}
.newslistContent div.newsItems table.pager td.left {
	padding-right: 4px;
}
.newslistContent div.newsItems table.pager td.right {
	padding-left: 4px;
}
.newslistContent div.newsItems table.pager td.main a {
	padding: 0 4px;
}

.newslistContent .twitterMessages {
	width: 300px;
	height: 300px;
	position: relative;
}

.casesContent {
	margin-bottom: 30px;
}
.casesContent .case {
	width: 280px;
	height: 309px;
	float: left;
	padding: 0 20px 35px 15px;
}
.casesContent .case .caseLink {
	display: block;
	width: 280px;
	height: 180px;
	margin-bottom: 1px;
	text-align: center;
	background: #fff;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.casesContent .case img {

}
.casesContent .case .visualTitle {
	width: 240px;
	height: 116px;
	padding: 12px 20px 0 20px;
	background: #333 url('../images/bgCasesTitle.png') left 14px no-repeat;
	color: #ccc;
	font-family: FranGotDcn;
	font-size: 1.5em;
	line-height: 1.1em;
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.casesContent .case .visualTitle a {
	color: #fff;
	font-style: normal;
}

.visual {
	padding-left: 0;
	width: 980px;
	height: 354px;
	position: relative;
}
.visual .logo {
	position: absolute;
	width: 350px;
	height: 68px;
	right: 30px;
	bottom: 0;
	overflow: hidden;
	background: #fff;
	text-align: center;
	padding-top: 20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.caseContent .visual {
	border-radius: 6px;
}
.caseContent img.visualLarge {
	position: absolute;
	left: 0;
	top: 0;
}

.visualTitle {
	left: 600px;
	top: 20px;
	width: 350px;
	font-family: FranGotMCn;
	line-height: 0.875em;
	font-size: 3em;
	color: #fff;
}
.visualTitle a, div.visual div.visualTitle a {
	color: #000;
	font-style: normal;
}
.caseContent .visualTitle {
	position: absolute;
}
.caseContent .caseExtras {
	width: 350px;
	float: right;
	padding-left: 50px;
	padding-right: 30px;
	margin-top: 25px;
}
.caseContent .caseExtras .screenshots {
	position: relative;
	width: 350px;
	height: 350px;
margin-bottom: 20px;
}
.caseContent .caseExtras .screenshot {
	width: 350px;
	height: 350px;
}
.caseContent .caseExtras .quote {
	background: #333;
	width: 310px;
	height: 106px;
	padding: 20px 20px 15px;
	color: #fff;
	border-radius: 6px;
}
.caseContent .caseExtras .quote .quoteText {
	font-family: GarProSBI;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1em;
	display: block;
    quotes: """ """;
}
.caseContent .caseExtras .quote .quoteText q {
	font-weight: normal;
}
.caseContent .caseExtras .quote .quoteOwner {
	display: block;
	color: #ccc;
	margin-top: 10px;
	font-family: Georgia;
	font-size: 0.875em;
}
.caseContent .caseTexts {
	width: 520px;
	padding-left: 30px;
	float: left;
	margin-top: 25px;
}
.caseContent .caseTexts h1 {
	font-size: 1.875em;
	font-family: Georgia;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0 0 25px 0;
}
.caseContent .caseTexts .description {
	float: left;
	width: 280px;
	padding-right: 50px;
	font-size: 0.875em;
}
.caseContent .caseTexts a {
    font-style: italic;
}

.caseContent .caseTexts .description p {
	margin-bottom: 35px;
}
.caseContent .caseTexts .description p:first-child {
	font-size: 1.2857em;
}
.caseContent .caseTexts .results_activities {
	float: right;
	width: 190px;
}
.caseContent .caseTexts .results_activities h3 {
	font-family: Georgia;
	font-size: 1.123em;
	margin: 0 0 10px 0;
	font-weight: normal;
}
.caseContent .caseTexts .results_activities .results {
	font-size: 0.875em;
	margin-bottom: 25px;
}
.caseContent .caseTexts .results_activities .activities {
	font-size: 0.875em;
	font-style: italic;
}

.caseTeam {
	background: #eaeaea;
	padding-bottom: 30px;
	border-radius: 4px;
	margin-top: 40px;
}
.caseTeam h2 {
	background: url('/images/blocktitle-special.png') no-repeat scroll 0 -55px transparent;
	height: 53px;
	padding: 0 60px;
	margin-bottom: 15px;
}
.caseTeam .employeeImages {
	float: left;
	padding-left: 30px;
}
.caseTeam .employeeImages img {
	clear: both;
	margin-right: 10px;
}
.caseTeam .caseContactLinks {
	float: right;
	width: 238px;
}
.caseTeam .caseContact {
	width: 280px;
	height: 72px;
	float: right;
}
.caseTeam .caseContact .avatar {
	float: left;
	padding-right: 15px;
	border-right: 1px solid #c3c3c3;
}
.caseTeam .caseContact .contactInfo {
	float: left;
	padding-left: 15px;
	font-size: 0.875em;
}
.caseTeam .caseContact .contactInfo p {
	margin: 0 0 5px 0;
}
.caseTeam .caseContactLinks .offerteLink {
	color: #ff6e0f;
	padding-left: 11px;
	background: url('/images/icons/bullet-orange.png') 0 5px no-repeat;
}

#newsletterForm .submitRow { text-align: right; }
#newsletterForm .submitRow .button {
	background: #CE3C00 url('/images/submit-bg.png') 0 0 repeat-x;
	border: none;
	color: #fff;
    font-family: FranGotDCn;
    font-size: 1.2em;
    height: 30px;
    margin-top: 10px;
    width: 136px;
	cursor: pointer;
}

.searchForm {
	margin-bottom: 20px;
}
.searchInfo {
	margin: 20px 0 20px 10px;
	font-size: 0.875em;
}
table.searchNavigation {
	margin: 5px 0;
}

.contentBlock .searchNavigation a {
	font-size: 0.875em;
	font-style: normal;
	cursor: pointer;
}

ol.searchResults {
    margin: 0 0 0 20px;
    padding: 0;
}

ol.searchResults li {
    padding-bottom: 10px;
}

div.searchTitle {
    font-weight: bold;
    padding-bottom: 10px;
}


table#searchResults {
	margin: 5px 0;
}
table#searchResults td {
	padding-bottom: 10px;
}
table#searchResults td.counter {
	padding-right: 5px;
}
table#searchResults td.title {
	font-weight: bold;
}

.clientLogos {
    margin-top: 30px;
}
.clientLogos h2 {
	background: url('/images/blocktitle-special.png') no-repeat scroll 0 -54px transparent;
	height: 53px;
	padding: 0 60px;
	margin-bottom: 15px;
}

.logosWrapper {
    padding: 0 40px 0 30px;
}

.logosWrapper img {
    float: left;
    margin: 0 0 0 44px;
}
.logosWrapper img.first {
    margin-left: 0;
}

footer ul li a {
	color: #333333;
}

div.contactForm p.message,
div.contactForm p.error {
	margin: 10px 10px 30px 10px;
}

div.contactForm p.error {
	color: red;
}

