@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
    padding: 0;
	background-color:#FFF;
	font-size: 75%;
	letter-spacing: .05em;
	color: #CCC;
	font-family: "Helvetica", Trebuchet MS, Verdana, sans-serif;
	font-weight: lighter;
}

/* Headings -------------------------------------------------------------- */ 
h1,h2,h3,h4,h5,h6 {
	font-weight: lighter;
	color: #111;
} 
h1 {
	font-size: 1.417em;
	color:#999999;
	line-height: 1;
	margin-bottom: 0.25em;
} 
h2 { 
	font-size: 1.417em;
	margin-bottom: 1em; 
} 
h3 { 
	font-size: .917em; 
	line-height: 1; 
	margin-bottom: 1em; 
}

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

.caseTitles h1 {
	font-size: 2.417em;
	color: #111;
	margin-bottom: 0.45em;
}
.peopleCol h2 {
	font-size: 1em;	
}

/* Text elements -------------------------------------------------------------- */ 
p {
	font-size: 2em;
	color: #B3B3B3;
	letter-spacing: 0.05em;
	line-height: 1.167em;
	margin: 0 0 1em;
	text-align: left;
}
p.small  {
	font-size: 1em;
}
p.contact {
	font-size: .917em;
	margin: 0 0 0 0;
}

p img.left { 
	float: left; 
	margin: 1.5em 1.5em 1.5em 0; 
	padding: 0; 
} 
p img.right { 
	float: right; 
	margin: 1.5em 0 1.5em 1.5em; 
}
p.subNav {
	font-size: .917em;
}
a {
	color: #ccc;
	text-decoration:none;
}
a:focus, a:hover { 
	color: #111;
	text-decoration:none;
}
a.reverse  {
	color: #111;
}

a:focus.reverse, a:hover.reverse {
	color: #ccc;	
}


/* Layout elements -------------------------------------------------------------- */ 
#wrapper {
	width: 940px;
	margin: 10px auto;
	overflow: hidden;
	position: relative;
	display: block;
}

#header {
	position: relative;
	float: left;
	clear: right;
	width: 920px;
	top: 0;
	left: 0;
}
#logo {
	position:absolute;
	top: 0;
	right: 0;
	width: 119px;
	height: 50px;
}
#content {
	position: relative;
	width: 920px;
	float: left;
	margin: 85px 0 80px 0;
}
#contentHome {
	position:relative;
	left:0;
	width: 920px;
	float: left;
	margin-top: 85px;
}
#showcasePanel {
	top:0;
	left:0;
	height: 450px;
	margin-top: -85px;
	margin-bottom: 20px;
}
#flashContent {
	width: 920px;
	height: 450px;
}
#videoPlayer {
	width: 614px;
	height: 345px;
	background-color: #000;
	border: 1px solid #CCC;
}
#banner {
	width: 300px;
	border: 1px solid #CCC;
}
#news {
	float: left;
	width: 920px;
	margin-bottom: 10px;
}
#footer {
	position: relative;
	float: left;
	margin-bottom: 10px;
}

/* Main navigation elements -------------------------------------------------------------- */ 
#nav {
	position: relative;
	float: left;
	width: 300px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.navCol {
	width: 80px;
	margin-right: 20px;
	float: left;
}
.navCol li {
	margin-bottom: 3px;
}
.navList li a {
	background-image:url(../images/nav_standp.gif);
	background-repeat:no-repeat;
	display:block;
	height:10px;
	text-indent:-9999px;
}

.navTitleFolio, .navTitleAbout, .navTitleResources {
	background-image: url(../images/nav_standp.gif);
	background-repeat: no-repeat;
	display: block;
	height: 10px;
	background-position: 0px 0px;
	margin-bottom: 3px;
	text-indent:-9999px;
}
.navTitleFolio {
	background-position: 0px 0px;
}
.navList li a.branding {
	background-position: 0px -10px;
}
.navList li a:hover.branding {
	background-position: 0px -20px;
}
.navList li a.advertising {
	background-position: 0px -30px;
}
.navList li a:hover.advertising {
	background-position: 0px -40px;
}
.navList li a.digital {
	background-position: 0px -50px;
}
.navList li a:hover.digital {
	background-position: 0px -60px;
}
.navList li a.clients {
	background-position: 0px -70px;
}
.navList li a:hover.clients {
	background-position: 0px -80px;
}
.navTitleAbout {
	background-position: 0px -90px;
}
.navList li a.philosophy {
	background-position: 0px -100px;
}
.navList li a:hover.philosophy {
	background-position: 0px -110px;
}
.navList li a.people {
	background-position: 0px -120px;
}
.navList li a:hover.people {
	background-position: 0px -130px;
}
.navList li a.services {
	background-position: 0px -140px;
}
.navList li a:hover.services {
	background-position: 0px -150px;
}
.navList li a.wwp {
	background-position: 0px -160px;
}
.navList li a:hover.wwp {
	background-position: 0px -170px;
}
.navTitleResources {
	background-position: 0px -180px;
}
.navList li a.resources {
	background-position: 0px -190px;
}
.navList li a:hover.resources {
	background-position: 0px -200px;
}

