
/* General */

body {
	color: #000;
	background-color: #333333;
	margin: 0;
	padding: 0 0 3em 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	cursor: default;
}

table {
	border: none;
}

table td, table th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	color: #000;
	vertical-align: top;
	text-align: left;
}

a {
	color: #005FA9;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	color: #1891C9;
	text-decoration: none;
}

a img {
	border: none;
}

ul {
	margin: 0 0 0 2em;
	padding: 0;
	list-style: none;
}

li {
	background-image: url("../images/blt.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 1em;
	margin: 1em 0;
}

form {
	margin: 0;
}

input, textarea {
	vertical-align: middle;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

input.text, textarea {
	border: 1px solid #7F9DB9;
	padding: 0.3em 0 0.3em 0.3em;
}

input.submit {
	cursor: pointer;
}


/* Container */

#container {
	background-color: #fff;
	background-image: url("../images/content_bg.gif");
	background-repeat: no-repeat;
}


/* Header */

#header {
	background-image: url("../images/header_bg.gif");
	background-repeat: no-repeat;
	background-color: #202C57;
	height: 113px;
	position: relative;
}

#header h1 {
	background-image: url("../images/dark_blue_sea_logo.gif");
	background-repeat: no-repeat;
	margin: 0;
	width: 142px;
	height: 95px;
	position: absolute;
	top: 8px;
	left: 30px;
}

#header h1 a {
	display: block;
	width: 142px;
	height: 95px;
}

#header h1 span {
	display: none;
}


/* Navbar */

#navbar {
	background-image: url("../images/navbar_bg.gif");
	background-color: #506384;
	height: 35px;
	color: #abc3ff;
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
	font-size: 11px;
}

#navbar p {
	margin: 0;
	padding: 0.6em 1.8em 0 1.8em;
	width: 700px;
}

#navbar a {
	color: #fff;
	text-decoration: none;
	margin: 0 0.6em;
}

#navbar a:hover {
	color: #cbe1ff;
	text-decoration: underline;
}

#navbar .current {
	color: #cbe1ff;
	margin: 0 0.6em;
}


/* Content */

#content {
	width: 760px;
	margin-bottom: 1em;
	position: relative;
}

#section {
	background-image: url("../images/section_bg.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0.5em 0 0.7em 1em;
	margin: 0 1em;
}

#section h2 {
	background-image: url("../images/section_blt.gif");
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #15224F;
	margin: 0;
	padding: 0 0 0 0.8em;
	position: relative;
}


/* Information */

#information {
	padding: 0.1em 0 0 2em;
	line-height: 1.4em;
}

#information:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#information h3 {
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
	font-size: 15px;
	color: #1A4D6C;
	font-weight: bold;
	margin: 1em 0;
	padding: 0;
}

#information h4, #information h5 {
	font-weight: bold;
	font-size: 11px;
}

#information p {
	margin: 0.8em 0 1.4em 0;
}

.more_info {
	background-image: url("../images/more_blt.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0.1em 2em;
}


/* Box */

#information .box h3 {
	padding: 0 1.4em 0 1.6em;
	margin-bottom: 0.75em;
}

#information .box ul {
	margin: 0;
}

#information .box li {
	background-image: url("../images/blt_alt.gif");
}

#information .box_body {
	background-image: url("../images/box_bg_right.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

#information .box_body .inner {
	background-image: url("../images/box_bg_left.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 1em 2em 1em 2.4em;
}

.sidebar {
	float: left;
	width: 210px;
	padding-bottom: 2em;
}

.sidebar ul {
	margin-top: 2.5em;
}

.sidebar a:hover {
	text-decoration: underline;
}


/* Table Data */

table.data {
	margin: 0 0 1.5em 0;
	background-color: #fff;
	border: 1px solid #D9D9D9;
	margin-left: -5px;
}

table.data th {
	background-image: url("../images/table_th_bg.gif");
	background-repeat: repeat-x;
	font-weight: normal;
	color: #fff;
	font-size: 10px;
	background-color: #617290;
	padding: 0.4em 0.6em;
}

table.data td {
	font-size: 10px;
	padding: 0.3em 0.6em;
	margin: 0;
}

table.data tr.alt {
	background-color: #E7ECEF;
}

table.data a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #999999;
}

