/* General Layout */
	.yui-u {
		-margin-top: 18px;
	}
	* html #custom-doc { width:1022px }

/* General Font */
	body {
		color: #666;
		font-family: Arial,"Trebuchet MS",Helvetica,sans-serif;
		font-size: 12px;
	}
	h1,h2,h3,h4,h5,h6 {font-weight:bold;margin-bottom: 0.5em}
	h1{font-size:2em;padding-bottom: 3px;color: #2b2529; }
	h2{font-size:1.25em;color: #333; }
	h3{font-size:1.1em;color: #666;}
	h4{font-size:1em}
	h5{font-size:1em}
	h6{font-size:1em}
	
	a, a:visited, a:hover, a:focus {
		color: #990000;
		text-decoration:none;
	}
	a:hover, a:focus {
		text-decoration: underline;
	}
	em { font-style:italic; }
	strong {font-weight:bold;}
	p { margin-bottom: 1.8em; *margin-bottom: 1.9em }
	
	ul, ol { margin-left: 20px; margin-bottom: 1.8em }
	ul li { list-style: outside disc; }
	ol li { list-style: outside decimal; }
	li { margin-bottom: 10px }
	
	table { margin-bottom: 20px }
	td { padding: 5px; }
	th { background: #002a54 }
	tr { border-bottom: 1px solid #ccc; }
	form tr { border-bottom: 0 }
	
	.hr { border-bottom: 1px solid #ccc; margin: 10px 0; }
	.hr hr { display: none; }
	
	.read-more { font-weight: bold; color: #ec238c }
	.pink-highlight { color: #ec238c; }
	.xero-blue { color: #15b3d5 }
	.myob-purple { color: #63228b }
	
	.e-high { position:relative; top: -0.18em; text-transform:lowercase;}
	
	#bd .yui-ge-fix {
		width: 99%;
	}
	#bd {
		min-height: 300px;
	}
	
	.ui-tabs .ui-tabs-hide { display: none; }
	
	.clearfix { overflow: hidden; }
	html .clearfix { display: inline-block; }
	html .clearfix { display: block; } 

/* Header */
	#hd {
		background: url(/Images/cssimg/header_bg.jpg) repeat-x top center;
		height: 292px;
	}
	#top { 
		background: url(/Images/cssimg/montage_top.jpg) no-repeat top center;
		width: 1023px;
		margin: 0 auto;
		position: relative; 
		height: 292px;
		z-index: 9999;
	}
	
	/* Logo */
		#logo {
			text-indent:-3000em;
			overflow:hidden;
			
			width: 372px;
			height: 126px;
			
			position:absolute;
			top: 0;
			left: 31px;
			
			background: url(/Images/cssimg/logo.png) no-repeat left top;
		}
	/* Search */
		#search {
			width: 203px;
			height: 26px;
			
			position:absolute;
			top: 46px;
			right: 10px;
			background: url(/Images/cssimg/search.gif) no-repeat;
		}
		.search-box { padding: 0; }
		#search .cat_textbox_small {
			border: 0;
			background: none;
			width: 188px;
			color: #f164ac;
			font-size: 14px;
			padding: 5px;
		}
		#search .cat_button {
			display:none;
		}
	
	/* Call to Actions */
		#advert-scroller {
			width: 515.6px;
			overflow:hidden;
			position:relative;
		}
		.sub #c2as { height: 81px }
		
		/* Slider */
			.carousel .controls {
				position: absolute;
				z-index: 999;
				right: 3px;
				bottom: 0;
			}
			.carousel .controls a {
				background: #600;
				float: left;
				height: 7px;
				margin: 0 0 0 6px;
				text-decoration:none;
				text-indent: -9999px;
				width: 7px;
				outline:none;
			}
			.carousel .controls a:hover { background: #900; }
			.carousel .controls a.activeSlide { background: #666; }
			.carousel .scroller {
				width: 991px;
				height: 294px;
				overflow: hidden;
			}
			.carousel .content {
				height: 294px;
			}
			.carousel .section {
				border-bottom: 0;
				float: left;
				height: 317px;
				overflow:hidden;
				width: 991px;
				padding: 0;
			}
			
			.carousel .section h2 { font-size: 46px; font-weight:bold; color: #fff; text-transform:uppercase; margin-bottom: 0px; margin-top: 7px; }
			.carousel .section p { font-size: 31px; color: #fff; line-height:1.2; font-weight:400; width: 475px; width: 670px; letter-spacing:-1px; }
		
		/* Contact Us C2A */
		#c2as .contact-us span { display: none; }
		#c2as .contact-us a { 
			background: transparent url(/Images/carousel/c2a_contact.png) no-repeat; 
			position: absolute;
			left: 0;
			bottom: 20px;
			
			height: 76px;
			width: 335px;
			
			display:block;
			text-decoration:none;
			text-indent: -9999px;
			z-index:9000;
			overflow:hidden;
		}
		
		/* Sub pages */
		.sub #c2as .section { border-bottom: 0; padding: 20px 0 0; *padding: 16px 0 0; }
		.sub #c2as .section h2 { font-size: 46px; font-weight:normal; color: #fff !important; text-transform:uppercase; margin: 0; }
		.sub #c2as .contact-us a { right: 40px; bottom: 11px; left: auto; background: transparent url(/Images/carousel/c2a_contact_small.png) no-repeat; width: 180px; height: 58px;  }

/* Top Menu */
	#top-menu {
		position:absolute;
		top: 10px;
		right: 30px;
	}
	#top-menu li {
		display: inline;
		padding-right: 7px;
		margin-right: 8px;
		border-right: 1px solid #f66;
	}
	#top-menu li.last { 
		margin-right: 0;
		padding-right:0;
		border-right: none;
	}
	#top-menu li a {
		color: #f99;
		font-size: 12px;
		text-transform:lowercase;
		opacity: 0.98;
	}
