@charset "utf-8";

/* -------------------- RESET STYLES -------------------- */

html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------- SITE WIDE STYLES -------------------- */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #C2C2C2;
	background: #000000 url(../images/background.jpg) no-repeat fixed center top;
}
a {
	color: #C2C2C2;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 19px;
	margin-top: 0px;
}
p , #prototyping {
	margin-top: 12px;
	width: 360px;
}
#wrapper {
	height: 556px;
	width: 950px;
	padding: 20px;
	margin: 60px auto 0;
	position: relative;
}
/* Nav and content wrappers required to use PNG backgrounds correctly in IE6 and below. */
.nav-wrap {
	background: url(../images/menu_bar.png);
	height: 533px;
	width: 130px;
	float: left;
}
.content-wrap {
	background: url(../images/content.png);
	height: 533px;
	width: 796px;
	float: right;
}
.clear {
	clear: both;
}
#nav {
	height: 533px;
	width: 130px;
}
#nav span {
	text-transform: uppercase;
	display: block;
	width: 102px;
	padding-top: 12px;
	margin: 16px 0 0 14px;	
	border-top: 1px solid #5D5D5D;
}
#menu {
	margin-top: 14px;
}
#nav ul {
	width: 130px;
	list-style: none;
}
#nav ul li {
	position: relative;
}
#nav li ul {
	display: none;
	padding-bottom: 10px;
	position: absolute;
	left: 130px;
	top: 9px;
}
#nav li a {
	font-size: 14px;
	line-height: 35px;
	display: block;
	padding: 4px 5px 4px 14px;
}
#nav li ul li a {
	font-size: 11px;
	line-height: 18px;
	background: url(../images/sub_menu.png) repeat;
	width: 208px;
}
#nav li ul li a:hover {
	color: #FFFFFF;
	background: #353535;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}
#content {
	height: 508px;
	width: 746px;
	padding: 25px 25px 0;
	position: relative;
}
#content a {
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#content li {
	margin-top: 12px;
	list-style: decimal inside;
}
/* Highlight text (quotations etc.) */
.highlight {
	font-weight: bold;
	color: #FFFFFF;
}
.image-small {
	position: absolute;
	left: 25px;
	bottom: 25px;
}
/* When two smaller images are within image-large div position 2nd image at bottom of div. */
.sub-image-bottom {
	margin-top: 25px;
}
/* Image-large class always paired with page specific background as fallback if JS disabled for cross fader. */
.image-large {
	text-indent: -1000em;
	height: 483px;
	width: 360px;
	position: absolute;
	top: 25px;
	right: 25px;
	overflow: hidden;
}
/* If no cross fader is used in image-large div the class is paired with image-large-static class and attached to an image rather than a div. */
.image-large-static {
	text-indent: 0px;
}
#footer {
	font-size: 11px;
	text-align: right;
	padding-right: 12px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#footer span {
	margin: 0 17px 0;
}
#footer span a {
	text-decoration: underline;
}
#footer span.last {
	margin-right: 0px;
}

/* -------------------- PAGE SPECIFIC STYLES -------------------- */

/* Background classes provide fallback images for cross fader if Javascript is off. */
.index-background {
	background: url(../images/index-gallery-01a.jpg);
}
.about-us-background {
	background: url(../images/about-us-gallery-01.jpg);
}
.agi-amaray-background {
	background: url(../images/agi-gallery-01.jpg);
}
.derwent-background {
	background: url(../images/derwent-gallery-01.jpg);
}
.ghd-background {
	background: url(../images/ghd-gallery-01.jpg);
}
.corporate-background {
	background: url(../images/corporate-gallery-01.jpg);
}
.exhibition-background {
	background: url(../images/eve-gallery-01.jpg);
}
.print-background {
	background: url(../images/fdb-gallery-01.jpg);
}
/* Display Google Maps iframe correctly. */
#map {
	background: #c1c2c2;
	text-indent: 0px;
	height: 482px;
	width: 359px;
	padding: 1px 0 0 1px;
}
/* Control spacing of Prototyping list. */
#prototyping li {
	margin-top: 0px;
	list-style: disc inside;
}
/* Profile boxes */
#profiles {
	margin-left: 1px;
}
#profiles li{
	width: 168px;
	float: left;
	margin-right: 24px;
	list-style: none;
}
#profiles li p{
	width: 130px;
}
#profiles li.third {
	margin-left: 1px;
}
#profiles li.last {
	margin-right: 0px;
	float: right;
}
/* Glenelg Team subpage list. */
#glenelg {
	width: 354px;
	padding-left: 16px;
}
#glenelg li {
	list-style: disc outside;
}
/* Styles for Team front page (SWFObject). */
#team-swf{
	height: 425px;
	width: 605px;
	float: left;
}
/* Alternative div is displayed if JS / Flash disabled. */
#alternative {
	background: url(../images/alternative.jpg);
	height: 425px;
	width: 605px;
	float: left;
}
#alternative p {
	width: 560px;
	margin: 25px 0 0 25px;
}
#alternative ul {
	margin-left: 25px;
}
#alternative li {
	list-style: disc inside;
}
/* Text on Team page i positioned uniquely vs. other pages on site. */
.team-text {
	margin: -12px 0 0 15px;
	float: right;
}
.team-text p {
	width: 125px;
}
/* Homepage styling fixes following search optimisation by FirstFound */
p.home-title {
	font-size: 32px;
	margin-top: 0px;
	margin-bottom: 19px;
}
h1.home-important {
	font-size: 12px;
	margin-bottom: 0px;
}
p.home-telephone {
	font-weight: bold;
	margin-top: 20px;
}
#content p.home-email {
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 20px;	
}

