/**
 * Liquid Light CSS
 *
 * @filename    screen.css
 * @author      Norbert Laposa, Simon Mills, Pranath Fernando, Oliver Rowlands
 * @date        2007-12-01
 * @copyright   Liquid Light Digital Ltd.
 * @url         http://www.liquidlight.co.uk
 */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 77%;
	color: #333333;
	background-color: #ECEBEB;
}
div.csc-header {
	background: #E9ECEF;
	overflow: hidden;
	padding: 9px 9px 6px 9px;
	margin: 5px 0 10px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #0C8FA9;
	margin-bottom: 0.5em;
}
h1, h2, h3 {
	color: #333333;

	font-weight: normal;
}
h1 {
	padding: 20px 0 0 0;
	font-size: 160%;
}
h2 {
	padding: 10px 0 0 0;
	font-weight: normal;
	font-size: 140%;
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
h4 {
	font-size: 115%;
}
h5 {
	font-size: 100%;
	color: #333333;
}
p {
	margin: 0 0 1em 0;
}
p.arrow,
p.readMore {
	padding-left: 15px;
	background: transparent url(../img/arrow.gif) no-repeat 0 5px;
}
a {
	color: #0C8FA9;
	text-decoration: none;
}
a:hover {
	color: #0DB3EA;
	text-decoration: underline;
}
ul, ol {
	margin: 0 0 1em 14px;
}
ul li {
	list-style-type: none;
	background: transparent url(../img/list-item.gif) no-repeat 0 6px;
	padding: 0 0 0.6em 14px;
}
div.clear {
	clear: both;
}
div.divider {
	clear: both;
	width: 100%;
	margin: 15px 0;
	height: 1px;
	background: transparent url(../img/dotted-line-horizontal-fade.gif) no-repeat right top;
}
div.csc-header h1,
div.csc-header h2,
div.csc-header h3,
div.divider hr,
#accessibility,
#copyright {
	display: none;
}

/**
 * Forms
 */
fieldset {
	border-width: 0;
}
legend {
	display: none;
}
label {
	display: block;
}
textarea {
	width: 180px;
	padding: 0;
}
input,
textarea,
select {
	border-width: 1px;
	border-style: solid;
	border-color: #BBBBBB #E1E1E1 #E1E1E1 #BBBBBB;
}

/**
 * Page
 */
#page {
	background:#000000 url(../img/randombackground.php) no-repeat top center;
}
#header,
#content,
#footerWrapper {
	width: 917px;
	margin: 0 auto;
}


/**
 * Header
 */
#header {
	text-align: right;
}

/**
 * Content
 */
#content {
	padding-bottom: 20px;
	clear: both;
	background: transparent url(../img/page-repeat.png) repeat-y;
	line-height: 1.5em;
	overflow: hidden;
}

/**
 * Footer
 */
#footer {
	clear: both;
	background: #ECEBEB url(../img/footer_repeat.gif) repeat-x;
	height: 220px;
}
#footerWrapper {
	height: 220px;
	background: #ECEBEB url(../img/footer_repeat.gif) repeat-x;
}

/**
 * Logo
 */
#logo {
	float: left;
	position: relative;
	top: 15px;
	left: 0px;
}
#logo a {
	display: block;
	width: 147px;
	height: 84px;
	padding: 0px 0 0px 0;
	background: transparent url(../img/logo.png) no-repeat top left;
}
#logo a img {
	display: none;
}

/**
 * Page header
 */
#pageHeader {
	padding: 0 35px;
}
#pageHeader div.csc-header {
	clear: both;
	background: transparent url(../img/dotted-line-horizontal.gif) repeat-x left bottom;
	padding: 0 0 10px 0;
	width: 559px;
}
#pageHeader #breadcrumb {
	float: left;
	margin: 10px 0 -10px 0;
	font-size: 90%;
	width: 559px;
}
#pageHeader #breadcrumb a {
	text-decoration: none;
}

/**
 * Search
 */
#search {
	float: right;
	margin: 30px -5px 0 0;
	width: 270px;
	overflow: hidden;
}
#search label span,
#search legend {
	display: none;
}
#search label {
	float: left;
}
input.query {
	width: 180px;
	float: left;
	padding: 2px 0 2px 2px;
}
button.search {
	border: 0;
	background: url(../img/button_search.gif) no-repeat;
	width: 68px;
	height: 23px;
	margin: 0 0 0 5px;
}
button.search:hover {
	background-image: url(../img/button_search_over.gif);
	cursor: pointer;
}
button.search span {
	display: none;
}

/**
 * Default navigation
 */
