body {
	margin: 0;
	padding: 0;
	background: url(../img/body.gif) repeat-x top left #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

a:link,
a:visited {
	color: #AB0F5F;
	text-decoration: none;
}

a:hover,
a:active {
	color: #AB0F5F;
	text-decoration: underline;
}

img {
	border: none;
}

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 235px;
	margin: 0 0 20px 0;
	padding: 15px 0 0 0;
	background: url(../img/header.jpg) no-repeat bottom left;
}

#header .logo {
	float: left;
	width: 180px;
	height: 35px;
	margin: 0 0 0 65px;
	overflow: hidden;
	background: url(../img/logo.gif) no-repeat top left;
	text-indent: -1000px;
}

#header ul.menu {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

#header ul.menu li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	position: relative;
}

#header ul.menu li a {
	color: #666;
}

#header ul.menu li.active a {
	color: #AB0F5F;
	text-decoration: underline;
}

#header ul.menu li.home a,
#header ul.menu li.what-we-offer a,
#header ul.menu li.why-hasketh-boyd a,
#header ul.menu li.introducers a,
#header ul.menu li.contact a {
	display: block;
	height: 13px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -1000px;
	overflow: hidden;
}
#header ul.menu li.home a {
	width: 34px;
	background-image: url(../img/menu_home.gif);
}
#header ul.menu li.what-we-offer a {
	width: 88px;
	background-image: url(../img/menu_what.gif);
}
#header ul.menu li.why-hasketh-boyd a {
	width: 111px;
	background-image: url(../img/menu_why.gif);
}
#header ul.menu li.introducers a {
	width: 66px;
	background-image: url(../img/menu_introducers.gif);
}
#header ul.menu li.contact a {
	width: 61px;
	background-image: url(../img/menu_contact.gif);
}

#header ul.menu li.home.active a,
#header ul.menu li.home a:hover {
	width: 34px;
	background-image: url(../img/menu_act_home.gif);
}
#header ul.menu li.what-we-offer.active a {
	width: 88px;
	background-image: url(../img/menu_act_what.gif);
}
#header ul.menu li.what-we-offer a:hover {
	width: 88px;
	height: 38px;
	background-image: url(../img/menu_act_what.gif);
}
#header ul.menu li.why-hasketh-boyd.active a,
#header ul.menu li.why-hasketh-boyd a:hover {
	width: 111px;
	background-image: url(../img/menu_act_why.gif);
}
#header ul.menu li.introducers.active a,
#header ul.menu li.introducers a:hover {
	width: 66px;
	background-image: url(../img/menu_act_introducers.gif);
}
#header ul.menu li.contact.active a,
#header ul.menu li.contact a:hover {
	width: 61px;
	background-image: url(../img/menu_act_contact.gif);
}

#header ul.menu li ul {
	position: absolute;
	top: 38px;
	left: -28px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}

#header ul.menu li ul li {
	float: none;
	margin: 0 0 1px 0;
	padding: 0;
}

#header ul.menu li ul li.factoring a,
#header ul.menu li ul li.invoice-discounting a,
#header ul.menu li ul li.trade-finance a,
#header ul.menu li ul li.other-products a,
#header ul.menu li ul li.factoring a:hover,
#header ul.menu li ul li.invoice-discounting a:hover,
#header ul.menu li ul li.trade-finance a:hover,
#header ul.menu li ul li.other-products a:hover {
	width: 140px;
	height: 22px;
}

#header ul.menu li ul li.factoring a {
	background-image: url(../img/menu_factoring.png);
}
#header ul.menu li ul li.invoice-discounting a {
	background-image: url(../img/menu_invoice.png);
}
#header ul.menu li ul li.trade-finance a {
	background-image: url(../img/menu_trade.png);
}
#header ul.menu li ul li.other-products a {
	background-image: url(../img/menu_other.png);
}

#header ul.menu li ul li.factoring a:hover {
	background-image: url(../img/menu_act_factoring.png);
}
#header ul.menu li ul li.invoice-discounting a:hover {
	background-image: url(../img/menu_act_invoice.png);
}
#header ul.menu li ul li.trade-finance a:hover {
	background-image: url(../img/menu_act_trade.png);
}
#header ul.menu li ul li.other-products a:hover {
	background-image: url(../img/menu_act_other.png);
}

#header ul.top-menu {
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}

#header ul.top-menu li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #666;
}

#header ul.top-menu li a {
	color: #666;
}

#header ul.top-menu li.active {
	font-weight: bold;
}

#header ul.top-menu li.first {
	margin: 0;
	padding: 0;
	border: none;
}


#left {
	float: left;
	width: 222px;
}

#left ul {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
}

#left ul li {
	margin: 0 0 10px 0;
	padding: 0;
}

#left ul li.factoring a,
#left ul li.mortgages a,
#left ul li.loans a {
	display: block;
	height: 73px;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

#left ul li.factoring a {
	background-image: url(../img/banner_factoring.jpg);
}

#left ul li.mortgages a {
	background-image: url(../img/banner_mortgages.jpg);
}

#left ul li.loans a {
	background-image: url(../img/banner_loans.jpg);
}

#left ul li.contact {
	margin: 20px 0;
	padding: 25px 0 0 70px;
	background: url(../img/banner_contact.jpg) no-repeat top left;
	color: #666;
	foont-size: 11px;
}

#left ul li.contact address {
	font-style: normal;
}

#left ul li.contact .tel {
	margin: 10px 0;
	font-size: 14px;
	color: #000;
}


#content {
	float: right;
	width: 755px;
	min-height: 300px;
	margin: 0 0 40px 0;
	font-size: 12px;
	color: #444;
	line-height: 140%;
}
* html #content {
	height: 300px;
}

