* {
	margin:0;
	padding:0;
}
html, body { 
	height:100%; /* Required */ 
}
body {
	background:#A8AEBE url(../images/v2/bg-body.gif) repeat-x 0 0;
	font:62.5%/140% Arial,Helvetica,sans-serif;
	color:#133F5B;
}
a {
	text-decoration:none;
	color:#133F5B;
}
a:hover {
	text-decoration:underline;
	color:#5294E8;
}
a img {
	border:none;
}
ul{
	list-style-type:none;
}
img.right {
	margin:0 0 1em 1em;
	border:2px solid #93ABBB;
}
img.left {
	margin:0 1em 1em 0;
	border:2px solid #93ABBB;
}
#header {
	margin-top:62px;
}
ol{
margin:0;
padding:0;
}
ol li {
margin-left:20px;
_margin-left:23px;
*margin-left:23px;
}
/*Initial Layout*/
div#container{
	width:773px;
	margin: 0 auto;
	background:#fff;
	position:relative;
	border:1px solid #fff;
	border-width: 1px 1px 0 1px;
	min-height:100%; /* For Modern Browsers */ 
	_height:100%; /* For IE6 */ 
	padding:0 0 0 0;
	background:#fff url(../images/v2/top_header.jpg) no-repeat 0 0;
	o/verflow:hidden;
	/*padding-bottom:33px;*/
}
/* Language Flags */
#lang-link{
	position:absolute;
	top:8px;
	left:8px;
	clear:none;
}
#lang-link li{
	float:left;
}
#lang-link a.selected{
	border:1px solid #FFFFFF;
	margin:0px;
}
#lang-link a{
	display:block;
	text-indent:-999em;
	width:22px;
	height:16px;
	padding:0px;
	margin:1px 0px 0px 1px;
}
#lang-link a#en{
	background:url(../images/flag_gb.gif) no-repeat 100% 0;
}
#lang-link a#pt{
	background:url(../images/flag_br.gif) no-repeat 100% 0;
}
/* Main Navigation */
div#left{
	position:absolute;
	top:208px;
	/*
	*/
	background:#1E1D83;
	height:41px;
	border:1px solid #fff;
	left:0;
}
#map{
	margin: 0 auto;
	text-align:center;
	background:#212787;
}
ul#main-nav{
	display:block;
	m/argin-top:148px;
	background:#fff;
	height:20px;
	width:772px;
	border:1px solid #fff;
	border-width: 0 0 1px 0;
}
ul#main-nav li{
	font-size:105%;
	display:block;
	float:left;
	background: url(../images/v2/bg-main-nav.gif) no-repeat 0 0;
	padding: 0 0 0 1px;
	margin: 0 1px 0 0;
}
ul#main-nav li a{
	display:block;
	background:blue;
	padding:3px 8px 3px 7px;
	font-weight:bold;
	height:14px;
	_height:auto;
	_padding-top:4px;
	background: url(../images/v2/bg-main-nav.gif) no-repeat 100% 0;
	font-size:10px;
}
#main-nav li ul {
	display:none;
}
ul#main-nav li.selected a{
  color:#FFCC01;
}
ul#main-nav li ul li a:hover{
	color:#FFCC01 !important;
	text-decoration:none;
}
ul#main-nav li a:hover{
	text-decoration:none;
}

/* Subnavigation */
ul#main-nav li.selected ul ul {
	display:none;
}
ul#main-nav ul li.selected ul {
	display:block;
}
ul#main-nav li.selected ul {
	background:#1E1D83;
	width:772px;
	display:block;
	position:absolute;
	left:0;
	margin-top:0px;
	border:1px solid #fff;
	border-width: 1px 0 0 0;
}
ul#main-nav li.selected a{
	padding:3px 20px 3px 19px;
	_padding-top:4px;
	background:#1E1D83 url(../images/v2/bg-li-selected.gif) no-repeat 100% 0 !important;
}
ul#main-nav li.selected ul li a{
	padding:3px 17px 3px 17px;
	_padding-top:4px;
	background:#1E1D83 !important;
}
ul#main-nav li.selected ul li a{
	padding:3px 10px 3px 10px;
	_padding-top:4px;
}
ul#main-nav li.selected ul a,
ul#main-nav li.selected ul li.selected ul a {
  color:#fff;
}
ul#main-nav li.selected ul li.selected a,
ul#main-nav li.selected ul li.selected ul li.selected a {
	color:#FFCC01;
}
ul#main-nav li ul{
	border:1px solid #fff;
	border-width: 0 1px 0 0;
}
ul#main-nav a{
	*font-size:10px;
}

