/* main tags / general classes
============================== */

body {
	border-top: 0;
	height: 100%;
	margin: 0;
	background-color: #f2faff;
	/* text-align to center content in IE 5.5 */
	text-align: center;
}

.right {float:right;}


/* basic text styles
==============================*/



p, h1, h2, h3, td p, td h2, td h3, li {	
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

/* GRP 3.0 : HPOV Call - 560573 on 24-Jan-2011 #START  */

#information{	
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:20px;
}

#information ul li{	
	font-size: 0.9em;
	list-style:disc;
}	

#information ol li{
	font-size: 0.9em;
	list-style:decimal;
	margin-left:08px;
}

#information table{	
	margin-left:25px;
}	

#information h5{	
	margin-left:25px;
}	


#information div{	
	margin-left:23px;
	margin-bottom:15px;
}

#information p{	
	margin-left:23px;
	font-size: 0.9em;
	margin-bottom:15px;
}

/* GRP 3.0 : HPOV Call - 560573 on 24-Jan-2011 #END  */

h1 {
	font-size: 1.2em;
	font-weight: normal;
}

h2 {
	font-size: 0.9em;
	margin-bottom:0;
	padding-bottom:0;
}

h3 {
	font-size: 0.8em;
	margin-bottom:0;
	padding-bottom:0;
}


/* for working with us page */
#nospace p {margin-top:3px;}

/* */

h3 {
	font-size: 0.8em;
	font-weight: bold;
}

p {font-size: 0.8em;}

li {font-size: 0.8em;}

ul li ul {margin-left:15px;}

ul li ul li {font-size:1em;}

.pdfs {list-style:none;margin-left:0;padding-left:0;}

.pdfs li {background: url(/common/images/build/icn_pdf_sm.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left:18px;
	padding-bottom:20px;
	font-size:0.7em;
}



/* links */


a,  
a:hover, 
a:visited {
	color: #af2021;
}


a:hover {text-decoration: underline;}

h2 a, 
h2 a:visited {
	color: #333333;
	text-decoration: none;
}

h2 a:hover {
	color: #333333;
	text-decoration: underline;
}


/* header
============================== */

#header {
	background: #fff;
	border-bottom: 1px solid #c9e0ee;
	height: 68px;
	margin: 0 20px 15px 20px;
	padding: 20px 0 0 0;
}

.logo {
	float: right;
	margin-top: 14px;
}

#header img {
	margin-left: 0;
	padding: 0;
}

/* Container div
============================= */
#container {
	width: 760px;
	margin: 0 auto;
	border-left: 1px solid #c9e0ee;
	border-right: 1px solid #c9e0ee; 
	background: #fff;
	height: 100%;
	/* text-align left for IE 5.5 (see body style above) */
	text-align: left;
}

/* Main content div
============================= */

#maincontent {
	float: right;
	margin-top:0;
	margin-left: -1px;
	padding: 0 20px 0 20px;
	width: 618px; /* IE5.5 width */
	w\idth: 579px; /* IE6 & Moz correct width */
	background: #fff;
	border-left: 1px solid #c9e0ee;
}

/* hide from IE */
html>body>#container>#maincontent  {
	margin-bottom: 20px; 
}

/* Left Nav
============================= */

#leftnav {
	width: 140px;
	float: left;
	padding:0;
	border: 0;
	margin:0;
	background: #fff;
	border-right: 1px solid #c9e0ee;
	border-bottom: 1px solid #fff;
}

#leftnav ul {
	border-top: 1px solid #c9e0ee; 
	vertical-align: top;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
	border-right: 0;
}

#leftnav li {
	border-left: 1px solid #c9e0ee;
	border-bottom: 1px solid #c9e0ee; 
	background: url(/common/images/build/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding: 3px 0 5px 16px;
	font-size: 0.7em;
	line-height: 115%;
	margin: 0;
}

#leftnav a, 
#leftnav a:hover, 
#leftnav a:visited {
	color: #333;
	text-decoration: none;
}

#leftnav a:hover{
	text-decoration: underline;
}