ul.horizontalNavigation,
ul.verticalNavigation {
	margin: 0;
	padding: 0;
}
ul.horizontalNavigation li,
ul.verticalNavigation li {
	padding: 0;
	margin: 0;
	background-image: none;
}
ul.horizontalNavigation li {
	float: left;
}
ul.horizontalNavigation li a {
	display: block;
}
ul.horizontalNavigation li a:hover {
	text-decoration: none;
}
ul.verticalNavigation ul {
	margin: 0 0 0 10px;
}

/**
 * Global Navigation
 */
#globalNavigation {
	height: 90px;
	font-size: 90%;
}
#globalNavigation ul {
	margin-right: 20px;
	float: right;
}
#globalNavigation ul li a {
	background: transparent url(../img/global_navigation_bg_left.png) no-repeat bottom left;
	color: #FFFFFF;
	margin: 0 3px;
}
#globalNavigation ul li a span {
	display: block;
	background: transparent url(../img/global_navigation_bg_right.png) no-repeat bottom right;
	text-align: center;
	padding: 6px 20px 8px 20px;
	margin: 0 -3px 0 0;
}
#globalNavigation ul li a:hover {
	background-image: url(../img/global_navigation_bg_left_hover.gif);
	color: #333333;
}
#globalNavigation  ul li a:hover span {
	background-image: url(../img/global_navigation_bg_right_hover.gif);
}
#globalNavigation  ul li.active a {
	background-image: url(../img/global_navigation_bg_left_active.gif);
	color: #333333;
}
#globalNavigation  ul li.active a span {
	background-image: url(../img/global_navigation_bg_right_active.gif);
}

/**
 * Primary Navigation
 */
#primaryNavigation {
	clear: both;
	background: transparent url(../img/get-in-touch.png) no-repeat 97% 0;
	font-size: 90%;
	margin: 30px 0 0 0;
}
#primaryNavigationWrapper {
	background: transparent url(../img/page-top.png) no-repeat 0 100%;
}
#primaryNavigation ul {
	float: left;
	margin: 0 0 4px 20px;
}
#primaryNavigation ul li a {
	background: transparent url(../img/primary_navigation_bg_left.png) no-repeat top left;
	margin: 0 3px;
	color: #FFFFFF;
}
#primaryNavigation ul li a span {
	display: block;
	background: transparent url(../img/primary_navigation_bg_right.png) no-repeat top right;
	padding: 8px 20px 9px 20px;
	margin: 0 -3px 0 0;
	border-bottom: 1px solid #FFFFFF;
}
#primaryNavigation ul li a:hover {
	color: #333333;
	background-position: left -60px;
}
#primaryNavigation ul li a:hover span {
	background-position: right -60px;
}
#primaryNavigation ul li.active a {
	background-position: left -120px;
	color: #333333;
}
#primaryNavigation ul li.active a span {
	background-position: right -120px;
}

/**
 * Secondary Navigation
 */
#secondaryNavigation ul {
	margin: 0 0 20px 0;
}
#secondaryNavigation ul ul {
	margin-bottom: 0;
}
#secondaryNavigation ul li {
	display: block;
	background: url(../img/dotted-line-horizontal.gif) repeat-x left bottom;
}
#secondaryNavigation ul li {
	padding-left: 8px;
}
#secondaryNavigation ul li a {
	text-decoration: none;
	display: block;
	background: url(../img/arrow.gif) no-repeat 0 12px;
	padding-left: 5px;
}
#secondaryNavigation ul li a:hover {
	color: #454545;
}
#secondaryNavigation ul li a:hover span {
	display: block;
	color: #0db3ea;
}
#secondaryNavigation ul li a span {
	display: block;
	padding: 7px 0 7px 15px;
}
#secondaryNavigation ul ul li span {
	padding-left: 20px;
}
#secondaryNavigation ul ul li li span {
	padding-left: 30px;
}
#secondaryNavigation a.active {
	color: #454545;
	font-weight: bold;
}
#secondaryNavigation ul li.last {
	background: none;
}
#secondaryNavigation ul li.spacer {
	background-color: #EEEEEE;
	height: 26px;
	border-bottom: 1px solid #CCCCCC;
}
#secondaryNavigation ul li.spacer span {
	display: none;
}

/**
 * Footer Navigation
 */
#footerNavigation {
	clear: both;
	float: right;
	padding-top: 6px;
	font-size: 90%;
}
#footerNavigation ul {
	margin: 0;
}
#footerNavigation ul li {
	float: left;
	list-style-type: none;
	padding: 8px 20px 8px 20px;
	margin: 0;
	background: url(../img/footer_groove-85.gif) no-repeat;
}
#footerNavigation ul li.first {
	background: none;
}
#footerNavigation ul a {
	color: #333333;
}
#footerNavigation ul li a:hover {
	color: #0C8FA9;
}

