/* ----------
Print CSS File (copy from screen)

	General Reset
---------- */
html, body, 
h1, h2, h3, h4, h5, h6, 
p, blockquote,
form, fieldset, input, textarea,  button,
.unlist, .unlist ul, .unlist ol,
iframe {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	}
	
html {
	font-size: 125%;
	}
	
body {
	font-size: 50%;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	line-height: 1.5em;
	}
	
a {
	outline: none;
	}
	
	a:hover {
		text-decoration: underline;
		}
	
a img {
	border: 0;
	}
	
input,
textarea,
button {
	font-size: 1em;
	line-height: 1.3em;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	}
	
	input:focus,
	textarea:focus,
	button:focus {
		outline: none;
		}

/* ----------
	General Classing
---------- */
::-webkit-selection {
	background: #159ad3;
	color: #fff;
	}

::-khtml-selection {
	background: #159ad3;
	color: #fff;
	}

::-moz-selection {
	background: #159ad3;
	color: #fff;
	}

::selection {
	background: #159ad3;
	color: #fff;
	}

.script-hidden {
	display: none;
}

.clear {
	clear: both;
}

.outer {
	width: 100%;
}

.inner {
	width: 910px;
	margin: 0 auto;
	padding-left: 65px !important;
}

.generic-row {
	overflow: hidden;
	margin: 25px 0;
}

/* Buttons */
.btn, .btn-submit {
	color: #fff;
	background: #ae7d33;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 7px 14px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 4px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-fixed100 {
	width: 100px;
}

.btn-blue {
	background: #2468d7; /* Old browsers */
	background: -moz-linear-gradient(7.5deg, #2468d7 0%, #51c7ef 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#2468d7), color-stop(75%,#51c7ef)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(85deg, #2468d7 0%,#51c7ef 75%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(85deg, #2468d7 0%,#51c7ef 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(7.5deg, #2468d7 0%,#51c7ef 75%); /* IE10+ */
	background: linear-gradient(7.5deg, #2468d7 0%,#51c7ef 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2468d7', endColorstr='#51c7ef', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.btn-green {
	background: #559d2d; /* Old browsers */
	background: -moz-linear-gradient(7.5deg, #559d2d 0%, #92c916 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#559d2d), color-stop(50%,#92c916)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(85deg, #559d2d 0%,#92c916 50%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(85deg, #559d2d 0%,#92c916 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(7.5deg, #559d2d 0%,#92c916 50%); /* IE10+ */
	background: linear-gradient(7.5deg, #559d2d 0%,#92c916 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#559d2d', endColorstr='#92c916', GradientType =1 ); /* IE6-9 fallback on horizontal gradient */
}

.btn-submit {
	padding: 4px 17px;
	margin-left: 20px;
	margin-right: 30px;
}

.btn:hover {
	text-decoration: none;
}

.btn-submit:hover {
	background: #8a6328;
}

.btn-full {
	text-align: center;
	display: block;
	margin: 10px 0;
}

/* Navigation (Generic) */
.navigation {
	overflow: hidden;
}

.navigation li {
	float: left;
}

.navigation li a {
	text-decoration: none;
}

/* Panels (Generic) */
.panel {
	text-align: center;
	float: left;
	margin: 0 20px 0 0;
}

.panel p,
.panel a {
	font-size: 15px;
	line-height: 19px;
}

.panel .panel-overview {
	padding: 20px 20px 5px 20px;

	background: #fff;
	background: rgba(255, 255, 255, 0.45);
	overflow: hidden !important;
}

.panel .panel-cta {
	padding: 0 10px 15px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background: #fff;
	background: rgba(255, 255, 255, 0.45);
	overflow: hidden !important;
}

.panel-175 {
	width: 175px;
}

.panel-175 .panel-overview {
	padding: 20px 15px;
}

.panel-prod { /* GCC for product panels */
	width: 175px;
	padding: 0;
	margin-right: 15px;
}

.panel-205 {
	width: 205px;	
	margin: 0 22px 0 0;
}

.panel-280 {
	width: 280px;
	margin: 0 23px 0 0;
}


/* ----------
	Typography
---------- */
h1 {
	font-size: 44px;
	line-height: 48px;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 38px;
	font-weight: 700;
	line-height: 42px;
	margin: 0 0 10px 0;
}

h3 {
	color: #ae7d33;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

h5 {
	color: #ae7d33;
	font-size: 17px;
	font-weight: 700;
	line-height: 21px;
	margin: 0 0 10px 0;
}

p {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

a {
	color: #b27f39;
	text-decoration: none;
}

span.phone {
	color: #ae7d33;
	font-size: 24px;
	line-height: 28px;
}

/* Brand colours */
h1 em {
	color: #929297;
}

h1 em sup {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 0 5px;
}

span.cashbook {
	color: #a51f21;
}

span.express {
	color: #034ea2;
}

span.gold {
	color: #da9914;
}

span.datacentre {
	color: #a59b98;
}

span.now {
	color: #0094cb;
}


/* ----------
	Icons
---------- */
.icon-shop {
	width: 19px;
	height: 14px;
	display: inline-block;
	margin: 0 5px 0 0;
	background: url('../images/assets/icon.shopping.png') no-repeat scroll 0 0 transparent;
}

.icon {
	width: 70px;
	height: 70px;
	display: block;
	margin: 0 auto 20px auto;
	background: url('../images/assets/sprite.icons.png') no-repeat scroll;
}

.icon-download {
	background-position: 0 0;
}

.icon-file-converter {
	background-position: -157px 0;
}

.icon-expert {
	background-position: -78px 0;
}

.icon-accountant {
	width: 91px;
	background-position: 0 -78px;
}

.icon-tools {
	background-position: -314px 0;	
}

.icon-staff {
	background-position: -236px 0;	
}

.icon-free {
	width: 65px;
	background-position: -99px -78px;	
}

.icon2 {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto 20px auto;
}

.icon2-buy  {
	background: url('../images/assets/icon.buy-new.png') no-repeat transparent;
}

.icon2-upgrade  {
	background: url('../images/assets/icon.buy-upgrade.png') no-repeat transparent;
}

.icon2-client  {
	background: url('../images/assets/icon.buy-client.png') no-repeat transparent;
}

.icon2-addon  {
	background: url('../images/assets/icon.buy-addon.png') no-repeat transparent;
}
/* ----------
	Main Structure
---------- */
body {
	color: #333;
	font-family: "ff-meta-web-pro", Helvetica, Arial, sans-serif;
	background: #2c2d32;
}

#shell {
	background: #dce1e4; 
}

/* Header */
#header {
	width: 975px;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
}

#header a {
	color: #444651;
}

#identity {
	float: left;
	width: 277px;
	height: 60px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 10;
	position: relative;
	background: url('../images/assets/logo.png') no-repeat scroll 0 0 transparent;
}

#primary-navigation-container {
	float: right;
	width: 660px;
	margin: 10px 0 0 0;
	z-index: 10;
	position: relative;
}

#primary-navigation {
	padding: 0 0 5px 0;
	float: right;
}

