/*
 * Copyright Airey & Coles
 *
 * 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: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	padding: 0;
	margin: 0;
}

a {
	color: #666;
	background-color: inherit;
	text-decoration: none;
}
a:hover,
a.select {
	color: #000;
	background-color: inherit;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
	line-height: 100%;
}

/* LAYOUT */

#flash {
	margin: 10px 0 0 9px;
	padding: 0;
}

#page {
	width: 995px;
	margin: -2px 0 0 -1px;
	padding: 0;
}

#branding a {
	background: url(../img/a+c_logo.gif) 0 0 no-repeat;
	display: block;
	height: 133px;
	width: 120px;
	text-indent: -9000px;
	overflow: hidden;
}

#menu {
	list-style: none;
	margin: 21px 0 0 0;
	padding: 0;
}
#menu li {
	margin: 0;
	padding: 0;
	height: 22px;
}
#menu li a {
	display: block;
	height: 22px;
	width: 120px;
	text-indent: -9000px;
	overflow: hidden;
	text-decoration: none;
}
#menu li a:hover {
	background-position: 0 -22px;
}
#menu_home a {
	background: url(../img/menu_home.gif) 0 0 no-repeat;
}
#menu li#menu_news a {
	width: 955px;
	position: absolute;
	background: url(../img/menuselect_news.gif) 0 0 no-repeat;
}
#menu_projects a {
	background: url(../img/menu_projects.gif) 0 0 no-repeat;
}
#menu_practice a {
	background: url(../img/menu_practice.gif) 0 0 no-repeat;
}
#menu_services a {
	background: url(../img/menu_services.gif) 0 0 no-repeat;
}
#menu_contact a {
	background: url(../img/menu_contact.gif) 0 0 no-repeat;
}

#content {
	width: 590px;
	position: absolute;
	left: 325px;
	top: 245px;
}
#content h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 28px;
	color: #000;
	position: absolute;
	width: 530px;
	margin-top: -213px;
	margin-left: -215px;
}
#content h2 {
	font-size: 11px;
	margin-bottom: .2em;
}
#content p {
	margin-bottom: 1em;
}

#news_headlines {
	float: left;
	width: 200px;
	margin-right: 15px;
}
#news_headlines p {
	margin-bottom: 1em;
}
#news_story {
	float: left;
	width: 375px;
}
#news_story img {
	margin-bottom: 1em;
}
#news_story .navigator,
#news_headlines .navigator {
	position: absolute;
	top: 374px;
}

/*  FLASH */

#flash #ruleoff {
	border: none;
	color: #fff000;
	background-color: #fff000;
	width: 955px;
	height: 22px;
}

#flash #content {
	margin-top: -22px;
}

/* GENERAL STYLES */

.navigator {
	color: #666;
	font-style: normal;
}
.navigator a.navselect {
	font-weight: bold;
}

.button, .cancel {
	font-size: 90%;
	border: none;
	cursor: default;
	padding: 2px 8px 1px 8px;
}
.button {
	color: #fff;
	background-color: #666;
}
.cancel {
	color: #fff;
	background-color: #999;
}

.invalid {
	color: inherit;
	background-color: #fff000;
}
.invalid td {
	padding: 2px;
}

/* 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;
}