/**
 * Page Layouts
 */
div.defaultLayoutWrapper {
	padding: 0 35px 0 35px;
}
div.defaultPageLayout div.page.columnOne,
div.defaultPageLayout div.page.columnTwo {
	float: left;
}
div.defaultPageLayout div.rowTwo {
	clear: both;
	display: none;
}
div.defaultPageLayout.eightyTwenty div.rowTwo div.page.columnOne {
	width: 100%;
}
div.defaultPageLayout.eightyTwenty div.page.columnOne {
	width: 559px;
	overflow: hidden;
}
div.defaultPageLayout.eightyTwenty div.page.columnTwo {
	margin: -20px 0 0 0;
	width: 268px;
	float: right;
	overflow: hidden;
}

/**
 * Content Layouts
 */
#content div.twoColumnLayout {
	clear: both;
}
#content div.twoColumnLayout div.columnOne,
#content div.twoColumnLayout div.columnTwo {
	padding: 0;
	margin: 0;
}
#content div.twoColumnLayout div.columnOne div.columnWrapper {
	padding-top: 0;
	overflow: hidden;
}
div.twoColumnLayout.fiftyFifty div.columnOne {
	float: left;
	width: 288px;
}
div.twoColumnLayout.fiftyFifty div.columnOne div.columnWrapper {
	padding-right: 20px;
}
div.twoColumnLayout.fiftyFifty div.columnTwo {
	width: 268px;
	float: right;
}
#content div.twoColumnLayout.thirtySeventy div.layout.columnOne {
	width: 30%;
}
#content div.twoColumnLayout.thirtySeventy div.layout.columnTwo {
	width: 68%;
}
#content div.twoColumnLayout.seventyThirty div.layout.columnOne {
	width: 68%;
}
#content div.twoColumnLayout.seventyThirty div.layout.columnTwo {
	width: 30%;
}
#content div.threeColumnLayout {
	clear: both;
}
#content div.threeColumnLayout div.layout.columnOne,
#content div.threeColumnLayout div.layout.columnTwo {
	float: left;
	width: 288px;
}
#content div.threeColumnLayout div.layout.columnThree {
	width: 268px;
	float: left;
}
#content div.threeColumnLayout div.layout.columnOne .columnWrapper,
#content div.threeColumnLayout div.layout.columnTwo .columnWrapper {
	padding-right: 20px;
}

/**
 * Quote Content Element
 */
div.quote {
	margin: 10px 10px 10px 10px;
	padding: 13px 0 10px 0;
	background: transparent url(../img/quote_open.gif) no-repeat top left;
	text-indent: 30px;
}
div.quote blockquote {
	background: transparent url(../img/quote_closed.gif) no-repeat bottom right;
	padding: 0 20px 10px 10px;
	margin: 0;
	text-align: left;
	line-height: 1.8em;
}
div.quote p.author {
	font-size: 90%;
	text-indent:0;
	padding: 10px 0 0 10px;
	margin: 15px 0 0 0;
	background: url(../img/1col_dotted_divline.gif) no-repeat center top;
}

/**
 * Forms
 */
form fieldset {
	border-width: 0;
}
form fieldset input,
form fieldset select,
form fieldset textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #BBBBBB #E1E1E1 #E1E1E1 #BBBBBB;
}
form fieldset button {
	background-color: #F7F7F7;
	border: 1px solid #BBBBBB;
	padding: 0 6px;
	height: 22px;
	width: auto;
	overflow: visible;
}

/**
 * Sitemap
 */
div.csc-sitemap ul {
	margin-bottom: 0;
	margin-left: 0;
}
div.csc-sitemap ul li a {
	display: block;
	padding: 0 0 5px 0;
}

/**
 * Menu of subpages (Our Work clients list)
 */
ul.csc-menu li {
	background: transparent url(../img/arrow.gif) no-repeat 0 3px;
}

div.boxSolid div.boxWrapper ul.csc-menu li a {
	padding-left: 10px;
}

/**
 * Context menu
 */