#primary-navigation li {
	margin: 0 0 0 7px;

}

#primary-navigation li:first-child {
	margin: 0;
}

#primary-navigation li a {
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 90px;
	height: 30px;
	display: block;
	padding: 3px 10px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 #cacdcf;
	-moz-box-shadow: 0 1px 0 0 #cacdcf;
	box-shadow: 0 1px 0 0 #cacdcf;
	background: #f4f5f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f5f7 0%, #e3e6e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f5f7), color-stop(100%,#e3e6e9)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, #f4f5f7 0%,#e3e6e9 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, #f4f5f7 0%,#e3e6e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f5f7 0%,#e3e6e9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f4f5f7 0%,#e3e6e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f7', endColorstr='#e3e6e9', GradientType =0 ); /* IE6-9 */
}

#primary-navigation li.active a,
#primary-navigation li a:hover {
	text-shadow: 0 0 1px #fff;
	background: #f2cf69; /* Old browsers */
	background: -moz-linear-gradient(top, #f2cf69 0%, #cf9431 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2cf69), color-stop(100%,#cf9431)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, #f2cf69 0%,#cf9431 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, #f2cf69 0%,#cf9431 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2cf69 0%,#cf9431 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2cf69 0%,#cf9431 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2cf69', endColorstr='#cf9431', GradientType =0 ); /* IE6-9 */
}

