/*
 * Copyright Lighthouse.
 *
 * Web Development by LOOKsystems Limited
 * mailto:info@looksystems.ltd.uk
 * http://www.looksystems.ltd.uk
 *
 * Flash & Web Design by Two
 * mailto: info@twodesign.co.uk
 * http://www.twodesign.co.uk
 */

/* GLOBAL STYLES */

body {
	color: #fff;
	background-color: #332d1a;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}

/* PAGE LAYOUT */

#page {
	margin: 0 auto;
	width: 700px;
/*
	padding-bottom: 1600px;
*/
}

#header {
	margin-top: 18px;
	margin-bottom: 12.5px;
	padding: 12.5px;
	padding-bottom: 6px;
	border-bottom: 1px solid #a4a299;
}

/* logo */

#logo {
	float: right;
}
#logo h1 a {
	display: block;
	background: url(../img/logo.gif) top left no-repeat;
	text-indent: -9000px;
	overflow: hidden;
	width: 82px;
	height: 108px;
	position: relative;
	z-index: 499;
}
#logo p {
	display: none;
	overflow: hidden;
	height: 0px;
}

/* main menu */

#menu {
	position: relative;
	height: 120px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
	height: 84px;
}
#menu ul li {
	margin: 0;
	font-size: 12px;
	height: 18px;
}
#menu ul li a {
	width: 100px;
	color: #a4a299;
	background-color: inherit;
}
#menu ul li a:hover {
	background-color: inherit;
	text-decoration: none;
	color: #fff;
}
#menu ul div {
	top: 0;
	left: 100px;
	position: absolute;
	font-size: 12px;
	display: none;
	width: 460px;
	border-left: 1px solid #a4a299;
}
#menu ul ul {
	float: left;
	padding-left: 18px;
	width: auto;
	height: 84px;
}
#menu ul ul li {
	font-size: 12px;
	line-height: 140%;
	height: auto;
}

#menu ul ul li a {
	width: auto;
	white-space: nowrap;
}

#menu ul li:hover div,
#menu ul li.menuselect div {
	background: #332d1a;
	display: block;
}
#menu ul li:hover div {
	z-index: 500;
}

#menu ul li:hover a {
	color: #fff;
}
#menu ul li:hover ul a {
	color: #a4a299;
}
#menu ul li:hover ul a:hover {
	color: #fff;
}

#menu ul .level0 {
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	height: 18px;
	width: 90px;
}

#menu ul .menu_services {
	background: url(../img/menu_services.gif) 0 0 no-repeat;
}

#menu ul .menu_sectors {
	background: url(../img/menu_sectors.gif) 0 0 no-repeat;
}

#menu ul .menu_about {
	background: url(../img/menu_about.gif) 0 0 no-repeat;
}

#menu ul .menu_latest {
	background: url(../img/menu_latest.gif) 0 0 no-repeat;
}

#menu ul li.menuselect {
	background-position: 0 -18px;
}
#menu ul:hover .menuselect {
	background-position: 0 0;
}

#menu ul:hover li.menu_services:hover,
#menu ul:hover li.menu_sectors:hover,
#menu ul:hover li.menu_about:hover,
#menu ul:hover li.menu_latest:hover {
	background-position: 0 -18px;
}

#menu ul li ul .menuselect a {
	color: #fff;
}

/* client menu */

#clientmenu {
	padding: 0;
	margin: 0;
	font-size: 9.75px;
	color: #a4a299;
	text-align: right;
}
#clientmenu a {
	background-color: inherit;
	color: #a4a299;
}
#clientmenu a:hover {
	background-color: inherit;
	text-decoration: none;
	color: #fff;
}

/* stage area */

#stage {
	margin: 12.5px 0;
	height: 225px;
	padding: 0px;
}

#stage h2 {
	float: left;
	font-size: 26px;
	line-height: 115%;
	font-weight: medium;
	margin-left: 12.5px;
}
#stage h2.withimage {
	width: 275px;
}

#stage h2 .date {
	color: #a4a299;
	font-weight: normal;
	line-height: 12px;
	font-size: 12px;
	display: block;
	height: 25px;
}

#stage h2 .hidden {
	display: none;
}

#stage h2 .prefix {
	color: #fff;
	display: block;
}

#stage p {
	float: right;
	width: 400px;
}

/* headlines */

