/*
CSS - Redback Drilling Tools
author - Fifth Ring Integrated Corporate Communications (http://www.fifthring.co.uk)
*/

BODY{ 
      font-family: Verdana, Arial, Helvetica, sans-serif !important;
	  color: #000000; 
	  font-style: normal;
	  margin: 0 0 0 0}
	  
html, body {
    height: 100%;
}

/* Links */

a:link {
color:#F41528;
background: inherit;
text-decoration : none; 
padding : 0;
margin : 0;
}
a:visited {
color: #F41528;
background : inherit; 
text-decoration : none; 
}
a:hover {
color: #F41528;
text-decoration : underline; 
}
a:active {
color: #F41528;
background : inherit; 
text-decoration : none; 
}

a.menu:link 

{
text-decoration:none;
color:#FFFFFF;
background:#949494;
font-weight : bold;
width: 219px;
line-height:28px;
display:block;
font-size: 75%;
}

a.menu:active

{
text-decoration:none;
color:#FFFFFF;
background: #949494;
font-weight:bold;
width: 219px;
line-height:28px;
display:block;
font-size: 75%;
}

a.menu:visited 

{
text-decoration:none;
color:#FFFFFF;
background:#949494;
font-weight:bold;
width: 219px;
line-height:28px;
display:block;	 
font-size: 75%; 
}

a.menu:hover

{
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
width: 219px;
line-height:28px;
background: #3D3D3D;
display:block;	  
font-size: 75%;
}

a.submenu:link {font-family: Verdana, Arial, Helvetica, sans-serif !important; text-decoration: none; color: #000000;}
a.submenu:visited {text-decoration: none; color: #000000;}
a.submenu:active {text-decoration: none; color: #000000;}
a.submenu:hover {text-decoration: none; color: #000000;}

a.flaglink:link {font-family: Verdana, Arial, Helvetica, sans-serif !important; text-decoration: none; color: #FFFFFF;}
a.flaglink:visited {text-decoration: none; color: #FFFFFF;background: #6A6A6A;}
a.flaglink:active {text-decoration: none; color: #FFFFFF;background: #6A6A6A;}
a.flaglink:hover {text-decoration: none; color: #FFFFFF;background: #6A6A6A;}

a.newslink:link {font-family: Verdana, Arial, Helvetica, sans-serif !important; text-decoration: none; color: #FFFFFF;}
a.newslink:visited {text-decoration: none; color: #FFFFFF;}
a.newslink:active {text-decoration: none; color: #FFFFFF;}
a.newslink:hover {text-decoration: underline; color: #FFFFFF;}

a.mainlink:link {font-family: Verdana, Arial, Helvetica, sans-serif !important; text-decoration: none; color: #00214A;}
a.mainlink:visited {text-decoration: underline; color: #00214A;}
a.mainlink:active {text-decoration: underline; color: #00214A;}
a.mainlink:hover {text-decoration: underline; color: #00214A;}

/* POSITIONING */

img.bullet {
    border:0;}
	  
div#wrap {
	width: 760px;
	position: relative;
	text-align: left;
	height: 600px;
	background-color: #FFFFFF;
}

div#middle {
	width: 760px;
	position: relative;
	text-align: left;
	height:100%;
	background-color: #FFFFFF;
}

div#header-red {
    border-bottom: 1px solid white;
	width: 760px;
	position: relative;
	text-align: left;
	height: 5px;
	background-color: #F41528;
}

div#header-dkgrey {
    border-bottom: 1px solid white;
	width: 760px;
	position: relative;
	text-align: left;
	background-color: #3D3D3D;
}

div#header-flags {
    border-bottom: 2px solid white;
	width: 760px;
	position: relative;
	text-align: right;
	height: 17px;
	background-color: #6A6A6A;
}

div#logo {
	position: absolute;
	left: 17px;
	top: 15px;
}
div#spider {
	left: 687px;
	top: 20px;
	position: absolute;
}


.leftmenu {
	width: 219px;
	height:100%;
	background-color: #949494;
}

div#right {
	left: 219px;
	width:541px;
	height:100%;
	top: 115x;
	position: absolute;
}

div#footer {
    border-top: 1px solid white;
	width: 760px;
	height: 16px;
	top:584px;
	background-color: #6A6A6A;
	clear: both;
}



/* TEXT STYLE */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	color: #000000;
	font-size: 65%;
	font-style: normal;
	line-height: 11pt;
}

li{
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	color: #000000;
	font-size: 65%;
	font-style: normal;
	line-height: 11pt;
}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	color: #000000;
	font-size: 65%;
	font-style: normal;
	line-height: 11pt;
}

.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 65%;
	font-style: normal;
	
}

.flagtext {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	font-size:10px;
	margin-right:20px;
}

.headings {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 80%;
	font-weight: bolder;
	color: #F41528;
	line-height: normal;
	margin-top:5px;
}

.specheadings {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 80%;
	font-weight: bolder;
	color: #000000;
	line-height: normal;
}

/* FORM STYLE */

.form {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 10px;
	 }

.dropdown {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	width:100px;
	 }
	 
.latestnews {
	width: 185px;
	height: 114px;
	margin-top:25px;
	padding:10;

}

.submenuitem {
	margin-left:20px;
	font-size:70%;
}

table.tools
{ 
font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	line-height: 11pt;}
	
table.tools td
{ 
border: #c40000 solid;
border-width: thin;
font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	line-height: 11pt;}
