html body {
	background: #dadada;
	font: normal 12px/16px Arial, Helvetica, Trebuchet ms, Tahoma, Verdana, sans-serif;
	color: #606060;
	margin: 0;
	padding: 0;	
	text-align: center;
}

/* ================================== [ HTML ELEMENTS ] ========================================== */

/* [!] Reset elements that have defaults */
blockquote, fieldset, form, img, h1, h2, h3, h4, h5, h6, h7, li, ol, p, ul {border:none;margin:0;padding:0;}

a {color:#515151;text-decoration:none;}
a:hover {}

p {margin:12px 0 17px 0;}

ol {margin:12px 0 17px 36px;}
ol li {margin:2px 0 4px 0;}

ul {margin:12px 0 17px 36px;}
ul li {margin:2px 0 4px 0;}


h2 {	
	margin: 0;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 -6px 0;
}

#s-aboutus h3{color:#8ec72d;}
#s-casestudies h3{color:#00a1a2;}
#s-contactus h3{color:#d60000;}
#s-home h3, #s-home h3 a {color:#d60000;}
#s-bullets h3{color:#f26931;}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 12px 0 -6px 0;
	text-decoration: underline;
	line-height: 15px;
}

input, select, textarea {
	color: #6b6b6b;
	font: normal 12px/15px Arial, Helvetica, Trebuchet ms, Tahoma, Verdana, sans-serif;
	padding: 3px;
	vertical-align: middle;
}

input.button {border:none;padding:0;}


/* ================================== [ GLOBAL STYLED ELEMENTS] ================================== */

.bold {
	color: #515151;
}

.standout {
	color: #03a1a2;
}

.hr {
	background: url("/images/bg/split.gif") repeat-x;
	height: 1px;
	overflow: hidden;
	text-indent: -12345px;
}


#paper {
	background: url("/images/bg/paper.png") no-repeat;	
	width: 778px;
	height: 266px;
	margin: 0 -6px;
	z-index: 90;
}

#s-casestudies #paper {position:relative;} /*relative*/


#paper .number {
	margin: 0;
	position: absolute;
	left: 12px;
	bottom: 20px;
	display: inline;
}

#paper .btn-nextpage {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 30;
}

#paper .corner {
	background: url("/images/bg/corner.png");
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	height: 24px;
	z-index: 20;
}

#paper .title, #s-home #paper #home-intro {
	margin: 0;
	position: absolute;
	left: 39px;
	top: 40px;
}

#s-home #paper #home-intro {
	font-size: 11px;
	line-height: 15px;
	width: 310px;
}

#s-home #paper .title {
	position: relative;
	left: auto;
	top: auto;
}


.boxes {
	list-style: none;
	margin: 0;
	width: 312px;
	height: 156px;
	position: relative;
	left: 40px;
	top: 85px;

}



.boxes li {
	float: left;
	margin: 0;
	width: 78px;
	height: 78px;
}

.boxes li.gold {background:#efc124;}
.boxes li.grey {background:#aaaaa2;}

.boxes li a {
	cursor: pointer;
	display: block;
	width: 78px;
	height: 78px;
	position: relative;
	overflow: hidden;
}

.boxes li a:hover {

	background: #fff;
}

.boxes a span {
	width: 78px;
	height: 78px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("/images/bg/boxes-hover.gif");
	z-index: 100;
	visibility: hidden;
}

.boxes a:hover span {
	visibility: visible;
}


.floatleft { float: left; }
img.floatleft { margin: 15px 10px 0 0; }



/* slight changes for collage */

#collage .boxes {
	width: 468px;
	float: left;
	position: static;
}


#collage {
height: 160px;
position: relative;
overflow: hidden;
}

#collage-title {
	border: 2px solid #efefef;
	background: #faf9f6;
	float: right;
	width: 242px;
	height: 156px;
	text-align: center;
}

#collage-title h3 { margin: 70px 0 20px 0;}








#paper .main-pic {
	width: 349px;
	height: 156px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 85px;
}

#paper .feature {
	background: url("/images/home/feature-nationaltreeday.png");
	_background-image:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/images/home/feature-nationaltreeday.png');
	width: 322px;
	height: 320px;
	overflow: hidden;
	position: absolute;
	right: 35px;
	top: 35px;
}