/* Main Menu */
	#menu {
		position: absolute;
		top: 142px; left: 0;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#menu ul { margin: 0 auto; width: 640px; }
	#menu li {
		display: inline;
		float:left;
	}
	#menu li.last { margin-right: 0; }
	#menu li a {
		color: #333;
		overflow:hidden;
		text-indent:-3000px;
		text-transform:uppercase;
		
		background: url(/Images/cssimg/menu_sprite.png) no-repeat left top;
		
		float: left;
		display: block;
		height: 95px;
		width: 160px;
	}
	
	#menu li.connecting { padding: 0 92px; }
	
	#menu li.introducing a { width: 160px; background-position: left top; }
	#menu li.connecting a { width: 156px; background-position: -188px top; }
	#menu li.growing a { width: 114px; background-position: -379px top; }
	
	#menu li.introducing-selected a { background-position: left bottom !important; }
	#menu li.connecting-selected a 	{ background-position: -188px bottom !important; }
	#menu li.growing-selected a	{ background-position: -379px bottom !important; }
	
	#menu li a:focus { outline: 0; }
	#menu li ul { display:none; }
	
	#menu img { display: none; }
	
	#menu li.selected ul { 
		display:block; position:absolute; margin-top: 100px; z-index:100; left: 0; width: 100%; 
		text-align: center; padding-top: 10px;
	}
	#menu li ul li a { 
		color: #333;
		overflow:hidden;
		text-indent:0;
		text-transform:uppercase;
		
		background: transparent;
		
		float: none;
		display: inline;
		border-left: 1px solid #333;
		padding: 0 30px;
	}
	#menu li ul li.first a {
		border-left: none;
	}
	#menu li ul li {
		float:none;
	}
	#menu li ul li.selected a {
		color: #F88625
	}
	
	
