/* rem <p> imp rules after cleanup */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #5C5C5C;
	background-image: url(../images/background.gif);
	background-repeat: repeat;	
}

a, img {
	border: none;
}

a {
	text-decoration: none;
}

.clear {
	height: 0;
	clear: both;
}

p.clear {
	clear: both;
	height: 0;
}

.clear-left {
	height: 0;
	clear: left;
}

h1 {
	color: #050a78;
	font-size: 220%;
	margin-top: 0;
	margin-bottom: 12px;
	line-height: 100%;
}

h1.homepage-title {
	line-height: 100%;
}

h2, h3 {
	color: #050a78;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 100%;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

p.m0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

p.tm { 
	margin-top: 10px !important;
}

p.tm0 {
	margin-top: 0 !important;
}

p.bm0 {
	margin-bottom: 0 !important;
}

p.caption { }

hr {
	height: 1px;
	color: #cfcfcf;
}

div.image {
	margin-top: 10px;
	margin-bottom: 10px;
}

#page-container {
	position: absolute;
	left: 50%;
	margin-left: -358px;
	width: 715px;
}

#page-wrapper {
	position: relative;
	background-color: white;
	width: 685px;
	padding: 15px;
	margin: 18px 0;
}

#graphic-header {
	position: relative;
	height: 102px; 	/* needed IE6 */
	z-index: 1; 	/* needed IE6 */
}

#reneuron-logo {
	position: absolute;
	top: 0;
	left: 45px;
}

/* Top nav logic */

#mainnav {
	position: relative;
	left: 0;
	width: 685px;
	margin-top: -3px;
}

#mainnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;		
}

#section-nav {
	background-image: url(../images/mainnav-border.gif);
	background-repeat: repeat-x;
	background-position: 0 33px;			
	height: 34px;
}

/* Menu logic */

ul.lev2 {
	margin-right: 5px;
	margin-bottom: 5px;
}

/* General */

#section-nav ul {
	background-color: white;
}

li.lev1 {
	position: relative;
	float: left;
	font-size: 11px;
	line-height: 34px;
	vertical-align: middle;
	margin-right: 27px;
}

li.lev1.selected {
	color: #050a78;
	background-image: url(../images/mainnav-selected.gif);
	background-repeat: repeat-x;
	background-position: 0 33px;
}

#section-nav a, #section-nav a:visited {
	color: #5c5c5c;
}

#section-nav li a:hover {
	color: #050a78;
}	

/* Level 1 */

ul.lev1 {
	z-index: 1;
}

/* Level 2 & 3 general */
		
li.lev2, li.lev3 {
	position: relative;
	float: left;  /* IE5.5 */
	line-height: 11px !important; /* IE */
}

li.lev2 a, li.lev3 a {
	display: block;
	padding: 6px 0 6px 9px;
}

li.lev2 span, li.lev3 span {
	display: block;
	padding: 6px 0 6px 9px;	
}

/* lev 2*/

ul.lev2 {
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	border-color: #cfcfcf;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	background-color: white;
	z-index: 2 !important;
}
	
li.lev1.over1 ul.lev2, li.lev1:hover ul.lev2 {
	display: block;
}

/* lev 3 */

ul.lev3 {
	display: none;
	position: absolute;
	top: 5px;
	border: solid #cfcfcf 1px;
	background-color: white;
	z-index: 3 !important;
}

li.lev2.over2 ul.lev3, li.lev2:hover ul.lev3 {
	display: block;
}

/* lev 2 menu widths */

#company-info, #company-info li.lev2 { width: 150px; }
#programmes, #programmes li.lev2 { width: 140px; }
#products, #products li.lev2 { width: 60px; }
#news--events, #news--events li.lev2 { width: 160px; }
#contacts--help, #contacts--help li.lev2 { width: 150px; }
#investors, #investors li.lev2 { width: 150px; }

/* lev 3 menu widths */

#news { width: 90px; }
#events { width: 85px; }

/* Level 3 offsets - should be 1px less than width of parent menu */

#news-and-events ul.lev3 { left: 59px; }

/* End menu logic */

#site-nav-wrapper {
	position: absolute;
	top: 0;
	left: 446px;
	border-left: solid #cfcfcf 1px;	
}

#site-nav {
	width:238px;
	background-color: #6b6b6b;
	background-image: url(../images/mainnav-border.gif);
	background-repeat: repeat-x;
	background-position: 0 33px;			
	height: 34px;	
}

#site-nav li {
	float: left;
	font-size: 11px;
	height: 24px;
	padding-top: 10px;
}

#site-nav li {
	float: left;
	margin-right: 16px;
}

#site-nav li.first {
	margin-left: 5px;
}

#site-nav li.last {
	margin-right: 0;
}

#site-nav a, #site-nav a:visited {
	color: #cfcfcf;
}

#site-nav a:hover {
	color: #050a78;
}

/* End top nav logic */

#breadcrumb {
	margin-top: 10px;
	width: 100%; /* needed Op */
	height: 16px;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#breadcrumb li {
	float: left;
	font-size: 11px;
	padding-left: 16px;
	background-image: url(../images/breadcrumb-arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#breadcrumb li.first {
	padding-left: 0;
	background-image: none;	
}

/* Only visible on print stylesheet */
#breadcrumb li span {
	display: none;
}

#breadcrumb a, #breadcrumb a:visited, #footer a, #footer a:visited {
	color: #5c5c5c;
}

