@charset "UTF-8";
/* CSS Document */
* {
	font-size:100%;
	margin:0;
	padding:0;
	list-style: none;
	border: 0;
}
html, body {
	height:100%; /* 100 % height */
}
body {
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	font: 8.5pt/12pt "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html>body #wrap {height:100%;} /* 100 % height */
#wrap {
	width: 95%;
	margin:0 auto 0 auto;
	padding: 0;
}
#header {
	width: 100%;
	display:none;
}
/*html>body #header {
	position:fixed;
}*/
/*html>body #content-wrap {height:100%;}*/ /* 100% height */
html>body #content {
	padding: 10px 0 10px 0;
	clear: left;
} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */
#footer {
	display:none;
}
html>body #footer {
	/*position:fixed;*/
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}
a:link {
	color: #333333; /* 00aeef */
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #ff5200;
	text-decoration: underline;
}
a:hover {
	color: #ff5200;
	text-decoration: underline;
}
h1 {
	color: #000000;
	margin: 8px 0 5px 0;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	margin: 14px 0 5px 0;
	font-size: 1.2em;
	font-weight: normal;
}
#header {
	padding-top: 20px;
}
#p-home #header,
#p-enquiry #header,
#p-meet #header,
#p-hire #header{
}
/*,
#p-thehero #header*/
#head1 {
	/*width: 570px;*/
	float:left;
	padding: 0 0 10px 0;
}
.navcol {
	width: 164px;
	float: left;
	display:none;
}
.navpad {
	padding: 0 24px 0 0;
}
#head1 ul {
	width: 164px;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#head1 ul li {
	color: #fff;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #ff5200;
	font-size: 1.1em;
}
#head1 ul li a {
	width: 164px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #ada684;
	display: block;
	text-decoration: none;
	text-align: left;
}
#head1 ul li a:hover {
	color: #ff5200;
	display: block;
	padding: 0;
}
#p-home #nav-home,
#p-casestudies #nav-casestudies,
#p-contact #nav-contact,
#p-about #nav-about,
#p-innovate #nav-innovate,
#p-meet #nav-meet,
#p-hire #nav-hire,
#p-be #nav-be
{
	display: block;
	color: #fff;
	margin: 0;
}
#head2 {
	width: 120px;
	margin: 0 10px 0 20px;
	float: left;
	border-top: 2px solid #ff5200;
	color: #000;
	display:none;
}
#head3 {
	width: 120px;
	margin: 0 0 0 10px;
	float: left;
	border-top: 2px solid #ff5200;
	color: #000;
	display:none;
}
#head4 {
	width: 200px;
	margin: 0 0 0 20px;
	float: left;
	height: 260px;
}
#head2 img, #head3 img {
	padding: 10px;
	margin-top: 5px;
	background-image:url(images/outline_pic.gif);
}
#head2 a:hover img, #head3 a:hover img {
	padding: 10px;
	background-image:url(images/outline_pic.gif);
	background-color: #ff5200;
}
/*#content {
	padding: 0 0 10px 0;
	clear: both;
}*/
/**/
#main {
	width: 80%;
	/*float: left;
	border-top: 2px solid #ada684;*/
	margin: 0 0 5px 0;
	/*padding: 5px 0 0 0;*/
}
#p-select #main {
	width: 95%;
	margin-top: 30px;
	margin-bottom: 35px;
}
.colB1, .colB2 {
	float:left;
	width: 50%;
}
.intro {
	font-size: 1.2em;
}
.padtop {
	padding-top: 8px;
}
.padtopline {
	padding-top: 1.9em;
}
.txt-detail {
	font-size: .8em;
	line-height: 1.3em;
}
#main p {
	margin-bottom: 10px;
}
#main ul {
	margin-left: 15px;
	margin-top: 8px;
	margin-bottom: 10px;
}
#main li {
	padding: 2px;
	margin-left: 5px;
	list-style-type: disc;
	line-height: 1.4em;
	padding-bottom: 8px;
}
#sideright {
	width: 260px;
	float: right;
	/*padding: 5px 0 0 0;*/
}
#p-home #sideright p, #p-home #sideright h2{
	color: #ada684;
}
#p-select #sideright {
	display:none;
}
.sideimage {
	padding: 10px;
	/*margin-top: 5px;*/
	background-image:url(images/outline_pic_right.gif);
	display: block;
	text-align: left;
	background-repeat: no-repeat;
	min-height: 240px;
}
/*
#p-home #sideright {
	border-top: 2px solid #ada684;
}
*/
.herobox {
	float:left;
	padding:0;
	margin:0;
	border:none;
	line-height: 0;
}
.hold {
	float:left;
	padding:0;
	margin:0;
	border:none;
	line-height: 0;
	background: #F1FEFC;
}
label {
	float:left;
	/*width: 100px;*/
	margin: 2px 10px 2px 0px;
	text-align: left;
	clear:left;
}
input {
	padding: 2px 0 1px 3px;
}
select {
	width: 180px;
	float: right;
}
.form-text {
	background-color: #fff;
	color: #690a23;
	border: 1px solid #ada684;
}
.searchbtn {
	width: 180px;
	float: right;
}
#p-home #sideright input {
	background-color: #ccc;
}
.btn {
	font-weight: bold;
	background-color: #fff;
	color: #690a23;
}
#footer {
	clear:both;
	background: #690a23 url(images/footer_crown2.gif) no-repeat right bottom;
}
#footmain {
	width: 540px;
	border-bottom: 1px solid #ada684;
	color: #ff5200;
}
#footmain h2 {
	margin: 8px 0 5px 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #ada684;
	font-family: Tahoma;
	/*letter-spacing: .1em;*/
}
#footright {
	width: 260px;
	float: right;
}
#p-quality #nav-quality,
#p-links #nav-links,
#p-sitemap #nav-sitemap,
#p-terms #nav-terms,
#p-disclaimer #nav-disclaimer,
#p-privacy #nav-privacy {
	color: #FFFFFF;
}
.vcard {
	padding-bottom:10px;
}
.indent {
	float:left;
	width: 45px;
	height: 120px;
	/*margin: 2px 10px 2px 0px;*/
	text-align: left;
	clear:left;
}
fieldset {
	margin-top: 15px;
	padding: 0 10px 5px 10px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #ff5200;
	border-right-style: none;
}
legend {
	padding: 5px 5px 5px 0;
}
#main label {
	float:none;
	/*width: 100px;*/
	margin: 0;
	text-align: left;
	clear:left;
}
.formtextlabels {
	float:left;
	width: 180px;
	margin: 2px 10px 2px 0px;
	text-align: left;
	clear:left;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
.clearit {
	clear:both;
}
.heroResult {
	clear:left;
}
.heroResult img {
	padding: 0 15px 5px 0;
}
.heroholder {
	clear: both;
	page-break-inside: avoid;
	width: 100%;
}
.heroholder img {
	padding: 0 0 5px 5px;
	float: right;
}
.theprintbreak {
	page-break-after: always;
}