/* Footer Menu */
	#footer-menu {
		width: 989px;
		margin: 0 auto;
		
		padding: 40px 0 100px;
		margin-top: 20px;
		font-family:Tahoma, Geneva, sans-serif;
		text-align: left;
	}
	#footer-menu li li, #footer-menu li, #footer-menu li a, #footer-menu li li.parent a img {
		display:none;
	}
	#footer-menu li.parent, #footer-menu li li.parent {
		display:block;
		float: left;
		padding-right: 17px;
	}
	#footer-menu li li.parent a {
		display: block;
	}
	#footer-menu li li.first {
		padding-left: 0;
	}
	#footer-menu li li.parent a {
		font-weight: bold;
		color: #fff;
		text-transform:uppercase;
	}
	#footer-menu li li.parent li {
		display:list-item;
		padding: 5px 30px 5px 0;
		float:none;
	}
	#footer-menu li li.parent li a {
		font-weight: normal;
		text-transform: none;
		color: #666;
	}
	#footer-menu li li.parent li ul {
		display: none;
	}

/* Footer */
	#ft {
		height: 370px;
		width: 100%;
		overflow: hidden;
		margin-top: 50px;
		color: #800300;
	}
		#ft .footer-menu {
			width: 991px;
			margin: 0 auto;
			color: #666;
			text-align: left;
		}
		#ft .footer-menu table {
			margin: 0 0 15px;
			border-top: 1px solid #e0e0e0;
		}
		#ft .footer-menu thead td {
			padding-top: 15px;
			padding-bottom: 0;
			letter-spacing: .2px;
		}
		#ft .footer-contact-details, #ft .footer-contact-details a.footer-contact-link {
			color: #C00A80;
		}
		#ft .footer-menu p {
			margin-bottom: 5px;
		}
		#ft .footer-menu h4 {
			color: #999;
			font-weight: bold;
			text-transform:uppercase;
			font-size: 11px;
		}
		#ft .copyright {
			width: 991px;
			margin: 0 auto;
			font-size: 11px;
			text-align: left;
			line-height: 62px;
			vertical-align:top;
		}
		#ft .poweredby {
			float: right;
		}
		#ft .contact-details {
			float: right;
		}
.contact-details p {
margin-bottom: 8px;

}

.contact-details input {
width: 140px;
}

.contact-details td {
line-height: 15px !important;

}

#catwebformbutton {
width: 60px;
}

		#ft .credits {
			width: 991px;
			margin: 0 auto;
			font-size: 11px;
		}
		#ft .credits table td {
			padding: 10px 30px;
		}
		#ft table { margin: 0; }
		#ft tr { border: none; }
		
	/* Footer Menu */
		#footer-menu {
			width: 989px;
			margin: 0 auto;
			
			padding: 40px 0 100px;
			margin-top: 20px;
			font-family:Tahoma, Geneva, sans-serif;
			text-align: left;
			
			border-top: 1px solid #e0e0e0;
		}
		#footer-menu ul { margin: 0; }
		#footer-menu li, #footer-menu li, #footer-menu li a, #footer-menu li.parent a img {
			display:none;
		}
		#footer-menu li.parent, #footer-menu li.parent {
			display:block;
			float: left;
			padding-right: 100px;
		}
		#footer-menu li.parent a {
			display: block;
		}
		#footer-menu li.first {
			padding-left: 0;
		}
		#footer-menu li.parent a {
			font-weight: bold;
			color: #333;
			text-transform:uppercase;
		}
		#footer-menu li.parent li {
			display:block;
			padding: 5px 30px 5px 0;
			float:none;
		}
		#footer-menu li.parent li a {
			font-weight: normal;
			text-transform: none;
			color: #666;
		}
		#footer-menu li.parent li ul {
			display: none;
		}

	/* Footer Powered by */