/* Body layout */
.spacer {
	height:1px;
	clear:both;
}
div#content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:105%;
	#padding:0px 0px 0px 0px;
 padding:217px 11px 95px 11px;
 background:none;
	background-repeat:no-repeat !important;
	background-position: 0 0;
}
div#content h1{
	font-size:110%;
	color: #23428D;
}
div#content p,
div#content h1,
div#content ul{
	margin: 0 0 1em 0;
	line-height:1.5em;
}
div#content ul{
	list-style-type: square;
}
div#content ul li{
	margin:2px 0 2px 30px;
}
div#content img{
	/*margin: 0 0 1em 1em;*/
}
div.hr {
	height:1px;
	background:#CCD2EA;
	margin:17px 0;
	overflow:hidden;
}
hr {
	height:1px;
	color:#CCD2EA;
	background:#CCD2EA;
	border:none;
	margin:17px 0;
}
.left {
	float:left;
	margin:15px 15px 15px 0;
}
.right {
	float:right;
	margin:15px 0 15px 15px;
	padding:0;
}
.border {
	border:2px solid #93ABBB;
}
.light {
	font-weight:normal;
	font-size:.95em;
	display:block;
	color:#133F5B;
}
.collapse-top {
	margin-top:5px;
}
.cimg {
	background:#93ABBB;
}
.cimg img {
	margin:2px !important;
	display:block;
	border:none;

}
.cimg .caption {
	border-top:1px solid #fff;
	padding:0px 5px 2px 17px;
	font-size:.95em;
	background:#E4E4E4 url(../images/plus.gif) no-repeat 7px .56em;
}
table.datagrid {
	border-collapse:collapse;
}
.datagrid th {
	background:#212787;
	border:1px solid #FFF;
	padding:2px 6px;
	color:#FFF;
	white-space:nowrap;
}
#content .datagrid th a {
	color:#FFF;
	text-decoration:underline;
}
#content .datagrid th a:hover {
	color:#FFCC00;
}
.datagrid th img {
	margin:0 0 0 5px;
}
.datagrid td {
	padding:2px 6px;
	border:1px solid #FFF;
	/*
	background:#EAF2F4;
	*/
}
.datagrid tr.b td {
	/*
	background:#FBFDFD;
	*/
}