ul.csc-menu-def {
	display: block;
	background-color: #E9ECEF;
	display: block;
	margin: 0;
	padding: 10px;
}
ul.csc-menu-def li {
	background: none;
	padding: 0;
}
ul.csc-menu-def li a {
	background: transparent url(../img/arrow.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
}

/**
 * Drop-down navigation
 */
div.dropDownNavigation {
	margin: 0 0 20px 10px;
}
div.dropDownNavigation select {
	width: 233px;
}

/**
 * Search
 */
div.tx-indexedsearch-searchbox {}
div.tx-indexedsearch-searchbox label {
	display: none;
}
div.tx-indexedsearch-searchbox span.field,
div.tx-indexedsearch-searchbox span.button {
	margin: 0 5px 0 0;
	float: left;
}
div.tx-indexedsearch-whatis {
	display: none;
}
div.tx-indexedsearch-browsebox {
	background: transparent url(../img/dotted-line-horizontal.gif) repeat-x top left;
	margin: 15px 0 0 0;
	padding: 10px 0 0 0;
	font-size: 87%;
}
div.tx-indexedsearch-browsebox p {
	float: left;
}
div.tx-indexedsearch-browsebox ul.browsebox {
	float: right;
}
div.tx-indexedsearch-browsebox ul.browsebox li {
	background-image: none;
}

/**
 * News
 */
div.newsItem h2 {
	font-size: 110%;
	font-weight: normal;
	padding: 0;
}
div.newsItem h2 a {
	display: block;
	background: transparent url(../img/arrow.gif) no-repeat 0 4px;
	padding: 0 0 5px 15px;
	text-decoration: none;
}
div.newsItem h3 {
	background: transparent url(../img/icon_news.gif) no-repeat 0 2px;
	text-indent: 16px;
	line-height: 1.4em;
	font-size: 100%;
	padding-bottom: 0;
	margin-bottom: 5px;
}
div.newsItem p.comments {
	padding: 0 0 0 15px;
	background: transparent url(../img/comment.gif) no-repeat 0 5px;
	font-size: 90%;
}
div.newsItem p.posted {
	float: left;
	font-size: 90%;
}
div.newsItem p.category span {
	padding-top: 8px;
}
div.newsItem div.csc-header h2,
div.newsItem div.csc-header h3 {
	display: block;
	margin: 0;
}
div.newsItem div.csc-header img {
	float: left;
	padding: 0 5px 0 0;
}

/**
 * News - Latest view
 */
div.newsLatest {
	clear: both;
}
div.newsLatest div.newsItem {
	margin: 15px;
}

div.newsLatest p.bodytext {
	font-size: 90%;
}

/**
 * News - List view
 */
div.newsList div.newsItem {
	margin: 0 0 20px 0;
}
div.newsList div.newsItem div.csc-header {
	padding-bottom: 5px;
	margin: 0 0 5px 0;
}
div.newsList div.newsItem p.comments {
	float: right;
}
div.newsList div.newsItem p.readMore {
	margin-top: 5px;
}
div.newsList div.newsItem p.category {
	float: left;
	width: 70%;
	display: none;
	padding: 5px 0;
}
div.newsList div.newsItem p.bodytext {
	clear: both;
}
div.newsList div.divider {
	display: none;
}

/**
 * News - Single view
 */
div.show h1 {
	display: block;
	line-height:2em;
}
div.newsSingle div.newsItem p.category {
	padding-bottom: 0;
}
div.newsSingle p.comments {
	float: right;
	width: auto;
	margin: 0 0 10px 0;
	text-align: right;
	display: none;
}
div.newsSingle div.newsItem p.posted {
	float: left;
	color: #333333;
	margin: 0;
	width: 50%;
	min-width: 50%;
	padding:0 0 5px 0;
}
div.newsSingle div.news-single-img {
	float: left;
	margin: 0 15px 10px 0;
}
div.newsSingle div.newsItem div.csc-header h1 {
	display: block;
}
div.newsSingle ul.buttons {
	margin: 0;
	padding: 0;
}
div.newsSingle ul.buttons li {
	background-image: none;
	float: left;
	margin: 0 10px 0 0;
	background: #FFFFFF url(../img/button_bg.gif) repeat-x bottom left;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
div.newsSingle ul.buttons li a {
	display: block;
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 8px 0 26px;
	color: #333333;
	font-size: 90%;
}
div.newsSingle ul.buttons li a.digg {
	background: url(../img/digg.gif) no-repeat 4px center;
}
div.newsSingle ul.buttons li a.delicious {
	background: url(../img/delicious.gif) no-repeat 4px center;
}
div.newsSingle ul.buttons li a:hover {
	text-decoration: none;
}
div.newsSingle ul.buttons li:hover {
	background-image: none;
}

/**
 * News - List pagination
 */
div.tx-ttnews-browsebox {
	font-size: 87%;
}
div.tx-ttnews-browsebox div.showResultsWrap {
	float: left;
	width: 59%;
	padding: 0 0 12px 0;
}
div.tx-ttnews-browsebox div.showResultsWrap span.tx-ttnews-browsebox-strong {
	font-weight: bold;
}
div.tx-ttnews-browsebox div.browseLinksWrap {
	float: right;
	text-align: right;
	width: 39%;
}

/**
 * News - Archive & category components
 */
div.newsArchive li.news-amenu-item-year {
	display: none;
}
div.newsCategories,
div.news-amenu-container,
div.newsArchiveEmpty,
div.newsArchive  {
	margin: 0;
	padding: 0 10px 0 10px;
}
div.newsCategories ul li a,
div.news-amenu-container ul li a,
div.newsArchiveEmpty ul li a,
div.newsArchive ul li a {
	background: url(../img/arrow.gif) no-repeat 0 center;
	padding: 0 0 0 15px;
}
div.newsCategories ul li a,
div.newsArchive ul li a  {
	display: inline;
}
div.newsCategories ul li,
div.newsArchive ul li {
	list-style-image: none;
	background: none;
}
div.newsCategories ul li a:hover,
div.news-amenu-container ul li a:hover,
div.newsArchiveEmpty ul li a:hover,
div.newsArchive ul li a:hover {
	padding-right: 0;
}
div.newsCategories div.csc-header {
	background-color: transparent;
	padding: 0;
	margin: 0;
}
div.newsArchiveEmpty h2,
div.newsArchive h2,
div.newsCategories div.csc-header h2 {
	display: block;
	color: #333333;
	padding:0;
	background-color: transparent;
}

/**
 * News - Syndication
 */
div.rss {
	width: 18px;
	height: 17px;
	position: relative;
	float: right;
	padding: 11px 10px 11px 0;
	background-color: #E9ECEF;
}
div.rss a {
	display: block;
	width: 18px;
	height: 17px;
	background: transparent url(../img/icon_rss.jpg) no-repeat top left;
}
div.rss a:hover {
	background-position: bottom left;
}
div.rss a span {
	display: none;
}

/**
 * Portfolio
 */
div.projectList div.project {
	float: left;
	border: 7px solid #E9ECEF;
	width: 254px;
	margin: 0 0 20px 0;
}
div.projectList div.project.odd {
	clear: both;
}
div.projectList div.project.even {
	float: right;
}
div.projectList div.project.feature {
	width: auto;
	float: none;
}
div.projectList div.project div.photo {
	border-bottom: 7px solid #E9ECEF;
}
div.projectList div.project:hover,
div.projectList div.project:hover div.photo {
	border-color: #D8DBDE;
}
div.projectList div.project div.details {
	padding: 10px 10px 5px 10px;
}
div.projectList div.project div.csc-header {
	padding: 0;
	margin: 0 0 10px 0;
	background: transparent url(../img/dotted-line-horizontal.gif) repeat-x left bottom;
}
div.projectList div.project div.csc-header h2 {
	display: block;
	font-weight: normal;
	font-size: 115%;
	padding: 0 0 0 15px;
	background: transparent url(../img/arrow.gif) no-repeat center left;
}

div.projectList div.project div.description {
	font-size: 90%;
}
div.projectList div.pagination {
	font-size: 90%;
	clear: both;
}
div.projectList div.pagination p {
	float: left;
	margin: 0 0 10px 0;
}
div.projectList div.pagination ul li.active,
div.projectList div.pagination p span {
	font-weight: bold;
}
div.projectList div.pagination ul {
	float: right;
	margin: 0 6px 0 0;
}
div.projectList div.pagination ul li {
	float: left;
	background-image: none;
	padding: 0 0 0 10px;
}

/**
 * Slideshow
 */
div.slideshow {
    height: 304px;
    width: 541px;
    margin: 2px 0;
}
div.slideshow img {
    top: 0;
    left: 0;
}

/**
 * hCard Microformat
 */
div.vcard span.type {
	display: none;
}
div.vcard span.org span.organization-name {
	display: block;
	font-weight: bold;
	background: transparent url(../img/dotted-line-horizontal.gif) repeat-x top left;
	padding: 10px 0 0 0;
}
div.vcard div.adr {
	padding: 0 0 10px 0;
}
div.vcard div.adr span.locality,
div.vcard div.adr span.region,
div.vcard div.adr span.postal-code,
div.vcard div.adr span.country-name,
div.vcard a.email {
	display: block;
	clear: left;
}
div.vcard div.adr span.locality,
div.vcard div.adr span.region,
div.vcard div.adr span.postal-code {
	float: left;
	padding: 0 5px 0 0;
}
div.columnTwo div.twoColumnWrapper div.columnOne div.vcard div.adr span.postal-code {
	float: none;
	clear: left;
}
div.vcard div.adr span.country-name {
	clear: both;
}
div.vcard div.tel,
div.vcard div.fax,
div.vcard a.email {
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 8px 22px;
}
div.vcard div.tel {
	clear: both;
	background-image: url(../img/contact_phone.gif);
}
div.vcard div.fax {
	background-image: url(../img/contact_fax.gif);
}
div.vcard a.email {
	background-image: url(../img/contact_email.gif);
	font-size: 87%;
	padding-left: 25px;
}
div.vcard img.photo,
div.vcard div.geo,
div.vcard a.url {
	display: none;
}
div.vcard p.download {
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	background: transparent url(../img/dotted-line-horizontal.gif) repeat-x top left;
}
div.vcard p.download a {
	padding: 4px;
	background: transparent url(../img/contact_vcard.gif) no-repeat 0 0;
	padding-left: 25px;
	font-size: 87%;
	font-weight: bold;
}

/**
 * Mail form
 */
#mailform label {
	float: left;
	width: 70px;
}
#mailform input,
#mailform textarea {
	float: left;
	width: 195px;
	margin-bottom: 10px;
}
div.columnTwo #mailform label,
div.columnTwo #mailform input {
	width: 95%;
}