.studies {
	background: url("/images/bg/split.gif") 260px 0 repeat-y;
	list-style: none;
	margin: 26px 0;
}

.studies li {
	font-size: 11px;
	float: left;
	margin: 0;
	width: 240px;
}

.studies li.alt {
	margin-left: 40px;
}


.offering {	
	list-style: none;
	margin-left: 0;
}

.offering li {	
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 17px 0;
	padding: 0 0 0 69px;
}
.offering li.o-planning {background: url("/images/bg/o-planning.gif") no-repeat;}
.offering li.o-advertising {background: url("/images/bg/o-advertising.gif") no-repeat;}
.offering li.o-events {background: url("/images/bg/o-events.gif") no-repeat;}
.offering li.o-internal {background: url("/images/bg/o-internal.gif") no-repeat;}


.offering li.last {margin:0;}

.offering li h3 {	
	font-size: 12px;
}



#home-feature a, .mainlink {
	color: #d60000;
	display: block;
	font-weight: bold;
	text-align: right;
}

#home-feature h4 {
	text-decoration: none;
	font-size: 1em;
	margin-bottom: -10px;
}

#home-enews p {
	margin: 10px 0;
}

#home-enews .form .input {
	width: 125px;
}



#strip {
	width: 778px;
	height: 54px;
	left: -6px;
	position: relative;
}
#s-aboutus #strip{background:#8ec72d;}
#s-contactus #strip{background:#d60000;}
#s-bullets #strip{background:#f26931;}
#s-casestudies #strip{background:#00a1a2;}

#strip .title {
	margin: 0;
	position: absolute;
	top: 22px;
	left: 39px;
}

#strip .row {
	display: block;
	position: absolute;
	top: 22px;
	left: 432px;
	width: 309px;
	height: 68px;
}

#s-aboutus #strip .row { background: url("/images/common/row-aboutus.jpg"); }
#s-contactus #strip .row { background: url("/images/common/row-contactus.jpg"); }
#s-bullets #strip .row { background: url("/images/common/row-bullets.jpg"); }
#s-casestudies #strip .row { background: url("/images/common/row-casestudies.jpg"); }



#casestudies {
	background: url("/images/bg/casestudies.gif") 355px 0 repeat-y;
	position: relative;
}

.casestudycat {	
	border-bottom: 1px solid #e1e1e1;
	margin: 20px 0 0 0; 
	width: 355px;
	float: left;
	position: relative;
}

.casestudycat h3 {	
	margin: 0 0 6px 0;
}

.cs-alt h3 {
	margin-left: 20px;
}


.casestudyimg {
	position: absolute;
	margin-right: 15px;
	border: 1px solid #00a1a2;
	left: 0;
	top: 0;
}

.cs-alt .casestudyimg {
	left: 20px;
}

.casestudycat a.thumb span {
	cursor: pointer;
	display: none;
	width: 78px;
	height: 78px;
	position: absolute;
	left: 1px;
	top: 1px;
	background: url("/images/bg/boxes-hover.gif");
	z-index: 100;
}

.cs-alt a.thumb span {
	left: 21px;
}

.casestudycat a.thumb:hover span {display: block;}

.casestudysee {	text-align: right; }

.casestudybox {
	position: relative;
	height:150px;
	padding: 0 20px 0 100px;
	overflow: hidden;
}

.cs-alt .casestudybox {
	padding: 0 0 0 120px;
}

.casestudybox h4 {
	margin: 0;
}

.casestudybox p {
	font-size: 11px;
	line-height: 14px;
}


.servicebox {
	margin: 20px 0 25px 0;
}

.servicebox h3 {
	margin: 0 0 10px 0;
}

.servicelist {
	border: 2px solid #efefef;
	background: #faf9f6;
	list-style: none;
	margin: 0;
	padding: 10px 10px;

}

.servicelist li {
	font-size: 11px;
	margin: 2px 0 2px 5px;
	width: 340px;
	float: left;
}



/* bullets page images */
#s-bullets #content p { margin-left: 140px; }
#s-bullets #content p.noimage { margin-left: 0; }