.datagrid td.title a {
	background:url(../images/doc.gif) no-repeat 0 .3em;
	display:block;
	padding-left:14px;
}
.datagrid td.techtitle a {
	background-repeat: no-repeat !important;
	background-position: 0 .6em !important;
	display:block;
	_height:0px;
	padding:4px 0 4px 22px;
}
.datagrid td.reportsandaccounts{
	background:white;
	border-bottom:1px solid #eee;
}
.datagrid td.reportsandaccounts a {
	background-repeat: no-repeat !important;
	background-position: 0 .6em !important;
	display:block;
	_height:0px;
	padding:6px 0 4px 22px;
}
h1 {
	color:#23428D;
	font-size:1.1em;
	margin:10px 0;
	_height:10px;
}
h2 {
	font-size:1em;
	margin:10px 0;
}
h3 {
	color:#000;
	font-size:1.1em;
	margin:10px 0;
	padding:0 0 0 12px;
	background:url(../images/plus.gif) no-repeat 0 .45em;
	_height:10px;
}
p {
	margin:10px 0;
}
select, .jumpbtn {
	font:1em Verdana,Arial,Helvetica,sans-serif;
}
.column-1 {
	background:url(../images/seperator-v_1.gif) no-repeat 100% 0;
	width:206px;
	margin:0 10px 0 0;
	padding:0 12px 0 0;
	min-height:404px;
	_height:404px;
	float:left;
}
.column-1 img {
	display:block;
	border:2px solid #93ABBB;
}
.column-2 {
/*float:left;
	width:520px;*/
	clear:none;
	margin-left:0px;
	margin-right:175px;
	padding-right:20px;
	display: block;
}
.column-1 h3,.column-2 h3 {
	margin-top:0;
}
a.more, a.more:hover {
	background:url(../images/btn_more.gif) no-repeat 100% 0;
	text-decoration:none;
	text-indent:-100em;
	display:block;
	width:60px;
	height:16px;
}
.box {
	float:left;
	background:#E4E4E4 url(../images/box_bg.gif) repeat-x 0 100%;
	margin:0 16px 0 0;
	width:179px;
	_height:161px;
	min-height:161px;
}
.last {
	margin-right:0;
}
.box h2 {
	background:#FFCC00 url(../images/box_head.gif) no-repeat;
	padding-left:17px;
	line-height:19px;
	margin:0;
	color:#000;
}
.box p {
	line-height:1.2em;
	padding:5px 7px;
	color:#000;
}
.box .more {
	margin:7px 7px 11px 7px;
}
div#content .box a img {
	margin: 0 0 1em 0;
}
textarea {
	font:1.3em Verdana,Arial,Helvetica,sans-serif;
}
/* Form */
div.msg_err{
	color: #a00;
}
p.thanks{
	font-weight:bold;
}
form#qa_form{
	margin: 2em 0 0 0;
}
form#qa_form label{
	display:block;
	float:left;
	clear: left;
	width: 10em;
}
form#qa_form input,
form#qa_form textarea{
	margin: 1px 0;
}
form#qa_form input{
	font-size:100%;
	width: 18em;
}
form#qa_form textarea{
	font-size:100%;
	width: 30em;
	height:6.5em;
}
div.submit #submit{
	width:auto !important;
	float:left;
}
div.submit label{
	width:10em;
	display:block;
	border:1px solid #fff;
	border-width: 1px 0;
}
#globals{
	border-top:1px solid #A8AEBE;
	padding: 20px 0 0 0 ;
}
#globals h3{
	margin: 0 0 20px 0;;
}
#globals div.news,
#globals div.report,
#globals div.shares{
	width:240px;
	float:left;
	height:200px;
}
#globals div.news,
#globals div.report{
	width: 210px;
	padding: 0 20px 0 0;
	border-right:1px solid #A8AEBE;
	margin:0 10px 0 0;
}
#globals div.report,
#globals div.shares{
	width: 224px;
	padding: 0 0 0  20px;	
}
#globals div.news ul{
	list-style-type:none;
}
#globals div.news li{
	margin: 0 0 1em 0;
	line-height:1.5em;
}
#globals div.news li a{
	display:block;
}
/* Footer */
#footer{
	/*position:absolute;
	bottom:0 !important;
	bottom:-1px; /* For Certain IE widths */
	/*width:773px; 
	margin:0 auto;
	left:0;*/
	font:100% Arial,Helvetica,sans-serif !important;
	margin:-33px auto 0 auto;
	position:relative;
	text-align:left;
	background:#E4E4E4;
	z-index:100;
	width:773px;
	height:33px;
}
#footer #left-bg{
	float:right;
	padding: 10px 31px 9px 28px;
	background:#CCD2EA;
}
#footer #email-link{
	display:none;
}
#foot-main {
	background:#E4E4E4 url(../images/web-outlook.gif) no-repeat 0 50%;
	padding:0;
	margin:0 0 0 0px;
	_height:33px;
	min-height:33px;
}
#foot-main a{
	display:block;
	float:left;
	padding: 10px 26px 8px 37px;
	border-right:1px solid #fff;
}
#foot-links a{
	padding: 10px 20px 9px 20px;
	border:none;
}
div.shares div{
	height:113px;
	width:209px;
	padding:10px;
}
div.shares span{
	display:block;
	/*color:white;*/
}
div.shares span.price{
	c/olor:#555;
	color:#FEC921;
	font-size:150%;
}
div.shares span.change,
div.shares span.lastclose,
div.shares span.lse{
	margin: 1em 0 0 0;
}
div.shares span.date{
	margin: 0 0.5em 0 0;
}
div.shares a{
	color:white;
	text-decoration:underline;
}
div.shares a:hover{
	color:#FEC921;
}
#visitSeastream, #visitFlexSteel {
	margin:0 8px 0 8px;
	padding-bottom:10px;
	border:0;
	float:none;
}
.hidden{
	display:none;
}
.redBorder{
  border:10px solid red !important;
}
#hsbody .disclaimer P {
  font-size:100%;
}
a.file {
	background-repeat: no-repeat !important;
	background-position: 0 .6em !important;
	display:block;
	_height:1%;
	padding:6px 0 4px 22px;
}

div.formrow {
	clear:left;
	margin-bottom:4px;
}

div.formrow label {
	float:left;
	width:200px;
}

/* old styles remove when new IR section goes live */
/*img{
	float:right;
}*/
