/* 
	PMRS CSS
	CREATED: 28.04.06
	LAST MODIFIED: 18.01.12
	AUTHOR: ANDY FIELD
	
	COLOURS:
	GREY 01: #262b30
	GREY 02: #30373D
	GREY 03: #606d78
	GREY 04: #d2d6d9
	RED: #b81500
	ORANGE: #f90
	BLUE: #6cf;

*/

/* GENERIC CONTROLS ***********************************************************/

html, 
table,
form
{ 
	font-size: 100%; /* IE HACK */
}

body
{
	font: 62.5%/100% arial, helvetica, sans-serif;
	color: #fff;
	background: #262b30;
	text-align: center;
}

.clearme
{
	clear: both;
}

.padme {
	padding: 1.4em 1.6em 0.7em 1.6em;
}

/* UNDO CONTROLS **************************************************************/

dl,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ 
	margin: 0; 
	padding: 0;
}

a img,
:link img,
:visited img
{	
	border: none;
}

address,
abbr 
{ 
	font-style: normal;
}

img
{
	border: none;
}

/* TYPOGRAPHIC CONTROLS *******************************************************/

p
{
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 0.7em;
}

#home p
{
	color: #fff;
}

#home p.intro
{
	font-weight: bold;
}

p.standfirst
{
	font-weight: bold;
}

#footercontainer h3 {
	color:#fff;
	font-size: 2em;
	line-height:1em;
	padding-bottom: 0.6em;
}

#footercontainer p
{
	font-size: 1.1em;
	line-height: 1.5em;
	color: #fff;
	padding: 0;
}

h1
{
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 1em;
}

#home h1
{
	color: #fff;
}

h2
{
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1em;
	color: #606d78;
	padding-bottom: 0.6em;
}

h3
{
	font-size: 1.4em;
	font-weight: bold;
	color: #606d78;
	padding-bottom: 0.6em;
}

h4,h5,h6 {
	font-size: 1.2em;
	font-weight: bold;
}

blockquote
{
	margin: 0;
	padding: 0 1.6em;
	background: url(../images/quotetop.gif) 0 0 no-repeat;
}

blockquote p
{
	font-size: 1.4em;
	line-height: 1.4em;
	padding-bottom: 0;
	background: url(../images/quotebase.gif) bottom right no-repeat;
}

blockquote address
{
	font-size: 1.1em;
	line-height: 1.3em;
	color: #6cf;
	padding-top: 0.6em;
}

#logo {
	background: url(../images/pmrslogo.gif) 1.6em 1em no-repeat;
	display:block;
	height: 85px;
	width:260px;
}

#logo a,
#logo a:hover
{
	display:block;
	height: 85px;
	overflow:hidden;
	position:relative;
	text-indent: -3000em;
	width:233px;
}

ul.report-listing {
	list-style:none;
	margin:0 0 1.5em 0;
	padding:0;
}

ul.report-listing li {
	border-bottom:1px solid #999;
	font-size: 1.2em;
	line-height:1.5em;
	padding:0.375em 0;
}

/* NAVIGATION CONTROLS ********************************************************/

a
{
	color: #6cf;
	text-decoration: none;
}

a:hover,
a:active
{
	color: #b81500;
}

#nav ul
{
	display: block;
	float: left;
}

#nav li
{
	display: block;
	float: left;
	padding: 0 0 0 2em;
}

#nav li a
{
	display: block;
	font-size: 1.4em;
	font-weight:bold;
	color: #fff;
	padding: 0.6em 0; 
	border-bottom: 1px solid #131a21;
}

#nav li a:hover
{
	color: #6cf;
	border-bottom: 1px solid #b81500;
}

#nav li a.active,
#nav li a.on,
#home li.home a,
#surveys li.surveys a,
#bespoke li.bespoke a,
#contact li.contact a {
	color: #6cf;
	border-bottom: 1px solid #b81500;
}

#footerrhs a
{
	color: #fff;
	padding: 0 7px 0 0;
	background: url(../images/top.gif) top right no-repeat;
}

#footerrhs a:hover
{
	color: #6cf;
	background: url(../images/topon.gif) top right no-repeat;
}

/* LAYOUT CONTROLS ************************************************************/

#wrapper
{
	margin: 0 2em;
	background: #606d78 url(../images/bground.gif) 0 0 repeat-y;
}

#headercontainer
{
	width: 100%;
	height: 150px;
	text-align: left;
	background: url(../images/mainimage_01.gif) top right no-repeat;
}

#reports #headercontainer
{
	background: url(../images/mainimage_02.gif) top right no-repeat;
}

#bespoke #headercontainer
{
	background: url(../images/mainimage_03.gif) top right no-repeat;
}

#pricelist #headercontainer
{
	background: url(../images/mainimage_04.gif) top right no-repeat;
}

#contacts #headercontainer
{
	background: url(../images/mainimage_05.gif) top right no-repeat;
}

#jobs #headercontainer
{
	background: url(../images/mainimage_06.gif) top right no-repeat;
}

#partners #headercontainer
{
	background: url(../images/mainimage_07.gif) top right no-repeat;
}

#nav
{
	width: 100%;
	height: auto;
	background: #000 url(../images/navbground.gif) 0 0 repeat-x;
}

#home #contentcontainer
{
	width: auto;
	text-align: left;
	margin: 1em 4em 1em 1.6em;
	background: none;
}