#mailform div.csc-mailform-field {
	padding-bottom: 5px;
	clear: left;
}
#mailform span.csc-mailform-label {
	display: block;
	padding: 5px 0;
	font-weight: bold;
}
#mailform input.csc-mailform-submit {
	border: none;
	background: transparent url(../img/button_send.gif) no-repeat;
	margin: 0 0 15px 200px;
	text-align: center;
	cursor: pointer;
	width: 68px;
	height: 22px;
}
#mailform input.csc-mailform-submit:hover {
	background-image: url(../img/button_send_over.gif);
}

/**
 * Text with image
 */
div.csc-textpic-center {
	text-align: left;
}
div.csc-textpic-left div.csc-textpic-imagewrap {
	float: none;
}
div.csc-textpic-border div.csc-textpic-imagewrap dl.csc-textpic-image img {
	border-width: 0;
	border-bottom: 7px solid #E9ECEF;
}
div.csc-textpic-above div.csc-textpic-text p.bodytext {
	line-height: 1.4em;
	margin: 10px;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float: none;
	margin-bottom: 20px;
}
div.columnTwo div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}

/**
 * Solid Box
 */
div.boxSolid {
	border: 7px solid #E9ECEF;
	margin: 0 0 20px 0;
}
div.boxSolid div.boxWrapper {
	overflow: hidden;
}
div.boxSolid:hover,
div.boxSolid:hover div.csc-textpic-border div.csc-textpic-imagewrap dl.csc-textpic-image img {
	border-color: #D8DBDE;
}
div.boxSolid p.bodytext,
div.boxSolid div.dropDownNavigation {
	padding: 0 10px;
}
div.boxSolid div.dropDownNavigation {
	margin: 0 0 5px 0;
}
div.boxSolid div.csc-textpic-text p.bodytext {
	padding-left:0;
}
div.boxSolid div.boxWrapper h2 {
	margin-left: 10px;
}
div.boxSolid div.boxWrapper h2 a {
	padding-left: 15px;
}
div.boxSolid div.boxWrapper div.csc-header {
	background-color: #FFFFFF;
}
div.boxSolid div.boxWrapper ul {
	margin: 0;
	padding: 7px 7px 15px 12px;
}
div.boxSolid div.boxWrapper li a {
	padding-left: 20px;
	margin: 0;
}
div.boxSolid div.csc-header {
	margin: 0;
}
div.boxSolid div.boxWrapper div.csc-header h4 {
	display: block;
	padding: 0;
	margin:0;
	text-decoration: none;
	letter-spacing: 2px;
}
div.boxSolid h4 {
	font-weight: normal;
}
div.boxSolid h3 {
	font-weight: normal;
	background: url(../img/1col_dotted_divline.gif) no-repeat center bottom;
	width: auto;
}
div.boxSolid h3 a {
	display: block;
	background: url(../img/arrow.gif) no-repeat 0 16px;
	padding: 11px 0 11px 17px;
	margin-left: 10px;
	text-decoration: none;
	letter-spacing: 2px;
}
div.boxSolid div.twoColumnLayout.fiftyFifty div.columnTwo p.bodytext {
	margin: 0 0 10px 0;
	padding:0;
}
div.boxSolid div.twoColumnLayout.fiftyFifty div.columnTwo div.columnWrapper {
	margin: 10px;
}
div.boxSolid div.twoColumnLayout.fiftyFifty div.columnOne h3 {
	background: none;
	padding: 0;
}
div.boxSolid div.vcard {
	padding: 10px;
	margin: -5px 0 0 0;
}
div.columnThree div.boxSolid p.bodytext {
	margin: 10px;
}

