/*	
	Copyright (c) 2007.
	All rights reserved
	
	$ Revision date: 11/11/05
	
	Positional CSS Selectors 	 

	CONTENTS
	1. 
*/

/* Universal Declaration */

* 	{
	margin: 0;
	border: 0;
	padding: 0;
	}

.clear { clear: both;}

.hideme { display: none !important;}


    
/* Text Format Declarations */

body {	
	background-color:#afafaf;
	font-family: Arial, helvetica, Tahoma, sans-serif;
	font-size:62.5%;
	line-height: 1.4em;
	}

/* Structural Declarations */

#container   {
    border: none;
    margin: 0 auto;
    width: 900px;
    background-color: #fff;
    } 
    
#content {
    background: #fff url("/media/images/backgrounds/background_contentnew.gif") top left repeat-y; 
    float: left;
    width: 900px;
    }

#content.extend {
    background: #fff url("/media/images/backgrounds/background_content_extend.gif") top left repeat-y !important;
	
    }
	    
#content.extranet {
    background: url("/media/images/backgrounds/background_content_extranet.gif") top left repeat-y !important; 
    }    
    
/* Header styles  */

#header {
    height: 94px;
    }
    
#logo {
    float: left;
    margin: 14px 0 0 47px;
    }
    
#header h1 {
    padding: 4px 0 4px 0;
    float: left;
    margin: 38px 0 0 87px;
    font-family: Verdana;
    font-size: 1.8em;
    color: #959595;
    font-weight: normal;
    }
    
#header p {
    float: left;
    margin: 44px 0 0 15px;
    font-family: Verdana;
    font-size: 1.1em;
    font-weight: bold;
    }

#header p span {
    
    font-weight: normal;
    padding: 0 5px;
    margin: 0 10px 0 0;
    }
    
   
#header p a {
    color: #000;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    }
        
#header form {   
    float: left;
    margin: 30px 0 0 32px;
    font-family: Verdana;
    font-size: 0.9em;
    width:300px; 
    }
    
#header form.signout {   
    
    margin: 56px 0 0 32px;
    
    }    
 
#header form br { clear: both;} 

span.error {color: Red;}
    
#header label {    
    display: block;
    float: left;
    width: 60px;
    margin: 5px 0 0 0;
    font-weight: bold;
    }
    
#header input {    
    float: left;
    margin: 0 5px 3px 0;
    width: 130px;
    border: 1px solid #cfcfcf;
    color: #626262;
    }
    
#header input.login {    
    float: left;
    margin: 2px 0 0 0;
    width: 48px;
    height: 16px;
    border: none;
    color: #626262;
    }

#header label.signedin {    
    display: block;
    float: left;
    width: 70px;
    margin: 2px 0 0 0;
    font-weight: bold;
    }
    
#header input.logout {    
    float: left;
    margin: 2px 0 0 0;
    width: 57px;
    height: 16px;
    border: none;
    color: #626262;
    }    
    

#help {    
    display: block;
    float: left;
    margin: 6px 0 0 0px; 
   
    color: #888;
    line-height: 1.1em;
    }
    
/* Top level navigation */

#toplevel {
    height: 46px;
    background-color: #737373;
    list-style: none;
    }

#toplevel li {
    float: left;
    }

#toplevel li.home {
    margin: 0 0 0 24px;
    width: 70px;
    }

#toplevel li.who {
    margin: 0 0 0 0px;
    width: 125px;
    }

#toplevel li.what {
    margin: 0 0 0 0;
    width: 113px;
    }
    
#toplevel li.case {
    margin: 0 0 0 0;
    width: 120px;
    }  
    
#toplevel li.contact {
    margin: 0 0 0 0;
    width: 84px;
    }        

#toplevel li a {
    display: block;
    padding: 25px 0 7px 0;
    font-size: 1.0em;
    font-family: Tahoma;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    }

#toplevel li a:hover {
    background-color: #862c83;
    }
    
#toplevel li a:hover, #toplevel li a.in {
    background-color: #862c83;
    }    

/* Headline area */

#headline {
    float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif; /* 14/09/07 PA - headlline font Tahoma */
/*  font-family: Tahoma; */
    padding: 50px 45px 25px 32px;
    border-left: 23px solid #000;
    background-color: #fff;
    }