#content-container {
	clear: both;
	margin-top: 10px;
	font-size: 70%;
}

#content-wrapper {
	height: 1%; /* IE */
	background-image: url(../images/content-border.gif);
	background-repeat: repeat-y;
	background-position: 446px 0;
}

#content-full-width a, #content-wrapper a {
	color: #050a78;
	font-weight: bold;
}

#content {
	float: left;
	width: 432px;
	padding-left: 1px; /* stops IE cropping some leftmost text */
}

#right-column {
	margin-left: 458px;
	height: 1%; /* IE 3px hack */
}

#footer {
	clear: both;
	font-size: 11px;
	margin-top: 20px;
	padding-top: 4px;
	height: 30px;
	border-top: solid #cfcfcf 1px;
}

#footer #copyright {
	float: left;
}

#footer ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer li {
	display: inline;
	margin-left: 12px;
}

/* Info boxes */

div.info-box-heading {
	position: relative;
	float: right;
	width: 90px;
	height: 22px;
	background-color: #6b6b6b;
	color: #cfcfcf;
	margin-bottom: 1px;
	padding-right: 9px;
	background-image: url(../images/box-info/box-heading-end-tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div.info-box-heading p {
	position: absolute;
	top: 3px;
	right: 16px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0 ;
	padding: 0;
	text-align: right;
}

div.info-box-outer { /* several */
	clear: right;
	height: 1%;
	background-color: #cfcfcf;
	padding: 4px 35px 0 4px;
}

div.info-box-outer.single, div.info-box-outer.last { /* on it's own or last */
	background-image: url(../images/box-info/box-corner-br-outer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
	padding: 4px 35px 4px 4px;
}

div.info-box-outer.single {
	margin-top: 7px;
}

div.info-box-outer.single.first {
	margin-top: 0;
}

div.info-box-inner {
	padding: 9px 8px 12px 8px;
	background-color: white;
	background-image: url(../images/box-info/box-corner-br-inner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.info-box-inner p {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.info-box-inner p.last {
	margin-bottom: 0;
}

div.infobox-inner p.first {
	margin-top: 0;
	margin-bottom: 10px;
}

div.info-box-inner h2.box-heading {
	margin-bottom: 10px;
}

div.info-box-inner ul {
	list-style-type: none;
	margin: 0 0 0 1px;
	padding: 0;
}

div.info-box-inner li {
	padding-left: 9px;
	background: url(../images/box-info/box-list-bullet.gif) no-repeat 0 4px;
	margin-bottom: 7px;
}

div.info-box-inner li.last {
	margin-bottom: 0;
}

div.info-box-inner ul.no-spacing li {
	margin-top: 0;
}

#content-full-width a.link, #content-wrapper a.link {
	color: #5C5C5C;
	font-weight: normal;
}

div.info-box-inner a.arrow {
	position: absolute;
	right: 25px;
}

/* End info boxes */

/* Page specific */

#content-wrapper a.table-link, #content-wrapper a.table-link:visited {
	color: #5c5c5c;
	font-weight: normal;
}

#content-wrapper a.table-link:hover {
	color: #050a78;
}

p.top-of-page {
	margin-top: 20px;
}

p.top-of-page a {
	font-weight: normal !important;
	color: #5c5c5c !important;
}

p.top-of-page img {
	vertical-align: middle;
	margin-right: 5px;
}

/* Links with download arrow */

p.headline-link a {
	font-weight: normal !important;
	color: #5c5c5c !important;
}

p.headline-link img {
	vertical-align: middle;
	margin-right: 5px;
}

/* Basic table */

table.basic {
	border-collapse: collapse;
}

table.basic {
	text-align: right;
}

table.basic th, table.basic td { vertical-align: bottom; }
table.basic td, table.basic th { padding-right: 3px; font-weight: normal; }

table.basic tr.divider td { border-top: solid gray 1px; }
table.basic tr.divider-bottom td { border-bottom: solid gray 1px; }
table.basic tr.divider-strong td { border-top: solid gray 3px; }

table.basic td.label {
	text-align: left;
}

table.basic th.label { width: 45%; }
table.basic th.note, table.basic td.note  { width: 10%; text-align: center; }
table.basic th.sep05, table.basic td.sep05 { width: 15%; background: #CCCCCC; font-weight: bold; }
table.basic th.sep04 { width: 15%; }
table.basic th.mar05 { width: 15%; }

#content-full-width table.basic a,
#content-full-width table.sharecap a,
#content-wrapper table.basic a,
#content-wrapper table.sharecap a {
	width: 1em;
	display: block;
	color: #5C5C5C;
	font-weight: normal;
/*	text-decoration: underline;*/
	border-bottom: solid #5C5C5C 3px;
}

/* Share capital and reserves */

table.sharecap {
	border-collapse: collapse;
}

table.sharecap {
	text-align: right;
}

table.sharecap th, table.sharecap td { vertical-align: bottom; }
table.sharecap td, table.sharecap th { padding-right: 3px; font-weight: normal; }

table.sharecap tr.divider td { border-top: solid gray 1px; }
table.sharecap tr.divider-bottom td { border-bottom: solid gray 1px; }
table.sharecap tr.divider-strong td { border-top: solid gray 3px; font-weight: bold; }

table.sharecap td.label {
	text-align: left;
}

table.sharecap th.label { width: 28%; }
table.sharecap th.column { width: 12%; }