@charset "UTF-8";
/* CSS Document */

/*# {
	padding: 0;
	margin: 0;
}*/

body, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333;
}

#wrapper {
	width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	width: 960px;
	height: 95px;
	background-image: url(images/img-mast-head.jpg);
	background-repeat:no-repeat
	/* background-color:#0F0; testing only */
}

#address-details {
	clear: both;
	position: relative;
	width: 192px;
	border-top: 1px solid #f89f39;
	padding: 10px 0 0 28px;
	/*margin-top: 120px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999;
}

#address-details a:link, #address-details a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 15px;
	color: #999;
}

#address-details a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 15px;
	color: #f89f39;
}

/* CONTENT AREA */

#text-divs {
	margin: 20px 0;
}

#contact-details {
	width: 200px;
}

#left-area {
	width: 240px;
	float: left;
	padding-top: 30px;
	/* background-color:#0C0; testing only */
	border-top: 1px solid #fff;
}

/* RIGHT IMAGE AREA */

#right-area {
	width: 720px;
	float: left;
	/* background-color:#090; testing only */
	border-top: 1px solid #f89f39;
}

#index-img-area {
	width: 720px;
	height: 250px;
	background-color:#fff;
	overflow: hidden;
	float: left;
}

#index-content-area {
	width: 720px;
	clear: left;
}

#index-content-area #copy {
	width: 360px;
	w\idth: 340px;
	float: right;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	margin: 20px 20px 0 0;
}

#index-content-area #img-area {
	width: 360px;
	w\idth: 340px;
	height: 151px;
	float: left;
	text-align: left;
	background-image: url(images/index-cont-img.jpg);
	background-repeat:no-repeat;
	margin: 20px 20px 0 0;
}

/* NAVIGATION */

#nav-wrapper {
	width: 200px;
	height: 220px;
}

#navigation {
	width: 200px;
}

#navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#navigation li {
	float: left;
	position: relative; 
	width: 200px;
	height: 18px;
}

#navigation a:link, #navigation a:visited {
	display: block;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 0 3px 5px;
	border-left: 3px solid #fff;
	margin-left: 20px;
	text-decoration: none;
	color:#999;
}
#navigation a:hover, #navigation li a.selected {
	display: block;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 0 3px 5px;
	border-left: 3px solid #f89f39;
	margin-left: 20px;
	text-decoration: none;
	color:#f89f39;
}

/* PROJECTS NAVIGATION */

#projects-navigation {
	width: 700px;
	float: left;
	padding: 23px 0 0 0;
}

#projects-navigation-btn {
	display: block;
	height: 56px;
}

/* SUB PAGE */
#sub-content-left{
	float: left;
	width: 430px;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333;
}

#sub-content-left p {
	float: left;
	width: 440px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333;
}

#sub-content-left #contact-details {
	width: 180px;
	display:inline-block;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	color: #333;
}

#contact-details a:link, #contact-details a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	color: #333;
}

#contact-details a:hover {
	color: #f89f39;
}

#sub-img-right, #sub-img-right a:link, #sub-img-right a:visited {
	float: right;
	text-align: right;
	width: 260;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	color: #333;
}

#sub-img-right a:link, #sub-img-right a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	line-height: 14px;
	color: #999;
	margin: 0;
	padding: 0;
}

#sub-img-right a:hover {
	color: #f89f39;
}

#image-box { width: 130px; height: 80px; overflow: hidden;}

.img-table {
	border-collapse: collapse;
	margin-bottom: 10px;
}
.img-table td, .img-table th {
	width: 130px;
	height: 80px;
	/*border-left: 1px solid #fff;*/
	border-right: 0;
	/*border-bottom: 1px solid #fff;*/
	border-top: 0;
	text-align: left;
	background-color: #fff;
}

/* FOOTER */

#footer, #footer a:link, #footer a:visited {
	clear: both;
	width: 960px;
	text-align: right;
	padding: 70px 0px 0px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #f89f39;
}

/* CLASSES */

.orange {
	color: #f89f39;
}


/* PROJECTS NAVIGATION */

#projects-navigation-wrapper {
	width: 280px;
	w\idth: 300px;
	float: right;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	margin: 80px 20px 0 0;
}

#proj-navigation {
	width: 300px;
}

#proj-navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#proj-navigation li {
	float: left;
	position: relative; 
	width: 300px;
	height: 18px;
}

#proj-navigation a:link, #proj-navigation a:visited {
	display: block;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 0 3px 5px;
	border-left: 3px solid #fff;
	margin-left: 20px;
	text-decoration: none;
	color:#999;
	overflow: hidden;
}
#proj-navigation a:hover, #proj-navigation li a.selected {
	display: block;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 0 3px 5px;
	border-left: 3px solid #f89f39;
	margin-left: 20px;
	text-decoration: none;
	color:#f89f39;
	overflow: hidden;
}


#proj-navigation ul .subheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f89f39;
	padding: 3px 0 3px 5px;
	width: 250px;
	w\idth: 275px;
	margin-left: 20px;
}

#index-content-area #proj-content-area {
	width: 360px;
	w\idth: 380px;
	/*height: 151px;*/
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 30px 20px 0 0;
}

 #proj-content-area  a:link, #proj-content-area  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
}

#proj-content-area  a:hover {
	color: #f89f39;
}

#ar-heading {
	width: 380px;
	height: 43px;
	margin-bottom: 20px;
	background-image:url(images/headings/ar-heading.jpg);
	background-repeat:no-repeat;
}

#brand-heading {
	width: 380px;
	height: 38px;
	margin-bottom: 20px;
	background-image:url(images/headings/brand-heading.jpg);
	background-repeat:no-repeat;
}

#corp-comms-heading {
	width: 380px;
	height: 71px;
	margin-bottom: 20px;
	background-image:url(images/headings/corp-comms-heading.jpg);
	background-repeat:no-repeat;
}

#web-heading {
	width: 326px;
	height: 74px;
	margin-bottom: 20px;
	background-image:url(images/headings/web-heading.jpg);
	background-repeat:no-repeat;
}

#signage-heading {
	width: 277px;
	height: 73px;
	margin-bottom: 20px;
	background-image:url(images/headings/signage-heading.jpg);
	background-repeat:no-repeat;
}

#about-heading {
	width: 380px;
	height: 42px;
	margin-bottom: 20px;
	background-image:url(images/headings/about-heading.jpg);
	background-repeat:no-repeat;
}

#how-we-work-heading {
	width: 380px;
	height: 34px;
	margin-bottom: 20px;
	background-image:url(images/headings/how-we-work-heading.jpg);
	background-repeat:no-repeat;
}

#why-choose-heading {
	width: 448px;
	height: 43px;
	margin-bottom: 20px;
	background-image:url(images/headings/why-choose-heading.jpg);
	background-repeat:no-repeat;
}

#contact-heading {
	width: 206px;
	height: 31px;
	margin-bottom: 20px;
	background-image:url(images/headings/contact-heading.jpg);
	background-repeat:no-repeat;
}

#privacy-heading {
	width: 275px;
	height: 42px;
	margin-bottom: 20px;
	background-image:url(images/headings/privacy-heading.jpg);
	background-repeat:no-repeat;
}