#headline p {
    padding: 0 0 25px 30px;
    font-size: 2.3em;
    line-height: 1.6em;
    color: #737373;
    }

#headline p span {
    color: #464646;
    background-color: #F8EFEF;
    }

#headline h2 {
    font-size: 2.3em;
    color: #b2b2b2;
    font-weight: normal;
    margin: 0 0 0 165px;
    }
    
#headline h2 span {
    color: #464646;
    }
    
/* Second Level New Stuff */

#secondlevel {
    list-style: none;
    float: left;
    width: 191px;
    margin: 0 30px 0 0;
    border: 1px solid transparent;
    }
    
    
#secondlevel li {    
    background: url("/media/images/backgrounds/background_second_level.gif") bottom left no-repeat; 
    text-align: left;
    display: block;   
    }

#secondlevel.home li {    
    text-align: center;
    display: block;   
    background: url("/media/images/backgrounds/background_second_level.gif") bottom left no-repeat; 
    
    }

#secondlevel.home h2 {
    color: #666;
    text-transform: uppercase; 
    font-weight: bold;
    font-size: 1.0em;
    padding: 6px 0 6px 25px;
    }
#secondlevel li a {    
    color: #222;
    text-transform: uppercase; 
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding: 4px 0 4px 31px;
    
    }
    
#secondlevel.home li a {    
    color: #222;
    text-transform: uppercase; 
    font-weight: bold;
    display: block;
    height: 77px;
    text-decoration: none;
    padding: 20px 0 4px 24px;
    }    
#secondlevel li a:hover {    
    background-color: #862c83;
    border-left: 23px solid #737373;
    color: #fff;
    padding: 4px 0 4px 8px; 
    }  
#secondlevel.home li a:hover {    
    background-color: #862c83;
    border-left: 23px solid #737373;
    color: #fff;
    padding: 20px 0px 4px 0px; 
    }  

#secondlevel li a.in {    
    border-left: 23px solid #737373;
    padding: 4px 0 4px 8px;
    }  
          
/* third lvl nav */
#secondlevel li.third a {    
    color: #444;
    text-transform: lowercase; 
    font-weight: normal;
	font-size: 11px;
    display: block;
    padding: 4px 5px 4px 40px;
    }    
#secondlevel li.third a:hover {    
    color: #fff;
    text-transform: lowercase; 
    font-weight: normal;
	font-size: 11px;
    display: block;
    padding: 4px 5px 4px 18px;
    }  
#secondlevel li.third a.in {    
    border-left: 23px solid #737373;
    background-color: #862c83;
    color: #fff;
    padding: 4px 5px 4px 18px;
    }  
    
  
    
      

#secondlevel.jcarousel-skin li {    
    text-align: center !important;
    display: block;   
    background: url("/media/images/backgrounds/background_second_level.gif") bottom left no-repeat;
	/* width: 191px; */ /*******/
	width: 197px !important;
	height: 73px;
    }
#secondlevel.jcarousel-skin li a {    
    color: #737373;
    text-transform: uppercase; 
    font-weight: bold;
    display: block;
	text-decoration: none;
    padding: 20px 0 4px 24px;
	height: 73px;
    }  
#secondlevel.jcarousel-skin li a:hover {    
    background-color: #862c83;
    border-left: 23px solid #737373;
    color: #fff;
    padding: 20px 0px 4px 24px; 
	height: 73px;
    }  
	
	
/*************************/
#casestudiesReel {
    list-style: none;
    float: left;
    width: 197px;
    margin: 0 30px 0 0;
    }
    
#casestudiesReel li {    
    background: url("/media/images/backgrounds/background_second_level.gif") bottom left no-repeat; 
    text-align: left;
    display: block;   
    }

#casestudiesReel.home li {    
    text-align: center;
    display: block;   
    background: url("/media/images/backgrounds/background_second_level.gif") bottom left no-repeat; 
    }
	
#casestudiesReel li a {    
    color: #222;
    text-transform: uppercase; 
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding: 4px 0 4px 31px;
    }

#casestudiesReel li a:hover {    
    background-color: #862c83;
    border-left: 23px solid #737373;
    color: #fff;
    padding: 4px 0 4px 8px; 
    }  

