﻿/* Yahoo CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

/* Custom CSS reset */
body {
	font-size: 62.5%;
}

a {
	outline: none;
}

/* Layout */
html {
	background-color: #000;
}

body {
	background: #fff url(images/bg_gradient.gif) top repeat-x;
	color: #666;
	font-family: Arial, Verdana, Sans-Serif;
}

h1 {
	line-height: 0;
	overflow: hidden;
	font-size: 0;
}

#sitewrapper {
	margin: 0 auto;
	background: url(images/bg_wave.jpg) center top no-repeat;
	overflow: hidden;
}

#contentcontainer {
	width: 942px;
	margin: 0 auto;
}

#leftcolumn {
	float: left;
}

.middlecolumn {
	width: 414px;
	float: left;
	padding: 0 21px 0 0;
}

.middlecolumn ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.middlecolumn ul {
	margin: 0 0 15px 30px;
	list-style-type: disc;
}

.middlecolumn li {
	margin: 0 0 5px 0;
}

#rightcolumn {
	width: 302px;
	float: left;
}

/* Global styles */
.clear {
	clear: both;
}

.clearafter:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a {
	color: #f03222;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 1.8em;
	color: #333;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 1.4em;
	color: #333;
	margin: 0 0 10px 0;
}

p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 15px 0;
}

li {
	font-size: 1.2em;
}

li p {
	font-size: 1em;
}

ul.ticks {
	list-style: none;
	margin: 0 0 25px 8px;
}

ul.ticks li {
	background: url(images/icon_tick.gif) 0 0 no-repeat;
	padding: 0 0 0 23px;
	min-height: 15px;
	line-height: 15px;
	margin: 0 0 10px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

table {
	border-color: #666;
	margin: 0 0 15px 0;
}

th {
	font-weight: bold;
	padding: 3px;
	font-size: 1.2em;
	border: solid 1px #666;
}

td {
	padding: 3px;
	font-size: 1.2em;
	border: solid 1px #666;
}

td li, td p, p table td, p table th {
	font-size: 1em;
}

/* Generic form styles */
legend {
	display: none;
}

.formitem {
	margin: 0 0 10px 0;
}

.formitem label {
	font-size: 1.2em;
	display: block;
	float: left;
	width: 140px;
	padding-right: 10px;
}

.formitem input {
	width: 200px;
}

.formitem span.error {
	font-size: 1.2em;
	display: block;
	margin-left: 153px;
}

.formitem textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	width: 310px;
}

#recaptcha_area {
	margin: 0 0 10px 147px;
}

a.submitbutton {
	background: url(images/btn_submit.png) no-repeat;
	width: 70px;
	height: 32px;
	display: block;
	text-indent: -5000px;
	margin: 10px 0 10px 150px;
}

/* Header */
a.logo {
	background: url(images/logo.png) no-repeat;
	display: block;
	width: 223px;
	height: 57px;
	text-indent: -5000px;
	margin: 22px 0 0 0;
}

a.logintab {
	background: url(images/tab_login.png) no-repeat;
	display: block;
	width: 56px;
	height: 30px;
	text-indent: -5000px;
	float: right;
	margin-top: -79px;
	cursor: pointer;
}

/* Main menu */
ul.mainmenu {
	list-style: none;
	width: 650px;
	float: right;
	text-align: right;
	margin: -12px 0 38px 0;
}

ul.mainmenu li {
	display: inline;
	font-size: 1.4em;
	padding: 0 0 0 38px;
}

ul.mainmenu li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

ul.mainmenu li a:hover {
	text-decoration: underline;
}

ul.mainmenu li a.selected {
	color: #f03222;
}

ul.mainmenu li a.selected:hover {
	text-decoration: none;
}

/* Landing page styles */
#banner {
	background: url(images/bg_banner2.jpg) no-repeat;
	width: 941px;
	height: 314px;
	margin: 0 0 27px 0;
	float: left;
}

#onlinedemo {
	width: 240px;
	height: 70px;
	display: block;
	text-indent: -5000px;
	margin: 100px 0 0 370px;
}

#landingpageleftcolumn {
	width: 407px;
	float: left;
	padding: 0 28px 0 0;
}

#landingpagemiddlecolumn {
	width: 183px;
	float: left;
	padding: 0 21px 0 0;
}

#onlinedemo_sm {
	background: url(images/bg_watchouronlinedemo.png) no-repeat;
	width: 234px;
	height: 39px;
	display: block;
	text-indent: -5000px;
	margin: 10px 0 25px 0;
}

.quote {
	background: url(images/bg_quoteopen.gif) no-repeat;
	font-size: 1.2em;
	padding: 16px 13px 0 13px;
	margin: 0 0 30px 0;
}

.quote q {
	background: url(images/bg_quoteclose.gif) right bottom no-repeat;
	display: block;
	padding: 0 0 16px 0;
	text-align: center;
	line-height: 1.4em;
	font-weight: bold;
}

.quote cite {
	font-weight: bold;
}

.quote cite span {
	color: #ee3224;
}

#alertscreen {
	background: url(images/bg_alertsscreen.jpg) no-repeat;
	width: 184px;
	height: 125px;
	display: block;
	text-indent: -5000px;
}

.columns {
	background: url(images/bg_horizontalrule.gif) 20px bottom no-repeat;
	margin: 0 0 35px 0;
}

#featureslist {
	margin: 0 0 30px 0;
}

#featureslist li {
	width: 214px;
	padding: 0 27px 0 0;
	float: left;
}

#featureslist li.end {
	padding: 0;
}