/* Containers */
	#bd {
		margin: -55px auto 0;
		background: #fff url(/images/cssimg/page_repeat.gif) repeat-y top;
	}
	#bd .body-top { background: transparent url(/images/cssimg/page_top.jpg) no-repeat top; *height:1%; }
	    .body-bot { background: transparent url(/images/cssimg/page_bot.gif) no-repeat bottom; height:44px }
	#bd .padding { padding: 40px 63px; overflow:hidden }
	.left-col {
		width: 60%;
		float: left;
		overflow:hidden;
	}
	.right-col {
		width: 35%;
		float: left;
		overflow:hidden;
		margin-left: 35px;
	}
	
	.section {
		padding: 15px 0;
	}
	.section h2 { /*
		font-size: 1.25em;
		color: #333;
		letter-spacing: -2px; */
	}
	
	.rounded {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border: 1px solid #e0e0e0;
		padding: 10px;
		background: #fff;
		overflow:visible;
	}

/* Montages */
			   #top 		 { background: url(/Images/cssimg/page_bg/montage_head.jpg) no-repeat top center; }
			   #bd .body-top { background: transparent url(/images/cssimg/page_bg/montage_page.jpg) no-repeat top; }
	.montage_1 #top 		 { background-image: url(/Images/cssimg/page_bg/montage_head_1.jpg); }
	.montage_1 #bd .body-top { background-image: url(/images/cssimg/page_bg/montage_page_1.jpg); }
	.montage_2 #top 		 { background-image: url(/Images/cssimg/page_bg/montage_head_2.jpg); }
	.montage_2 #bd .body-top { background-image: url(/images/cssimg/page_bg/montage_page_2.jpg); }
	.montage_3 #top 		 { background-image: url(/Images/cssimg/page_bg/montage_head_3.jpg); }
	.montage_3 #bd .body-top { background-image: url(/images/cssimg/page_bg/montage_page_3.jpg); }