#content .heading {
	height: 35px;
	margin: 0 0 20px 0;
	padding: 15px 0 0 25px;
	background: url(../img/content_header.gif) no-repeat top left;
}

#content .heading h1 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

#content .heading h1.a-brief-introduction-to-hesketh-boyd,
#content .heading h1.what-we-offer,
#content .heading h1.why-hesketh-boyd,
#content .heading h1.introducers,
#content .heading h1.contact-us,
#content .heading h1.factoring-finance--invoice-discounting,
#content .heading h1.commercial-mortgages,
#content .heading h1.secured-loans,
#content .heading h1.invoice-discounting,
#content .heading h1.trade-finance,
#content .heading h1.other-products,
#content .heading h1.sitemap,
#content .heading h1.terms-of-use,
#content .heading h1.privacy-policy
 {
	width: 400px;
	height: 25px;
	background-repeat: no-repeat;
	backround-position: top left;
	font-size: 0;
	text-indent: -1000px;
	overflow: hidden;
}
#content .heading h1.a-brief-introduction-to-hesketh-boyd {
	background-image: url(../img/heading_home.gif);
}
#content .heading h1.what-we-offer {
	background-image: url(../img/heading_what.gif);
}
#content .heading h1.why-hesketh-boyd {
	background-image: url(../img/heading_why.gif);
}
#content .heading h1.introducers {
	background-image: url(../img/heading_introducers.gif);
}
#content .heading h1.contact-us {
	background-image: url(../img/heading_contact.gif);
}
#content .heading h1.factoring-finance--invoice-discounting {
	background-image: url(../img/heading_factoring.gif);
}
#content .heading h1.commercial-mortgages {
	background-image: url(../img/heading_mortgages.gif);
}
#content .heading h1.secured-loans {
	background-image: url(../img/heading_loans.gif);
}
#content .heading h1.invoice-discounting {
	background-image: url(../img/heading_invoice.gif);
}
#content .heading h1.trade-finance {
	background-image: url(../img/heading_trade.gif);
}
#content .heading h1.other-products {
	background-image: url(../img/heading_other.gif);
}
#content .heading h1.sitemap {
	background-image: url(../img/heading_sitemap.gif);
}
#content .heading h1.terms-of-use {
	background-image: url(../img/heading_terms.gif);
}
#content .heading h1.privacy-policy {
	background-image: url(../img/heading_privacy.gif);
}

#content h2 {
	margin: 20px 0 10px 0;
	padding: 0 0 5px 0;
	color: #8B0A42;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

#content ul {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}

#content ul li {
	margin: 1em 0;
	padding: 0 0 0 30px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px 4px;
}

#content ul.big-bullet li {
	margin: 1em 0;
	padding: 0 0 0 40px;
	background-image: url(../img/bullet_big.gif);
	background-repeat: no-repeat;
	background-position: 15px 1px;
}

#content address {
	margin: 1em 0;
	font-style: normal;
}

#footer {
	clear: both;
	height: 100px;
	font-size: 11px;
}

#footer .icons {
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

#footer .icons img {
	margin: 0 10px;
	vertical-align: middle;
}

#footer .copy {
	float: left;
	width: 190px;
	margin: 10px 0 0 50px;
	color: #666;
}

#footer ul.menu {
	float: left;
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

#footer ul.menu li {
	display: inline;
	margin: 0 20px 0 0;
}

#footer ul.menu li a {
	color: #666;
}

#footer ul.menu li.active a {
	color: #666;
	text-decoration: underline;
}

#footer .back-top {
	float: right;
}
#footer .back-top a {
	display: block;
	width: 94px;
	height: 10px;
	margin: 10px 0;
	background: url(../img/back_top.gif) no-repeat top left;
	text-indent: -1000px;
	overflow: hidden;
}

/* Forms */

input,
select,
button,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form label {
	display: block;
	float: left;
	width: 120px;
	margin: 0 10px 0 0;
}

form .input {
	clear: both;
	padding: 5px 0;
}

form .submit {
	clear: both;
	margin-left: 130px;
	padding: 5px 0;
}

.input.text input,
.input.password input,
.input.textarea textarea {
	color: #444;
	border: 1px solid #ccc;
	padding: 2px;
}

.input.required label {
	font-weight: bold;
}

.input.error label {
	color: #f00;
}

.input.error input,
.input.error select,
.input.error textarea {
	color: #f00;
	border-color: #fcc;
}

.input .error-message {
	margin-left: 150px;
	color: #f00;
	font-size: 11px;
}


#content.admin {
	float: none;
	width: auto;
}

table.list {
	border-collapse: collapse;
	border: none;
}

table.list th,
table.list td {
	padding: 5px;
	border: 1px solid #ccc;
}

table.list th {
	background: #eee;
}

#content .actions ul {
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#content .actions ul li {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
	background-image: none;
}

#flashMessage {
	margin: 1em 0;
	padding: 1em;
	color: #4c4;
	border: 1px solid #8c8;
	text-align: center;
	font-weigh: bold;
}

.paging {
	margin: 1em 0;
}

.paging div {
	display: inline;
}

.paging .disabled {
	color: #eee;
}

dl dt {
	display: block;
	clear: left;
	float: left;
	width: 140px;
	margin: 0 10px 10px 0;
}

dl dd {
	display: block;
	float: left;
	margin: 0 0 10px 0;
}

#gmap {
	float: right;
	width: 380px;
	height: 250px;
	margin: 0 0 10px 10px;
	border: 1px solid #ccc;
}

.clear {
	clear: both;
}