table.data a:hover {
	color: #1891C9;
	border-bottom: none;
}


/* Products Grid */

#products_grid {
	width: 700px;
	margin: 2em 0 0 0;
}

#products_grid td {
	width: 350px;
}

.products {
	margin: 0 1em;
}

#information .products .inner {
	padding-bottom: 0.5em;
}

.more_products {
	background-image: url("../images/box_line.gif");
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 1em;
	padding: 1.4em 2em 1em 2.4em;
}

.product_logo {
	padding: 0.6em 0 0.2em 0;
	text-align: center;
}

.product_logo img {
	margin-right: 2em;
}

.products .more_info {
	margin-bottom: 1.4em;
}


/* Products Info */

#content #product_info {
	width: 430px;
	margin-right: 20px;
	float: left;
}

#product_info .product_logo {
	text-align: left;
}

#product_info .product_logo img {
	margin: 0;
}

#content #screenshots {
	width: 270px;
}

#content #screenshots img {
	margin: 2em 0 0.5em 0;
	border: 1px solid #999;
}

#content #screenshots .inner {
	text-align: center;
	font-size: 10px;
}


/* Products Nav */

#content #product_nav {
	position: absolute;
	top: 0;
	right: 40px;
	text-align: right;
	color: #15224F;
	width: 550px;
}

#content #product_nav a {
	margin: 0 0.3em;
}

#content #product_nav .current {
	color: #000;
	margin: 0 0.3em;
}

#content #product_nav_hdr {
	font-weight: bold;
	margin: 0 0.3em 0 0;
}


/* About Us */

#content #profile {
	width: 490px;
	margin-right: 20px;
	float: left;
}


/* Investor Relations */

#content #strategy, #content #communication {
	width: 320px;
	float: left;
	margin-right: 30px;
}

#content #investor_nav {
	position: absolute;
	top: 0;
	right: 40px;
	text-align: right;
	color: #15224F;
	width: 550px;
}

#content .announcements {
	padding-top: 1px;
	clear: both;
}

#content .announcements h3 {
	margin-top: 0.6em;
}

#content .announcements table.data {
	width: 550px;
}

#content #investor_details {
	margin-right: 100px;
}


/* Careers */

#content #careers {
	width: 380px;
	margin-right: 20px;
	float: left;
}

#content #careers ul {
	margin: 0;
}

#content #enquiry {
	float: left;
	width: 305px;
	padding-bottom: 2em;
}

#enquiry table {
	position: relative;
	top: 1.3em;
}

#enquiry table td {
	font-size: 10px;
	color: #005FA9;
	padding: 0.3em 0.6em;
}

#enquiry input.text, #enquiry textarea {
	width: 13em;
}

#enquiry textarea.comments {
	width: 16em;
}


/* Corporate Goverenance */

#content #policy_details {
	width: 490px;
	margin-right: 20px;
	float: left;
}


/* Contact */

#contact table {
	width: 750px;
	margin-bottom: 1em;
}

#location_map {
	border: 1px solid #7F9DB9;
}


/* Privacy */

#privacy {
	width: 550px;
}


/* Footer */

#footer {
	clear: both;
	background-image: url("../images/footer_bg.gif");
	background-repeat: repeat-x;
	background-color: #5F6D90;
	height: 31px;
	color: #eee;
	font-size: 10px;
}

#footer_inner {
	background-image: url("../images/footer_bg_wave.gif");
	background-repeat: no-repeat;
	height: 31px;
	width: 760px;
}

#footer p {
	padding: 0.8em 1em;
	text-align: right;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #address {
	float: left;
	text-align: left;
}