#primary-navigation #navigation-get-moneyworks {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#primary-navigation #navigation-get-moneyworks a {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-shadow: 1px 1px 2px #4e8821;
	width: 70px; /* was 192 */
	background: #559d2d; /* Old browsers */
	background: -moz-linear-gradient(7.5deg, #559d2d 0%, #92c916 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#559d2d), color-stop(50%,#92c916)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(85deg, #559d2d 0%,#92c916 50%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(85deg, #559d2d 0%,#92c916 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(7.5deg, #559d2d 0%,#92c916 50%); /* IE10+ */
	background: linear-gradient(7.5deg, #559d2d 0%,#92c916 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#559d2d', endColorstr='#92c916', GradientType =1 ); /* IE6-9 fallback on horizontal gradient */
}

#primary-navigation #navigation-free-trial a {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-shadow: 1px 1px 2px #4e8821;
	width: 70px; /* was 192 */
	background: #2468d7; /* Old browsers */
	background: -moz-linear-gradient(7.5deg, #2468d7 0%, #51c7ef 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#2468d7), color-stop(75%,#51c7ef)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(85deg, #2468d7 0%,#51c7ef 75%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(85deg, #2468d7 0%,#51c7ef 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(7.5deg, #2468d7 0%,#51c7ef 75%); /* IE10+ */
	background: linear-gradient(7.5deg, #2468d7 0%,#51c7ef 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2468d7', endColorstr='#51c7ef', GradientType =1 ); /* IE6-9 fallback on horizontal gradient */
}
#primary-navigation .singleline a {
	height: 21px;
	padding: 10px 5px 5px 5px;
}

#secondary-navigation {
	padding: 0 1px 1px 0;
	position: absolute;
	top: 0;
	right: 0;
}

#secondary-navigation li {
	margin: 0 0 0 5px;
}

#secondary-navigation li a {
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	padding: 5px 8px;
}


/*#secondary-navigation #navigation-support {
	margin: 0 0 0 10px;
} */

#secondary-navigation #navigation-free-trial a {
	color: #fff;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	background: #2468d7; /* Old browsers */
	background: -moz-linear-gradient(7.5deg, #2468d7 0%, #51c7ef 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#2468d7), color-stop(75%,#51c7ef)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(85deg, #2468d7 0%,#51c7ef 75%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(85deg, #2468d7 0%,#51c7ef 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(7.5deg, #2468d7 0%,#51c7ef 75%); /* IE10+ */
	background: linear-gradient(7.5deg, #2468d7 0%,#51c7ef 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2468d7', endColorstr='#51c7ef', GradientType =1 ); /* IE6-9 fallback on horizontal gradient */
}

#secondary-navigation #navigation-support a {
	color: #fff;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	background: #df7a26; /* Old browsers */
	background: -moz-linear-gradient(7.5deg, #df7a26 0%, #a94c11 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#df7a26), color-stop(75%,#a94c11)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(85deg, #df7a26 0%,#a94c11 75%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(85deg, #df7a26 0%,#a94c11 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(7.5deg, #df7a26 0%,#a94c11 75%); /* IE10+ */
	background: linear-gradient(7.5deg, #df7a26 0%,#a94c11 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df7a26', endColorstr='#a94c11', GradientType =1 ); /* IE6-9 fallback on horizontal gradient */
}

#secondary-navigation li.active a,
#secondary-navigation li a:hover {
	color: #ae7d33;
}

#navigation-support li.active a,
#navigation-support li a:hover {
	color: #ae7d33;
}

#tertiary-navigation-container {
	margin: 0 0 20px 0;
}

#tertiary-navigation {
	margin: 0;
	padding: 0;
	float: left;
}

#tertiary-navigation li {
	padding: 0 10px;
	border-left: 1px solid #bbb;
	
}

#tertiary-navigation li:first-child {
	padding-left: 0;
	border: 0;
}

#tertiary-navigation  a {
	text-decoration: none;
	color: black;
}

#tertiary-navigation li a:hover {
	text-decoration: underline;
}

#tertiary-navigation li.active a {
	/*text-decoration: underline;*/
	color: #ae7d33;
}