/**
 * Dotted box
 */
div.boxDotted {
	background: url(../img/1col_dotted_bg.gif) repeat-y top left;
	margin: 0 0 20px 0;
}
div.boxDotted div.boxWrapper {
	background: url(../img/dotted-line-horizontal.gif) repeat-x bottom left;
}
div.boxDotted div.bodytext div.internal-link {
	background: url(../img/arrow.gif) no-repeat 0 0;
	padding-left: 14px;
}
div.boxDotted ul {
	padding-right: 10px;
}
div.boxDotted ul li {
	background: transparent url(../img/dotted-line-horizontal.gif) repeat-x left bottom;
	list-style-image: none;
	padding: 6px 0 6px 0;
}
div.boxDotted ul li a {
	background: url(../img/arrow.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
}
div.boxDotted ul.csc-menu-def li {
	padding: 0;
	background-image: none;
}
div.boxDotted div.twoColumnLayout div.column {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}
div.boxDotted div.twoColumnLayout div.columnWrapper {
	padding: 0;
	margin: 0;
}
div.boxDotted div.csc-header {
	margin: 0;
}
div.boxDotted div.csc-textpic {
	padding: 10px 0 10px 20px;
}
div.boxDotted div.csc-textpic div.csc-textpic-imagerow {
	padding: 5px 0 5px 0;
	background: transparent url(../img/dotted-line-horizontal-fade.gif) no-repeat right bottom;
}
div.boxDotted div.csc-textpic div.csc-textpic-imagerow-last {
	background-image: none;
}
div.boxDotted div.newsCategories ul,
div.boxDotted div.newsArchive ul {
	margin: 0;
}
div.boxDotted div.newsCategories div.news-catmenu ul.verticalNavigation li.last,
div.boxDotted div.newsArchive ul li.last {
	background: none;
}

/**
 * External links box
 */
div.externalLinkBox {
	background: transparent url(../img/dotted_554.gif) no-repeat top left;
}
div.externalLinkBox div.boxWrapper {
	background: transparent url(../img/dotted_554.gif) no-repeat bottom left;
	margin-bottom: 20px;
}
div.externalLinkBox a {
	display: block;
	background: transparent url(../img/button_link.gif) no-repeat center left;
	padding: 18px 0 17px 46px;
	text-decoration: none;
	letter-spacing: 2px;
}

/**
 * Xmas gallery
 */
div.tx-chgallery-pi1 div.single {
	width: 170px;
	height: 270px;
}
div.tx-chgallery-pi1 .single .img {
	background: none;
	border: none;
}
div.tx-chgallery-pi1 .highslide img {
	border: none;
}
body.xmas div.tx-chgallery-pi1 .single span small {
	display:none;
}
body.xmas div.defaultPageLayout.eightyTwenty div.page.columnTwo {
	padding: 20px 0 0 0;
}
body.xmas #content div.threeColumnLayout div.layout.columnOne,
body.xmas #content div.threeColumnLayout div.layout.columnTwo,
body.xmas #content div.threeColumnLayout div.layout.columnThree {
	width:33%;
}
body.xmasthanks div.tx-chgallery-pi1 div.single {
	height: 120px;
}
body.xmasthanks div.tx-chgallery-pi1 div.single span,
body.xmasthanks div.tx-chgallery-pi1 div.single div.tx-ratings-pi1,
body.xmasthanks div.tx-chgallery-pi1 div.pagebrowser {
	display: none;
}
body.xmas div.tx-chgallery-pi1 div.divider {
	background: none;
	border-bottom:1px solid #DDE1E4;
}