/* News elements -------------------------------------------------------------- */ 
.newsTitle {
	background-image: url(../images/extraTitles.gif);
	background-repeat: no-repeat;
	float:left;
	display: block;
	height: 10px;
	width: 80px;
	background-position: 0px 0px;
	margin-bottom: 3px;
	margin-right: 20px;
	text-indent: -9000px;
}
.newsImg {
	float: left;
	margin-right: 20px;
}
.news p {
	float: left;
	padding-right:20px;
	width: 270px;
	font-size: 1em;
	text-align: left;
}

/* Content elements -------------------------------------------------------------- */ 
.brandingTitle, .advertisingTitle, .digitalTitle, .clientsTitle, .philosophyTitle, .peopleTitle, .servicesTitle, .wwpTitle {
	background-image: url(../images/titles.gif);
	background-repeat: no-repeat;
	clear: right;
	display: block;
	height: 30px;
	width: 300px;
	margin-right: 20px;
	text-indent: -9000px;
}
.brandingTitle {
	background-position: 0px 0px;
	margin-bottom: 10px;
}
.advertisingTitle {
	background-position: 0px -30px;
	margin-bottom: 10px;
}
.digitalTitle {
	background-position: 0px -60px;
	margin-bottom: 10px;
}
.clientsTitle {
	background-position: 0px -90px;
	margin-bottom: 10px;
}
.philosophyTitle {
	background-position: 0px -120px;
	margin-bottom: 15px;
}
.peopleTitle {
	background-position: 0px -150px;
	margin-bottom: 5px;
}
.servicesTitle {
	background-position: 0px -180px;
	margin-bottom: 15px;
}
.wwpTitle {
	background-position: 0px -210px;
	margin-bottom: 15px;
}
.contentImg {
	position:relative;
	width: 460px;
	right: 0px;
	float: right;
}
.leftImg10 {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.left {
	position: relative;
	float: left;
	width: 215px;
	margin-right: 20px;
}
.left img {
	padding-bottom: 10px;
}
.end {
	position: relative;
	float: left;
	clear: right;
	width: 215px;
	margin-right: 0;
}
.end img {
	padding-bottom: 10px;
}
.left h3 {
	margin-bottom: 10px;
}
.peopleCol {
	width: 410px;
	float: left;
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.peopleCol p.small {
	line-height: 1.5em;
}
.caseCopy {
	position: relative;
	float: left;
	width: 270px;
	margin-right: 33px;
}
.caseCopy p{
	font-size: 1.75em;
	line-height: 1.083em;
}
.workImagesCol{
	position: relative;
	float: left;
	width: 614px;
	height: 100%;
}
.landscape h3, .portrait h3 {
	padding-top: 5px;
}
.landscape {
	width: 614px;
	float: left;
}
.portrait {
	width: 302px;
	float: left;
}
.pad10 {
	height: 345px;
	width: 10px;
	float: left;
}
.pad5 {
	height: 345px;
	width: 5px;
	float: left;
}
/* Form elements -------------------------------------------------------------- */ 
.resourceLogin {
	margin-left: 85px;
}
.resourceLogin p {
	font-size: 1.167em;
}
fieldset {
	padding:1.4em;
	margin:0 0 1.5em 0;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:0.5em 0;
}
/* Footer elements -------------------------------------------------------------- */ 
#contact {
	position: relative;
	float: left;
	width: 920px;
}
.contact {
	font-size: .917em;
	line-height: 1.25em;
	letter-spacing: .083em;
}
.contactTitle {
	background-image: url(../images/contactTitles.gif);
	background-repeat: no-repeat;
	float:left;
	display: block;
	height: 10px;
	width: 80px;
	background-position: 0px 0px;
	margin-bottom: 3px;
	margin-right: 20px;
	text-indent: -9000px;
}
.contactCol {
	margin-right: 60px;
	float: left;
}
.melbourne {
	background-image: url(../images/contactTitles.gif);
	background-repeat: no-repeat;
	margin-bottom: 3px;
	display: block;
	height: 10px;
	width:100%;
	background-position: 0px -10px;
	text-indent: -9000px;
}
.sydney {
	background-image: url(../images/contactTitles.gif);
	background-repeat: no-repeat;
	margin-bottom: 3px;
	display: block;
	height: 10px;
	width:100%;
	background-position: 0px -20px;
	text-indent: -9000px;
}
.wwp {
	background-image: url(../images/contactTitles.gif);
	background-repeat: no-repeat;
	margin-bottom: 3px;
	display: block;
	height: 10px;
	width:100%;
	background-position: 0px -30px;
	text-indent: -9000px;
}

/* Extra elements -------------------------------------------------------------- */ 
hr {
	background: #111;
	clear: both;
	float: left;
	text-align: left;
	width: 920px;
	height: 1px;
	margin: 0 0 15px 0;
	border: none;
}
hr.dividerShort {
	width: 614px;
	clear: right;
	margin-bottom: 20px;
}
hr.dividerLong {
	clear: right;
	margin-bottom: 20px;	
}

.right {
	float:right;	
}
img {
	margin: 0;
	padding: 0;
}
/* lists -------------------------------------------------------------- */ 
ul{
	list-style-type: none;	
}