#featureslist li a {
	font-size: 1.5em;
	color: #333;
	line-height: 37px;
	display: block;
}

#featureslist .hdr_restructuring {
	background: url(images/icon_pound.gif) 0 0 no-repeat;
	padding: 0 0 0 45px;
}

#featureslist .hdr_tax {
	background: url(images/icon_percentage.gif) 0 0 no-repeat;
	padding: 0 0 0 48px;
}

#featureslist .hdr_debtcollection {
	background: url(images/icon_updownarrows.gif) 0 0 no-repeat;
	padding: 0 0 0 51px;
}

#featureslist .hdr_commercialfinance {
	background: url(images/icon_piechart.gif) 0 0 no-repeat;
	padding: 0 0 0 48px;
}

/* General feature panel styles */
.featurepanel {
	background-color: #efefef;
	padding: 16px;
	margin: 0 0 20px 0;
}

.featurepanel h4 {
	color: #333;
	font-size: 1.8em;
	margin: 0 0 15px 0;
}

/* Contact feature panel */
.contactfeaturepanel .phonenumber {
	background: url(images/bg_phonenumber.gif) no-repeat;
	width: 195px;
	height: 26px;
	display: block;
	text-indent: -5000px;
	margin: 0 0 9px 0;
}

.contactfeaturepanel .phonenumber2 {
	background: url(images/bg_phonenumber2.png) no-repeat;
	width: 195px;
	height: 26px;
	display: block;
	text-indent: -5000px;
	margin: 0 0 9px 0;
}
.contactfeaturepanel .btn_contactform {
	background: url(images/bg_contactformbutton.gif) no-repeat;
	display: block;
	width: 113px;
	height: 34px;
	text-indent: -5000px;
	margin-left: -1px;
}

/* UK locations map feature panel */
.uklocationsmappanel {
	margin-bottom: 6px;
}

.uklocationsmappanel .copy {
	float: left;
	width: 150px;
}

.uklocationsmappanel .copy p {
	margin: 0 0 54px 0;
}

.uklocationsmappanel .map {
	background: url(images/bg_ukmap.gif) no-repeat;
	display: block;
	width: 120px;
	height: 145px;
	text-indent: -5000px;
	float: right;
}

.uklocationsmappanel .btn_viewmap {
	background: url(images/bg_viewmapbutton.gif) no-repeat;
	display: block;
	width: 86px;
	height: 34px;
	text-indent: -5000px;
	margin-left: -1px;
}

/* Online demo feature panel */
.onlinedemo {
	background: #efefef url(images/bg_onlinedemopanel.jpg) 180px 40px no-repeat;
	padding-right: 100px;
}

.btn_trydemo {
	background: url(images/btn_watchdemo.gif) no-repeat;
	width: 108px;
	height: 36px;
	display: block;
	text-indent: -5000px;
}

/* Footer */
#footercontainer {
	background: #000 url(images/bg_footerwave.jpg) center top no-repeat;
	float: left;
	width: 100%;
	height: 91px;
}

#footer {
	margin: 0 auto;
	width: 942px;
	color: #aeb0b2;
	padding: 20px 0 0 0;
}

#footer p, #footer li {
	font-size: 1.1em;
}

#footer ul {
	width: 400px;
	float: left;
}

#footer ul li {
	display: inline;
	border-right: solid 1px #aeb0b2;
	padding: 0 16px;
}

#footer ul li.start {
	padding-left: 0;
}

#footer ul li.end {
	border: none;
	padding: 0 0 0 16px;
}

#footer a {
	color: #aeb0b2;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Left navigation */
.leftnavigation {
	background-color: #efefef;
	padding: 16px;
	margin: 0 21px 20px 0;
	float: left;
	width: 151px;
}

.leftnavigation span {
	color: #333;
	font-size: 1.8em;
	margin: 0 0 15px 0;
	display: block;
}

.leftnavigation li {
	background: url(images/icon_arrow.png) 0 4px no-repeat;
	padding: 0 0 0 16px;
	margin: 0 0 10px 0;
	float: left;
	width: 135px;
}

.leftnavigation li.selected a {
	font-weight: bold;
}

/* Generic article list page */
ol.articlelist {
	margin-left: 0;
}

ol.articlelist li {
	background: url(images/bg_greydot.png) bottom repeat-x;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	float: left;
	min-width: 412px;
	list-style: none;
}

ol.articlelist li h3 {
	margin: 0 0 5px 0;
	font-size: 1.6em;
}

ol.articlelist li p {
	margin: 0;
}

ol.articlelist li p.date {
	margin: 0 0 5px 0;
	font-style: italic;
}

/* Paging */
ol.paging {
	margin: 0 0 25px 0;
	text-align: center;
	width: 100%;
	float: left;
	list-style: none;
}

ol.paging li {
	display: inline-block;
	list-style: none;
	padding: 0 5px;
}

ol.paging li a {
	text-decoration: none;
}

ol.paging li a:hover {
	text-decoration: underline;
}

ol.paging li a.sf_PagerSelItem {
	color: #000;
}

/* Breadcrumb trail */
#breadcrumbtrail {
    margin:0 0 15px 0;
    float:left;
}

#breadcrumbtrail li {
    list-style-type: none;
    display:inline;
    padding-right:10px;
    float:left;
}

#breadcrumbtrail li a {
    float:left;
    margin-right:10px;
}

/* Video demo page */
#demovideo {
    margin-bottom:15px;
}

/* Contact page */
.contactform {
    margin-bottom:15px;
}