/* Home page */
	.home .yui-u { margin-top: 0; }
	/* Modules */
		#bd .module {
			height: 236px;
		}
		#bd h1.module-header { font-size: 34px; font-weight:600; color: #900; }
		
		#bd .module .header { *position: relative; }
		.introducing-module .header { margin-top: -18px; }
		.growing-module .header 	{ margin-top: -21px; }
		.connecting-module .header 	{ margin-top: 7px; }
		.video-list-module .module-header 	{ margin-bottom: 0.3em; }
		.breakthrough-youth-module .header { margin-top: -11px; margin-left: -11px; }
		.latestnews-module .header 	{ margin-top: 0; }
		
		.latestnews-module h1.module-header { color: #f88625 !important; }
		
		.introducing-module {}
		.growing-module {}
		.connecting-module {}
		.video-module {}
		.video-list-module {}
		.breakthrough-youth-module {}
		.latestnews-module {}
		.core-modules .intro {
			background: url(/Images/blocks/modules/core_modules_intro.gif) no-repeat;
			height: 93px;
			margin-bottom: 10px;
		}
		.core-modules .intro p {
			font-size: 14px;
			line-height: 1.3;
			margin: 0;
			padding: 6px 110px 0 383px;
		}
		.core-modules .modules {
			background: url(/Images/blocks/modules/core_modules_bg.gif) no-repeat top center;
			position:relative;
			
			height: 247px;
		}
		.core-modules .crm { position: absolute; top: 86px; left: 344px; }
		.core-modules .cms { position: absolute; top: 0; left: 0; }
		.core-modules .marketing { position: absolute; top: 0; right: 0; }
		.core-modules .ecommerce { position: absolute; bottom: 0; left: 0; }
		.core-modules .reports { position: absolute; bottom: 0; right: 0; }
		
		.core-modules-tag { padding: 45px 0 0; text-align:center; }
		.core-modules-tag h2 { font-size: 20px; font-weight:bold; text-transform: uppercase; letter-spacing: -1.5px; }
	/* Video List Module */
		.video-list-module { position: relative; }
		.video-list-module .left-side-arrow { 
			background: url(/images/cssimg/right_arrow.gif); width: 12px; height: 25px; 
			position: absolute; top: 122px; left: -12px; *left: -11px;
		}
		.video-list-module .video-list { height: 178px; overflow: auto; }
		.video-description { margin-top: 20px; }
	/* Latest News */
		.latestnews-module .blog-post h2.post-title { font-size: 12px; margin: 0; border-bottom: none;  }
		.latestnews-module .blog-post h2.post-title a { color: #333; }
		.latestnews-module .post-body a { font-weight:bold }
		.latestnews-module .post-details, .latestnews-module .links {
			display: none;
		}
	
	/* Tabs */
		#events-tabs { padding-top: 47px; position:relative; }
		#events-tabs ul { margin: 0; overflow: hidden; position:absolute; top: 0; }
		#events-tabs ul li { 
			-webkit-border-bottom-left-radius: 0;
			-webkit-border-bottom-right-radius: 0;
			-webkit-border-top-left-radius: 10px;
			-webkit-border-top-right-radius: 10px;

			-moz-border-radius: 10px 10px 0 0;
			border: 1px solid #E0E0E0; border-width: 1px 1px 0;
			height: 35px; width: 105px; display: block; float: left; margin-right: 10px;
			text-align: center; padding: 7px 7px 5px; background: #fff url(/images/cssimg/tabs_shadow.gif) repeat-x bottom;
		}
		#events-tabs ul li.ui-state-active { background-image: none; }
		#events-tabs ul li a {
			font-size: 18px; font-weight:600;
			letter-spacing: -1px; line-height:1;
		}
		#events-tabs ul li a:hover, #events-tabs ul li a:focus {
			text-decoration: none;
			outline: none;
		}
		#events-tabs ul li.servicetimes a { color: #f88625 }
		#events-tabs .tab-content {
			-webkit-border-bottom-left-radius: 10px;
			-webkit-border-bottom-right-radius: 10px;
			-webkit-border-top-left-radius: 0;
			-webkit-border-top-right-radius: 0;
			
			-moz-border-radius: 0 0 10px 10px; 
			border: 1px solid #E0E0E0; border-width: 1px; padding: 10px;
			background: #fff; height: 247px;
		}
		
	/* Testimonials */
		.testimonials {
			
		}
		.testimonials .testimonial-items {
			width: 605px;
			float: left;
			position: relative;
			
			height: 186px;
			overflow:hidden;
			display: block;
			zoom: 1;
		}
		.testimonial-items ul {
			position: relative;
			width: 605px;
			height: 186px;
			float: left;
			
			margin: 0; padding: 0;
			display: block;
			zoom: 1;
		}
		.testimonial-items li {
			list-style:none;
			margin: 0; padding: 0;
			background: transparent url(/Images/blocks/testimonials/speech_bg.gif) no-repeat center left;
			color: #333;
			height: 186px;
			width: 605px;
		}
		.testimonial-items .quote {
			float: left;
			height: 125px;
			width: 292px;
			margin: 30px 0 0 40px;
			
			font-size: 11px;
			color: #009ee7;
		}
		* html .testimonial-items .quote { margin-left: 20px; }
		.testimonial-items .logo {
			float: left;
			height: 186px;
			width: 250px;
			text-align: center;
			padding-left: 20px;
		}
		.testimonial-items .logo table { height: 186px; width: 250px; margin: 0; }
		.testimonial-items .logo table tr { border-bottom: none; }
		.testimonial-items .logo table td { padding: 0; }
		.testimonial-items .quote .content {
			font-size: 18px; *font-size: 17px;
			letter-spacing: -0.8px;
			color: #333;
			display: block;
			margin-bottom: 10px;
			line-height:1.1;
		}
		@media screen and (-webkit-min-device-pixel-ratio:0)
		{
			.testimonial-items .quote .content { letter-spacing: -1.8px; }
		}
		
		.testimonial-items .quote .content a {
			color: #ec238c;
			font-size: 12px;
			font-weight:bold;
		}
		.testimonial-items .quote strong {
			display: block;
		}
		.testimonial-items .logo .read-more {
			font-size: 16px;
			color: #990000;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			line-height: 50px;
		}
		.testimonial-items li.ctrl-item {
			display: none;
		}
		
		
		.testimonials .controls {
			width: 375px;
			float: left;
			border-left: 1px solid #ccc;
			
			margin: 12px 0;
			padding: 12px 0;
		}
		.testimonials .controls li {
			margin-left: 46px;
			list-style:none;
			float: left;
		}
		.testimonials .controls li a {
			float: left;
			height: 55px;
			text-decoration: none;
			text-indent: -9999px;
			width: 93px;
			outline:none;
			background-position: top center;
			margin: 6px 2px;
		}
		.testimonials .controls li a:hover {
			background-position: bottom center;
		}
		
		