#leftnav .about{
 	background: #e6e6e6;
}

#leftnav .bupa{
 	background-color: #f6fafd;
	padding: 3px 5px 10px 16px;
	font-size: 0.7em;
}


#leftnav #office{
 	background-color: #f6f4f5;
	padding: 5px 0 10px 16px;
	margin-left:20px;
	margin-top:0;
	font-size: 0.7em;
	border-right: 0;
	border-bottom: 1px solid #c9e0ee;
	border-left: 1px solid #c9e0ee;
}



#leftnav .home {
 	background-color: #daf0fe;
}

#leftnav .what {
	background-color:#d2e6cd;
}

#leftnav .workingwith {
	background-color:#e4e9f5;
}

#leftnav .purchasing {
	background-color:#f5ecf9;
}

#leftnav .register {
	background-color:#fbf3d3;
}

#leftnav .currentsourcing {
	background-color:#efe6d3;
}


/* for left sub nav */
#leftnav .noborder {
	border:none;
	background: url(/common/images/build/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px 6px;
	padding-left:26px;
}

#leftnav .topborder {
	border-top: 1px solid #c9e0ee; 
}

/* footer
============================= */
#footer	{
	height: 50px; 
	padding-top: 10px;
	border-top: 1px solid #c9e0ee;
	margin-left: 20px;
	margin-right: 20px;
	margin-top:20px;
	clear: both;
}

#footer p {
	color: #0099ff;
	font-size: 0.7em;
	margin-right: 0;
}

#footer a,#footer  a:hover,#footer a:visited {
	color:#09f;
	text-decoration:none;
}


#footer a:hover {
	text-decoration:underline;
}


/* boxes homepage 
============================== */

/* right side image */
.side {
	padding: 0;
	margin: 0;
	float:right;
}

.buy h2, .working h2, .interest h2, .process h2, .current h2  {
	padding: 5px 0 0 20px; 
	margin: 0;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 4px 7px;
	font-size: .8em;
}

.interest p, .working p, .buy p, .process p, .current p {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:5px;
	margin-top: 10px;
}