#homelhscontent
{
	float: left;
	width: 60%;
	margin-right: 3em;
}

#homerhscontent
{
	float: right;
	width: 35%;
	padding-top: 2.6em;
}

#contentcontainer
{
	width: auto;
	text-align: left;
	margin: 1.6em 4em 1.6em 1.6em;
	/* background: #fff; */
}

#contact #contentcontainer {
	background: #fff;
	color:#000;
}

#colcontainer
{
	margin: 1em 0;
	/* background: #fff; */
}

#colcontainer p {
	color:#000;
}

.columnone,
.columntwo
{
	float: left; 
	width: 20%;
	height: 8em;
	margin-right: 2em;
	padding: 1em;
	background: #efefef url(../images/columnbground.gif) 0 0 repeat-x;
}

.columthree
{
	float: left; 
	width: 20%;
	height: 8em;
	padding: 1em;
	background: #efefef url(../images/columnbground.gif) 0 0 repeat-x;
}

#reportcontainer
{
	/* background: #fff; */
}

#report
{
	float: left;
	margin-right: 2em;
}

#footercontainer
{
	text-align: left;
	margin: 0 4em 0 1.6em;
	padding: 2em 0;
}

#footerlhs
{
	float: left;
}

#footerrhs
{
	float: right;
}

/* TABLE CONTROLS *************************************************************/

table
{
	width: 90%;
	margin: 0 0 2em 0;
	border-collapse: collapse;
	border: none;
}

th, td
{
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
	padding: 0.4em 1em 0.4em 0;
	/* background: #fff; */
	border-bottom: 1px solid #d2d6d9;
}

th
{
	width: 60%;
	font-weight: bold;
}

thead th
{
	color: #fff;
	padding: 0.2em 0.4em;
	background: #606d78 url(../images/thbground.gif) 0 0 repeat-x;
}

thead.header th
{
	font-size: 1.8em;
	font-weight: normal;
	color: #606d78;
	padding: 0;
	background: #fff;
	border: none;
}

thead.headerstart th
{
	font-size: 1.8em;
	font-weight: normal;
	color: #606d78;
	padding: 0;
	background: #fff;
	border: none;
}

th.enumerator
{
	color: #606d78;
}

table#reports
{
	width: auto;
	margin: 0 0 2em 0;
	border-collapse: collapse;
	border: 1px solid #d2d6d9;
}

table#reports th
{
	width: auto;
	font-weight: bold;
}

table#reports td
{
	padding-left: 0.4em;
	border-right: 1px solid #d2d6d9;
}

table#reports tbody th {
	padding-left: 0.4em;
}

td.countone
{
	background: url(../images/countone.gif) 50% 50% no-repeat;
}

td.counttwo
{
	background: url(../images/counttwo.gif) 50% 50% no-repeat;
}

td.countthree
{
	background: url(../images/countthree.gif) 50% 50% no-repeat;
}

td.countfour
{
	background: url(../images/countfour.gif) 50% 50% no-repeat;
}

/* KEY CONTROLS ***************************************************************/

ul#key
{
	display: block;
	float: left;
	width: 18em;
	margin-bottom: 1em;
	padding: 0.4em 0;
	border: 1px solid #d2d6d9;
}

ul#key li
{
	display: block;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0.2em 0.6em;
}

ul#key li.keyhd
{
	font-weight: bold;
}

ul#key li.keyone,
ul#key li.keytwo,
ul#key li.keythree,
ul#key li.keyfour
{
	padding-left: 23px;
}

ul#key li.keyone
{
	background: url(../images/keyone.gif) 8px 5px no-repeat;
}

ul#key li.keytwo
{
	background: url(../images/keytwo.gif) 8px 5px no-repeat;
}

ul#key li.keythree
{
	background: url(../images/keythree.gif) 8px 5px no-repeat;
}

ul#key li.keyfour
{
	background: url(../images/keyfour.gif) 8px 5px no-repeat;
}

/* ALPHA LIST CONTROLS ********************************************************/

ul#alphalist,
ul#betalist
{
	display: block;
	float: left;
	margin-bottom: 1em;
}

ul#alphalist li,
ul#betalist li
{
	display: block;
	float: left;
	text-align: center;
}

ul#alphalist li a,
ul#betalist li a
{
	display: block;
	width: 20px;
	font-size: 1.1em;
	color: #000;
	margin-right: 1px;
	padding: 0.4em 0;
	background: #d2d6d9 url(../images/alpha.gif) 0 0 repeat-x;
}

ul#alphalist li a:hover,
ul#betalist li a:hover
{
	color: #fff;
	background: #b81500 url(../images/alphahover.gif) 0 0 repeat-x;
}

ul#alphalist li a.on,
ul#betalist li a.on
{
	color: #fff;
	background: #f90 url(../images/alphaon.gif) 0 0 repeat-x;
}

/* FORM CONTROLS **************************************************************/

form,
input,
textarea,
select
{
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

fieldset p
{
	padding: 0;
}

label
{
	display: block;
	padding-bottom: 0.4em;
}

/* PDF Download **************************************************************/

.pdf-download-container {
	width: 100%;
	margin-bottom: 20px;
	height: 50px;
	line-height: 50px;
}

a.tnc-link {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 1.2rem;
	background: transparent url(/images/pdf_icon.png) no-repeat;
	padding-left: 60px;
}