#casestudiesReel.jcarousel-skin li {    
    text-align: center !important;
    display: block;   
    background: url("/media/images/backgrounds/background_second_level.gif") bottom left no-repeat;
	width: 197px;
	height: 73px;
    }

#casestudiesReel.jcarousel-skin li a {    
    color: #737373;
    text-transform: uppercase; 
    font-weight: bold;
    display: block;
	text-decoration: none;
    padding: 20px 0 4px 24px;
	height: 73px;
    }  
#casestudiesReel.jcarousel-skin li a:hover {    
    background-color: #862c83;
    border-left: 23px solid #737373;
    color: #fff;
    padding: 20px 0px 4px 24px; 
	height: 73px;
    }  
/********************************/
	
/* Main content area */

#maincontent {
    width: 900px;
    margin: 0;
    }

#textarea {
    float: left;
    width: 374px;
   }
   
#textarea.home {
	width: 600px;
	margin: -336px 0 0 221px;
    }

.full {width:657px !important;}    

#textarea h2 {
    font-size: 2em;
    color: #b2b2b2;
    font-weight: normal;
    margin: 0 0 10px 0;
	line-height: 1.2em;
    }    
    
 #textarea h3
{   float: none;
    font-size: 1.8em;
    color: #b2b2b2;
    font-weight: normal;
    margin: 0 0 10px 0;
    }       
    
#textarea p {
    margin: 0 30px 1em 0;
	line-height: 1.5em;
    }
    
#textarea img {
    float: left ;
    margin: 0 20px 10px 0;
	border: 1px solid #b2b2b2;
    }    
    
#textarea ul {
    list-style: square;
    font-size: 1.2em;
    }

#textarea li {    
    margin: 0 0 5px 40px;
    }

#textarea a {    
    color:#464646;
    text-decoration: none;
	outline: none;
	font-weight: bold;
    } 

#textarea a:hover {
    text-decoration: underline;
    }

#textarea p a {
	color: #864a92;
	text-decoration: none;
	}

#textarea p a:hover {
/*	color: #464646; */
	color: #864a92;
	text-decoration: underline;
	}
 
/*	#####################################################

	Styles for #textarea pull-quotes
	
	##################################################### */

#textarea blockquote {
	float: right;
	width: 120px;
	background: #eae1ea url("/media/images/pullquote/pullquote-top.gif") 5px 10px no-repeat;
	text-align: left;
	padding: 10px 5px 5px 25px;
	margin: 0 0 15px 20px;
	}

#textarea blockquote p {
	color: #000;
	background: transparent url("/media/images/pullquote/pullquote_bottom.gif") right bottom no-repeat;
	font-size: 1.4em;
	margin: 0;
	padding-right: 15px;
	}
	   
#maincontent p {
    font-family: Arial;
    font-size: 1.2em;
    color: #000;
/*    margin: 0 0 20px 0; */
/*    line-height: 1.5em; */
    }

/*	#####################################################

	Styles for #textarealeft
	
	This div displays the large case study logo, promotion
	details and case study details.

	##################################################### */

#textarealeft {
	float: left;
	width: 452px;
	padding-right: 30px;
	}

#textarealeft p {
	margin-right: 0;
	}

#textarealeft p img,
#textarealeft p input {
	float: left;
	border: 1px solid #b2b2b2;
	margin: 0 15px 15px 0;
	}

#textarealeft dl {
	float: left;
	width: 153px;
	padding: 0;
	margin: 0;
	}

#textarealeft dt,
#textarealeft dd {
	font-size: 1.2em;
	}

#textarealeft dt {
	font-weight: bold;
	}

#textarealeft dd {
	margin-bottom: 2.0em;
	}

#textarealeft a {
	clear: both;
	}

/*	#####################################################

	Styles for #textarearight
	
	This div displays clickable case study logos down the
	right-hand side of the page.

	##################################################### */

#textarearight {
	float: right;
	width: 171px;
	margin-top: 40px;
	}

#textarearight img {
	border: 1px solid #b2b2b2;
	margin: 0 0 30px 0;
	padding: 0;
	}

#textarearight p {
	font-weight: bold;
	}

.textarearightTitle {
	/*
	background-color: #862c83;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
	z-index: 5;
	top: -15px;
	right: -1px;
	padding: 5px 0 5px 17px;
	border-right: 15px solid #737373;
	width: 158px;
	*/
	display: none;
}