.interest {
	background-color: #fbf3d3;
	background-image: url(/common/images/build/bld_interest_crnr.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 5px;
	padding-top: 0;
}

.interest h2 {
	border-top: solid 1px #e6bb53;
	background-image: url(/common/images/build/bld_action_interest.gif);
}

.action {
	margin-bottom: 10px;
	margin-top:0px;
	padding-top:0;
}

.working {
	background-color: #e4e9f5;
	border-right: solid 20px #fff;
	border-bottom: solid 20px #fff;
	background-image: url(/common/images/build/bld_working_crnr.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 5px;
	padding-top: 0;
	margin-top:5px;
}

.working h2	{
	background-image: url(/common/images/build/bld_action_working.gif);
	border-top: solid 1px #a9bae1;
}

.buy {
	background-color: #e1eedd;
	border-bottom: solid 20px #fff;
	border-right: solid 20px #fff;
	background-image: url(/common/images/build/bld_buy_crnr.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 5px;
	padding-top: 0;
}

.buy h2 {
	border-top: solid 1px #94b98b;
	background-image: url(/common/images/build/bld_action_buy.gif);
}

.process {
	background-color:#f5ecf9;
	border-right: solid 20px #fff;
	background-image: url(/common/images/build/bld_process_crnr.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom:5px;
	padding-top:0;
}

.process h2{
	border-top: solid 1px #dbc3e6;
	background-image: url(/common/images/build/bld_action_process.gif);
	}

.current {
	background-color: #efe6d3;
	background-image: url(/common/images/build/bld_current_crnr.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 5px;
	padding-top: 0;
	border-bottom: solid 20px #fff;
	margin-top:5px;
}

.current h2 {
	border-top: solid 1px #dbccab;
	background-image: url(/common/images/build/bld_action_current.gif);
}


.hr_current {color:#efe6d3; width:100%; height:1px; }


/* boxes buys page
============================== */
.one {
	background-color: #c6e5e5;
	border-right: solid 20px #fff;
	border-bottom: solid 20px #fff;
	padding-top: 0;
	height: 1%;
}


/* product image 
=============================== */
.rightcol {
	width:49%;
	float:right;
}

.leftcol {
	width:49%;
	float:left;
}

.product {
	padding: 0;
	margin: 0;
	float:right;
}

.one h2, .two h2, .three h2, .four h2, .five h2, .six h2 {
	padding: 5px 0 0 10px; 
	margin: 0  0 0 0;
	border-top: solid 1px #94be8a;
	font-size:0.8em;

}

.one p, .two p, .three p, .four p, .five p, .six p {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0;
	
}

.two {
	background-color: #f6ddb6;
	border-right: solid 20px #fff;
	border-bottom: solid 20px #fff;
	padding-top: 0;
	height: 1%;
}


.three {
	background-color: #ededa5;
	border-right: solid 20px #fff;
	padding-top: 0;
	height: 1%;
}


.four {
	background-color:#e7e7c9;
	border-bottom: solid 20px #fff;
	padding-top:0;
}


.five {
	background-color: #caeaab;
	border-right: solid 20px #fff;
	padding-top: 0;
	height: 1%;
}


.six {
	background-color: #f0e6e6;
	padding-top: 0;
	margin-bottom:20px;
	height: 1%;
}

/* other bits
============================== */


img {
	border:0;
}

.right {
	float: right;
}


.left {
	float: left;
}

.mainimg {
	float: right;
	padding:0 0 0 20px;
	margin:0 0 5px 0;
}


hr {
	color: #fff;
	height: 1px;
	padding: 0;
	margin:0;
	border: 0;
	clear: right;
}

hr.registerinterest	{
	color: #B2CEDE;
	height: 2px;
}


.rightcol2 {
	width:118px;
	float:right;
	
}

.rightcol2 h3{
margin-bottom:0px;
padding-bottom:0px;
}

.rightcol2 ul {
margin-top:3px;
padding-bottom:0px;
}



#mark {
	background:#e9eefa;
	margin:0 0 20px 0;
	width:120px; 
	float:right;
	}

#mark p{
	margin-top:3px;
	padding:0 5px 5px 5px;
	font-size:0.7em;
	}

.clearfloats {
		display: block;
		clear: both;
	}
	
.error {
	color: #ff3333;
	}

/* used on some tds of forms to give space between chunks of text */
.toppadding  {
	padding-top: 15px;
	vertical-align:bottom;
	}
	
.center {display:block; margin-left:auto; margin-right:auto;}


/* tables
============================== */

table {
	margin-top:0;
	border:0 /*1px solid #000 */;
	}

td {
	vertical-align:top;
	padding-right:0;
	margin-right:0;
	}

td.registerinterestdivider {
	vertical-align:bottom;
	}

/* forms
============================== */

.form th {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans serif;
	vertical-align:top;
	}

.form td {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans serif;
	}
	
.form input {
	vertical-align:top;
}


.registerinterestsubcat	{
	width: 550px; 
}

textarea {
	font-family: Arial, Helvetica, sans serif;
	}
	
#mandatorycategory	{
	background-color: #FAF0C6;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans serif;
	border: 1px solid #F4D55B;
}

#nonmandatorycats	{
	background-color: #FAF4DE;
}

/* product box for individual product pages
============================== */
.copy {
	margin-top:0;
	padding:2px 10px 5px 10px; /* padding so that copy does not touch box edges */
	}
	
.box {
	margin-bottom: 10px;
	height: 1%;
	vertical-align:top;
	}

.hotel {
	background-color:#f6ddb6;
	}
	
.non {
	background-color:#c6e5e5;
	}
	
.property {
	background-color:#ededa5;
	}
	
.inventory {
	background-color:#e7e7c9;
	}
	
.is {
	background-color:#caeaab;
	}
	
.capital {
	background-color:#f0e6e6;
	}
	
.subcategorybox	{width: 300px}

.subcategorybox_wide { 
	width: 200px; 		
	}

#tandc	{
	width: 550px; 
}