.top-left-gradient {
	width: 750px;
	height: 140px;
	position: absolute;
	top: 0;
	left: -225px;
	z-index: 5;
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #dce1e4 75%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%,#ffffff), color-stop(75%,#dce1e4)); /* Chrome, Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#dce1e4 75%); /* Chrome10+, Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#dce1e4 75%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#dce1e4 75%); /* IE10+ */
	background: radial-gradient(ellipse at center, #ffffff 0%,#dce1e4 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dce1e4', GradientType =1 ); /* IE6-9 fallback on horizontal gradient */
}

/* Footer */
#footer-container {
	background: #4a4e57; /* Old browsers */
	background: -moz-linear-gradient(top, #4a4e57 0%, #2c2d32 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4e57), color-stop(75%,#2c2d32)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, #4a4e57 0%,#2c2d32 75%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, #4a4e57 0%,#2c2d32 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4a4e57 0%,#2c2d32 75%); /* IE10+ */
	background: linear-gradient(to bottom, #4a4e57 0%,#2c2d32 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4e57', endColorstr='#2c2d32', GradientType =0 ); /* IE6-9 */
}

#footer {
	padding: 20px 0;
}

#footer p,
#footer a {
	color: #fff;
}

#footer-navigation-container {
	overflow: hidden;
}

#footer-navigation {
	float: left;
	max-width: 650px;
}

#footer-navigation li {
	margin: 0 30px 0 0;
}

#footer-navigation li a {
	font-size: 15px;
	line-height: 19px;
}

#country {
	font-size: 20px;
	float: right;
}

#copyright {
	margin: 30px 0 0 0;
	padding: 20px 0 0 0;
	background: url('../images/assets/border.horizontal.png') no-repeat scroll center top transparent;
}

#footer p {
	font-size: 13px;
	line-height: 17px;
}

/* Section: Home */
#overview-container {
	margin: 0 0 30px 0;
	z-index: 50;
	position: relative;
	-webkit-box-shadow: 0 0 75px 0 #fff;
	-moz-box-shadow: 0 0 75px 0 #fff;
	box-shadow: 0 0 75px 0 #fff;
	background: #d7a14f; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #d7a14f 0%, #f3d581 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d7a14f), color-stop(50%,#f3d581)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(-45deg, #d7a14f 0%,#f3d581 50%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(-45deg, #d7a14f 0%,#f3d581 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #d7a14f 0%,#f3d581 50%); /* IE10+ */
	background: linear-gradient(135deg, #d7a14f 0%,#f3d581 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7a14f', endColorstr='#f3d581', GradientType =1 ); /* IE6-9 fallback on horizontal gradient */
}

#overview {
	padding: 20px 0;
	position: relative;
}

#overview h2 {
	color: #fff;
	text-shadow: 2px 2px 2px #e7bf64;
	margin: 0 0 20px 0;
}

#overview p {
	font-size: 18px;
	line-height: 24px;
}

#overview ul li {
	font-size: 16px;
	line-height: 20px;
}

#overview .left {
	float: left;
	width: 620px;
	overflow: hidden;
}

.left .row .inner-column {
	float: left;
	width: 290px;
	margin: 0 0 0 25px;
}

.left .row .inner-column:first-child {
	margin: 0;
}

#overview .left.slim {
	width: 510px !important;
}

#overview .right {
	width: 284px;
	position: absolute;
	right: 0;
	bottom: -15px;
	z-index: 15;
}

#overview .right img {
	float: right;
}

#overview .right.quote {
	float: left;
	width: 220px;
	position: static;
	margin: 0 0 0 30px;
	padding: 20px 0 20px 30px;
	background: url('../images/assets/border.quote.png') no-repeat scroll left center transparent;
}

#overview .right.quote p.the-quote {
	font-size: 21px;
	line-height: 25px;
	text-indent: -10px;
}

#overview .right.quote p.the-source {
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
}

#overview.lightweight h2 {
	font-size: 42px;
	line-height: 46px;
}

#overview.lightweight .left {
	width: 665px;
}

#overview.lightweight .right {
	bottom: -20px;
}

.checklist {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.checklist li {
	min-height: 25px;
	margin: 0 0 10px 0;
	padding: 0 0 0 35px;
	background: url('../images/assets/li.tick.png') no-repeat scroll 0 0 transparent;
}

.top-center-gradient {
	width: 975px;
	height: 30px;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 5;
	background: url('../images/assets/highlight.top.png') no-repeat scroll 0 0 transparent;
}

.bottom-center-gradient {
	width: 975px;
	height: 30px;
	position: absolute;
	bottom: -30px;
	left: 0;
	z-index: 5;
	background: url('../images/assets/highlight.bottom.png') no-repeat scroll 0 0 transparent;
}

#section-lead-container {
	padding: 30px 0;
	overflow: hidden;
}

