/* colors.css */

div#branding {
	height:105px; }
	
div#branding p {
	position:relative;
	left:430px;
	top:35px;
	width:300px;
	text-align:right;
	font-weight:bold;
	color:#990000;}

h1 {
	position:absolute;
	width:376px;
	height:105px;
	background:transparent url(../images/Int_comms_logo.jpg) no-repeat top left;
	text-indent:-9999px;}
	
div#bluebar {
	height:37px;
	width:768px;
	background:url(../images/bg_blue.jpg) repeat-x;
	position:relative;}

div#bluebar img {
	position:absolute;
	left:375px;}

div#members{
	height:190PX;
	position:relative;
	}	

li#o2 {
	background:url(../images/O2.jpg) no-repeat;
	top:0;
	left:50px;
	width:76px;
	height:76px;
	display:block;
	position:absolute;
	text-indent:-9999px;
	margin:0;
	}
li#e-on {
	background:url(../images/e-on.jpg) no-repeat;
	width:153px;
	top:0;
	left:180px;
	height:76px;
	position:absolute;
	text-indent:-9999px;
	margin:0;
	}
li#tetley {
	background:url(../images/Tetley.jpg) no-repeat;
	top:0;
	left:380px;
	width:142px;
	height:76px;
	position:absolute;
	text-indent:-9999px;
	margin:0;
	}
li#hsbc {
	background:url(../images/HSBC.jpg) no-repeat;
	width:230px;
	height:68px;
	top:100px;
	left:50px;
	position:absolute;
	text-indent:-9999px;
	margin:0;
	}
li#virgin {
	background:url(../images/virgin_holidays.jpg) no-repeat;
	width:243px;
	height:68px;
	top:100px;
	left:280px;
	position:absolute;
	text-indent:-9999px;
	margin:0;
	}
	
table#testable {
	color:white;
	background:white;}
	
div#steps {
	background:#00527B url(../images/8steps_cover2.jpg) no-repeat top left;
}
	
div#about_melcrum {
	background:white;
	background:white url(../images/bg_grey2.jpg) repeat-x top left;
	color:black;}

.link_no_underline {
	text-decoration:none;
	color:#003366;}

.link_no_underline:hover {
	text-decoration:underline;
	color:#990000;}
	
.link_underline {
	text-decoration:underline;
	color:#003366;}

.link_underline:hover {
	text-decoration:none;
	color:#003366;}
	

