body {
	margin: 0;
	padding: 0;

	background-image: url('../images/background_grey.png');
	background-repeat: repeat-x;
	background-color: #554e47;
	background-position: -300px 0;
}

* {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #fff;
}

h1 {
	display: inline;
	color: #fff;
	font-size: 28px;
	margin-left: 0;
}

.sub-title {
	font-size: 16px;
	font-weight: bold;
}

.small-print {
	font-size: 9px;
}

a { color: #e29122; font-size: inherit; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }

b { font-size: inherit; color: inherit; }
i, u, span { font-size: inherit; font-weight: inherit; color: inherit; }

.bold { font-weight: bold !important; }
.orange { color: #e29122 !important; }
.orangeBorder { border-color: #e29122 !important; }
.green { color: #8bc33e !important; }
.greenBorder { border-color: #8bc33e !important; }
.blue { color: #00c2ff !important; }
.blueBorder { border-color: #00c2ff !important; }
.purple { color: #BF2FD5 !important; }
.purpleBorder { border-color: #BF2FD5 !important; }
.gold { color: #e8ca50 !important; }
.goldBorder { border-color: #a38409 !important; }
.red { color: #e84848 !important; }
.redBorder { border-color: #e84848 !important; }
.xmas { color: #e29122 !important; }
.smalltext { font-size: 11px !important; }
.dontrender { display: none !important; }



/* ---------------- */
/* MINCE PIE HEADER */
/* ---------------- */

.x-mince-pie-trees {
background-image: url('../images/x-mincepietrees_overlay.gif');
padding: 0 22px 0 22px;
margin-left: -10px;
}

.x-mince-pie-trees-orange {
background-image: url('../images/x-mincepietrees_overlay_orange.gif');
padding: 0 22px 0 22px;
margin-left: -10px;
}

.x-mince-pie-trees-green {
background-image: url('../images/x-mincepietrees_overlay_green.gif');
padding: 0 22px 0 22px;
margin-left: -10px;
}

.x-mince-pie-trees-blue {
background-image: url('../images/x-mincepietrees_overlay_blue.gif');
padding: 0 22px 0 22px;
margin-left: -10px;
}

.x-snowflakes {
position: absolute;
top: 30px;
left: 900px;
}


/* -------- */
/* TEMPLATE */
/* -------- */

#container {
	background-image: url('../images/header-linkbar-orange.gif');
	background-repeat: no-repeat;
	width: 1000px;
}

#header {
	margin: 0;
	padding: 0;
}

#header-logo {
	float: left;
	margin: 0;
	padding: 0;
}

#header-logo-image {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

#header-links {
    margin-left: 327px;
	padding: 23px 0 7px 0px;
}

#header-links a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	margin-right: 18px;
}

#header-links a:hover {
	text-decoration: underline;
}

#title {
	margin: 32px 0 0 338px;
}

a.title-more {
	color: #e29122;
	font-size: 10px;
/*	line-height: 19px;
	margin-left: -10px;
	vertical-align: top; */
	position: relative;
	top: -22px;
	left: -226px;

}

#content {
	clear: both;
	width: 978px;
	margin: 22px 0 0 10px;
	color: #fff;
}

#section-main {
	width: 650px;
	margin-left: 328px;
}

#footer {
	width: 100%;
	min-width: 1000px;
	background-image: url('../images/background-footer.png');
	background-repeat: repeat-x;
	background-color: transparent;
	background-position: 0 0;
	margin-bottom: 0px;
	margin-top: 19px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #e29122;
	text-decoration: underline;
}

#footer-container {
	width: 1000px;
}

#footer-column {
	width: 175px;
	float: left;
	margin-left: 25px;
	margin-top: 5px;
}

#footer-column h4 {
	color: #e29122 !important;
	font-weight: bold;
	font-size: 11px;
}

#footer-column ul {
	margin: -10px 0 10px 0;
	padding: 0px;
}

#footer-column li {
	list-style: none;
	padding: 2px 0;
}

#footer-icon {
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 5px;
}

#footer-info {
	margin: 0 0 0 20px;
	font-size: 11px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 8px 0;
	width: 960px;
}

#footer-copyright {
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
	font-size: 11px;
	color: #E29122;
	font-weight: bold;
	width: 250px;
}

#spc-video-player {
    outline: none;
}


/* -------------------- */
/* RECENT BLOGS SECTION */
/* -------------------- */