/**
 * Map
 */
#map {
	margin: 0 0 20px 0;
	border: 5px solid #E9ECEF;
}

/**
 * Home page
 */
#pageHome #pageHeader div.csc-header {
	clear: none;
	width: 559px;
	float: left;
	margin-top: 25px;
}
#pageHome div.defaultPageLayout.eightyTwenty div.page.columnTwo {
	padding: 0;
	margin: 0;
}
#pageHome #c950 div.csc-textpic-above,
#pageHome #c951 div.csc-textpic-above,
#pageHome #c952 div.csc-textpic-above {
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
}
#pageHome #c950 div.csc-textpic-above {
	margin: 15px 0 0 0;
}
#pageHome div.defaultPageLayout div.page.columnOne div.columnWrapper {
	padding-top: 0;
}
#pageHome div.defaultPageLayout div.rowTwo {
	clear: both;
	display: block;
}
#pageHome div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}
#pageHome #c936 div.threeColumnLayout {
	background: url(../img/3cols_wholepage_bg.gif) repeat-y;
	margin-bottom: 0;
}
#pageHome #c936 div.threeColumnLayout div.csc-header {
	margin: 0;
}
#pageHome #c939 div.columnWrapper div {
	background: #E9ECEF;
	padding: 9px 10px 6px 10px;
}
#pageHome #c939 div.columnWrapper div.clear {
	padding: 0;
}
#pageHome #c939 div.columnWrapper ul {
	margin: 0;
}
#pageHome ul.csc-menu-def {
	padding: 0 0 3px 0;
}
#pageHome div.newsLatest div.divider {
	display: none;
}
#pageHome #content div.threeColumnLayout div.columnThree div.twoColumnLayout {
	padding: 10px;
}
#pageHome #content div.threeColumnLayout div.columnThree div.twoColumnLayout div.column {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}
#pageHome #content div.threeColumnLayout div.columnThree div.twoColumnLayout div.columnWrapper {
	padding: 0;
}
#pageHome #c928 {
	margin: 10px 0 0 0;
}
#c4723 a {
	display: block !important;
	width: 119px;
	height: 80px;
	background:  transparent url(../img/swissL_logo.gif) no-repeat;
}
#c4723 a:hover {
	background-position: 0 -80px;
}
#c4719 a {
	display: block !important;
	width: 119px;
	height: 80px;
	background:  transparent url(../img/charcol_logo.gif) no-repeat;
}
#c4719 a:hover {
	background-position: 0 -80px;
}
#c4721 a {
	display: block !important;
	width: 119px;
	height: 80px;
	background:  transparent url(../img/landsec_logo.gif) no-repeat;
}
#c4721 a:hover {
	background-position: 0 -80px;
}
#c4723 a span,
#c4719 a span,
#c4721 a span {
	display: none;
}
#c4725 a {
	display: block !important;
	width: 119px;
	height: 80px;
	background:  transparent url(../img/rayB_logo.gif) no-repeat;
}
#c4725 a:hover {
	background-position: 0 -80px;
}
#c4727 a {
	display: block !important;
	width: 119px;
	height: 80px;
	background:  transparent url(../img/mimecast_logo.gif) no-repeat;
}
#c4727 a:hover {
	background-position: 0 -80px;
}
#c4729 a {
	display: block !important;
	width: 119px;
	height: 80px;
	background:  transparent url(../img/parasol_logo.gif) no-repeat;
}
#c4729 a:hover {
	background-position: 0 -80px;
}
#c4725 a span,
#c4727 a span,
#c4729 a span {
	display: none;
}
#c4723 a {
	display: block !important;
	width: 119px;
	height: 80px;
	background:  transparent url(../img/swissL_logo.gif) no-repeat;
}
#c4723 a:hover {
	background-position: 0 -80px;
}
#c4719 a {
	display: block !important;
	width: 119px;
	height: 80px;
	background:  transparent url(../img/charcol_logo.gif) no-repeat;
}
#c4719 a:hover {
	background-position: 0 -80px;
}
#c4721 a {
	display: block !important;
	width: 119px;
	height: 80px;
	background:  transparent url(../img/landsec_logo.gif) no-repeat;
}
#c4721 a:hover {
	background-position: 0 -80px;
}
#c4723 a span,
#c4719 a span,
#c4721 a span {
	display: none;
}
#c4725 a {
	display: block !important;
	width: 119px;
	height: 80px;
	background:  transparent url(../img/rayB_logo.gif) no-repeat;
}
#c4725 a:hover {
	background-position: 0 -80px;
}
#c4727 a {
	display: block !important;
	width: 119px;
	height: 80px;
	background:  transparent url(../img/mimecast_logo.gif) no-repeat;
}
#c4727 a:hover {
	background-position: 0 -80px;
}
#c4729 a {
	display: block !important;
	width: 119px;
	height: 80px;
	background:  transparent url(../img/parasol_logo.gif) no-repeat;
}
#c4729 a:hover {
	background-position: 0 -80px;
}
#c4725 a span,
#c4727 a span,
#c4729 a span {
	display: none;
}

/**
 * Our services page
 */
#pageOurServices div.columnOne div.csc-textpic-intext-right div.csc-textpic-imagewrap {
	margin: -10px 0 0 20px;
	float: right;
}

/**
 * Our work
 */
#c3024 div.boxSolid {
	padding-bottom: 15px;
}

/**
 * Workspace preview
 */
#preview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 5px 5px 30px;
    background: #E2F9E3 url(../img/icon_tick.gif) no-repeat 7px 5px;
    border-bottom: 2px solid #99CC99;
    color: #006600;
    text-align: left;
    font-size: 90%;
}