/*	#####################################################

	Styles for the Case Study List page.

	Each case study summary block consists of a thumbnail
	image, a heading (h2), summary text (p) and a 'read more'
	link (a). Each block is contained by a wrapper div:
	#casestudywrapper.

	##################################################### */

#casestudywrapper {
	float: left;
	width: 173px;
	margin: 20px 45px 0 0;
/*	border-bottom: 1px solid #b2b2b2; */
	}

#casestudywrapper h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	}

/*	##################################################### */

#spotlight {
    width: 290px;
    float: right;}
    
    
#spotlight h2 {
    font-family: Tahoma;
    font-size: 1.7em;
    color: #fff;
    font-weight: normal;
    line-height: 1.4em;
    width: 220px;
    margin: 0 0 10px 0;
    }
    
#spotlight h2 a{
    
    color: #fff;
    text-decoration: none;
    }   
    
#spotlight h2 a:hover {
    
    text-decoration: underline;
    }      

.spotimage {
    float: right;
    width: 267px;
    background-color: #862c83;
    padding: 13px 0 13px 17px;
    margin: 0 0 30px 0;
	}
    
.spotimage div {    
    border-right: 45px solid #737373;
    background-color: #fff;
    }
    
#spotlight p {
    margin: 10px 0 0 0;
    font-family: Verdana;
    color: #fff;
    font-size: 1.2em;
    }
    
#spotlight p a {
    color: #fff;
    text-decoration: none;
    } 
    
#spotlight p a:hover {
   text-decoration: underline;
    }        

    
.spotlinks {
    border-right: 45px solid #737373;
	float: right;
    width: 223px;
    background-color: #862c83;
    padding: 13px 0 13px 17px;
    margin: 0 0 30px 0;
	}	

/*	Home page spotlights are different to other pages - they are displayed between the main
	text area and the page footer.
	
	#maincontent.homepage is used as a hook to differentiate the home page spotlights from other pages
	and the relevant styles are defined below */

#maincontent.homepage #textarea img {
	margin-top: 7px;
	}

#maincontent.homepage #textarea.full p a {
	margin-top: 20px;
	}

#maincontent.homepage #spotlight {
	float: none;
    width: 677px;
	border: none;
	clear: both;
	margin: -75px 0 0 221px; /* 0 0 0 221px; */
	padding: 0;
	}

#maincontent.homepage #spotlight h2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.7em;
	color: #864a92;
    width: 212px;
    margin: 0 0 21px 91px;
    }

#maincontent.homepage #spotlight p {
	width: 212px;
 	color: #864a92;
    margin: 10px 0 25px 91px;
    font-family: Verdana;
    font-size: 1.2em;
    }
    
#maincontent.homepage #spotlight p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #864a92;
    text-decoration: none;
	font-weight: bold;
    }

#maincontent.homepage #spotlight p a:hover {
	text-decoration: underline;
	}

#maincontent.homepage #spotlight .spotlinks {
	float: left;
	border: none;
	width: 305px;
	margin: 0 25px 0 0;
	padding: 0;
	background: none;
	}	

#maincontent.homepage #spotlight .spotlinks img {
	float: left;
	border: 1px solid #ccc;
	margin: 5px 15px 1em 0;
	}


	
/* footer styles */

#footer {
    float: left;
    margin: 20px 0 20px 221px;
	width: 660px;
    }
    
#footer div {
    float: left;
    font-family: Verdana;
    font-size: 1.1em;
    font-weight: normal;
    
    }

#footer div a {
    color: #681e5b;
    text-decoration: none;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: normal;
    }

#footer span {    
    float: left;
    margin: 0 5px 0 0 ;
    font-family: Verdana;
    font-size: 1.4em;
    color: #959595;
    font-weight: normal;
    }
    
#footer div.links {
    margin: 5px 0 0 0;
    float: left;
    font-family: arial;
    font-size: 1.0em;
    font-weight: normal;
    color: #636363;
    }   
    
#footer div.links a {
    color: #636363;
    text-decoration: none;
    font-family: arial;
    font-weight: normal;
    font-size: 1.0em;
    }    


#footer div.links a:hover { 
    text-decoration: underline ;
    }