#blog-columns {
	float: left;
	width: 212px;
}

#error-page {
	text-align: center;
	margin-top: 50px;

}


#section-left {
	width: 303px;
	margin-left: 10px;
	float: left;
}

div.blog-page {
	display: none;
}

p.blog-title {
	color: #e29122;
	font-weight: bold;
	padding-bottom: 0;
}

p.blog-content {
	padding-top: 0;
}

img.blog-avatar {
	float: left;
	margin: 2px 10px 2px 0;
	border: 2px solid #47413d;
}

a.blog-link {
	color: #e29122;
	font-style: italic;
	text-decoration: none;
}

hr.blog-hr {
	border: 0;
	color: #47413d;
	background-color: #47413d;
}

p.blog-navigation {
	text-align: center;
}

p.blog-navigation a {
	margin: 0 5px;
}

p.blog-navigation img {
	border: 0;
	vertical-align: middle;
}

#advertimage {
	margin: -20px 0 0 -10px;
	position: absolute;
	z-index: 10;
	border: 0;
}

#sidebar-top {
	margin-left: -9px;
	margin-bottom: 2px;
}

#homepage-columns {
	margin: -10px 0 0 318px;
}

#homepage-column1 {
	margin-left: 1px;
}
#homepage-column2 {
	margin-left: 2px;
}
#homepage-column3 {
	margin-left: 2px;
}

#homepage-advertimage {
	margin: -15px 0 0 -10px;
	position: absolute;
	z-index: 10;
	border: 0;
}


/* -------- */
/* HOMEPAGE */
/* -------- */

#homepage-mainflash {
	/* float: right; */
	margin: -10px;
}

#homepage-mainimage {
	border: 0;
	margin: 0;
}

#homepage-mainflash:focus,
#homepage-mainimage:focus {
	outline: 0;
}

#homepage-recentwork {
	width: 408px;
	float: left;
}

#homepage-recentwork,
#homepage-recentwork div {
	clear: none;
	margin-top: 10px;
}

#homepage-recentwork div {
	float: left;
	width: 393px;  /* 121px; */
	margin: 5px 15px 0 0;
}

#homepage-recentwork div a {
}

#homepage-recentwork div img {
	border: 1px solid #e29122;
}

#homepage-blurb {
	width: 220px;
	height: 100%;
	clear: none;
	border-left: 1px solid #fff;
	padding-left: 10px;
	margin-top: 10px;
	margin-left: 408px;
}



/* ---------------- */
/* TEMPLATE CONTENT */
/* ---------------- */

.maincontent-full {
	width: 630px;
	float: left;
}

.maincontent-left {
	width: 450px;
	float: left;
	padding-right: 9px;
}

.maincontent-right {
	width: 170px;
	margin-left: 459px;
	padding-left: 10px;
}

#our-clients-include {
	width: 160px;
	background-color: #fff;
	text-align: center;
	padding: 5px;
}

#our-clients-include img {
	margin: 5px;
	border: 0;
}

img.title {
	margin: 0 0 5px 0;
}



/* --------- */
/* JOBS PAGE */
/* --------- */

.white-background {
	margin: 0;
	padding: 10px;
	width: 620px;
	background-color: #fff;
}

.white-background p,
.white-background li {
	color: #000;
}

table.jobs {
	width: 100%;
}

table.jobs td {
	color: #000 !important;
	padding: 5px;
}

table.jobs td.grey {
	width: 6em;
	background-color: #aba6a2;
}

table.jobs td.blue {
	background-color: #96e6ff;
	font-weight: bold;
}

hr.jobs {
	border: 0;
	color: #47413d;
	background-color: #47413d;
	margin: 1em 0;
}

.jobs-toplink {
	margin-top: 10px;
	text-align: right;
}



/* ------------ */
/* CONTACT PAGE */
/* ------------ */

#map {
	overflow: hidden;
}



/* -------------------- */
/* OUR WORK - MAIN PAGE */
/* -------------------- */

.grey-background {
	margin: 0;
	padding: 0 0 10px;
	width: 620px;
	min-height: 617px;
}

.grey-background-short {
	margin: 0;
	padding: 0 0 10px;
	width: 620px;
	min-height: 284px;
}

.grey-background-short-incentives {
    min-height: 267px;
}

.grey-background-short-incentives-home {
    min-height: 239px;
}

