@-moz-viewport {
	width: device-width;
}
@-webkit-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@font-face {
	font-family: bauhaus;
	src: url("/fonts/itc_bauhaus_medium.eot");
	src: url("/fonts/itc_bauhaus_medium.eot#iefix") format("embedded-opentype"),
		url("/fonts/itc_bauhaus_medium.woff") format("woff"),
		url("/fonts/itc_bauhaus_medium.ttf") format("truetype"),
		url("/fonts/itc_bauhaus_medium.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: bimini;
	src: url("/fonts/bimini_normal.eot");
	src: url("/fonts/bimini_normal.eot#iefix") format("embedded-opentype"),
		url("/fonts/bimini_normal.woff") format("woff"),
		url("/fonts/bimini_normal.ttf") format("truetype"),
		url("/fonts/bimini_normal.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: bimini;
	src: url("/fonts/bimini_bold.eot");
	src: url("/fonts/bimini_bold.eot#iefix") format("embedded-opentype"),
		url("/fonts/bimini_bold.woff") format("woff"),
		url("/fonts/bimini_bold.ttf") format("truetype"),
		url("/fonts/bimini_bold.svg") format("svg");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: bimini;
	src: url("/fonts/bimini_italic.eot");
	src: url("/fonts/bimini_italic.eot#iefix") format("embedded-opentype"),
		url("/fonts/bimini_italic.woff") format("woff"),
		url("/fonts/bimini_italic.ttf") format("truetype"),
		url("/fonts/bimini_italic.svg") format("svg");
	font-weight: normal;
	font-style: italic;
}

body {
	background-color: #231f20;
	/*background-color: #354687; !!!*/
	text-align: justify;
	margin: 0px;
	cursor: default;
}
body, th, td, input, textarea, select {
	font: 8pt verdana;
	color: black;
}
header, footer, nav, main, section, article, aside, figure, figcaption {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	text-align: left;
	color: #ff7f00;
}
h1 {
	margin-top: 28px; /*1.34em*/
	margin-bottom: 14px; /*0.67em*/
	font: 22pt bimini; /*2em*/
	letter-spacing: -0.0343em;
}
h2 {
	margin-top: 24px; /*1.5em*/
	margin-bottom: 12px; /*0.75em*/
	font: 16pt bimini; /*1.5em*/
	letter-spacing: -0.0343em;
}
h3 {
	margin-top: 1.66em;
	margin-bottom: 0.83em;
	font-size: 1.17em;
}
h4 {
	margin-top: 2.24em;
	margin-bottom: 1.12em;
	font-size: 1em;
}
h5 {
	margin-top: 3em;
	margin-bottom: 1.5em;
	font-size: 0.83em;
}
h6 {
	margin-top: 3.34em;
	margin-bottom: 1.67em;
	font-size: 0.75em;
}
p, li, dd {
	margin: 1.12em 0;
	font-size: 1em;
}
blockquote, fieldset, form, ol, ul, dl, pre, table, figure {
	margin: 2.5em 0;
	font-size: 1em;
}
li ol, li ul {
	margin: 1.12em 0;
}
*:first-child {
	margin-top: 0px;
}
*:last-child {
	margin-bottom: 0px;
}
table * {
	#margin-bottom: 0px;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
ol ol ol {
	list-style-type: lower-roman;
}
dt {
	margin-top: 2.5em;
	margin-bottom: 1.12em;
	font-size: 1.1em;
	font-weight: bold;
}
hr {
	margin: 2em 0;
	border: none;
	background-color: #cccccc;
	color: #cccccc;
	height: 1px;
	text-align: center;
}
pre {
	overflow: auto;
	padding: 5px;
	background-color: #eeeeee;
	font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
	font-size: 13px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
code {
	background-color: #eeeeee;
	font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
}
pre code {
	white-space: inherit;
	padding: 0;
}
div.lcd {
	position: relative;
	#display: table;
	width: -moz-fit-content;
	width: fit-content;
	margin: 2.23em 0;
	border: 1px solid black;
	background: lightgreen;
	padding: 5px 10px;
	color: black;
	text-shadow: 2px 0 rgba(0, 255, 255, 0.7), -2px 0 rgba(255, 255, 0, 0.7);
	font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
	font-size: 1.12em;
	white-space: nowrap;
}
div.lcd:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 33.33333%, rgba(255, 255, 255, 0.4) 33.33333%, rgba(255, 255, 255, 0.4) 66.66666%, rgba(255, 255, 255, 0.6) 66.66666%), -webkit-linear-gradient(left, rgba(255, 0, 0, 0.5) 33.33333%, rgba(0, 255, 0, 0.5) 33.33333%, rgba(0, 255, 0, 0.5) 66.66666%, rgba(0, 0, 255, 0.5) 66.66666%);
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 33.33333%, rgba(255, 255, 255, 0.4) 33.33333%, rgba(255, 255, 255, 0.4) 66.66666%, rgba(255, 255, 255, 0.6) 66.66666%), linear-gradient(to right, rgba(255, 0, 0, 0.5) 33.33333%, rgba(0, 255, 0, 0.5) 33.33333%, rgba(0, 255, 0, 0.5) 66.66666%, rgba(0, 0, 255, 0.5) 66.66666%);
	background-size: 3px 3px;
	mix-blend-mode: multiply;
}
kbd {
	padding: 0.1em 0.6em;
	border: 1px solid #cccccc;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f7f7f7;
	color: #333333;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
	border-radius: 3px;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 0.1em;
	text-shadow: 0 1px 0 #fff;
	line-height: 1.4;
	white-space: nowrap;
}
sup, sub {
	font-size: 80%;
}
q {
	font-style: italic;
}
a {
	text-decoration: none;
	background-color: transparent; /* IE10+ metro crap */
	color: #0d45cc;
	-moz-transition: color 500ms ease-in-out;
	-webkit-transition: color 500ms ease-in-out;
	-o-transition: color 500ms ease-in-out;
	-ms-transition: color 500ms ease-in-out;
	transition: color 500ms ease-in-out;
}
a:hover {
	color: #ff7f00;
}
a.external {
	background: url(/images/icons/external.png) right center no-repeat;
	padding-right: 13px;
}
a[href$=".pdf"], a[href*=".pdf?"], a[href*=".pdf#"], a[href$=".PDF"], a[href*=".PDF?"], a[href*=".PDF#"], a.pdflink {
	background: url(/images/icons/mini_file_acrobat.gif) right center no-repeat;
	padding-right: 18px;
}
img {
	border: none;
}

blockquote {
	margin: 2.5em 40px;
	border-left: 0.5em solid #dddddd;
	padding: 0.75em 1em;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
blockquote > header {
	margin-bottom: 0.75em;
	font-weight: bold;
}
blockquote > footer {
	margin-top: 0.75em;
}
blockquote > cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
blockquote > cite:before {
	content: "\2014 \2009";
}

blockquote.quote {
}
blockquote.quote:before {
	position: absolute;
	display: block;
	margin: -0.1em 0 0.1em -1em;
	padding: 0;
	height: 0;
	content: "\201C";
	font: italic 400%/1 Cochin, Georgia, "Times New Roman", serif;
	color: #aaaaaa;
}
blockquote.quote > div.blockquote_body {
}

blockquote.code {
}
blockquote.code:before {
	position: absolute;
	display: block;
	margin: -0.3em 0 0.3em -1.5em;
	padding: 0;
	height: 0;
	content: "{";
	font: normal 250%/1 Cochin, Georgia, "Times New Roman", serif;
	color: #aaaaaa;
}
blockquote.code > div.blockquote_body {
	font-family: courier, courier new, verdana, arial;
}

div.figure_container {
	margin: 2.5em 0;
	overflow: hidden;
}
div.figure_container > figure:first-child + * {
	margin-top: 0px;
}

figure {
}
figure > img {
	display: block;
}
figure.float_left {
	float: left;
	margin: 0 25px 15px 0;
}
figure.float_right {
	float: right;
	margin: 0 0 15px 25px;
}
figcaption {
	text-align: center;
	font-style: italic;
	font-weight: 400;
}

table {
	#border-collapse: collapse;
	border-spacing: 0px;
}
th, td {
	padding: 2px 5px;
	text-align: left;
	vertical-align: middle;
}
th {
	font-weight: bold;
	vertical-align: bottom;
}
th.vertical {
	padding: 4px 3px;
	white-space: nowrap;
}
th.vertical > div {
	writing-mode: tb-rl;
	filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=2);
	display: inline;
}

tr.field > td.label {
	white-space: nowrap;
}
tr.field.required > td.label, label.required {
	background: url(/images/icons/required_star.svg) right center / 10px 10px no-repeat;
	padding-right: 15px;
}
tr.indented > td:first-child {
	padding-left: 50px;
}
tr.field > td.field {
	white-space: normal;
}
tr.group_heading > th {
	border: 1px solid #bbbbbb;
	border-bottom: none;
	padding-top: 5px;
	font-size: 1.2em;
}
tr.group_note > td {
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	font-size: 0.8em;
	color: #777777;
}
tr.group_field > td.label {
	border-left: 1px solid #bbbbbb;
}
tr.group_field > td.field {
	border-right: 1px solid #bbbbbb;
}
tr.group_end > td {
	border-top: 1px solid #bbbbbb;
	height: 10px;
}
tr.separator > td {
	height: 10px;
}
form.flat label {
	display: -moz-inline-box;
	display: inline-block;
	margin-top: 1.12em;
	margin-bottom: 0.3em;
}
form.flat input[type="text"],
form.flat input[type="email"],
form.flat input[type="url"],
form.flat input[type="password"],
form.flat input[type="number"],
form.flat input[type="tel"],
form.flat input[type="search"],
form.flat textarea,
form.flat select {
	display: block;
	box-sizing: border-box;
	width: 100%;
}

.float_container {
	overflow: hidden;
}

.error {
	font-size: 0.8em;
	color: red;
}
.note {
	font-size: 0.8em;
	color: #777777;
}

.inactive {
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.grey {
	color: #666666;
}
.small_text {
	font-size: 8pt !important;
}
.tiny_text {
	font-size: 7.5pt !important;
}

div.border_box {
	margin: 2.5em 40px;
	padding: 0.75em 0.5em 0.75em 1em;
	box-shadow: 0 0 6px rgba(255, 127, 0, 1);
	-moz-box-shadow: 0 0 6px rgba(255, 127, 0, 1);
	-webkit-box-shadow: 0 0 6px rgba(255, 127, 0, 1);
	font-size: 10.5pt;
	color: #ff7f00;
	text-align: center;
}
div.border_box:first-child {
	margin-top: 10px !important;
}
div.border_box:last-child {
	margin-bottom: 10px !important;
}

ul.breadcrumbs {
	margin-top: -2px;
	margin-bottom: 16px;
	padding: 0px;
	list-style-type: none;
	font-size: 0px;
	text-align: left;
	/*overflow: hidden;*/
}
ul.breadcrumbs > li {
	display: -moz-inline-box;
	display: inline-block;
	margin: 2px 0px 0px -5px;
}
ul.breadcrumbs > li {
	#display: inline;
}
ul.breadcrumbs > li:first-child {
	margin-left: 0px;
}
ul.breadcrumbs > li a {
	display: block;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
}
ul.breadcrumbs > li a span {
	float: left;
	background-color: #e8eaf2;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding-left: 8px;
	padding-right: 5px;
	/*box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);*/
	-moz-transition: background-color 500ms ease-in-out;
	-webkit-transition: background-color 500ms ease-in-out;
	-o-transition: background-color 500ms ease-in-out;
	-ms-transition: background-color 500ms ease-in-out;
	transition: background-color 500ms ease-in-out;
}
ul.breadcrumbs > li a:before {
	content: "";
	float: left;
	border-style: solid;
	border-width: 12px 0 12px 8px;
	border-color: #e8eaf2 #e8eaf2 #e8eaf2 transparent;
	/*box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);*/
	-moz-transition: border-color 500ms ease-in-out;
	-webkit-transition: border-color 500ms ease-in-out;
	-o-transition: border-color 500ms ease-in-out;
	-ms-transition: border-color 500ms ease-in-out;
	transition: border-color 500ms ease-in-out;
}
ul.breadcrumbs > li:first-child a:before {
	display: none;
}
ul.breadcrumbs > li a:after {
	content: "";
	float: right;
	border-style: solid;
	border-width: 12px 0 12px 8px;
	border-color: transparent transparent transparent #e8eaf2;
	-moz-transition: border-color 500ms ease-in-out;
	-webkit-transition: border-color 500ms ease-in-out;
	-o-transition: border-color 500ms ease-in-out;
	-ms-transition: border-color 500ms ease-in-out;
	transition: border-color 500ms ease-in-out;
}
ul.breadcrumbs > li a:hover {
	color: #ff7600;
}
ul.breadcrumbs > li a:hover span {
	background-color: #ffecd9;
}
ul.breadcrumbs > li a:hover:before {
	border-color: #ffecd9 #ffecd9 #ffecd9 transparent;
}
ul.breadcrumbs > li a:hover:after {
	border-color: transparent transparent transparent #ffecd9;
}

div.message_box {
	margin: 1.12em 50px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid;
	border-radius: 3px;
	min-height: 16px;
	padding: 20px 8px 20px 56px;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 40px 40px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
div.message_box.info {
	color: #00529b;
	background-color: #bde5f8;
	background-image: url(/images/message_box/info.svg);
}
div.message_box.warning {
	color: #9f6000;
	background-color: #feefb3;
	background-image: url(/images/message_box/warning.svg);
}
div.message_box.error {
	font-size: 1em;
	color: #d8000c;
	background-color: #ffbaba;
	background-image: url(/images/message_box/error.svg);
}
div.message_box.validation {
	color: #d63301;
	background-color: #ffccba;
	background-image: url(/images/message_box/error.svg);
}
div.message_box.success {
	color: #4f8a10;
	background-color: #dff2bf;
	background-image: url(/images/message_box/tick.png);
}

.btn {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #ff7f00;
	/*background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	border-radius: 4px;*/
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	display: -moz-inline-box;
	display: inline-block;
	outline: none;
	padding: 0px 15px;
	height: 32px;
	border-radius: 12px;
	line-height: 32px;
	font-size: 12px;
	min-width: 54px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	-moz-transition: background-color 500ms ease-in-out, color 500ms ease-in-out;
	-webkit-transition: background-color 500ms ease-in-out, color 500ms ease-in-out;
	-o-transition: background-color 500ms ease-in-out, color 500ms ease-in-out;
	-ms-transition: background-color 500ms ease-in-out, color 500ms ease-in-out;
	transition: background-color 500ms ease-in-out, color 500ms ease-in-out;
	cursor: pointer;
}
.btn:not(.btn_no_hover):hover {
	background-color: #ff7f00;
	color: #ffffff;
}
.btn_small {
	height: 22px;
	border-radius: 8px;
	line-height: 22px;
	padding: 0px 10px;
}
.btn_primary {
	/*background-color: #a4adcc;
	background-image: linear-gradient(to bottom, #a4adcc, #949dc2);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #ffffff;*/
}
.btn_primary:hover, .btn_primary:active {
	/*background-color: #ffbf80;
	background-image: linear-gradient(to bottom, #ffbf80, #ff9226);*/
}

.related_service {
	display: block;
	position: relative;
	margin-bottom: 15px;
	height: 54px;
	border-radius: 6px;
	background-color: #475f82;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 16px;
	font-family: "Motiva Sans", Sans-serif;
	font-weight: 300; /* light */
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
.related_service:hover {
	color: #ffffff;
}
.related_service > div {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
.related_service .background_image {
	height: 54px;
	transition: filter 0.5s ease, transform 0.5s ease;
	background-size: cover;
	background-position-y: 50%;
	opacity: 0.5;
}
.related_service:hover .background_image {
	transform: scale(1.1);

}
.related_service .service_title {
	height: 38px;
	padding-top: 16px;
	padding-left: 16px;
	color: #ffffff;
}
.related_service:hover .service_title {
	color: #ffffff;
}
.related_service .service_highlight {
	height: 54px;
	transition: box-shadow 0.5s ease, transform 0.5s ease;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.related_service:hover .service_highlight {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 1);
}
.related_service.service_telephone_systems .background_image,
.related_service.service_hosted_voip_telephone_systems .background_image,
.related_service.service_telephone_system_maintenance .background_image,
.related_service.service_call_recording .background_image {
	background-image: url(/images/services/telephone_systems_small.png);
}
.related_service.service_telephone_lines .background_image {
	background-image: url(/images/services/telephone_lines_small.png);
}
.related_service.service_virtual_telephone_numbers .background_image {
	background-image: url(/images/services/virtual_telephone_numbers_small.png);
}
.related_service.service_music_on_hold .background_image {
	background-image: url(/images/services/music_on_hold_small.png);
}
.related_service.service_credit_card_payment_systems .background_image {
	background-image: url(/images/services/credit_card_payment_systems_small.png);
}
.related_service.service_wifi .background_image,
.related_service.service_it_and_computer_support .background_image,
.related_service.service_unwanted_software_removal .background_image,
.related_service.service_anti-virus_software .background_image,
.related_service.service_data_backup_solutions .background_image,
.related_service.service_email_services .background_image,
.related_service.service_web_services .background_image,
.related_service.service_web_hosting_and_email_services .background_image,
.related_service.service_secure_data_destruction .background_image,
.related_service.service_hard_drive_upgrades .background_image {
	background-image: url(/images/services/it_small.png);
}
.related_service.service_internet_connectivity .background_image,
.related_service.service_fibre_optic_broadband_internet_connections .background_image {
	background-image: url(/images/services/fibre_optic_broadband_internet_connections_small.png);
}
.related_service.service_mobile_phones .background_image,
.related_service.service_mobile_broadband_internet_connections .background_image,
.related_service.service_sms_customer_feedback_and_surveys .background_image {
	background-image: url(/images/services/mobile_phones_small.png);
}
.related_service.service_computer_network_cabling .background_image,
.related_service.service_computer_network_problems_resolved .background_image {
	background-image: url(/images/services/computer_network_cabling_small.png);
}

div.article_metadata {
	margin-top: -12px;
	margin-bottom: 2.5em;
}
div.article_metadata > div {
	color: #848484;
}
div.article_metadata > div.article_metadata_date {
	position: relative;
	padding-left: 25px;
}
div.article_metadata > div.article_metadata_date:before {
	position: absolute;
	left: 0px;
	top: -1px;
	width: 16px;
	height: 16px;
	background: url(/images/icons/clock.svg) left top / 16px 16px no-repeat;
	color: #0d45cc;
	content: "";
}
div.article_metadata > div.article_metadata_date > time.updated {
	display: none;
}

div.fake_background {
	background-color: white;
	padding-top: 8px;
	padding-bottom: 32px;
}

div.container_outer {
	min-width: 940px;
	padding-left: 32px;
	padding-right: 32px;
}
div.container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

div.header {
	background: #231f20 url(/images/header.jpg) center center no-repeat;
	border-top: 42px solid #e66826;
	padding-top: 30px;
	padding-bottom: 30px;
	height: 83px;
}
div.header div.container {
	height: 83px;
}

div.header_logo {
	float: left;
	height: 83px;
}
div.header_logo a {
	display: block;
	width: 190px;
	height: 67px;
	background: url(/images/sep_logo_white.png) left top no-repeat;
	background-image: linear-gradient(transparent, transparent), url(/images/sep_logo_white.svg);
	text-indent: -9999px;
	overflow: hidden;
	transform: scale(1.25);
	transform-origin: 0 0;
}

div.header_contact {
	float: right;
	height: 50px;
}
div.header_contact_inner {
	display: table-cell;
	height: 50px;
	vertical-align: bottom;
	text-align: right;
}
a.header_contact_number {
	padding-left: 44px;
	font-size: 14pt;
	color: white;
}
a.header_contact_number:before {
	position: absolute;
	margin: 1px 0 0 -1.2em;
	font-family: FontAwesome;
	font-size: 16pt;
	content: "\f095";
}
a.header_contact_number:hover {
	color: #ff7f00;
}

div.menu {
	margin-top: -35px;
}
/*div.menu {
	position: relative;
	background-color: #cccccc;
	border-bottom: 2px solid #ff7f00;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}*/
div.menu div.container {
	height: 35px;
}
div.menu div.container > div {
	float: right;
}

div.menuitem {
	float: left;
	height: 35px;
	margin-left: 20px;
}
div.menuitem a {
	display: block;
	height: 35px;
	padding: 0px;
	font: 16px bimini;
	color: white;
	letter-spacing: -0.0343em;
	line-height: 38px;
	overflow: hidden;
}
div.menuitem.current a {
	color: #ff7f00;
}
div.menuitem:hover a {
	color: #ff7f00;
}
/*div.menuitem {
	height: 35px;
	float: left;
	border-right: 1px solid #f1eae4;
}
div.menuitem:first-child {
	border-left: 1px solid #f1eae4;
}
div.menuitem a {
	display: block;
	height: 35px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0px 20px;
	font: 16px bimini;
	letter-spacing: -0.0343em;
	line-height: 38px;
	overflow: hidden;
	-moz-transition: background-color 500ms ease-in-out, color 500ms ease-in-out;
	-webkit-transition: background-color 500ms ease-in-out, color 500ms ease-in-out;
	-o-transition: background-color 500ms ease-in-out, color 500ms ease-in-out;
	-ms-transition: background-color 500ms ease-in-out, color 500ms ease-in-out;
	transition: background-color 500ms ease-in-out, color 500ms ease-in-out;
}
div.menuitem.current a {
	background-color: #ff7f00;
	color: white;
	box-shadow: inset 0px 2px 12px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 2px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0px 2px 12px rgba(0, 0, 0, 0.5);
}
div.menuitem:hover a {
	background-color: #ff7f00;
	color: white;
}*/

/*div.menuitem.home a, div.menuitem.support a, div.menuitem.contact a {
	padding-left: 44px;
}
div.menuitem.home a:before {
	position: absolute;
	display: block;
	margin: -2px 0 0 -1.2em;
	padding: 0;
	font-family: FontAwesome;
	font-size: 24px;
	content: "\f015";
}
div.menuitem.support a:before {
	position: absolute;
	display: block;
	margin: -1px 0 0 -1.35em;
	padding: 0;
	font-family: FontAwesome;
	font-size: 22px;
	content: "\f1cd";
}
div.menuitem.contact a:before {
	position: absolute;
	display: block;
	margin: -1px 0 0 -1.2em;
	padding: 0;
	font-family: FontAwesome;
	font-size: 22px;
	content: "\f095";
}*/

div.content {
	margin-top: 16px;
	margin-bottom: 32px;
}
div.content div.container {
}

ul.services {
	width: 960px;
	margin: 2.5em 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	overflow: hidden;
}
ul.services > li {
	width: 300px;
	height: 70px;
	margin-top: 0;
	margin-right: 20px;
	float: left;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	font-size: 8pt;
	text-align: left;
}
ul.services > li h2 {
	position: absolute;
	width: 300px;
	height: 70px;
}
ul.services > li h2:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 70px;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-moz-transition: opacity 500ms ease-in-out;
	-webkit-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	-ms-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
}
ul.services > li h2:hover:after {
	opacity: 1;
	filter: none;
}
ul.services > li.service_telephone_systems h2,
ul.services > li.service_hosted_voip_telephone_systems h2 {
	background: url(/images/services/telephone_systems_small.png) -480px bottom no-repeat;
}
ul.services > li.service_telephone_systems h2:after,
ul.services > li.service_hosted_voip_telephone_systems h2:after {
	background: url(/images/services/telephone_systems_small_orange.png) -480px bottom no-repeat;
}
ul.services > li.service_telephone_lines h2 {
	background: url(/images/services/telephone_lines_small.png) center bottom no-repeat;
}
ul.services > li.service_telephone_lines h2:after {
	background: url(/images/services/telephone_lines_small_orange.png) center bottom no-repeat;
}
ul.services > li.service_music_on_hold h2 {
	background: url(/images/services/music_on_hold_small.png) left bottom no-repeat;
}
ul.services > li.service_music_on_hold h2:after {
	background: url(/images/services/music_on_hold_small_orange.png) left bottom no-repeat;
}
ul.services > li.service_credit_card_payment_systems h2 {
	background: url(/images/services/credit_card_payment_systems_small.png) center bottom no-repeat;
}
ul.services > li.service_credit_card_payment_systems h2:after {
	background: url(/images/services/credit_card_payment_systems_small_orange.png) center bottom no-repeat;
}
ul.services > li.service_internet_connectivity h2,
ul.services > li.service_fibre_optic_broadband_internet_connections h2 {
	background: url(/images/services/fibre_optic_broadband_internet_connections_small.png) right bottom no-repeat;
}
ul.services > li.service_internet_connectivity h2:after,
ul.services > li.service_fibre_optic_broadband_internet_connections h2:after {
	background: url(/images/services/fibre_optic_broadband_internet_connections_small_orange.png) right bottom no-repeat;
}
ul.services > li.service_mobile_phones h2 {
	background: url(/images/services/mobile_phones_small.png) center bottom no-repeat;
}
ul.services > li.service_mobile_phones h2:after {
	background: url(/images/services/mobile_phones_small_orange.png) center bottom no-repeat;
}
ul.services > li.service_it_and_computer_support h2 {
	background: url(/images/services/it_small.png) center bottom no-repeat;
}
ul.services > li.service_it_and_computer_support h2:after {
	background: url(/images/services/it_small_orange.png) center bottom no-repeat;
}
ul.services > li h2 a {
	position: relative;
	display: table-cell;
	outline: none;
	width: 246px;
	height: 46px;
	padding: 12px 42px 12px 12px;
	font: 21px bimini;
	letter-spacing: -0.0343em;
	line-height: 21px;
	color: white;
	vertical-align: bottom;
	overflow: hidden;
	z-index: 1;
}

/*ul.services_major {
	width: 960px;
	margin: 2.5em 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	overflow: hidden;
}
ul.services_major > li {
	width: 300px;
	height: 260px;
	margin-top: 0;
	margin-right: 20px;
	float: left;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	font-size: 8pt;
	text-align: left;
}
ul.services_major > li h2 {
	position: absolute;
	margin-top: 0px;
	width: 300px;
	height: 70px;
	margin-bottom: -190px;
	padding-bottom: 190px;
}
ul.services_major > li h2:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 260px;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-moz-transition: opacity 500ms ease-in-out;
	-webkit-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	-ms-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
}
ul.services_major > li h2:hover:after {
	opacity: 1;
	filter: none;
}
ul.services_major > li.service_telephone_systems h2 {
	margin-top: -20px !important;
	padding-top: 20px;
	background: url(/images/services/telephone_systems.png) left top no-repeat;
}
ul.services_major > li.service_telephone_systems h2:after {
	height: 280px;
	background: url(/images/services/telephone_systems_orange.png) left top no-repeat;
}
ul.services_major > li.service_hosted_voip_telephone_systems h2 {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(/images/services/hosted_voip_telephone_systems.png) left top no-repeat;
}
ul.services_major > li.service_hosted_voip_telephone_systems h2:after {
	width: 340px;
	background: url(/images/services/hosted_voip_telephone_systems_orange.png) left top no-repeat;
}
ul.services_major > li.service_telephone_lines h2 {
	background: url(/images/services/telephone_lines.png) left top no-repeat;
}
ul.services_major > li.service_telephone_lines h2:after {
	background: url(/images/services/telephone_lines_orange.png) left top no-repeat;
}
ul.services_major > li.service_music_on_hold h2 {
	background: url(/images/services/music_on_hold.png) left top no-repeat;
}
ul.services_major > li.service_music_on_hold h2:after {
	background: url(/images/services/music_on_hold_orange.png) left top no-repeat;
}
ul.services_major > li.service_fibre_optic_broadband_internet_connections h2 {
	background: url(/images/services/fibre_optic_broadband_internet_connections.png) left top no-repeat;
}
ul.services_major > li.service_fibre_optic_broadband_internet_connections h2:after {
	background: url(/images/services/fibre_optic_broadband_internet_connections_orange.png) left top no-repeat;
}
ul.services_major > li.service_mobile_phones h2 {
	background: url(/images/services/mobile_phones.png) left top no-repeat;
}
ul.services_major > li.service_mobile_phones h2:after {
	background: url(/images/services/mobile_phones_orange.png) left top no-repeat;
}
ul.services_major > li.service_it_and_computer_support h2 {
	background: url(/images/services/it.png) left top no-repeat;
}
ul.services_major > li.service_it_and_computer_support h2:after {
	background: url(/images/services/it_orange.png) left top no-repeat;
}
ul.services_major > li h2 a {
	position: relative;
	display: table-cell;
	outline: none;
	width: 198px;
	height: 46px;
	padding: 12px 90px 202px 12px;
	font: 21px bimini;
	letter-spacing: -0.0343em;
	line-height: 21px;
	color: white;
	vertical-align: bottom;
	overflow: hidden;
	z-index: 1;
}
ul.services_major > li p {
	position: relative;
	margin-top: 0px;
	padding-top: 80px;
	padding-left: 12px;
	padding-right: 110px;
}*/

/*ul.services_minor {
	height: 160px;
	margin: 2.5em 0;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	overflow: hidden;
}
ul.services_minor > li {
	width: 127px;
	height: 144px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: -9999px !important;
	border-left: 1px solid #cccccc;
	padding-left: 12px;
	padding-bottom: 9999px;
	float: left;
}
ul.services_minor > li:first-child {
	margin-left: 0px;
}
ul.services_minor > li h2 {
	position: relative;
	margin-top: 4px;
	font-size: 16px;
	letter-spacing: -0.0343em;
	font-weight: normal;
}
ul.services_minor > li a {
	display: block;
	outline: none;
	margin-top: -4px;
	margin-bottom: -140px;
	padding-top: 4px;
	padding-bottom: 140px;
}*/

div.services_all {
	margin: 2.5em 0;
	overflow: hidden;
}
div.service_column {
	width: 220px;
	margin-left: 20px;
	float: left;
}
div.service_column:first-child {
	margin-left: 0px;
}
div.service_column > h2 {
	font: 16px bimini;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 5px;
}
div.service_column > ul {
	margin-top: 1.12em;
	padding-left: 0px;
	list-style-type: none;
	text-align: left;
}
div.service_column > ul > li {
	margin: 4px 0;
}
div.service_column > ul > li:first-child {
	margin-top: 0px;
}
div.service_column > ul > li:last-child {
	margin-bottom: 0px;
}

ul.services:first-child, div.services_all:first-child {
	margin-top: 0px;
}
ul.services:last-child, div.services_all:last-child {
	margin-bottom: 0px;
}

div.sidebar_container {
	overflow: hidden;
}

div.sidebar {
	width: 300px;
	margin-left: 20px;
	float: left;
}

div.sidebar > div.border_box {
	margin: 1.12em 6px;
}

div.service_major_sidebar {
	margin-bottom: 4px;
	margin-right: 20px;
	width: 300px;
	height: 70px;
	overflow: hidden;
}
div.service_major_sidebar a {
	position: relative;
	display: block;
	width: 280px;
	height: 23px;
	padding: 35px 10px 12px 10px;
	font: 21px bimini;
	letter-spacing: -0.0343em;
	color: white;
	overflow: hidden;
}
div.service_major_sidebar a span {
	position: relative;
	z-index: 1;
}
div.service_major_sidebar a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 70px;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-moz-transition: opacity 500ms ease-in-out;
	-webkit-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	-ms-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
}
div.service_major_sidebar a:hover:after {
	opacity: 1;
	filter: none;
}
div.service_major_sidebar.service_telephone_systems a {
	background: url(/images/services/telephone_systems_small.png) -480px bottom no-repeat;
}
div.service_major_sidebar.service_telephone_systems a:after {
	background: url(/images/services/telephone_systems_small_orange.png) -480px bottom no-repeat;
}
div.service_major_sidebar.service_hosted_voip_telephone_systems a {
	background: url(/images/services/hosted_voip_telephone_systems_small.png) left bottom no-repeat;
}
div.service_major_sidebar.service_hosted_voip_telephone_systems a:after {
	background: url(/images/services/hosted_voip_telephone_systems_small_orange.png) left bottom no-repeat;
}
div.service_major_sidebar.service_telephone_lines a {
	background: url(/images/services/telephone_lines_small.png) center bottom no-repeat;
}
div.service_major_sidebar.service_telephone_lines a:after {
	background: url(/images/services/telephone_lines_small_orange.png) center bottom no-repeat;
}
div.service_major_sidebar.service_music_on_hold a {
	background: url(/images/services/music_on_hold_small.png) right bottom no-repeat;
}
div.service_major_sidebar.service_music_on_hold a:after {
	background: url(/images/services/music_on_hold_small_orange.png) right bottom no-repeat;
}
div.service_major_sidebar.service_fibre_optic_broadband_internet_connections a {
	background: url(/images/services/fibre_optic_broadband_internet_connections_small.png) left bottom no-repeat;
}
div.service_major_sidebar.service_fibre_optic_broadband_internet_connections a:after {
	background: url(/images/services/fibre_optic_broadband_internet_connections_small_orange.png) left bottom no-repeat;
}
div.service_major_sidebar.service_it_and_computer_support a {
	background: url(/images/services/it_small.png) center bottom no-repeat;
}
div.service_major_sidebar.service_it_and_computer_support a:after {
	background: url(/images/services/it_small_orange.png) center bottom no-repeat;
}

div.link_bars {
	width: 300px;
}
div.link_bar {
	width: 287px;
	height: 27px;
	margin-bottom: 6px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
div.link_bar h2 {
	width: 300px;
	height: 27px;
	font-size: 1em;
	font-weight: normal;
	line-height: 27px;
}
div.link_bar a {
	display: block;
	width: 286px;
	height: 27px;
	border-left: 2px solid #0d45cc; /*20337b*/
	/*background-image: -moz-linear-gradient(161.565deg, white 9px, transparent 9px);
	background-image: -webkit-linear-gradient(161.565deg, white 9px, transparent 9px);
	background-image: -o-linear-gradient(161.565deg, white 9px, transparent 9px);
	background-image: -ms-linear-gradient(161.565deg, white 9px, transparent 9px);
	background-image: linear-gradient(288.435deg, white 9px, transparent 9px);*/
	padding-left: 12px;
	font-size: 1.2em;
	line-height: 27px;
	-moz-transition: background-color 500ms ease-in-out, color 500ms ease-in-out, border-left-color 500ms ease-in-out;
	-webkit-transition: background-color 500ms ease-in-out, color 500ms ease-in-out, border-left-color 500ms ease-in-out;
	-o-transition: background-color 500ms ease-in-out, color 500ms ease-in-out, border-left-color 500ms ease-in-out;
	-ms-transition: background-color 500ms ease-in-out, color 500ms ease-in-out, border-left-color 500ms ease-in-out;
	transition: background-color 500ms ease-in-out, color 500ms ease-in-out, border-left-color 500ms ease-in-out;
}
div.link_bar a:after {
	content: "";
	float: right;
	border-top: 27px solid transparent;
	border-right: 9px solid white;
}
div.link_bar a:hover {
	border-left-color: #ff7f00;
}
div.link_bar_1 a {
	background-color: #e8eaf2;
}
div.link_bar_1 a:hover {
	background-color: #ffecd9;
	border-left-color: #ff7600;
	color: #ff7600;
}
div.link_bar_2 a {
	background-color: #dde0ec;
}
div.link_bar_2 a:hover {
	background-color: #ffe5cc;
	border-left-color: #ff7200;
	color: #ff7200;
}
div.link_bar_3 a {
	background-color: #d2d6e5;
}
div.link_bar_3 a:hover {
	background-color: #ffd9b2;
	border-left-color: #ff6c00;
	color: #ff6c00;
}
div.link_bar_4 a {
	background-color: #c6cbdf;
}
div.link_bar_4 a:hover {
	background-color: #ffcc99;
	border-left-color: #ff6600;
	color: #ff6600;
}
div.link_bar_5 a {
	background-color: #bbc1d8;
}
div.link_bar_5 a:hover {
	background-color: #ffbf80;
	border-left-color: #ff5f00;
	color: #ff5f00;
}
div.link_bar_6 a {
	background-color: #b0b7d2;
}
div.link_bar_6 a:hover {
	background-color: #ffb266;
	border-left-color: #ff5900;
	color: #ff5900;
}
div.link_bar_7 a {
	background-color: #a4adcc;
}
div.link_bar_7 a:hover {
	background-color: #ffa54d;
	border-left-color: #ff5200;
	color: #ff5200;
}
div.link_bar_8 a {
	background-color: #9fa7c9;
}
div.link_bar_8 a:hover {
	background-color: #ff9933;
	border-left-color: #ff4c00;
	color: #ff4c00;
}
div.link_bar_9 a {
	background-color: #949dc2;
}
div.link_bar_9 a:hover {
	background-color: #ff9226;
	border-left-color: #ff4900;
	color: #ff4900;
}

div.main {
	overflow: hidden;
}
div.sidebar_container div.main {
	width: 620px;
	float: left;
}

div.main h1 {
	margin-top: 0px;
	margin-bottom: 24px;
	width: 920px;
	height: 30px;
	padding: 28px 10px 12px 10px;
	background: #ff7f00 url(/images/headings/default.png) left bottom no-repeat;
	font: 22pt bimini;
	letter-spacing: -0.0343em;
	color: white;
	overflow: hidden;
}
div.sidebar_container div.main h1 {
	width: 620px;
}
div.main h1.service_telephone_systems,
div.main h1.service_hosted_voip_telephone_systems,
div.main h1.service_telephone_system_maintenance,
div.main h1.service_call_recording {
	background: #ff7f00 url(/images/headings/service_telephone_systems.png) right bottom no-repeat;
}
div.main h1.service_telephone_lines {
	background: #ff7f00 url(/images/headings/service_telephone_lines.png) center bottom no-repeat;
}
div.main h1.service_virtual_telephone_numbers {
	background: #ff7f00 url(/images/headings/service_virtual_telephone_numbers.png) center bottom no-repeat;
}
div.main h1.service_music_on_hold {
	background: #ff7f00 url(/images/headings/service_music_on_hold.png) right bottom no-repeat;
}
div.main h1.service_credit_card_payment_systems {
	background: #ff7f00 url(/images/headings/service_credit_card_payment_systems.png) center bottom no-repeat;
}
div.main h1.service_wifi,
div.main h1.service_it_and_computer_support,
div.main h1.service_unwanted_software_removal,
div.main h1.service_anti-virus_software,
div.main h1.service_data_backup_solutions,
div.main h1.service_email_services,
div.main h1.service_web_services,
div.main h1.service_web_hosting_and_email_services,
div.main h1.service_secure_data_destruction,
div.main h1.service_hard_drive_upgrades {
	background: #ff7f00 url(/images/headings/service_it.png) center bottom no-repeat;
}
div.main h1.service_internet_connectivity,
div.main h1.service_fibre_optic_broadband_internet_connections,
div.main h1.dsl_availability_checker {
	background: #ff7f00 url(/images/headings/service_fibre_optic_broadband_internet_connections.png) left bottom no-repeat;
}
div.main h1.service_mobile_phones,
div.main h1.service_mobile_broadband_internet_connections,
div.main h1.service_sms_customer_feedback_and_surveys {
	background: #ff7f00 url(/images/headings/service_mobile_phones.png) center bottom no-repeat;
}
div.main h1.service_computer_network_cabling,
div.main h1.service_computer_network_problems_resolved {
	background: #ff7f00 url(/images/headings/service_computer_network_cabling.png) center bottom no-repeat;
}
div.main h1.support {
	background: #ff7f00 url(/images/headings/support.png) left bottom no-repeat;
}
div.main h1.about {
	background: #ff7f00 url(/images/headings/about.png) right bottom no-repeat;
}
div.main h1.testimonials {
	background: #ff7f00 url(/images/headings/testimonials.png) center bottom no-repeat;
}
div.main h1.privacy_policy,
div.main h1.spam_policy {
	background: #ff7f00 url(/images/headings/privacy_policy.png) right bottom no-repeat;
}
div.main h1.contact {
	background: #ff7f00 url(/images/headings/contact.png) center bottom no-repeat;
}

h2.service_maintenance_1st_party {
	width: 194px;
	height: 138px;
	background: url(/images/headings/maintenance_types.png) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
h2.service_maintenance_3rd_party {
	width: 194px;
	height: 138px;
	background: url(/images/headings/maintenance_types.png) -194px top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
h2.service_maintenance_ad_hoc {
	width: 194px;
	height: 138px;
	background: url(/images/headings/maintenance_types.png) -388px top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

div.service_main_columns {
	margin: 1.12em 0;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	-o-column-count: 3;
	-ms-column-count: 3;
	column-count: 3;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	-o-column-gap: 40px;
	-ms-column-gap: 40px;
	column-gap: 40px;
	-moz-column-rule: 1px solid #cccccc;
	-webkit-column-rule: 1px solid #cccccc;
	-o-column-rule: 1px solid #cccccc;
	-ms-column-rule: 1px solid #cccccc;
	column-rule: 1px solid #cccccc;
}
div.sidebar_container div.service_main_columns {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
}
div.service_main_2columns, div.service_main_3columns {
	margin: 1.12em 0;
	overflow: hidden;
}
div.service_main_column {
	float: left;
}
div.service_main_column_with_separator {
	margin-bottom: -9999px !important;
	border-left: 1px solid #cccccc;
	padding-left: 12px;
	padding-bottom: 9999px;
	float: left;
}
div.service_main_column:first-child, div.service_main_column_with_separator:first-child {
	margin-left: 0px !important;
}
div.service_main_columns *:first-child, div.service_main_column *:first-child, div.service_main_column_with_separator *:first-child {
	margin-top: 0px !important;
}
div.service_main_2columns div.service_main_column {
	margin-left: 20px;
	width: 300px;
}
div.service_main_2columns div.service_main_column_with_separator {
	margin-left: 20px;
	width: 287px;
}
div.service_main_3columns div.service_main_column {
	margin-left: 19px;
	width: 194px;
}
div.service_main_3columns div.service_main_column_with_separator {
	margin-left: 19px;
	width: 181px;
}

div.service_info_block {
	margin: 2.5em 10px;
	padding: 0.75em 0.5em 0.75em 1em;
	box-shadow: 0 0 6px rgba(255, 127, 0, 1);
	-moz-box-shadow: 0 0 6px rgba(255, 127, 0, 1);
	-webkit-box-shadow: 0 0 6px rgba(255, 127, 0, 1);
}
div.service_info_block:first-child {
	margin-top: 10px !important;
}
div.service_info_block:last-child {
	margin-bottom: 10px !important;
}

div.service_info_block div.service_info_block_title {
	/*position: relative;
	margin-bottom: 5px;
	width: 605px;
	height: 27px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);*/
}
div.service_info_block div.service_info_block_title h3 {
	/*width: 606px;
	height: 27px;
	background-color: #e8eaf2;*/
	margin-top: 0px;
	margin-bottom: 16px;
	font-size: 15px;
	/*color: #0d45cc;*/
}
div.service_info_block div.service_info_block_title h3:after {
	/*content: "";
	float: right;
	border-top: 27px solid transparent;
	border-right: 9px solid white;*/
}
div.service_info_block div.service_info_block_text {
}
div.service_info_block div.service_info_block_buttons {
	margin-top: 6px;
	text-align: right;
}

div.service_example {
	margin: 1.12em 0;
	border-left: 2px solid #0d45cc;
	width: 285px;
}
div.service_example div.service_example_title {
	position: relative;
	width: 272px;
	height: 27px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
div.service_example div.service_example_title h3 {
	width: 273px;
	height: 27px;
	background-color: #e8eaf2;
	padding-left: 12px;
	line-height: 27px;
	color: #0d45cc;
}
div.service_example div.service_example_title h3:after {
	content: "";
	float: right;
	border-top: 27px solid transparent;
	border-right: 9px solid white;
}
div.service_example div.service_example_text {
	padding: 12px;
	background-color: #949dc2;
	color: white;
}

div.service_example.service_example_hosted_voip_multi_number div.service_example_image {
	width: 300px;
	height: 207px;
	background: url(/images/services/hosted_voip_example_1.png) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div.service_example.service_example_hosted_voip_wfh div.service_example_image {
	width: 300px;
	height: 241px;
	background: url(/images/services/hosted_voip_example_2.png) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div.service_example.service_example_hosted_voip_remote div.service_example_image {
	width: 300px;
	height: 312px;
	background: url(/images/services/hosted_voip_example_3.png) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

div.support_articles {
	margin-top: 2.5em;
	border-top: 1px solid #0d45cc;
}
div.support_articles > article {
	padding: 2.5em 0px;
	border-bottom: 1px solid #0d45cc;
}
div.support_articles > article :first-child {
	margin-top: 0px;
}
div.support_articles > article :last-child {
	margin-bottom: 0px;
}
/*div.support_article {
	margin: 3em 10px;
	border: 1px solid transparent;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 12px;
	-moz-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
div.support_article:hover {
	border: 1px solid #3f7fff;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	background-color: #f5faff;
	background-image: -moz-linear-gradient(top, #f5faff, #dfefff);
	background-image: -webkit-linear-gradient(top, #f5faff, #dfefff);
	background-image: -o-linear-gradient(top, #f5faff, #dfefff);
	background-image: -ms-linear-gradient(top, #f5faff, #dfefff);
	background-image: linear-gradient(top, #f5faff, #dfefff);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f5faff', endColorStr='#dfefff', gradientType=0);
}
div.support_article div {
	position: absolute;
	width: 138px;
	height: 260px;
	padding-left: 12px;
	padding-right: 150px;
}
div.support_article h2 {
	position: relative;
	width: 100%;
	height: 100%;
}
div.support_article h2 a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	color: #0d45cc;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
div.support_article h2 a:hover {
	color: #0d45cc;
}*/

div.product_manufacturers {
	text-align: center;
}
div.product_manufacturer {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	margin: 20px 20px 20px 20px;
}
div.product_manufacturer > a {
	display: block;
}
div.product_manufacturer figure {
	margin: 0;
}
div.product_manufacturer figure > img {
	display: block;
	margin: 10px;
	#width: 200px;
	max-width: 200px;
	max-height: 50px;
}
div.product_manufacturer.Samsung figure > img {
	width: 163px;
	height: 24px;
}
div.product_manufacturer.Panasonic figure > img {
	width: 150px;
	height: 24px;
}
div.product_manufacturer.NEC figure > img {
	width: 90px;
	height: 24px;
}
div.product_manufacturer.Nortel figure > img {
	width: 101px;
	height: 24px;
}
div.product_manufacturer.BT figure > img {
	width: 80px;
	height: 38px;
}
div.product_manufacturer figure > figcaption {
	font-style: normal;
}

h2.product_list {
	font: 22px bimini;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 5px;
}
h3.product_list {
	font: 16px bimini;
}
div.products {
	text-align: center;
}
div.product {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	margin: 20px 20px 20px 20px;
}
div.product > a {
	display: block;
}
div.product figure {
	margin: 0;
}
div.product figure > img {
	display: block;
	margin: 10px;
	#width: 150px;
	max-width: 150px;
	max-height: 100px;
}
div.product figure > figcaption {
	font-style: normal;
}

figure.product > img {
	display: block;
	/*margin: 10px;*/
	#width: 400px;
	max-width: 400px;
	max-height: 400px;
}
figure.product > figcaption {
	font-style: normal;
	text-align: center;
}
dl.product_info {
	/*width: 200px;*/
}
dl.product_info > dt {
	float: left;
	margin: 0px;
	width: 80px;
	font-size: 1em;
	/*font-weight: normal;*/
}
dl.product_info > dd {
	margin: 0.5em 0;
	padding-left: 80px;
}

h3.mfr_samsung, div.mfr_samsung a {
	width: 163px;
	height: 24px;
	display: block;
	background: url(/images/mfr_logos/samsung.svg) left top no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	overflow: hidden;
}
h3.mfr_panasonic, div.mfr_panasonic a {
	width: 150px;
	height: 24px;
	display: block;
	background: url(/images/mfr_logos/panasonic.svg) left top no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	overflow: hidden;
}
h3.mfr_nec, div.mfr_nec a {
	width: 90px;
	height: 24px;
	display: block;
	background: url(/images/mfr_logos/nec.svg) left top no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	overflow: hidden;
}
h3.mfr_nortel, div.mfr_nortel a {
	width: 101px;
	height: 24px;
	display: block;
	background: url(/images/mfr_logos/nortel.svg) left top no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	overflow: hidden;
}
h3.mfr_bt, div.mfr_bt a {
	width: 80px;
	height: 38px;
	display: block;
	background: url(/images/mfr_logos/bt.svg) left top no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	overflow: hidden;
}

div.staff {
	width: -webkit-fit-content;
	height: -webkit-fit-content;
	width: -moz-fit-content;
	height: -moz-fit-content;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}
div.staff_member {
	width: 128px;
	height: 156px;
	margin-left: 20px;
	float: left;
}
div.staff_member:first-child {
	margin-left: 0px;
}
div.staff_member div.staff_member_thumbnail {
	width: 128px;
	height: 128px;
}
div.staff_member div.staff_member_thumbnail a {
	width: 128px;
	height: 128px;
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 128px 128px;
	text-indent: -9999px;
	overflow: hidden;
}
div.staff_member div.staff_member_caption {
	width: 128px;
	text-align: center;
}

div.staff_member_photo {
	width: 230px;
	height: 247px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
div.staff_member_photo.perry, div.staff_member.perry div.staff_member_thumbnail a {
	background-image: url(/images/staff/perry.jpg);
}
div.staff_member_photo.dave, div.staff_member.dave div.staff_member_thumbnail a {
	background-image: url(/images/staff/dave.jpg);
}

div.testimonial_banner {
	margin: 2.5em 0;
	background: #a1bede url(/images/testimonials.jpg) center center no-repeat;
	background-size: cover;
	height: 320px;
}
div.testimonial_banner div.container {
	padding-top: 48px;
	padding-bottom: 16px;
	overflow: hidden;
}
div.testimonial_banner h5 {
	background-color: #23408e;
	display: inline-block;
	margin: 0; /* margins don't collapse with inline-block */
	padding: 6px;
	color: white;
	text-transform: uppercase;
}
ul.tb_testimonials {
	width: 960px;
	margin: 2em 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
ul.tb_testimonials > li {
	width: 450px;
	height: 150px;
	margin: 0 0 0 40px;
	float: left;
	background: white url(/images/tb_quote.png) left 22px no-repeat;
}
ul.tb_testimonials > li:first-child {
	margin-left: 0px;
}
ul.tb_testimonials > li > a {
	display: block;
	width: 372px;
	height: 114px;
	padding: 20px 28px 16px 50px;
	color: black !important;
}
div.tb_testimonial_text {
	height: 6em;
	height: calc(6em + 1px);
	line-height: 1.22em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	white-space: normal;
}
div.tb_testimonial_text p + p {
	margin-top: 0; /* margins don't collapse on -webkit-box */
}
div.tb_testimonial_citation {
	margin-top: 1.12em;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
}
div.tb_testimonial_more_btn {
	margin-top: -22px;
	float: right;
}
div.tb_testimonial_more_btn > .btn {
	background-color: #7da1c5;
}
div.tb_buttons {
	text-align: right;
}

ul.testimonials {
	padding: 0px;
	list-style-type: none;
}
ul.testimonials > li {
	margin: 0.5em 0;
}

form.contact_form {
	width: 500px;
	margin-top: 0px;
	float: left;
}
form.contact_form > table {
	margin-top: 0px;
}
div.contact_details {
	margin-top: 32px;
}
form.contact_form + div.contact_details, form.contact_form + script + div.contact_details {
	margin-top: 0px;
	margin-left: 600px;
}
div.contact_details_icons > * {
	position: relative;
	margin: 1.5em 0;
	padding-left: 25px;
}
.contact_address:before {
	position: absolute;
	left: 4px;
	top: -1px;
	font-family: FontAwesome;
	font-size: 17px;
	color: #0d45cc;
	content: "\f041";
}
.contact_phone_number:before {
	position: absolute;
	left: 2px;
	top: -1px;
	font-family: FontAwesome;
	font-size: 17px;
	color: #0d45cc;
	content: "\f095";
}
.contact_facebook:before {
	position: absolute;
	left: 4px;
	top: -1px;
	font-family: FontAwesome;
	font-size: 17px;
	color: #0d45cc;
	content: "\f09a";
}
.contact_twitter:before {
	position: absolute;
	left: 2px;
	top: -1px;
	font-family: FontAwesome;
	font-size: 17px;
	color: #0d45cc;
	content: "\f099";
}
.contact_vcard:before {
	position: absolute;
	left: 0px;
	top: -2px;
	font-family: FontAwesome;
	font-size: 17px;
	color: #0d45cc;
	content: "\f2bc";
}
.contact_opening_times:before {
	position: absolute;
	left: 0px;
	top: -1px;
	width: 16px;
	height: 16px;
	background: url(/images/icons/clock.svg) left top / 16px 16px no-repeat;
	color: #0d45cc;
	content: "";
}
dl.contact_opening_times {
	width: 200px;
}
dl.contact_opening_times > dt {
	float: left;
	margin: 0px;
	width: 50px;
	font-size: 1em;
	font-weight: normal;
}
dl.contact_opening_times > dd {
	margin: 0.5em 0;
	padding-left: 50px;
	text-align: right;
}
div.contact_details_small {
	margin-top: 32px;
	font-size: 7.5pt;
}

div.footer {
	background-color: #231f20;
	color: white;
}
div.footer div.container {
	padding-top: 16px;
	padding-bottom: 16px;
	overflow: hidden;
}
div.footer a {
	color: white;
}
div.footer a:hover {
	color: #ff7f00;
}
div.footer a.external {
	background: url(/images/icons/external_white.png) right center no-repeat;
	padding-right: 13px;
}

div.footer_contact {
	height: 100px;
	background-color: #e56928;
	font-size: 16pt;
	color: #23408e;
}
div.footer_contact a {
	color: white;
}
div.footer_contact a:hover {
	color: #23408e;
}
div.footer_contact div.container > div {
	display: table-cell;
	width: 940px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}

div.footer_left {
	float: left;
	text-align: left;
}
div.footer_right {
	float: right;
	text-align: right;
}
div.footer_left > div, div.footer_right > div {
	margin-bottom: 16px;
}

div.footer_mfrs {
	height: 25px;
}
div.footer_mfrs div {
	float: left;
	margin-right: 16px;
}
div.footer_mfrs div.mfr_ofcom a {
	width: 73px;
	height: 18px;
	display: block;
	margin-top: 3px;
	background: url(/images/mfr_logos/ofcom_white.png) left top no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	overflow: hidden;
}
div.footer_mfrs div.mfr_samsung a {
	width: 100px;
	height: 15px;
	display: block;
	margin-top: 4px;
	background: url(/images/mfr_logos/samsung_white.svg) left top no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	overflow: hidden;
}
div.footer_mfrs div.mfr_panasonic a {
	width: 90px;
	height: 15px;
	display: block;
	margin-top: 4px;
	background: url(/images/mfr_logos/panasonic_white.svg) left top no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	overflow: hidden;
}
div.footer_mfrs div.mfr_nec a {
	width: 56px;
	height: 15px;
	display: block;
	margin-top: 4px;
	background: url(/images/mfr_logos/nec_white.svg) left top no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	overflow: hidden;
}
div.footer_mfrs div.mfr_juno a {
	width: 52px;
	height: 20px;
	display: block;
	margin-top: 4px;
	background: url(/images/mfr_logos/juno.png) left top no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	overflow: hidden;
}

div.footer_copyright {
	margin-top: 20px;
	font-size: 7pt;
}

ul.social {
	margin: 16px 0;
	padding: 0px;
	list-style-type: none;
	font-size: 20px;
}
ul.social:first-child {
	margin-top: 0px;
}
ul.social:last-child {
	margin-bottom: 0px;
}
ul.social > li {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0px 0px 0px 16px;
}
ul.social > li {
	#display: inline;
}
ul.social > li:first-child {
	margin-left: 0px;
}
ul.social > li a:before {
	font-family: FontAwesome;
}
ul.social > li.social_facebook a:before {
	color: #3b5998;
	content: "\f09a";
}
ul.social > li.social_facebook a:hover:before {
	text-shadow: 0 0 5px #3b5998;
}
div.header ul.social > li.social_facebook a:before, div.footer ul.social > li.social_facebook a:before {
	color: #8b9dc3;
}
div.header ul.social > li.social_facebook a:hover:before, div.footer ul.social > li.social_facebook a:hover:before {
	text-shadow: 0 0 5px #8b9dc3;
}
ul.social > li.social_twitter a:before {
	color: #55acee;
	content: "\f099";
}
ul.social > li.social_twitter a:hover:before {
	text-shadow: 0 0 5px #55acee;
}
ul.social > li.social_linkedin a:before {
	color: white;
	content: "\f0e1";
}
ul.social > li.social_linkedin a:hover:before {
	text-shadow: 0 0 5px white;
}

@media only screen and (max-width: 1003px) {
	body, th, td, input, textarea, select {
		font-size: 9pt;
	}

	div.figure_container {
		margin-top: 2.5em;
	}
	figure > img {
		margin: 0 auto;
		max-width: 100% !important;
	}
	figure.float_left, figure.float_right {
		float: none;
		margin: 2.5em 0;
	}
	div.figure_container > figure:first-child {
		margin-top: 0;
	}

	div.container_outer {
		min-width: 0px;
		padding-left: 8px;
		padding-right: 8px;
	}
	div.container {
		width: auto !important;
	}

	div.header {
		border-top-width: 24px;
		padding-top: 16px;
		padding-bottom: 16px;
		height: 50.25px;
	}
	div.header div.container {
		height: 50.25px;
	}

	div.header_logo {
		width: 142.5px;
		height: 50.25px;
	}
	div.header_logo a {
		transform: scale(0.75);
	}

	div.header_contact, div.header_contact_inner {
		height: 30px;
	}
	a.header_contact_number {
		line-height: 14pt;
	}

	div.header ul.social {
		display: none;
	}

	div.menuitem.about, div.menuitem.testimonials {
		display: none;
	}
	div.menuitem {
		margin-left: 10px;
	}
	/*div.menuitem.home a {
		padding-left: 28px;
		text-indent: -9999px;
	}
	div.menuitem.home a:before {
		margin-left: -20px;
		text-indent: 0px;
	}
	div.menuitem.support a, div.menuitem.contact a {
		padding-left: 38px;
	}*/

	div.content {
		padding-bottom: 16px;
	}

	div.main, div.footer_left, div.footer_right {
		width: auto !important;
		float: none;
	}

	div.footer {
		padding-bottom: 8px;
	}
	div.footer div.container {
		height: auto;
		/* background: url(/images/sep_logo_footer.png) right top no-repeat; */
	}

	div.footer_right ul.social {
		text-align: left;
	}
	div.footer_copyright {
		margin-top: 12px;
		text-align: justify;
	}

	ul.breadcrumbs, div.sidebar, div.footer_mfrs {
		display: none;
	}

	div.container_outer.content {
		padding-left: 0px;
		padding-right: 0px;
	}
	div.main {
		padding-left: 8px;
		padding-right: 8px;
	}
	div.main h1 {
		width: auto !important;
		height: auto !important;
		min-height: 30px;
		margin-left: -8px;
		margin-right: -8px;
		padding-left: 8px;
		padding-right: 8px;
		/*padding: 0px !important;
		background: transparent !important;
		color: #ff7f00 !important;*/
	}

	ul.services, div.service_main_column, div.service_main_column_with_separator, div.service_column {
		margin: 1.12em 0;
		margin-left: 0px !important;
		margin-right: 0px !important;
		width: auto !important;
		height: auto !important;
		float: none;
	}

	ul.services > li {
		margin: 12px -8px !important;
		border-left: none;
		padding: 0px;
		width: auto !important;
		height: 70px !important;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
		float: none;
		overflow: hidden;
	}
	ul.services > li:first-child {
		margin-top: 0px !important;
	}
	ul.services > li:last-child {
		margin-bottom: 0px !important;
	}
	ul.services > li h2 {
		position: absolute;
		margin: 0px !important;
		width: auto !important;
		height: 70px !important;
		background: url(/images/services/default_small.png) left bottom no-repeat;
		padding: 0px !important;
	}
	ul.services > li h2:after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100% !important;
		height: 70px !important;
		background: url(/images/services/default_small_orange.png) left bottom no-repeat;
		opacity: 0;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		-moz-transition: opacity 500ms ease-in-out;
		-webkit-transition: opacity 500ms ease-in-out;
		-o-transition: opacity 500ms ease-in-out;
		-ms-transition: opacity 500ms ease-in-out;
		transition: opacity 500ms ease-in-out;
	}
	ul.services > li h2:hover:after {
		opacity: 1;
		filter: none;
	}
	ul.services > li.service_telephone_systems h2,
	ul.services > li.service_hosted_voip_telephone_systems h2 {
		background: url(/images/services/telephone_systems_small.png) right bottom no-repeat;
	}
	ul.services > li.service_telephone_systems h2:after,
	ul.services > li.service_hosted_voip_telephone_systems h2:after {
		background: url(/images/services/telephone_systems_small_orange.png) right bottom no-repeat;
	}
	ul.services > li.service_telephone_lines h2 {
		background: url(/images/services/telephone_lines_small.png) center bottom no-repeat;
	}
	ul.services > li.service_telephone_lines h2:after {
		background: url(/images/services/telephone_lines_small_orange.png) center bottom no-repeat;
	}
	ul.services > li.service_virtual_telephone_numbers h2 {
		background: url(/images/services/virtual_telephone_numbers_small.png) center bottom no-repeat;
	}
	ul.services > li.service_virtual_telephone_numbers h2:after {
		background: url(/images/services/virtual_telephone_numbers_small_orange.png) center bottom no-repeat;
	}
	ul.services > li.service_music_on_hold h2 {
		background: url(/images/services/music_on_hold_small.png) right bottom no-repeat;
	}
	ul.services > li.service_music_on_hold h2:after {
		background: url(/images/services/music_on_hold_small_orange.png) right bottom no-repeat;
	}
	ul.services > li.service_credit_card_payment_systems h2 {
		background: url(/images/services/credit_card_payment_systems_small.png) center bottom no-repeat;
	}
	ul.services > li.service_credit_card_payment_systems h2:after {
		background: url(/images/services/credit_card_payment_systems_small_orange.png) center bottom no-repeat;
	}
	ul.services > li.service_adsl_broadband_internet_connections h2,
	ul.services > li.service_leased_lines h2,
	ul.services > li.service_it_and_computer_support h2 {
		background: url(/images/services/it_small.png) center bottom no-repeat;
	}
	ul.services > li.service_adsl_broadband_internet_connections h2:after,
	ul.services > li.service_leased_lines h2:after,
	ul.services > li.service_it_and_computer_support h2:after {
		background: url(/images/services/it_small_orange.png) center bottom no-repeat;
	}
	ul.services > li.service_fibre_optic_broadband_internet_connections h2 {
		background: url(/images/services/fibre_optic_broadband_internet_connections_small.png) left bottom no-repeat;
	}
	ul.services > li.service_fibre_optic_broadband_internet_connections h2:after {
		background: url(/images/services/fibre_optic_broadband_internet_connections_small_orange.png) left bottom no-repeat;
	}
	ul.services > li.service_mobile_phones h2 {
		background: url(/images/services/mobile_phones_small.png) center bottom no-repeat;
	}
	ul.services > li.service_mobile_phones h2:after {
		background: url(/images/services/mobile_phones_small_orange.png) center bottom no-repeat;
	}
	ul.services > li.service_computer_network_cabling h2 {
		background: url(/images/services/computer_network_cabling_small.png) center bottom no-repeat;
	}
	ul.services > li.service_computer_network_cabling h2:after {
		background: url(/images/services/computer_network_cabling_small_orange.png) center bottom no-repeat;
	}
	ul.services > li h2 a {
		position: relative;
		display: table-cell;
		outline: none;
		width: 940px;
		height: 46px;
		padding: 12px;
		font: 21px bimini;
		letter-spacing: -0.0343em;
		line-height: 21px;
		color: white;
		vertical-align: bottom;
		overflow: hidden;
		z-index: 1;
	}
	ul.services > li p {
		display: none;
	}

	/*ul.services_minor {
		margin-top: 1.5em;
		border-top: 1px solid #cccccc;
	}
	ul.services_minor > li {
		margin: 0px !important;
		border-left: none;
		padding: 1.5em 0px !important;
		border-bottom: 1px solid #cccccc;
		text-align: justify;
	}
	ul.services_minor > li > :first-child {
		margin-top: 0px;
	}
	ul.services_minor > li > :last-child {
		margin-bottom: 0px;
	}
	ul.services_minor > li h2 {
		font-size: 18px;
	}*/

	div.services_all, div.service_column {
		margin: 2.5em 0;
	}
	div.services_all:first-child, div.service_column:first-child {
		margin-top: 0;
	}
	div.services_all:last-child, div.service_column:last-child {
		margin-bottom: 0;
	}

	div.service_main_column_with_separator {
		margin-bottom: 1.12em !important;
		border-left: none;
		padding-left: 0px;
		padding-bottom: 0px !important;
	}
	div.service_main_column_with_separator:last-child {
		margin-bottom: 0px !important;
	}
	div.service_main_column:not(:first-child) > h2:first-child, div.service_main_column_with_separator:not(:first-child) > h2:first-child {
		margin-top: 24px !important;
	}

	div.service_main_columns {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		-o-column-count: 1;
		-ms-column-count: 1;
		column-count: 1;
	}

	ul.tb_testimonials {
		width: auto;
	}
	ul.tb_testimonials > li {
		width: 100%;
		margin-left: 0;
		float: none;
	}
	ul.tb_testimonials > li:not(:first-child) {
		display: none;
	}
	ul.tb_testimonials > li > a {
		width: auto;
	}

	div.border_box {
		margin: 2.5em 20px;
	}

	form.contact_form {
		width: auto;
		float: none;
	}
	form.contact_form + div.contact_details, form.contact_form + script + div.contact_details {
		margin-top: 32px;
		margin-left: 0px;
	}
}