/* ================================== [ BUTTONS ] ================================================ */

.btn {
	display: block;
	margin: 0;
	overflow: hidden;
}

.btn a {
	display: block;
	overflow: hidden;
	text-indent: -12345px;
}

.btn-nextpage{width:54px;height:31px;}
.btn-nextpage a {background: url("/images/buttons/nextpage.gif");width:54px;height:31px;}
.btn-nextpage a:hover {background-position: 0 -31px;}

.button-holder {
	padding: 24px 0 0 0;
	text-align: center;
}
.button-holder input {
	margin: 0 auto;
}


/* ================================== [ TITLES ] ================================================= */

.title {
	overflow: hidden;
	text-indent: -12345px;
}

.title-aboutus {background: url("/images/titles/aboutus.gif") no-repeat;width:74px;height:12px;}
.title-altonaopenday {background: url("/images/titles/altonaopenday.gif") no-repeat;width:126px;height:12px;}
.title-bullets {background: url("/images/titles/thebullets.gif") no-repeat;width:95px;height:14px;}
.title-casestudies {background: url("/images/titles/casestudies.gif") no-repeat;width:100px;height:14px;}
.title-contactus {background: url("/images/titles/contactus.gif") no-repeat;width:90px;height:13px;}
.title-elitepropertybrokers {background: url("/images/titles/elitepropertybrokers.gif") no-repeat;width:182px;height:12px;}
.title-toyotamotorcorporationaustralia {background: url("/images/titles/toyotamotorcorporationaustralia.gif") no-repeat;width:309px;height:28px;}
.title-enewsletter {background: url("/images/titles/enewsletter.gif") no-repeat;width:103px;height:12px;}
.title-harveyworldtravel {background: url("/images/titles/harveyworldtravel.gif") no-repeat;width:209px;height:27px;}
.title-homeintro {background: url("/images/titles/home-intro.gif") no-repeat;width:316px;height:140px;}
.title-interactive {background: url("/images/titles/interactive.gif") no-repeat;width:90px;height:14px;}
.title-nationaltreeday {background: url("/images/titles/nationaltreeday.gif") no-repeat;width:138px;height:12px;}
.title-nonox {background: url("/images/titles/nonox.gif") no-repeat;width:181px;height:27px;}
.title-sydneycitytoyota {background: url("/images/titles/sydneycitytoyota.gif") no-repeat;width:143px;height:12px;}
.title-tamworthcountrymusicfestival {background: url("/images/titles/tamworthcountrymusicfestival.gif") no-repeat;width:263px;height:12px;}
.title-whatweoffer {background: url("/images/titles/whatweoffer.gif") no-repeat;width:115px;height:12px;}


.imageinfo { 
	margin: 0;
	position: absolute;
	left: 39px;
	top: 67px;
	font-size: 0.9em;
}


/* ================================== [ FORMS ] ================================================== */

.form-holder {
	list-style: none;
	margin: 24px 0;
}

.form-holder li {
	clear: left;
	margin: 6px 0;
	padding: 0;
}

.form-holder li.optin {font-size:12px;padding: 0 0 0 198px;}

.form-holder li span {
	display: block;
	float: left;
	font-weight: bold;
	line-height: 25px;
	margin-right: 20px; 
	padding-left: 8px;
	text-align: right;
	width: 168px;
}

.form-holder li .text-input {
	border: 1px solid #8d8d8d;
	width: 315px;
}
.form-holder li textarea {
	border: 1px solid #8d8d8d;
	width: 315px;
	height: 125px;
	vertical-align: top;
}

.form-holder li .denote {
	vertical-align: middle;
}


/* ================================== [ HEADER CONTENT ] ========================================= */

h1 {	
	background: url("/images/bg/logo.gif") no-repeat;
	width: 270px;
	height: 112px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

h1 a {	
	background: url("/images/bg/logo.gif") no-repeat;
	display: block;
	width: 270px;
	height: 112px;
	overflow: hidden;
	text-indent: -12345px;
}


#primary-nav {
	background: url("/images/bg/primary-nav.gif") no-repeat;
	list-style: none;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 448px;
	height: 38px;
}