img.ourworkmain {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #8bc33e;
	width: 248px; height: 138px;
}

div.ourworkmain {
	height: 138px;
}

div.ourworkmain p {
	padding-top: 0.25em;
}

img.ourworkmain-hr {
	margin-bottom: 10px;
}

ul.ourwork {
	margin: 6px;
}

ul.ourwork li {
	list-style-type: disc;
	padding: 7px 0;
	margin-left: -15px;
}

ul.ourwork.blue li { color: #00c2ff; }
ul.ourwork.green li { color: #8bc33e; }
ul.ourwork.purple li { color: #BF2FD5; }

ul.ourwork li span {
	color: #fff;
}

#ourwork-title {
	padding: 20px 0 0 12px;
}

#ourwork-projects-header {
	padding-bottom: 0px;
}

h2.ourwork, h3.ourwork {
    font-size: 18px;
    font-weight: bold;
    margin: 7px 10px;
}

h3.ourwork { font-size: 16px; }

p.ourwork-projects-title {
	font-weight: bold;
	padding-bottom: 0;
	font-size: 11px;
}

p.ourwork-projects-content {
	/* color: #e29122; */
	padding-top: 0;
	font-size: 11px;
}

img.ourwork-projects-img {
	float: left;
	margin: 0px 10px 8px 0;
}

hr.ourwork-projects-hr {
	border: 0;
	color: #47413d;
	background-color: #47413d;
	margin: 0 0 3px;
	clear: left;
	height: 2px;
}

#ourwork-incentives-bpma {
    float: right;
}

/* ----------------------- */
/*        PORTFOLIO        */
/* ----------------------- */

div.portfolio {
    float: left;
    width: 207px;
    height: 170px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    position: relative;
}

div.portfolio:hover {
    background-image: url('../images/portfolio-thumbs-bkg.png');
}

div.portfolio img {
    margin: 10px 0 0 15px;
    border: 1px solid;
}

div.portfolio img.infoIcon {
    border: none;
    position: absolute;
    top: 82px;
    left: 138px;
}

div.portfolio p {
    margin: 0 16px;
    padding: 1px 0;
}

div.portfolio-tooltip,
div.portfolio-tooltip-alt,
div.portfolio-tooltip-bottom,
div.portfolio-tooltip-alt-bottom {
    position: absolute;
    width: 286px;
    height: 216px;
    background-repeat: no-repeat;
    z-index: 1000;
    display: none;
}

div.portfolio-tooltip {
    padding: 10px 10px 10px 35px;
    background-image: url('../images/portfolio-tooltip-overlay.png');
    z-index: 1000;
}

div.portfolio-tooltip-bottom {
    padding: 10px 10px 10px 35px;
    background-image: url('../images/portfolio-tooltip-overlay-bottom.png');
    z-index: 1000;
}

div.portfolio-tooltip-alt {
    padding: 10px 35px 10px 10px;
    background-image: url('../images/portfolio-tooltip-overlay-alt.png');
    z-index: 1000;
}

div.portfolio-tooltip-alt-bottom {
    padding: 10px 35px 10px 10px;
    background-image: url('../images/portfolio-tooltip-overlay-alt-bottom.png');
    z-index: 1000;
}

div.portfolio-tooltip p,
div.portfolio-tooltip-alt p,
div.portfolio-tooltip-bottom p,
div.portfolio-tooltip-alt-bottom p {
    color: #000 !important;
    margin: 10px 15px;
}

div.portfolio-tooltip p.portfolio-tooltip-title,
div.portfolio-tooltip-alt p.portfolio-tooltip-title,
div.portfolio-tooltip-bottom p.portfolio-tooltip-title,
div.portfolio-tooltip-alt-bottom p.portfolio-tooltip-title {
    font-weight: bold;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #999;
}

/* ----------------------- */
/* OUR WORK - EXAMPLE PAGE */
/* ----------------------- */

img.ourwork-small,
img.ourwork-big {
	border: 1px solid #8bc33e;
}

img.ourwork-small {
	width: 100px;
	height: 70px;
	float: right;
	clear: right;
	margin-bottom: 5px;
    cursor: pointer;
}

img.ourwork-big {
	width: 509px;
	height: 301px;
}

div.incentives-navbar {
	width: 510px;
	height: 48px;
	padding: 0 0 0 130px;
	border-top: 1px solid #666;
	background-image: url('../images/ourwork-incentives-navbar.jpg');
	background-repeat: no-repeat;
	background-position: 13px 4px;
}