.section-lead {
	font-size: 16px;
	line-height: 20px;
	float: left;
	width: 258px;
	min-height: 236px;
	margin: 0 25px 0 0;
	padding: 0 0 0 30px;
	background: url('../images/assets/border.vertical.png') no-repeat scroll left top transparent;
}

.section-lead:first-child {
	padding: 0;
	background: none;
}

.section-lead h3 {
	color: #464B52;
	padding: 0 100px 0 0;
	position: relative;
	min-height: 75px; /* GCC new icons */
}

.section-lead .heading-icon {
	width: 75px;
	height: 75px;
	position: absolute;
	top: 0;
	right: 0;
	background: gray;
}

.section-lead #why-moneyworks {
	background: url('../images/assets/icon.why-moneyworks.png') no-repeat right top transparent;
}

.section-lead #time-for-change {
	background: url('../images/assets/icon.time-for-change.png') no-repeat right top transparent;
}

.section-lead #for-accountants {
	background: url('../images/assets/icon.for-accountants.png') no-repeat right top transparent;
}

h3.free-trial {
	background: url('../images/assets/icon.free-trial.png') no-repeat right top transparent;
}

h3.download-updates {
	background: url('../images/assets/icon.download-updates.png') no-repeat right top transparent;
}

h3.for-accountants {
	background: url('../images/assets/icon.for-accountants.png') no-repeat right top transparent;
}

/* Section: Generic */
.generic-content {
	overflow: hidden;
	padding: 30px 0 50px 0;
}

.generic-left {
	float: left;
	width: 565px;
	overflow: hidden;
}

.generic-inner {
	width: 615px;
	margin: 30px 0;
	padding: 20px 0 0 0;
	overflow: hidden;
	background: url('../images/assets/division.png') no-repeat scroll 0 0 transparent;
}

.generic-inner-half {
	float: left;
	width: 255px;
	margin: 0 50px 0 0;
}

.generic-inner-third {
	float: left;
	width: 175px;
	margin: 0 20px 0 0;
}

.generic-left .global-cta {
	margin: 30px 0;
	padding: 20px 0;
	background: url('../images/assets/division.png') no-repeat scroll 0 0 transparent;
}

.global-cta a {
	font-size: 19px;
	line-height: 23px;
	display: block;
	min-height: 25px;
	padding: 5px 0 0 40px;
	background: url('../images/assets/brand.png') no-repeat scroll 0 0 transparent;
}

.generic-right {
	float: right;
	width: 300px;
}

.generic-content p.lead {
	font-size: 19px;
	line-height: 23px;
}

.generic-content.fullwidth p.lead {
	padding: 0 75px 0 0;
}

.generic-content ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

.generic-content ul li {
	font-size: 15px;
	line-height: 19px;
	margin: 0 0 5px 0;
}

.column-270 {
	float: left;
	width: 270px;
	margin: 0 0 0 25px;
}

.column-270:first-child {
	margin: 0;
}

.column-270 h5 {
	color: #333;
}

.column-270 p {
	font-size: 15px;
}

.column-270 img {
	margin: 0 0 20px 0;
}

.story-introduction,
.story,
.story-cta,
.side-element {
	margin: 0 0 5px 0;
	padding: 15px;
	background: rgba(255, 255, 255, 0.45);
}