#primary-nav li {
	float: left;
	margin: 0;
	height: 38px;
}

#primary-nav li#pn-home {width:79px;}
#primary-nav li#pn-aboutus {width:100px;}
#primary-nav li#pn-bullets {width:85px;}
#primary-nav li#pn-casestudies {width:99px;}
#primary-nav li#pn-contactus {width:85px;}

#primary-nav li a {
	background: url("/images/bg/primary-nav.gif") no-repeat;
	display: block;
	height: 38px;
	overflow: hidden;
	text-indent: -12345px;
}

#primary-nav li#pn-home a {background-position:0 0;}
#primary-nav li#pn-aboutus a {background-position:-79px 0;}
#primary-nav li#pn-bullets a {background-position:-179px 0;}
#primary-nav li#pn-casestudies a {background-position:-264px 0;}
#primary-nav li#pn-contactus a {background-position:-363px 0;}

#s-home #primary-nav li#pn-home a, #primary-nav li#pn-home a:hover {background-position:0 -38px;}
#s-aboutus #primary-nav li#pn-aboutus a, #primary-nav li#pn-aboutus a:hover {background-position:-79px -38px;}
#s-bullets #primary-nav li#pn-bullets a, #primary-nav li#pn-bullets a:hover {background-position:-179px -38px;}
#s-casestudies #primary-nav li#pn-casestudies a, #primary-nav li#pn-casestudies a:hover {background-position:-264px -38px;}
#s-contactus #primary-nav li#pn-contactus a, #primary-nav li#pn-contactus a:hover {background-position:-363px -38px;}


/* ================================== [ FOOTER CONTENT ] ========================================= */

#footer .address {
	margin: 0;
	position: absolute;
	left: 10px;
	top: 15px;
}

#footer .numbers {
	margin: 0;
	position: absolute;
	left: 148px;
	top: 15px;
}

#footer .tbone {
	margin: 0;
	position: absolute;
	right: 0;
	top: 10px;
}

/* ================================== [ LAYOUT + STRUCTURE ] ===================================== */

#container {
	margin: 0 auto;
	text-align: left;
	width: 766px;
}

#page {
	background: #fff;
}

#header {
	background: url("/images/bg/header.gif") no-repeat;
	height: 112px;
	position: relative;	
}

#main {
	padding: 24px;
	position: relative;
	z-index: 20;
}

#content {
	padding: 24px 0;
}

#split {
	background: url("/images/bg/split.gif") 544px 0 repeat-y;
}

#split-content {
	float: left;
	width: 522px;
}

#home-split #split-content{width:323px}

#split-side {
	float: right;
	width: 164px;
	height: 100px;
}

#s-casestudies #split-side { background: url("/images/bg/quote.gif") no-repeat; }


#home-split #split-side{padding-top:55px;width:356px}

#footer {
	background: url("/images/bg/footer.gif") 137px 17px no-repeat;
	clear: both;
	color: #959595;
	font-size: 10px;
	line-height: 13px;
	position: relative;
	height: 60px;
}

#casestudies-altona ul.studies li a#w1{
	text-decoration: underline !important;	
}

#casestudies-tamworth ul.studies li a#w2{
	text-decoration: underline !important;	
}

#casestudies-national ul.studies li a#w3{
	text-decoration: underline !important;	
}

#casestudies-harvey ul.studies li a#w4{
	text-decoration: underline !important;	
}

#casestudies-sydney ul.studies li a#w5{
	text-decoration: underline !important;	
}

#casestudies-elite ul.studies li a#w6{
	text-decoration: underline !important;	
}

#casestudies-nonox ul.studies li a#w7{
	text-decoration: underline !important;	
}

#casestudies-interactive ul.studies li a#w8{
	text-decoration: underline !important;	
}





/* ================================== [ HACK & WORKAROUNDS ] ==================================== */

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
.clearfix {display:block;}
* html .clearfix {height:1px;}


/* ======================================= [ Validator ] ==================================== */

.errorInput {
	border: 2px solid #DF0000;
	width: 315px;
}
.errorSelect {
	border: 1px solid #8d8d8d;
	width: 315px;
	background-color: #FFDEDE; 
}