img.incentives-small {
	width: 61px;
	height: 41px;
	margin: 4px 5px 0 0;
    cursor: pointer;
}

div.incentives-big {
	width: 640px;
	height: 312px;
	background-color: #fff;
}

img.incentives-big {
	width: 640px;
	height: 312px;
	position: absolute;
	top: 10px;
	left: 0;
}

#ourwork-bigflash {
	margin: -9px;
}

#ourwork-bigimage {
	margin-top: 0px;
	margin-left: 9px;
	border: 0;
}

div.ourwork-title {
	margin: 0 0 6px 0;
	height: 54px;
	background-image: url('../images/ourwork-example-title-background.gif');
}

div.ourwork-title p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 16px 0 0 16px;
}

#ourwork-next,
#ourwork-prev {
	float: right;
	margin: 14px 7px 0 0;
}

#ourwork-prev {
	margin-right: 3px;
}

#ourwork-next img,
#ourwork-prev img {
	border: 0;
}

#ourwork-back {
	padding: 5px 10px 5px 40px;
	color: #fff;
	background-image: url('../images/ourwork-back-off.gif');
}

#ourwork-back:hover {
	background-image: url('../images/ourwork-back-on.gif');
}

#ourwork-casestudy,
#ourwork-creds {
	padding: 5px 10px 5px 40px;
	color: #fff;
	background-image: url('../images/ourwork-pdf-off.gif');
}

#ourwork-casestudy:hover,
#ourwork-creds:hover {
	background-image: url('../images/ourwork-pdf-on.gif');
}

.ourwork-home-button {
    display: block;
    position: absolute;
    bottom: 0;
    right: 15px;
}


/* -------- */
/* THE TEAM */
/* -------- */

#the-team-mainflash {
	/* float: right; */
	margin: 0px;
}

#the-team-mainimage {
	border: 0;
	margin: 0 0 0 0;
}

#the-team-mainflash:focus,
#the-team-mainimage:focus {
	outline: 0;
}

#meet-the-team {
	border: 0;
}

#the-team {
	margin: 0 0 10px 317px;
	padding: 63px 58px 51px 58px;
	width: 544px;
	background-image: url('../flash/the-team/the-team-background.jpg');
	background-repeat: no-repeat;
}



/* ------------ */
/* ENQUIRY FORM */
/* ------------ */

.black_overlay{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	opacity:.80;
}

.white_content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 690px;
	height: 480px;
	margin-top: -240px;
	margin-left: -345px;
	border: 1px solid #e29122;
	background-color: white;
	z-index:1002;
	overflow: auto;
	background-image: url('../images/background-grey-orange.png');
	background-repeat: repeat-x;
	background-color: #554e47;
	background-position: 300px -100px;
}

#success, #failure {
	width: 400px;
	height: 200px;
	margin-top: -100px;
	margin-left: -200px;
}

#enquire-header,
#enquire-header-thankyou {
	width: 100%;
	height: 37px;
	background-color: #ff8d00;
	background-image: url('../images/enquiry-now.gif');
}

#enquire-header-thankyou {
	background-image: url('../images/enquiry-thankyou.gif');
}

#enquire-form-container {
	padding: 10px 0;
	height: 465px;
}

#enquire-form label {
	width: 110px;
	float: left;
	text-align: right;
	margin: 6px 10px 0 10px;
	display: block;
}

#enquire-form input, #enquire-form textarea {
	color: #000;
	background: #fff;
	border: 1px solid #333;
	padding: 5px;
	width: 240px;
}

#enquire-form .submit input {
	margin-left: 200px;
	color: #fff;
	font-weight: bold;
	background: transparent;
	border: 0px;
	width: 133px;
	height: 55px;
	outline: none;
}

#enquire-form #req {
	color: #CC0000;
}

#enquire-form #recaptcha_area {
	margin: 0 auto;
}

.validation-advice {
	/* width: 250px; */
	/* background-color: #CC0000; */
	background-image: url('../images/validation-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 5px 5px 5px 10px;
	margin: 1px 0 0 0;
	display: inline;
	vertical-align: top;
	position: relative;
	top: 6px;
}

#enquire-form .validation-failed {
    border: 1px solid #c00;
}

#enquire-form .validation-passed {
    border: 1px solid #0c0;
}