/* General */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #85878C;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}
.clear { clear: both; }

/* Colours */

.green		{ color: #64EE11; }
.orange		{ color: #FF7600; }
.grey		{ color: #85878C; }
.darkgrey	{ color: #535353; }

/* Layout */

#pageWrapper {
	margin: 30px auto 5px;
	width: 788px;
	text-align: left;
}

#contentWrapper {
	clear: both;
	padding: 0 5px;
	border: 1px #FFFFFF solid;
}
#navigationWrapper {
	clear: both;
}
#header {
	height: 57px;
}
#footer {
	clear: both;
	border-top: 1px solid #FFFFFF;
	margin: 5px 0;
	padding-top:2px;
	padding-left:5px;
	font-size:8px;
	color:#333;
}
a.footer:link 
{
	color: white;
	text-decoration:none;
}

a.footer:visited 
{
	color: white;
	text-decoration:none;
}

a.footer:hover 
{
	color: black;
	text-decoration:none;
}
}
#splash {
	text-align: center;
	margin: 0 auto;
	width: 400px;
}
#header h1 {
	margin: 0;
	text-indent: -999em;
	float: left;
	height: 35px;
	width: 333px;
}
#header h1#architects {
	background-image: url(images/architects.gif);
}
#header h1#interiors {
	background-image: url(images/interiors.gif);
}

#header #globalnav {
	float: right;
}
#header #globalnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header #globalnav ul li {
	float: left;
	display: block;
}
#header #globalnav ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	font-size: 10px;
	width: 50px;
	padding-top: 35px;
}
#header #globalnav ul li a.home {
	background-image: none;
}
#header #globalnav ul li a.interiors {
	background-image: url(images/iconinteriors.gif);
}
#header #globalnav ul li a.architects {
	background-image: url(images/iconarchitects.gif);
}
#contentWrapper p {
	font-size: 11px;
	margin: 8px 0;
}
#contentWrapper h2 {
	font-size: 12px;
	margin: 8px 0;
}
#contentWrapper h3 {
	font-size: 11px;
}

ul.nav-architects, ul.nav-interiors {
	display: block;
	float: left;
	width: 140px;
	font-size: 11px;
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}
ul.nav-architects li, ul.nav-interiors li {
	margin: 0 0 0 5px;
	padding: 0;
}
ul.nav-architects a, ul.nav-interiors a {
	color: #FFFFFF;
	text-decoration: none;
}
ul.nav-architects a:hover, ul.nav-architects a.selected {
	color: #64EE11;
}
ul.nav-interiors a:hover, ul.nav-interiors a.selected {
	color: #FF7600;
}

#contactus h2 {
	margin: 12px 12px 0px 12px;
	padding: 3px 0 0 5px;
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
}
#contactus h2.green {
	background-color: #a1ca50;
}
#contactus h2.orange {
	background-color: #FF7600;
}
#contactus #details {
	font-size: 11px;
	padding: 5px;
	margin: 0 12px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0 1px 1px 1px;
	color: #FFFFFF;
}
#contactus a.green {
	color: #a1ca50;
}
#contactus a.orange {
	color: #FF7600;
}
#detailswrapper {
	width: 231px;
	background-color: #6e6f73;
	float: left;
	height: 341px;
}

#map {
	margin: 12px auto 0;
	width: 207px;
}
#maplarge {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}

#projectstrips {
	position: absolute;
	clear: both;
	width: 788px;
	height: 318px;
}
#projectstrips div {
	position: absolute;
	width: 46px;
	height: 318px;
	background-color: #999999;
}
#strip1 { left: 0; }
#strip2 { left: 57px; background-position: -57px 0; }
#strip3 { left: 114px; background-position: -114px 0; }
#strip4 { left: 171px; background-position: -171px 0; }
#strip5 { left: 228px; background-position: -228px 0; }
#strip6 { left: 285px; background-position: -285px 0; }
#strip7 { left: 342px; background-position: -342px 0; }
#strip8 { left: 399px; background-position: -399px 0; }
#strip9 { left: 456px; background-position: -456px 0; }
#strip10 { left: 513px; background-position: -513px 0; }
#strip11 { left: 570px; background-position: -570px 0; }
#strip12 { left: 627px; background-position: -627px 0; }
#strip13 { left: 684px; background-position: -684px 0; }
#strip14 { left: 741px; background-position: -741px 0; }
#strip div a {
	display: block;
	width: 100%;
	height: 100%;
}


div#projectimage1 {
	float: left;
	width: 46px;
	height: 342px;
}
div#projectimage2 {
	margin-left: 12px;
	float: left;
	width: 440px;
	height: 342px;
}
div#projectimage3 {
	float: left;
	margin: 0 0 12px 12px;
	width: 217px;
	height: 165px;
}
div#projectimage4 {
	float: left;
	width: 217px;
	height: 165px;
	margin-left: 12px;
}
div#projectimage5 {
	float: right;
	width: 46px;
	height: 342px;
	margin-left: 12px;
}


.qtstrip {
	display: block;
	width: 100%;
	height: 89px;
	margin-bottom: 10px;
	background-color:#999999;
	background-image: url(/images/quicktime360.gif);
	background-repeat: no-repeat;
}
.qtstrip a img {
	display: block;
	border: none;
	padding-left: 114px;
}

#contentWrapper2 {
	background-color: #6b6b6b;
	padding: 5px 10px;
	margin: 10px 0 0 0;
	font-size: 11px;
}
#contentWrapper2 h2 {
	font-size: 16px;
	margin: 10px 0;
}
.postit {
	background-image: url(images/eventpostit.jpg);
	width: 188px !important;
	height: 127px !important;
	float: left;
	margin: 10px 23px;
	padding: 20px 10px 0;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
}
.postit h3 {
	margin: 0 0 7px 0;
	font-size: 14px;
}
.postit a {
	color: #000000;
}

a {
	color: #CCCCCC;
}