#headlines {
	height: 33px;
	margin-bottom: 12.5px;
}
#headlines #heading1, #headlines #heading2, #headlines #heading3 {
	height: 27px;
	padding: 6px 12px 0 12px;
}
#headlines_thick {
	height: 66px;
	margin-bottom: 12.5px;
}
#headlines_thick #heading1, #headlines_thick #heading2, #headlines_thick #heading3 {
	height: 54px;
	padding: 12px 12px 0 12px;
}
#heading1, #heading2, #heading3 {
	width: 201px;
	overflow: hidden;
	font-size: 13px;
	color: #fff;
}
#heading3 {
	background: #555040;
	float: right;
	margin: 0;
}
#heading2 {
	background: #555040;
	float: left;
	margin: 0 12.49px;
}
#heading1 {
	background-color: #a4a299;
	float: left;
	margin: 0;
}

/* content area */

#content {
	clear: both;
}
#content a {
	color: inherit;
}

/* columns */

#nocolumns {
	margin: 0 12.49px 2em 12.49px;
}

#colLeft, #colCenter, #colRight {
	padding: 6px 12px;
	width: 201px;
	background-color: #fff;
	color: #555040;
}
#colLeft {
	float: left;
	margin: 0;
}
#colCenter {
	float: left;
	margin: 0 12.49px;
}
#colRight {
	float: right;
	margin: 0;
}
#colRight a {
	color: #555040;
}

/* lead-in copy */

#colLeft h2, #colCenter h2, #colRight h2 {
	font-size: 13px;
}

/* quotations */

#colLeft h3, #colCenter h3, #colRight h3 {
	font-size: 13.5px;
	font-weight: normal;
}

/* sidebar */

#colRight.sidebar {
	font-size: 11px;
	background: #555040;
	color: #fff;
}
#colRight.sidebar h2 {
	font-size: 12px;
}
#colRight.sidebar a {
	color: #fff;
}

/* footer */

#footer {
	padding: 0;
	margin: 12.5px 0 0 0;
	font-size: 9.75px;
	color: #a4a299;
	height: 2em;
}
#footer a {
	background-color: inherit;
	color: #d2d0cc;
}

/* ITEM LIST */

h4 {
	font-size: 13px;
	margin-bottom: 1em;
}

.itemlist {
	margin-bottom: 1em;
}
.item {
	margin-bottom: 1.5em;
}
.item .thumb {
	margin-bottom: .5em;
}
.itemselect,
#content .itemselect a {
	color: #a4a299;
}

/* GENERAL STYLES */

.indextable {
}
.indexnavigator {
	font-size: 80%;
}
.indextitle {
	color: #fff;
	background: #514c3e;
	padding-left: 2px;
}

.record {
	background: #615c4e;
}

.delete {
	background: #600;
}

.invalid {
	color: #f00;
	background: #555040;
}
.invalid td {
	padding: 2px;
}
.invalid a {
	color: #f00;
	background-color: inherit;
	text-decoration: underline;
}

/* CONTACT AND SUBSCRIPTION FORM */

#contact label,
#subscribe label,
#unsubscribe label {
	visibility: hidden;
	display: none;
}
#contact input,
#contact textarea,
#subscribe .textbox,
#unsubscribe input {
	display: block;
	width: 196px;
	font-size: 10px;
	font-family: inherit;
}
#contact select {
	display: block;
	width: 202px;
	font-size: 10px;
	font-family: inherit;
}
#contact .invalid,
#subscribe .invalid,
#unsubscribe .invalid  {
	background: #fff;
}
#contact .button,
#subscribe .button,
#unsubscribe .button  {
	padding: 0;
	margin: 1em 0 0 0;
	font-size: 12px;
	cursor: pointer;
	background-color: #fff;
	color: #666;
	border: none;
	width: auto;
}
#contact input {
	margin-top: -1em;
}

/* DIRECTIONS */

#directions {
	list-style: none;
	padding: 0;
	margin: 0;
}
#directions li {
	margin: 0;
	padding: 0;
}
#directions li a {
	cursor: default;
	text-decoration: none;
}
#directions li a:hover {
	font-weight: bold;
	border: none; /* IE6hack */
}
#directions li a span {
	color: #555040;
	visibility: hidden;
	display: none;
}
#directions li a:hover span {
	font-weight: normal;
	visibility: visible;
	display: block;
	height: 22em;
	padding-top: .5em;
}

/* BUTTONS */

.button, .cancel, .remove {
	color: #fff;
	border: none;
	padding: 2px .5em;
}
.button {
	font-weight: bold;
	background-color: #8e8679;
}
.cancel {
	background-color: #514c3e;
}
.remove {
	font-weight: bold;
	background-color: #800;
}

/* BLANK PAGE */

#blank {
	color: #000;
	background-color: #fff;
	padding: 8px;
}
#blank a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}
#blank a:hover {
	text-decoration: underline;
}

/* ACCESS KEYS */

a.accesskey {
	top: 0;
	display: block;
	position: absolute;
	text-indent: -9000px;
	overflow: hidden;
	height: 0px;
}