.story-introduction {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.story {
	overflow: hidden;
}

.story > div {
	float: left;
	width: 160px;
}

.story > div:first-child {
	width: 90px;
	margin: 0 15px 0 0;
}

.story p {
	font-size: 14px;
	line-height: 18px;
}

.story-cta {
	text-align: center;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.story-cta a {
	font-size: 17px;
	line-height: 21px;
}

.side-element {
	text-align: center;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.side-element h3 {
	color: #929497;
	font-size: 25px;
	line-height: 29px;
}

.side-inner {
	text-align: left;
	margin: 15px 0;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
}

.side-inner ul {
	margin: 15px 0 15px 10px;
	padding: 0 0 0 10px;
}

.side-inner ul li {
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 5px 0;
}

.side-inner a {
	font-size: 15px;
	line-height: 19px;
}

.moneyworks-cashbook {
	width: 207px;
	height: 29px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url('../images/assets/heading.moneyworks-cashbook.png') no-repeat scroll 0 0 transparent;
}

.moneyworks-express {
	width: 190px;
	height: 29px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url('../images/assets/heading.moneyworks-express.png') no-repeat scroll 0 0 transparent;
}

.moneyworks-gold {
	width: 169px;
	height: 28px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url('../images/assets/heading.moneyworks-gold.png') no-repeat scroll 0 0 transparent;
}

.moneyworks-datacentre {
	width: 212px;
	height: 29px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url('../images/assets/heading.moneyworks-datacentre.png') no-repeat scroll 0 0 transparent;
}

.moneyworks-now {
	width: 212px;
	height: 29px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url('../images/assets/heading.moneyworks-now.png') no-repeat scroll 0 0 transparent;
}

.moneyworks-generic {
	width: 212px;
	height: 29px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url('../images/assets/logo.png') no-repeat scroll 0 0 transparent;
	background-size: contain;
}

.moneyworks-addon {
	width: 100%;
	height: 50px;
	display: block;
	overflow: hidden;
	vertical-align: middle;
	text-indent: 65px;
	white-space: nowrap;
	background: url('../images/assets/icon.buy-addon50px.png') no-repeat scroll 0 0 transparent;
}

/* Section: Products */
#product-navigation {
	margin: 0 0 40px 0;
}

#product-navigation li {
	width: 130px; /* GCC from 140 [fit in extra link to MWNow */ 
	margin: 0 15px 0 0;
}

#product-navigation .navigation-icon {
	height: 100px;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background-color: #f2f4f5;
	background-position: center center;
	background-repeat: no-repeat;
}

#navigation-cashbook .navigation-icon {
	background-image: url('../images/assets/icon.cashbook.png');
}

#navigation-express .navigation-icon {
	background-image: url('../images/assets/icon.express.png');
}

#navigation-gold .navigation-icon {
	background-image: url('../images/assets/icon.gold.png');
}

#navigation-datacentre .navigation-icon {
	background-image: url('../images/assets/icon.datacentre.png');
}

#navigation-compare-all .navigation-icon {
	background-image: url('../images/assets/icon.compare-all.png');
}

#navigation-now .navigation-icon {	/* GCC for MWNow */
	background-image: url('../images/assets/icon.mwnow.png'); 
	background-size: 100px; 
}

#navigation-cashbook.active .navigation-title {
	background: #a51f21;
}

#navigation-express.active .navigation-title {
	background: #034ea2;
}

#navigation-gold.active .navigation-title {
	background: #da9914;
}

#navigation-datacentre.active .navigation-title {
	background: #a59b98;
}

#navigation-compare-all.active .navigation-title {
	background: #000000;
}

#navigation-now.active .navigation-title {
	background: #0094cb;
}

#product-navigation .navigation-title {
	color: #fff;
	font-size: 17px;
	line-height: 21px;
	text-align: center;
	padding: 4px 0;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background: #929497;
}

#products-container {
	width: 960px; /* GCC was 940 */
	margin: 0 auto; /* 30px 0 20px 0; /* was 30px 0 20px 0; */
	overflow: hidden;
	padding: 0; /* GCC */
}

#products-container .panel img {
	margin: 0 0 10px 0px;
}

.key-features img {
	margin: 0 0 20px 0;
}

.key-features p {
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 20px 0;
}

table {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 25px 0;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;

	background-color: #FFFFFF;
}

table thead th {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}

table.compare-table thead th {
	font-size: 14px;
	text-align: center;
	height: 38px;
	border-bottom: 1px solid;
	border-color: #E7E7E7;
}

table.compare-table td.centre {
	font-size: 14px;
	text-align: center;
}

table.compare-table td img {
	width: 22px; 
	height: 22px;
	display: block;
    margin: 0 auto;
}

table.compare-table td {
	height: 35px;
}

.compare-table tr>td:first-child { text-indent: 25px; }
  
table.compare-table tr:nth-child(even) {background: #E7E7E7}

table.oldversion-table {
	margin: 20px 15px 25px 15px;
}		

table.oldversion-table td {
	padding-left: 20px;
	padding-bottom: 7px;
	border-bottom: thin solid #E7E7E7;
}

table.oldversion-table tr:last-child>td {
	border-bottom: none;
}

table.oldversion-table td a {
	font-size: 14px;
}
/* Section: Experts */
#filter {
	overflow: hidden;
	margin: 0 0 30px 0;
}

label {
	font-size: 16px;
	line-height: 20px;
	margin: 0 10px 0 0;
}

select {
	width: 200px;
}