/* Content pages */
	#bd {position: relative; zoom:1}
	.main-content .rounded {
		min-height: 583px;
	}
	.content-top {
		height: 15px;
		background: url(/Images/cssimg/subpage_top.gif) no-repeat top center;
	}
	.content-mid {
		border-left: 1px solid #e9e9e9;
		border-right: 1px solid #e9e9e9;
	}
	.content-inner { padding: 0 20px; }
	.content-bot {
		height: 29px;
		background: url(/Images/cssimg/subpage_bottom.gif) no-repeat top center;
	}
	.sidebar {
		padding-left: 40px;
		border-left: 1px solid #ccc;
		padding: 0 39px;
	}
	.intro h2 {
		f-ont-size: 18px;
		color: #990000; font-weight: normal; text-transform:uppercase; font-size: 27px;
		margin-top: 1.1em;
	}
	
/* Announcements */
	.announcement-list { padding: 7px 0; border-bottom: 1px solid #e0e0e0; font-size: 12px; }
	.announcement-list h3 { font-weight: bold; font-size: 12px; letter-spacing: -1px; margin: 0; }
	.announcement-list h3 a {}
	.announcement-list span.date { font-weight: bold; font-size: 12px; margin: 0 10px 0 0; color: #900 }
	
/* Tools to succeed */
	.tools-to-succeed { margin-left: 0; }
	.tools-to-succeed li { 
		list-style: none;
		border-bottom: 1px solid #ccc;
		background: url(/Images/cssimg/pink_tick.gif) no-repeat 98% center;
		color: #ec238c;
		padding: 5px 0;
	}
	.modules-addition {
		margin: 49px 75px;
	}
	
/* Content page with right side menu */
	.side-menu-page-content {
		width: 77%;
		float: left;
	}
	.side-menu-page-sidebar {
		float: left;
		width: 20%;
		margin-left: 20px;
		padding-top: 25px;
	}
	.side-menu-page-sidebar ul {
		margin: 0;
	}
	.side-menu-page-sidebar li {
		border-bottom: 1px dotted #ccc;
		padding: 5px 0;
		margin:0;
		list-style: none;
	}

/* What we do */
	.what-we-do {
		width: 77%;
		float: left;
	}
	.what-we-do .section { border-bottom: 0; }
	.what-we-do h2 {
		padding: 10px 0;
		border: 1px solid #EEEEEE;
		border-width: 1px 0;
	}
	.what-we-do h2 a { color: #333; }
	.what-we-do h3 {
		color: #990000; font-weight: normal; text-transform:uppercase; font-size: 27px;
		margin-top: 1.1em;
	}
	.what-we-do .define {
		float: right;
		background: #c2dbf2;
		padding: 20px 10px;
		width: 200px;
		margin-left: 30px;
	}
	.what-we-do .define h2 {
		font-size: 18px;
		border-bottom: 1px solid #e4e4e4;
		border-top: none;
		padding-bottom: 3px;
	}
	#bd .what-we-do .define p {
		color: #666;
		font-size: 11px;
		line-height: 1.4;
	}
	
	.what-we-do-sidebar {
		float: left;
		width: 20%;
		margin-left: 20px;
		padding-top: 25px;
	}
	.what-we-do-sidebar h3 {
		
	}
	.what-we-do-sidebar ul {
		margin: 0;
	}
	.what-we-do-sidebar li {
		border-bottom: 1px dotted #ccc;
		padding: 5px 0;
		margin:0;
		list-style: none;
	}
	
/* Testimonials page */
	.testimonial_entry {
		border-bottom: 1px solid #ddd;
		margin: 0 0 2.1em;
		padding: 0 0 1em;
	}
	.testimonial_entry .testimonial_logo {
		float: left;
		min-height: 1px;
		padding: 0 0 0 0;
		width: 168px;
		text-align: center;
	}
	.testimonial_entry .testimonial_content {
		float: left;
		width: 624px;
	}
	.testimonial_entry .testimonial_content h3 {
		font-size: 22px;
		font-weight:bold;
		line-height: 1.2;
		margin: 0 0 0.3em;
		text-transform: none;
		color: #333;
	}
	.testimonial_entry .testimonial_content .other-author-info { color: #999 }

/* Take the tour */
	.jump-to-menu {
		margin: 0 0 20px;
	}
	.jump-to-menu li {
		list-style: none;
		margin: 0;
		padding: 5px 0;
		border-bottom: 1px dotted #ccc;
	}
	.jump-to-menu li a {
		
	}
/* About Us */ 
	.about-us #bd {
		padding-right: 20em;
	}
/* Pricing Module */
	.pricing-block { position: relative; }
	.pricing-block a { display: block; position: absolute; zoom: 1; *background-image: url(transparent.gif); }
	.pricing-block a span { display:none; }
	.pricing-block .module { }
	.pricing-module-cms { width: 460px; height: 107px; left: 257px; top: 18px; }
	.pricing-module-email  { width: 270px; height: 123px; left: 30px; top: 227px; }
	.pricing-module-crm  { width: 270px; height: 123px; left: 356px; top: 227px; }
	.pricing-module-ecommerce  { width: 270px; height: 123px; right: 30px; top: 227px; }
	.pricing-request-a-quote { width: 404px; height: 77px; bottom: 56px; left: 53px; }
	
/* Blog page */
	.blog-post h2.post-title { margin-bottom: 1.25em; }
	.post-body .links { margin-top: 15px; }
	.blog-post .post-details { margin: 0 0 10px; }
/* FAQ page */
	.comment-form { background: transparent; border: 0; }
/* Xero page */
	.xero-header { position: relative; }
/* Plugins */
	.gmap { border: 1px solid #999; }
/* Plugins */
	table.module-calendar td ul {
		padding-left: 10px;
	}
/* CMS Extreme page */
	table.spaced td { padding-top: 25px; vertical-align:top; }
	
/* System Messages */
	.system-message h1, .system-error-message h1 {
		color: #ED1C24;
		
	}
	.system-error-message {
		background-color: transparent;
		border: none;
		height:auto !important;
		margin:0;
		min-height:110px;
		padding:0;
	}

/* Tootips */
	.toolTip{ position:relative; text-align:center; text-decoration:none!important; z-index:100; }
	.toolTipWrapper{ display:none;font-size:11px;font-weight:400!important;line-height:20px;position:relative;text-decoration:none!important;top:-48px;width:160px; }
	.toolTipTop{background:transparent url(/Images/cssimg/tooltip/tooltip-top.png) no-repeat;height:5px;width:160px;}
	.toolTipMid{background:transparent url(/Images/cssimg/tooltip/tooltip-background.png) repeat-y left top;color:#666!important;height:35px;line-height:16px;padding:0 5px;text-decoration:none!important;text-indent:0!important;}
	.toolTipBtm{background:transparent url(/Images/cssimg/tooltip/tooltip-bottom.png) no-repeat;height:10px;}
	a.nolink{cursor:default;}