#footerfaq {
	border:0 solid #000000;
	height:50px;
	margin:0 0 10px 221px;
	overflow:auto;
	visibility:visible;
	width:660px;	
}
#footerfaq h1, #footerfaq h2, #footerfaq p { color:#636363; }
#footerfaq h1 { font-size: 1.1em; margin-bottom: 36px; }
#footerfaq h2 { font-size: 1.0em; }
#footerfaq p { margin-bottom: 10px;}
/* Extranet styles */

#secondlevel.extranet li {    
    background: url("/media/images/backgrounds/background_second_level.gif") bottom left no-repeat; 
    text-align: left;
    display: block;   
    padding: 5px 0 5px 30px;
    }

#secondlevel.extranet h2 {
    color: #737373;
    text-transform: uppercase; 
    font-weight: bold;
    font-size: 1.0em;
    padding: 6px 0 6px 0;
    }

#headline.extranet h2 {
    font-size: 2.3em;
    color: #737373;
    font-weight: normal;
    margin: 0 0 0 23px;
    }   

#headline.extranet h3 {
    font-size: 1.8em;
    color: #737373;
    font-weight: normal;
    margin: 20px 0 0 23px;
    float: left;
    }      

#headline.extranet p {     
    float: left;
    font-size: 1.1em;
    color: #000;
    margin: 21px 0 0 0px;
    }    
 
#headline.extranet p a {
    color: #000;
    }

#headline.extranet p strong a{
   text-decoration: none;
   }
#headline.extranet span {
    display: block;
    float: left;
    width: 134px;
    }
    
#headline.extranet {
    float: left;
    font-family: Tahoma;
    padding: 50px 0 0 0 !important;
    border-left: 23px solid #000;
    background-color: #fff;
    }

    
    
#searchform {
    width: 853px;
    background-color: #eee;
    margin: 10px 0 0 -23px;
    border-left: 23px solid #4b4b4b;
    font-family: Verdana;
    padding: 24px 24px 24px 0;
    }
    
#searchform br {
    clear: both;
    }
    
.panel1, .panel2 {    
    float: left;
    margin: 0 0 0 29px;
    }
    
.panel1 label, .panel2 label {
    display: block;
    float: left;
    width: 96px;
    text-align: right;
    font-weight: bold;
    font-size: 0.9em;
    }
   
.panel1 select, .panel2 select {    
    float: left;
    border: 1px solid #cfcfcf;
    width: 200px;
    font-size: 0.9em;
    margin: 0 0 2px 10px;
    }
    
.button {    
    float: left;
    margin: 0 0 0 30px;
    }



td.rollover {
    width: 72px;
    height: 56px;
    font-family: tahoma;
    color: #771173;
    font-size: 1.4em;
    text-align: right;
    padding: 0 15px 0 0;
    background: url("/media/images/backgrounds/background_content_extranet.gif") top left repeat-y; 
    border-bottom: 1px solid #fff;
    }
 
 td.rollover a {
  text-decoration: none;
  }
  
 td.rollover.hover, td.rollover:hover {
    background: url("/media/images/backgrounds/background_content_extranet_roll.gif") top left repeat-y; 
    }
    
    
     
    
 td.promo {
    font-weight: bold;
    text-align: right;
    font-family: tahoma;
    width: 114px;
    padding: 0 17px 0 0;
    color: #777;
    background-color: #fff
    }
   
td.brand {    
    font-family: Arial;
    color: #000;
    width: 220px;
    font-size: 1.1em;
    }
    
  #content.extranet #footer {
    margin: 65px 0 0px 225px;
    padding: 0 0 30px 0;
   
    }  
 
 #results {
    float: right; 
    margin: 0 70px 0 0;
    }
    
 td.list1 {
    height: 20px;
    font-weight: bold;
    text-align: right;
    font-family: tahoma;
    width: 169px;
    padding: 0 17px 0 0;
    color: #777;
    text-transform: uppercase;
    
    }
   
td.list2 {    
    font-family: Arial;
    color: #000;
    width: 120px;
    font-size: 1.1em;
    padding: 0 17px 0 0;
    
    }
a.document {
	display: inline !important;
	margin-bottom: 0;
	padding-bottom: 0;
}       
    
    
               