#filter .form-item {
	float: left;
	margin: 0 0 0 20px;
}

#filter .form-item:first-child {
	margin: 0;
}

.expert {
	margin: 0 0 30px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.45);
}

.expert-profile {
	padding: 20px 20px 10px 20px;
	overflow: hidden;
}

/*.expert-image {
	float: left;
	width: 170px;
	margin: 0 40px 0 0;
}*/

.expert-about {
	float: left;
	/*width: 570px;*/
}

.expert-about h3 {
	color: #464b52;
	font-size: 22px;
	font-size: 26px;
	margin: 0;
}

.expert-about .tag {
	margin: 0 2px;
	padding: 3px 7px;
	background: #e0e5e7;
}

.expert-about p {
	font-size: 14px;
	line-height: 18px;
}

.expert-details {
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 20px 15px 20px;
	background: url('../images/assets/border.details.png') no-repeat scroll center 0 transparent;
}

.expert-details a,
.expert-details span {
	display: block;
}

.address-etc,
.email-etc {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}

a.email {
	padding: 0 0 0 20px;
	background: url('../images/assets/icon.mail.png') no-repeat scroll 0 5px transparent;
}

a.url {
	padding: 0 0 0 20px;
	background: url('../images/assets/icon.url.png') no-repeat scroll 0 5px transparent;
}

#footer .sb-select {
	width: 200px;
}

#footer .sb-dropdown {
	width: 225px !important;
	margin: -229px 0 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

#footer .sb-dropdown li a {
	color: #35383E;
	padding-left: 30px;
	background: url('../images/assets/sprite.flags.png') no-repeat scroll 5px 7px;
}

#footer .sb-dropdown li a:hover {
	background-color: #e0e5e7;
}

#footer .sb-dropdown li#sb-new-zealand a {
	background-position: 5px -19px;
}

#footer .sb-dropdown li#sb-canada a {
	background-position: 5px -45px;
}

#footer .sb-dropdown li#sb-usa a {
	background-position: 5px -71px;
}

#footer .sb-dropdown li#sb-uk a {
	background-position: 5px -97px;
}

#footer .sb-dropdown li#sb-singapore a {
	background-position: 5px -123px;
}

#footer .sb-dropdown li#sb-south-africa a {
	background-position: 5px -149px;
}

#footer .sb-dropdown li#sb-global a {
	background-position: 5px -178px;
}

/* Section: Quaternary */
.quaternary-content-container {
	overflow: hidden;
	margin: 50px 0 0 0;
}

.quaternary-navigation-container {
	width: 150px;
	float: left;
	margin: 0 50px 0 0;
}

.quaternary-navigation-container .quaternary-navigation {
	margin: 0;
	padding: 0;
}

.quaternary-navigation-container .quaternary-navigation li a:hover {
	font-weight: bold;
	text-decoration: none;
}

.quaternary-navigation-container .quaternary-navigation li.active a {
	font-weight: bold;
}

.quaternary-content {
	width: 710px;
	float: left;
}

/* GCC */ 
li {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}

.caption {
	color: #666666; 
	text-align: center; 
	}

.rightlink {
	text-align: right; 
	}

img.outlined {
	border-width:1px;	
	border-style:solid;
	border-color:#666666;
	margin:0px;
	}

img.centre {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.userstory {
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
	padding: 20px;
/*	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
*/
	background-color: #FFFFFF;
}

.userimg {
    max-width:100%;
    max-height:150px;
}


.testimonial	{
	font-family: "Georgia", "Georgia Italic",  serif;
	font-style:italic;
	font-size:16px;
	margin: 1em 40px 0em 15px;
	/*font-style: italic;*/
	text-indent: -0.35em;
	color: #888;
	}

.attribution	{
	color: #888;
	margin: 0em 10px 1em 40px;
	font-size: 10px;
	text-indent:-10px;
	}

.product-title { /* GCC for product headings */
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background: #929497;
	padding: 7px;
}

.product-title p {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	margin: 0px;
}

.product-title a {
	color: #fff;
}

/* ----------
	Navigation, CSS for login menu
---------- */

/* Dropdown Button */
.dropbtn {
    padding: 16px;
    border: none;
    cursor: pointer;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    border-radius: 0 0 4px 4px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 20;
    min-width: 100px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 0 0 4px 4px;
    text-align: left;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #e0e4e8}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    background-color: #e0e4e8;
}