﻿body {
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	background-image:url('../images/body-background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
}
.column {
	float:left;
	position:relative;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:1.4em;
	padding:0px;
	margin:0px;
}
h2 {
	font-size:1.3em;
	padding:0px;
	margin:0px;
}
p {
	padding:5px 0px;
	margin:0px;
}
strong {
	color:#4DB4DD;
}
.narrowTextBox {
	width:150px;
}
.mediumTextBox {
	width:300px;
}
.wideTextBox, .list {
	width:450px;
}
#outerContainer {
	width:970px;
	margin:0px auto;
	background-image:url('../images/content-background.gif');
	background-position:left top;
	background-repeat:repeat-y;
}
#container {
	width:970px;
	background-image:url('../images/container-background.gif');
	background-position:left top;
	background-repeat:no-repeat;
}
#header {
	width:970px;
	clear:both;
	z-index:200;
}
#headerLeft {
	width:160px;
	padding:66px 0px 0px 20px;
}
#headerRight {
	width:790px;
	z-index:200;
}
#headerRightLeft {
	width:480px;
	padding:10px;
}
#headerRightLeft .actions {
	display:none;
}
.parentList {
	width:480px;
	height:150px;
	overflow:hidden;
}
.parentList .item {
	float:left;
	position:relative;
	width:100px;
	padding:0px 10px 5px 10px;
}
.parentList .item h3 {
	font-size:0.8em;
	padding:0px;
	margin:0px;
}
.parentList a {
	color:white;
}
.mainParentList {
	width:590px;
	float:left;
}
.mainParentList .item {
	float:left;
	position:relative;
	width:100px;
	padding:0px 10px 5px 10px;
}
.mainParentList .item h3 {
	font-size:0.8em;
	padding:0px;
	margin:0px;
}
.mainParentList a {
	color:black;
}

#headerRightRight {
	width:290px;
	padding:10px 0px;
	color:white;
	font-weight:bold;
}
#headerRightRight .name {
	font-size:1.6em;
	padding:0px;
	margin:0px;
}
#headerRightRight .tel {
	font-size:1.2em;
	padding:40px 0px;
}
#headerRightRight .mail {
	text-align:right;
	padding:0px 10px;
}
#headerRightRight .mail a {
	color:white;
}
.headerMenu {
	float:left;
	position:relative;
	width:950px;
	font-size:0.8em;
	font-weight:bold;
	padding:0px 0px 0px 20px;
	z-index:200;
	clear:both;
}
.headerMenu li {
	list-style:none;
	padding:0px;
	margin:0px;
}
.headerMenu a {
	color:white;
	display:inline-block;
	float:right;
	padding:5px;
	width:78px
}
.headerMenu a.NewsEvents {
	background-color:#DABC20;
}
.headerMenu a.Services {
	background-color:#C58D1E;
}
.headerMenu a.Clients {
	background-color:#4799D1;
}
.headerMenu a.CaseStudies {
	background-color:#75B567;
}
.headerMenu a.ImageLibrary {
	background-color:#726C9A;
}
.headerMenu a.EnquiryForm {
	background-color:#DABC20;
}
.headerMenu a.ROV {
	background-color:#C58D1E;
}
.headerMenu a.EquipmentHire {
	background-color:#D72674;
}
.headerMenu a.Training {
	background-color:#C58D1E;
}
.headerMenu a.Homepage {
	background-color:#75B567;
}
.headerMenu .actions {
	float: right;
	position: relative;
	padding: 0px 5px;
	color: black;
	font-weight: bold;
	z-index:200;
}
.headerMenu .actions ul {
	right: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	z-index:200;
	padding:0px;
}
.headerMenu .actions:hover ul {
	display: block;
}
.headerMenu .actions ul li {
	display: block;
	position: relative;
	width: 155px;	
	padding: 3px 5px;
	background:none;
}
.headerMenu .actions a {
	color: black;
	width:auto;
	padding:0px;
	width:155px;
	text-align:right;
}
#contentArea {
	width:970px;
	clear:both;
	z-index:50;
}
#contentLeft {
	width:300px;
	padding:10px 20px;
	color:white;
	z-index:50;
	font-weight:bold;
}
#contentRight {
	width:590px;
	padding:10px 0px 0px 20px;
	color:black;
	z-index:50;
}
#footer {
	width:970px;
	height:119px;
	clear:both;
	text-align:right;
	color:#293A82;
	font-weight:bold;
	background-image:url('../images/footer-background.gif');
	background-position:left top;
	background-repeat:no-repeat;
}
#footerTop, #footerBottom
{
	width:970px;
}
#footerTop {
	padding:0px 0px 0px 515px;
}
#footerTop p {
	float:left;
	position:relative;
}
#footerTop .tagline {
	font-size:1.4em;
	padding:8px 55px 0px 0px;
	color:black;
}
#footerTop .tagline strong {
	color:black;
}
#footer a {
	color:#293A82;
}
.smallButton {
	text-align:left;
	margin:0px 0px 0px 0px;
	display:inline-block;
	padding:8px 0px 0px 5px;
	width:78px;
	height:30px;
	background-image:url('../images/button.gif');
	background-position:center center;
	background-repeat:no-repeat;
}
#footer .smallButton a {
	color:white;
}
#contentType {
	padding:10px 0px 20px 0px;
}
.button {
	clear:both;
}
.button a {
	display:inline-block;
	padding:5px 15px;
	color:white;
	font-size:1.1em;
	font-weight:bold;
	background-color:#4DB4DD;
}
.newsList a {
	color:#4DB4DD;
	font-weight:bold;
}
.contactUsContent {
	width:590px;
	float:left;
}
#contactUsLeft {
	width:310px;
}
#contactUsRight {
	width:280px;
}
#contactUsRight strong {
	color:black;
}
.imageGallery {
	float:left;
	width:590px;
}
.imageGalleryItem {
	width:113px;
	float:left;
	position:relative;
	margin:2px 5px 0px 0px;
	display:inline-block;
}
.imageGalleryItem img {
	width:113px;
	height:76px;
}
.imageGalleryItem .actions img {
	width:12px;
	height:12px;
}